Change Minetest-c55 to Minetest
[oweals/minetest.git] / src / server.cpp
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-21 prollernew auto masterserver
2013-02-20 celeron55Merge pull request #500 from doserj/server_report_missi...
2013-02-20 Jürgen DoserPrint missing mod dependencies on server start 500/head
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-13 MirceaKitsuneImproved Player Physics
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-29 kwolekrMerge pull request #441 from kwolekr/mapgen_factories
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-23 kwolekrMake mapgen factory setup more elegant, add mapgen_v6.h 441/head
2013-01-21 kwolekrFix compile on certain Linux configurations, reduce...
2013-01-21 kwolekrFinish and clean up mapgen configuration
2013-01-21 kwolekrClean up EmergeManager, do initial work on Mapgen confi...
2013-01-21 kwolekrReadded and optimized mapgen V6
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2013-01-21 kwolekrMake WATER_LEVEL configurable, fix slight comparison...
2013-01-21 Jürgen DoserBasic support for configuring which mods to load for...
2013-01-07 PilzAdamDisable all HP handling if enable_damage is false
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-17 Ilya ZhuravlevFix hypen used as minus sign (manpages), fix spelling...
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-12-01 KahrlShaderSource and silly example shaders
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-30 Perttu AholaRun scriptapi_on_shutdown() thread-safely and remove...
2012-11-30 Matthew IAdd shutdown hook interface to Lua API
2012-11-29 Perttu AholaFull protocol 13 compatibility on server side
2012-11-29 Perttu AholaMake strict and non-strict protocol version checking...
2012-11-29 Perttu AholaRanged support of protocol version on server side
2012-11-29 Perttu AholaSupport serialization of protocol 13 ContentFeatures
2012-11-26 Perttu AholaDefault server step to 0.1s and sync object/player...
2012-11-26 Perttu AholaMove util/serialize.h out from staticobject.h for small...
2012-11-26 Perttu AholaNew PROTOCOL_VERSION scheme (allow client to support...
2012-11-25 MirceaKitsuneRealBadAngel's patch which allows the lua api to read...
2012-11-25 MirceaKitsuneUpdate attachments at the ending of the addToScene...
2012-11-25 MirceaKitsuneGet the mesh working through the memory cache properly...
2012-11-25 MirceaKitsuneAdd a subfolder for models and transfer models from...
2012-09-01 Perttu AholaFix github issue #224
2012-08-12 Matthew IMove chat commands to Lua and remove servercommand...
2012-08-12 Matthew IRemove trailing comma after player list in server statu...
2012-07-28 Perttu AholaAdd enable_rollback_recording setting, defaulting to...
2012-07-26 Perttu AholaProperly rollback chat command triggered things
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventories
2012-07-24 Perttu Aholadarkrose should work at a nuclear power plant.
2012-07-23 darkroseIncrease node id/param0 to 16 bits, leaving param2...
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 Matthew IAdd minetest.get_modnames() to Lua API
2012-07-21 Perttu AholaServer-side checking of digging; disable_anticheat...
2012-07-21 Perttu AholaDefine M_PI on MSVC
2012-07-20 darkroseAdd support for "textures/all" (and thus texture packs...
2012-07-20 CalinouMessage cleanups (consistency) and prevent /me when...
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-06 Perttu AholaAdd disallow_empty_password setting
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaAdd ignore_world_load_errors configuration option and...
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 KahrlWIP node metadata, node timers
2012-06-03 Perttu AholaCatch VersionMismatchException while loading world...
2012-06-03 Perttu AholaCheck password hash validity
2012-04-14 Perttu AholaFix continuing to process TOSERVER_INIT2 even if player...
2012-04-10 Perttu AholaFix unhandled InvalidPositionException
2012-04-09 Perttu AholaMake client know about reverted disallowed diggings
2012-04-07 Perttu AholaFix segfault when setting privileges of a non-connected...
2012-04-01 Perttu AholaDon't apply player movement cheat detection in singleplayer
2012-04-01 Perttu AholaAllow getting the path of builtin.lua using minetest...
2012-03-31 Perttu AholaAdd server-side enforcement of the 'fast' privilege...
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-30 Perttu AholaMake server ignore media files with unknown filename...
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-29 Perttu AholaAdd GenericCAO and player armor groups, but don't use...
2012-03-29 Kahrlon_joinplayer + on_leaveplayer + scriptapi_run_callback...
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-28 Perttu AholaRemove unnecessary debug output
2012-03-28 Perttu AholaArea-based MapEditEvent ignore and that put to use...
2012-03-28 Perttu AholaReduce EnvRef:set_node() time tenfold by postponing...
2012-03-28 Perttu AholaFix on_generate minp/maxp (was broken due to chunkymapgen)
2012-03-28 Perttu AholaAdd blockseed to on_generated
2012-03-28 Perttu AholaCorrectly lock mutexes when the server sends MapEditEve...
2012-03-27 Perttu AholaTune generation responsiveness and cheat inhibition...
2012-03-27 Perttu AholaTune block fetching to clients on server
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaAdd more media directories; mod/{textures,sounds,media}
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-22 Perttu AholaLog at info level when a banned client connects
2012-03-19 Perttu AholaFix mod paths
2012-03-19 Perttu AholaMove share/builtin.lua to share/builtin/builtin.lua
2012-03-19 Perttu AholaRework directory structure
2012-03-19 Perttu AholaAdd the mod search path user/mods/gameid
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
next