aboutsummaryrefslogtreecommitdiff
path: root/src/server.h
AgeCommit message (Expand)Author
2014-12-08Fix struct vs. class in forward declarationsKahrl
2014-11-19Clean up rollbackShadowNinja
2014-10-21Recalculate normals for cached meshes.RealBadAngel
2014-06-28Add prefixes to enum values and fix style issueskwolekr
2014-04-12Use integers instead of float valuesBlockMen
2014-04-12Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen
2014-04-12Add third person viewBlockMen
2014-04-10Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl
2014-04-08Cleanup client init states by bumping protocol versionsapier
2014-03-12Pass arguments by referenceSelat
2014-02-27Remove "Server -!- " prefix from player messagesShadowNinja
2014-02-05Add the option to bind to a specific addressShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2014-01-31Add propper client initializationsapier
2014-01-13Allow vertical axis particle rotation constraintkhonkhortisan
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2014-01-07Send long announce as POST, show OS in useragentproller
2013-12-18Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl
2013-11-30Add minetest.swap_nodeNovatux
2013-10-18Masterserver updateproller
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-09-09Make it compileSfan5
2013-09-09Add dummy and LevelDB database backendsIlya Zhuravlev
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-04Fix server getting completely choked up on even a little of DoSPerttu Ahola
2013-08-02Weather backward compatibilityproller
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-23Add option to not prepend "Server -!- " to messages sent with minetest.chat_s...ShadowNinja
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-29New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-25Merge pull request #482 from proller/liquidkwolekr
2013-02-25Remove dead code, relocate some codekwolekr
2013-02-25Add emerge.cpp, initial EmergeThread changeskwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24new adjustable finite liquidproller
2013-02-22new auto masterserverproller
2013-02-14Improved Player PhysicsMirceaKitsune