Add ObjectRef:punch and ObjectRef:right_click to Lua API
[oweals/minetest.git] / src / server.cpp
2011-11-30 Perttu AholaReworked the inventory move handling code, hopefully...
2011-11-29 Perttu AholaProper player inventory and hp modification tracking...
2011-11-29 Perttu AholaBetter version match fail messages from server
2011-11-29 Perttu AholaHandle items with m_count==0 sanely when placing
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaGenericNodeMetadata and an example furnace
2011-11-29 Perttu AholaInitial NodeMetaRef stuff
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaAdd chat message callback and send functions
2011-11-29 Perttu AholaUse log_deregister_thread in EmergeThread
2011-11-29 Perttu AholaFix mod dependency sort
2011-11-29 Perttu AholaWarn about unsatisfied dependencies
2011-11-29 Perttu AholaMake blocks to be loaded from disk when the active...
2011-11-29 Perttu AholaSort mods by dependencies defined by modpath/depends...
2011-11-29 Perttu AholaFix and tune player movement checks (make them very...
2011-11-29 KahrlAdd IDropAction and related stuff
2011-11-29 Perttu AholaMake map generator as much threaded as possible (not...
2011-11-29 Perttu AholaAdd on_generated hook
2011-11-29 Perttu AholaImprove player movement speed checking
2011-11-29 Perttu AholaPlayer movement speed and node access distance checking
2011-11-29 Perttu Aholaon_newplayer and on_respawnplayer callbacks
2011-11-29 Perttu AholaRemove give_initial_stuff
2011-11-29 KahrlAdd node definitions in Lua and do not use content_mapn...
2011-11-29 Perttu Aholabuiltin.lua
2011-11-29 Perttu AholaAdd object reference to Lua on_place/dig/punchnode...
2011-11-29 Perttu AholaFix "warning: comparison between signed and unsigned...
2011-11-29 Perttu AholaMake map generator more responsive
2011-11-29 Perttu AholaStore metadata as metadata name in node definition
2011-11-29 Perttu AholaSet block modified flag when node metadata inventory...
2011-11-29 Perttu AholaDefault to saving stuff more often to minimize lag...
2011-11-29 Perttu AholaAdd reason parameter to setModified and print it out...
2011-11-29 Perttu AholaImprove LuaEntity velocity/acceleration handling (by...
2011-11-29 Perttu AholaNode place/dig Lua callbacks
2011-11-29 Perttu AholaCrafting definition in scripts
2011-11-29 Perttu AholaDo not expose CONTENT_* stuff in content_mapnode.h...
2011-11-29 Perttu AholaNode definition names
2011-11-29 Perttu AholaCut down content transfer verbosity
2011-11-29 Perttu AholaImprove loading screen and protocol
2011-11-29 Perttu AholaNode definitions transfer
2011-11-29 Perttu AholaCompletely generalized mesh generation; ContentFeatures...
2011-11-29 Perttu AholaBetter node texture generation
2011-11-29 Perttu AholaSending of textures WIP
2011-11-29 Perttu AholaModify mod and texture directory hierarchies
2011-11-29 Perttu AholaMove tool definitions to script
2011-11-29 Perttu AholaTool definition transfer to client
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-29 Perttu AholaScripting WIP: dynamic object stuff
2011-11-29 Perttu AholaServerRemotePlayer implements ServerActiveObject
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu Aholarandom scripting work-in-progress
2011-11-29 Perttu AholaScripting WIP
2011-11-29 Perttu AholaMove images to data/textures and fix some path stuff...
2011-11-13 Perttu AholaBetter spawn position finding and checking
2011-11-07 KahrlMake Connection::Receive return the data via a SharedBu...
2011-10-20 Perttu AholaImprove Connection with threading and some kind of...
2011-10-18 Perttu AholaFix and tune block sending
2011-10-17 Perttu AholaAdd /clearobjects
2011-10-16 Perttu AholaSome more profiler stuff to get the hang on what really...
2011-10-16 Perttu AholaImprove debug profiler usage for investigating CPU...
2011-10-16 Perttu AholaWhen granting or revoking privileges, notify the target...
2011-10-16 Perttu AholaWhen player times out, log the action as a timeout...
2011-10-16 Perttu AholaCheck NULL pointer properly in some new code trying...
2011-10-16 Perttu AholaSwitch more stuff to use the logging thing and fix...
2011-10-16 Perttu AholaUse the logger; also, default to not showing much crap...
2011-10-15 Perttu Aholastrict_protocol_version_checking setting; PROTOCOL_VERS...
2011-10-15 Perttu AholaHandle death and respawn better
2011-10-15 Perttu AholaImprove mobv2
2011-10-14 Perttu Aholamobv2
2011-10-14 Perttu AholaLock mutex when accessing m_env in Server::~Server
2011-10-12 Perttu AholaHeader file tweaking; mainly for speed
2011-10-12 Perttu AholaSaner block modification flag operation for not saving...
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaServer user limit configuration option
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-24 celeron55Merge pull request #10 from joshbeck/master
2011-09-24 Joshua BeckFixed null pointer dereference errors found by cppcheck 10/head
2011-09-24 Mark HolmquistAdding (most) of the sapling functionality. It has...
2011-09-22 Perttu AholaMake client report a newer version number to the server... 0.2.20110922_1
2011-09-22 darkroseadded locking chests - clean patch
2011-09-16 KahrlRevert some changes that could lead to slower map trans...
2011-09-08 Kahrltrying something else... also replaced M_PI by PI every...
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 KahrlCollected and moved existing camera infrastructure...
2011-08-30 Perttu AholaMerge remote-tracking branch 'kahrl/dissector'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/mmb10'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/privs'
2011-08-25 JacobFMerged 2 branches because they relied on each other.
2011-08-24 JacobFIf a user doesn't have build rights, don't allow them...
2011-08-22 Perttu Aholaif creative mode and player has no build privileges...
2011-08-22 Perttu AholaFixed some protocol comment errors in clientserver...
2011-08-22 Perttu AholaPossibly fixed the extremely rare PeerNotFound loop...
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/me_cmd'
2011-08-22 Giuseppe BilottaServer now supports replies without prefix
next