| Commit message (Expand) | Author | Age |
... | |
* | Cleanup client init states by bumping protocol version | sapier | 2014-04-08 |
* | Pass arguments by reference | Selat | 2014-03-12 |
* | Remove "Server -!- " prefix from player messages | ShadowNinja | 2014-02-27 |
* | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | 2014-02-15 |
* | Fix possible missing unlock of env_lock | sapier | 2014-02-12 |
* | ServerEnvironment: Remove direct dependency on EmergeManager | kwolekr | 2014-02-09 |
* | Add the option to bind to a specific address | ShadowNinja | 2014-02-05 |
* | Huge overhaul of the entire MapgenParams system | kwolekr | 2014-02-03 |
* | Add additional check to avoid broadcasting private messages in error conditions | sapier | 2014-02-02 |
* | Add player:override_day_night_ratio() for arbitrarily controlling sunlight br... | Perttu Ahola | 2014-02-01 |
* | Add player:set_sky() with simple skybox support | Perttu Ahola | 2014-02-01 |
* | Add propper client initialization | sapier | 2014-01-31 |
* | New HUD element - waypoint. | RealBadAngel | 2014-01-26 |
* | Fix use of previously deallocated EmergeManager | kwolekr | 2014-01-26 |
* | Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks | ShadowNinja | 2014-01-23 |
* | Allow vertical axis particle rotation constraint | khonkhortisan | 2014-01-13 |
* | Fixed minetest reliable udp implementation (compatible to old clients) | sapier | 2014-01-10 |
* | Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ... | ShadowNinja | 2014-01-06 |
* | Send long announce as POST, show OS in useragent | proller | 2014-01-07 |
* | Initialize world before creating BanManager and RollbackManager | ShadowNinja | 2013-12-30 |
* | Replace SimpleThread by JThread now implementing same features | sapier | 2013-12-15 |
* | Update mapgen params in ServerMap after Mapgen init | kwolekr | 2013-12-14 |
* | Rewrite client media download and support hash-based remote download | Kahrl | 2013-12-13 |
* | Add 'on_prejoinplayer' callback | kaeza | 2013-12-12 |
* | Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings | sweetbomber | 2013-12-05 |
* | Cleanup jthread and fix win32 build | sapier | 2013-12-01 |
* | Add minetest.swap_node | Novatux | 2013-11-30 |
* | Add a callback: minetest.register_on_craft(itemstack, player, | Novatux | 2013-11-01 |
* | Masterserver update | proller | 2013-10-18 |
* | Show git hash in version string at top left corner of window | Kahrl | 2013-09-28 |
* | Fix some warnings and other minor details | kwolekr | 2013-09-16 |
* | Always use builtin JThread library | kwolekr | 2013-09-15 |
* | Use player:set_hotbar_image() instead of hardcoded hotbar.png | PilzAdam | 2013-09-05 |
* | Server::ProcessData(): call getBanName once instead of twice (#639) | Ilya | 2013-09-03 |
* | Send player damage to all clients and apply [brighten | PilzAdam | 2013-08-17 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Don't freak out when a client sends multiple TOSERVER_INIT packets; also log ... | Perttu Ahola | 2013-08-08 |
* | Clean up server's log messages and give a better error to client when its pla... | Perttu Ahola | 2013-08-06 |
* | Add texture pack selection to main menu | Novatux | 2013-08-04 |
* | Fix server getting completely choked up on even a little of DoS | Perttu Ahola | 2013-08-04 |
* | Allow mods to listen to cheat detections using minetest.register_on_cheat() | Perttu Ahola | 2013-08-04 |
* | Fix anticheat | Perttu Ahola | 2013-08-03 |
* | Weather backward compatibility | proller | 2013-08-02 |
* | Dont announce server in singleplayer | proller | 2013-07-27 |
* | Cosmetic player info changes | proller | 2013-07-24 |
* | Add set_breath and get_breath to lua API. | RealBadAngel | 2013-07-20 |
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 |
* | Disallow the name 'singleplayer' in a multiplayer server | PilzAdam | 2013-07-12 |
* | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | 2013-06-27 |
* | Math mapgen fix, ip show on connect, pathfinder segfault fix | proller | 2013-06-23 |