aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-30Add shutdown hook interface to Lua APIMatthew I
2012-11-29Add congestion control settings to minetest.confPerttu Ahola
2012-11-29Full protocol 13 compatibility on server sidePerttu Ahola
2012-11-29Make strict and non-strict protocol version checking to work more like expectedPerttu Ahola
2012-11-29Allow server to accept protocol 13 clients altough they don't work too wellPerttu Ahola
2012-11-29Ranged support of protocol version on server sidePerttu Ahola
2012-11-29Support serialization of protocol 13 ContentFeaturesPerttu Ahola
2012-11-29unit test: TestNodedefSerializationPerttu Ahola
2012-11-29Modify new ObjectProperties format to such that 0.4.3 will eat itPerttu Ahola
2012-11-29Fix Taoki's messed up generic object command idsPerttu Ahola
2012-11-28Fix head shifting downards in glass, nodeboxes...Calinou
2012-11-27Fix mesh glitches on MapBlock boundariesPerttu Ahola
2012-11-27Fix forgotten material properties for meshes (also seems to have been forgott...MirceaKitsune
2012-11-26Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola
2012-11-26Remove unnecessary util/serialize.h from content_mapblock.cppPerttu Ahola
2012-11-26Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size)Perttu Ahola
2012-11-26Move util/serialize.h out from staticobject.h for smaller header dependenciesPerttu Ahola
2012-11-26Move a function from clientserver.h to clientserver.cppPerttu Ahola
2012-11-26Proper versioning of new network-serialized stuffPerttu Ahola
2012-11-26New PROTOCOL_VERSION scheme (allow client to support a range of versions)Perttu Ahola
2012-11-26Fix LuaEntitySAO::getClientInitializationData() and bump the related versionPerttu Ahola
2012-11-25Update ContentFeatures serialization format now as PROTOCOL_VERSION was changedPerttu Ahola
2012-11-25RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune
2012-11-25A bunch of fixesMirceaKitsune
2012-11-25Allow Vanessa's texture filtering / mipmap patch to work on models, as well a...MirceaKitsune
2012-11-25Fix more things I forgot for attached players. Such players will now properly...MirceaKitsune
2012-11-25Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune
2012-11-25Send animations, bone overrides and attachments in entity initialization. Cli...MirceaKitsune
2012-11-25Enable client-side attachments, add detachment codeMirceaKitsune
2012-11-25Fix some remaining issues with attachments, now they work. Tested with object...MirceaKitsune
2012-11-25Complete the attachment framework.MirceaKitsune
2012-11-25Framework for the attachment system, new object property which allows changin...MirceaKitsune
2012-11-25Get the new animation framework properly workingMirceaKitsune
2012-11-25Joint positioning and rotation code, and fix a problem related to their lua APIMirceaKitsune
2012-11-25Allow the LUA API to set animations to meshes as well as the animation speed....MirceaKitsune
2012-11-25Get the mesh working through the memory cache properly. Most credit goes to c...MirceaKitsune
2012-11-25Add a subfolder for models and transfer models from server to clientMirceaKitsune
2012-11-25Fix material properties and allow lighting. Models should now be affected by ...MirceaKitsune
2012-11-25Properly read the mesh from LUA.MirceaKitsune
2012-11-253D model support for players using Irrlicht. Also ready the basis for mesh su...MirceaKitsune
2012-11-25Revert "Don't leak textures all over the place"Perttu Ahola
2012-11-23Fix trees growing into any type of nodeIlya Zhuravlev
2012-11-22Merge pull request #268 from khonkhortisan/image_buttonxyzz
2012-11-12Merge pull request #284 from RealBadAngel/masterxyzz
2012-11-10Add jordan4ibanez' better digging animationPilzAdam
2012-11-09added GUI checkboxes in Settings tab for the aforementioned video settings.Vanessa Ezekowitz
2012-11-09Added video settings filter options via config file - second try :-)Vanessa Ezekowitz
2012-11-08Fix unnecessary network protocol incompatibility in ContentFeaturesPerttu Ahola
2012-11-08Adding background to FormspecRealBadAngel
2012-11-04Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel