aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-011-0/+27
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+30
* Add propper client initializationsapier2014-01-311-1202/+530
* New HUD element - waypoint.RealBadAngel2014-01-261-0/+4
* Fix use of previously deallocated EmergeManagerkwolekr2014-01-261-3/+8
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-231-1/+1
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-131-14/+16
* Fixed minetest reliable udp implementation (compatible to old clients)sapier2014-01-101-10/+12
* Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja2014-01-061-5/+4
* Send long announce as POST, show OS in useragentproller2014-01-071-1/+3
* Initialize world before creating BanManager and RollbackManagerShadowNinja2013-12-301-4/+4
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-151-8/+7
* Update mapgen params in ServerMap after Mapgen initkwolekr2013-12-141-0/+1
* Rewrite client media download and support hash-based remote downloadKahrl2013-12-131-9/+11
* Add 'on_prejoinplayer' callbackkaeza2013-12-121-0/+13
* Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber2013-12-051-4/+5
* Cleanup jthread and fix win32 buildsapier2013-12-011-8/+5
* Add minetest.swap_nodeNovatux2013-11-301-5/+16
* Add a callback: minetest.register_on_craft(itemstack, player,Novatux2013-11-011-0/+3
* Masterserver updateproller2013-10-181-4/+3
* Show git hash in version string at top left corner of windowKahrl2013-09-281-4/+5
* Fix some warnings and other minor detailskwolekr2013-09-161-1/+1
* Always use builtin JThread librarykwolekr2013-09-151-1/+1
* Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam2013-09-051-0/+14
* Server::ProcessData(): call getBanName once instead of twice (#639)Ilya2013-09-031-2/+3
* Send player damage to all clients and apply [brightenPilzAdam2013-08-171-0/+6
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-105/+101
* Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ...Perttu Ahola2013-08-081-1/+11
* Clean up server's log messages and give a better error to client when its pla...Perttu Ahola2013-08-061-19/+26
* Add texture pack selection to main menuNovatux2013-08-041-2/+1
* Fix server getting completely choked up on even a little of DoSPerttu Ahola2013-08-041-157/+206
* Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola2013-08-041-1/+13
* Fix anticheatPerttu Ahola2013-08-031-6/+34
* Weather backward compatibilityproller2013-08-021-4/+5
* Dont announce server in singleplayerproller2013-07-271-1/+1
* Cosmetic player info changesproller2013-07-241-4/+3
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-201-0/+41
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-131-1/+1
* Disallow the name 'singleplayer' in a multiplayer serverPilzAdam2013-07-121-0/+9
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-271-1/+6
* Math mapgen fix, ip show on connect, pathfinder segfault fixproller2013-06-231-1/+1
* Add support for IPv6proller2013-06-231-1/+2
* Tweak IDropAction restriction handling in server.cppKahrl2013-06-161-0/+12
* Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl2013-05-261-0/+28
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-73/+71
* Dont load mods that have no entry in world.mtPilzAdam2013-05-191-8/+2
* Clear custom player HUDs when emerging players. Fixes #711.Aaron Suen2013-05-101-0/+3
* Optional dependencies and properly handle mod name conflicts againKahrl2013-05-031-3/+3
* Server: force block send of pointed_pos_under after predicted node placeKahrl2013-05-031-2/+6
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-251-7/+7