aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tune generation responsiveness and cheat inhibition on serverPerttu Ahola2012-03-271-1/+1
* Tune block fetching to clients on serverPerttu Ahola2012-03-271-2/+2
* Almost support loading sounds from serverPerttu Ahola2012-03-251-5/+5
* Add more media directories; mod/{textures,sounds,media}Perttu Ahola2012-03-251-14/+26
* Texture cache -> Media cache WIPPerttu Ahola2012-03-251-111/+113
* Lua API for playing soundsPerttu Ahola2012-03-241-0/+134
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-241-3/+9
* celeron55's sound system initial frameworkPerttu Ahola2012-03-241-0/+5
* Log at info level when a banned client connectsPerttu Ahola2012-03-221-3/+7
* Fix mod pathsPerttu Ahola2012-03-201-15/+7
* Move share/builtin.lua to share/builtin/builtin.luaPerttu Ahola2012-03-191-1/+2
* Rework directory structurePerttu Ahola2012-03-191-5/+1
* Add the mod search path user/mods/gameidPerttu Ahola2012-03-191-0/+3
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-12/+4
* Fix and improve Server's privilege get/settersPerttu Ahola2012-03-151-10/+35
* Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola2012-03-151-15/+35
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-8/+3
* Proper handling of failing to bind server socketPerttu Ahola2012-03-111-0/+15
* Mention world location at server startup at action levelPerttu Ahola2012-03-111-0/+1
* world.mt creationPerttu Ahola2012-03-111-1/+10
* command-line/world game selectionPerttu Ahola2012-03-111-37/+21
* Prettify --help outputPerttu Ahola2012-03-111-7/+1
* Clean up log messages everywherePerttu Ahola2012-03-111-151/+170
* Tidy up server log output a bitPerttu Ahola2012-03-101-2/+1
* Add and tidy up some Server log output for declined connectionsPerttu Ahola2012-03-101-11/+19
* Fix addon and configuration file pathsPerttu Ahola2012-03-101-0/+4
* Initial directory structure reworkPerttu Ahola2012-03-101-25/+40
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-4/+11
* Digging time groups WIPPerttu Ahola2012-03-101-1/+0
* Move profiler measurements into inside of mutex locking for more useful resultsPerttu Ahola2012-03-071-6/+5
* Add dedicated_server_step settingPerttu Ahola2012-03-071-3/+4
* Players stay in environment even when dead, damage flash and fall damage fixesKahrl2012-02-051-41/+41
* Client-side prediction of inventory changes, and some inventory menu fixesKahrl2012-01-221-0/+12
* Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO...Kahrl2012-01-221-162/+58
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-331/+22
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-588/+388
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-061-1/+2
* Add missing checks to texture cachingPerttu Ahola2012-01-041-1/+17
* Use free rather than delete for malloc'd memoryPerttu Ahola2012-01-021-1/+1
* Fix server sending stuff before textures have been sentPerttu Ahola2012-01-021-3/+4
* Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola2012-01-021-92/+232
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-17/+71
* Fix segfault when generating stuff on world boundariesPerttu Ahola2012-01-011-2/+7
* Add minetest.get_modpath(modname)Perttu Ahola2011-12-111-8/+18
* Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola2011-12-041-1/+2
* Fix player not dying when beated to death by other playerPerttu Ahola2011-12-041-5/+4
* Fix getting two old-style minerals per digged nodePerttu Ahola2011-12-041-6/+1
* Do not broadcast an empty chat message when someone tries to log in with the ...Kahrl2011-12-031-1/+2
* Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2011-12-031-4/+12
* Properly handle mod name conflictsPerttu Ahola2011-12-031-2/+2