summaryrefslogtreecommitdiff
path: root/src/clientserver.h
AgeCommit message (Collapse)Author
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2012-01-04Add missing checks to texture cachingPerttu Ahola
2012-01-02Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola
2011-12-01Remove stuff made obsolete by making players more ActiveObject-like and ↵Perttu Ahola
raise protocol version number by one (because it is not compatible at all anymore)
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Improve loading screen and protocolPerttu Ahola
2011-11-29Node definitions transferPerttu Ahola
2011-11-29Sending of textures WIPPerttu Ahola
2011-11-29Tool definition transfer to clientPerttu Ahola
2011-10-15strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵Perttu Ahola
clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
2011-10-15Handle death and respawn betterPerttu Ahola
2011-08-25dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.hKahrl
2011-08-22Fixed some protocol comment errors in clientserver.h and elsewherePerttu Ahola
-- TOCLIENT_OBJECTDATA: peer ID field is missing -- TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD: added: init length should be u32, not u16
2011-08-11Notify other players of wielded item changeGiuseppe Bilotta
2011-08-11Clients inform server on wielded itemGiuseppe Bilotta
This is done with the new TOSERVER_PLAYERITEM message, that informs the server on the index of the wielded item.
2011-07-30Added network protocol version number in protocolPerttu Ahola
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-10new object systemPerttu Ahola
2011-04-04fully implemented the sign with the new frameworkPerttu Ahola
2011-02-28A third try on terrain generation. No trees yet.Perttu Ahola
2011-02-21preliminary lua scripting framework for objectsPerttu Ahola
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola
2010-12-23changes to handing of digging (non backwards-compatible i guess)Perttu Ahola
2010-12-22crafting system!Perttu Ahola
2010-12-20working time-of-day sending from server to clientPerttu Ahola
2010-12-18before adding day/night lightingPerttu Ahola
--HG-- rename : data/light.png => data/cloud.png
2010-12-14tinkering aroundPerttu Ahola
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-27Working version before block send priorization updatePerttu Ahola
2010-11-27Initial filesPerttu Ahola