aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Set block modified flag when node metadata inventory is modifiedPerttu Ahola2011-11-291-8/+6
|
* 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 ↵Perttu Ahola2011-11-291-8/+3
| | | | saving block
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement ↵Perttu Ahola2011-11-291-0/+26
| | | | staticdata interface to Lua
* 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 ↵Perttu Ahola2011-11-291-21/+21
| | | | wrapper in old code
* 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 ↵Perttu Ahola2011-11-291-11/+20
| | | | node/tool/item/whatever types
* 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
| | | | still works
* Better spawn position finding and checkingPerttu Ahola2011-11-131-20/+28
|
* Make Connection::Receive return the data via a SharedBuffer reference, so ↵Kahrl2011-11-071-3/+2
| | | | | | | | the caller doesn't have to choose the right buffer size in advance. Conflicts: src/test.cpp
* 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 ↵Perttu Ahola2011-10-161-0/+1
| | | | from server as introduced in a previous switch-to-logging commit
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-161-142/+236
| | | | --info-on-stderr to enable crap.
* strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵Perttu Ahola2011-10-151-6/+9
| | | | clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
* 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 ↵Mark Holmquist2011-09-231-0/+28
| | | | | | | | MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
* | 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 ↵Kahrl2011-09-161-1/+4
| | | | | | | | | | | | network load.