aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Default to saving stuff more often to minimize lag caused by a single savePerttu Ahola2011-11-291-1/+1
* Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola2011-11-291-8/+3
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-291-0/+26
* Node place/dig Lua callbacksPerttu Ahola2011-11-291-2/+13
* Crafting definition in scriptsPerttu Ahola2011-11-291-6/+21
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola2011-11-291-21/+21
* Node definition namesPerttu Ahola2011-11-291-0/+4
* Cut down content transfer verbosityPerttu Ahola2011-11-291-9/+7
* Improve loading screen and protocolPerttu Ahola2011-11-291-32/+56
* Node definitions transferPerttu Ahola2011-11-291-0/+32
* Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola2011-11-291-1/+1
* Better node texture generationPerttu Ahola2011-11-291-1/+1
* Sending of textures WIPPerttu Ahola2011-11-291-20/+145
* Modify mod and texture directory hierarchiesPerttu Ahola2011-11-291-7/+21
* Move tool definitions to scriptPerttu Ahola2011-11-291-4/+9
* Tool definition transfer to clientPerttu Ahola2011-11-291-0/+26
* GameDef compilesPerttu Ahola2011-11-291-14/+36
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-11/+20
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-0/+1
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-291-11/+23
* ServerRemotePlayer implements ServerActiveObjectPerttu Ahola2011-11-291-7/+3
* Scripting WIPPerttu Ahola2011-11-291-2/+2
* Scripting WIPPerttu Ahola2011-11-291-0/+3
* random scripting work-in-progressPerttu Ahola2011-11-291-2/+8
* Scripting WIPPerttu Ahola2011-11-291-79/+108
* Move images to data/textures and fix some path stuff; hope that installation ...Perttu Ahola2011-11-291-3/+3
* Better spawn position finding and checkingPerttu Ahola2011-11-131-20/+28
* Make Connection::Receive return the data via a SharedBuffer reference, so the...Kahrl2011-11-071-3/+2
* Improve Connection with threading and some kind of congestion controlPerttu Ahola2011-10-201-31/+29
* Fix and tune block sendingPerttu Ahola2011-10-191-60/+54
* Add /clearobjectsPerttu Ahola2011-10-181-0/+5
* Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola2011-10-161-1/+1
* Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola2011-10-161-30/+10
* When granting or revoking privileges, notify the target player tooPerttu Ahola2011-10-161-0/+8
* When player times out, log the action as a timeout rather than regular quittingPerttu Ahola2011-10-161-2/+3
* Check NULL pointer properly in some new code trying to log new stuffPerttu Ahola2011-10-161-1/+4
* Switch more stuff to use the logging thing and fix segfault on player leave f...Perttu Ahola2011-10-161-0/+1
* Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola2011-10-161-142/+236
* strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h;...Perttu Ahola2011-10-151-6/+9
* Handle death and respawn betterPerttu Ahola2011-10-151-64/+90
* Improve mobv2Perttu Ahola2011-10-151-1/+1
* mobv2Perttu Ahola2011-10-151-237/+9
* Lock mutex when accessing m_env in Server::~ServerPerttu Ahola2011-10-141-11/+17
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-53/+62
* Saner block modification flag operation for not saving everything alwaysPerttu Ahola2011-10-121-1/+1
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-261-0/+28
|\
| * Adding (most) of the sapling functionality. It has yet to work, since MEET_OT...Mark Holmquist2011-09-231-0/+28
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-1/+4
|\ \
| * | Revert some changes that could lead to slower map transfer and increaed netwo...Kahrl2011-09-161-1/+4
| * | trying something else... also replaced M_PI by PI everywhereKahrl2011-09-081-1/+1