aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | old_craft_grid, craft_inv) and minetest.register_craft_predict(itemstack, player, old_craft_grid, craft_inv)
* 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
| | | | one thing more.
* Clean up server's log messages and give a better error to client when its ↵Perttu Ahola2013-08-061-19/+26
| | | | player is in use
* 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
| | | | | | * If client count is unbearable, immediately delete denied clients * Re-prioritize the checking order of things about incoming clients * Remove a huge CPU-wasting exception in ReliablePacketBuffer
* 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
| | | | | | | Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
* 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
| | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
* 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
|
* Added support to disable built-in HUD elementsDiego Martínez2013-04-241-0/+24
|
* Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja2013-04-231-2/+5
| | | | minetest.chat_send_player()
* Added offset support for HUD itemsDiego Martínez2013-04-231-0/+2
|
* Added support for alignment in HUD itemsDiego Martínez2013-04-231-0/+2
|
* Fix findSpawnPos()kwolekr2013-04-211-20/+12
|
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-181-125/+55
|
* Lua HUDJonathon Anderson2013-04-181-0/+179
|
* fix various memory leakssapier2013-04-091-1/+3
|
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-8/+1
|
* Masterserver: report gameid, uptime, cosmetic fixes on server web pageproller2013-03-301-1/+1
|
* New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam2013-03-291-3/+3
|
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-5/+4
|
* Allow spawning particles from the server, from luaJeija2013-03-231-0/+232
| | | | | | | | | Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h
* Support game-specific minetest.confPerttu Ahola2013-03-211-0/+8
|
* Common mods supportPerttu Ahola2013-03-211-2/+2
| | | | | | | Implement "common mods", includeable from {$user,$share}/games/common/$modname by using the game.conf setting common_mods = $modname,$modname2,...