summaryrefslogtreecommitdiff
path: root/src/server.cpp
Commit message (Expand)AuthorAge
* Optional dependencies and properly handle mod name conflicts againKahrl2013-05-03
* Server: force block send of pointed_pos_under after predicted node placeKahrl2013-05-03
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-25
* Added support to disable built-in HUD elementsDiego Martínez2013-04-24
* Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja2013-04-23
* Added offset support for HUD itemsDiego Martínez2013-04-23
* Added support for alignment in HUD itemsDiego Martínez2013-04-23
* Fix findSpawnPos()kwolekr2013-04-21
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-18
* Lua HUDJonathon Anderson2013-04-18
* fix various memory leakssapier2013-04-09
* Add Mapgen V7, reorganize biomeskwolekr2013-04-07
* Masterserver: report gameid, uptime, cosmetic fixes on server web pageproller2013-03-30
* New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam2013-03-29
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-24
* Allow spawning particles from the server, from luaJeija2013-03-23
* Support game-specific minetest.confPerttu Ahola2013-03-21
* Common mods supportPerttu Ahola2013-03-21
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-26
* Merge pull request #482 from proller/liquidkwolekr2013-02-25
|\
| * new adjustable finite liquidproller2013-02-24
* | Add multi-Emerge thread supportkwolekr2013-02-25
* | Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-25
* | Update Copyright YearsSfan52013-02-24
* | Change Minetest-c55 to MinetestPilzAdam2013-02-24
|/
* new auto masterserverproller2013-02-22
* Print missing mod dependencies on server startJürgen Doser2013-02-20
* Improved Player PhysicsMirceaKitsune2013-02-14
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-23
* Fix compile on certain Linux configurations, reduce spawn point heightkwolekr2013-01-21
* Finish and clean up mapgen configurationkwolekr2013-01-21
* Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-21
* Readded and optimized mapgen V6kwolekr2013-01-21
* The new mapgen, noise functions, et al.kwolekr2013-01-21
* Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos()kwolekr2013-01-21
* Basic support for configuring which mods to load for each worldJürgen Doser2013-01-21
* Disable all HP handling if enable_damage is falsePilzAdam2013-01-07
* Fix buttons not working for Lua-triggered formspecssapier2013-01-07
* Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier2013-01-02
* Fix hypen used as minus sign (manpages), fix spelling error (server.cpp)Ilya Zhuravlev2012-12-17
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-16
* ShaderSource and silly example shadersKahrl2012-12-02
* Run scriptapi_on_shutdown() thread-safely and remove some old crapPerttu Ahola2012-11-30
* Add shutdown hook interface to Lua APIMatthew I2012-11-30
* Full protocol 13 compatibility on server sidePerttu Ahola2012-11-29
* Make strict and non-strict protocol version checking to work more like expectedPerttu Ahola2012-11-29
* Ranged support of protocol version on server sidePerttu Ahola2012-11-29
* Support serialization of protocol 13 ContentFeaturesPerttu Ahola2012-11-29
* Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola2012-11-26