aboutsummaryrefslogtreecommitdiff
path: root/src/camera.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-29Ranged support of protocol version on server sidePerttu Ahola4-14/+38
2012-11-29Support serialization of protocol 13 ContentFeaturesPerttu Ahola3-120/+195
2012-11-29unit test: TestNodedefSerializationPerttu Ahola1-0/+21
2012-11-29Modify new ObjectProperties format to such that 0.4.3 will eat itPerttu Ahola1-56/+31
2012-11-29Fix Taoki's messed up generic object command idsPerttu Ahola2-36/+35
2012-11-29Change version to 0.4.4-dev because... ehm... why it wasn't that already?Perttu Ahola1-1/+1
2012-11-28Fix head shifting downards in glass, nodeboxes...Calinou1-1/+1
2012-11-27Fix mesh glitches on MapBlock boundariesPerttu Ahola1-2/+2
2012-11-27Revert "Use wielditem drawtype for all nodes in item_entity"Perttu Ahola1-6/+6
2012-11-27Fix forgotten material properties for meshes (also seems to have been forgott...MirceaKitsune1-0/+10
2012-11-26Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola8-9/+29
2012-11-26Use wielditem drawtype for all nodes in item_entityPilzAdam1-6/+6
2012-11-26Remove unnecessary util/serialize.h from content_mapblock.cppPerttu Ahola1-1/+0
2012-11-26Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size)Perttu Ahola1-1/+1
2012-11-26Move util/serialize.h out from staticobject.h for smaller header dependenciesPerttu Ahola7-69/+102
2012-11-26Move a function from clientserver.h to clientserver.cppPerttu Ahola3-11/+36
2012-11-26Proper versioning of new network-serialized stuffPerttu Ahola4-91/+193
2012-11-26New PROTOCOL_VERSION scheme (allow client to support a range of versions)Perttu Ahola3-13/+32
2012-11-26Fix LuaEntitySAO::getClientInitializationData() and bump the related versionPerttu Ahola2-4/+4
2012-11-26Bump version to 0.4.4 as this isn't compatible with 0.4.3Perttu Ahola2-2/+2
2012-11-25Update ContentFeatures serialization format now as PROTOCOL_VERSION was changedPerttu Ahola1-4/+4
2012-11-25RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune9-69/+165
2012-11-25A bunch of fixesMirceaKitsune13-156/+144
2012-11-25Allow Vanessa's texture filtering / mipmap patch to work on models, as well a...MirceaKitsune2-20/+63
2012-11-25Fix more things I forgot for attached players. Such players will now properly...MirceaKitsune3-10/+16
2012-11-25Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune10-106/+171
2012-11-25Send animations, bone overrides and attachments in entity initialization. Cli...MirceaKitsune8-116/+249
2012-11-25Enable client-side attachments, add detachment codeMirceaKitsune3-77/+196
2012-11-25Fix some remaining issues with attachments, now they work. Tested with object...MirceaKitsune4-44/+209
2012-11-25Complete the attachment framework.MirceaKitsune6-145/+263
2012-11-25Framework for the attachment system, new object property which allows changin...MirceaKitsune11-4/+181
2012-11-25Get the new animation framework properly workingMirceaKitsune10-135/+139
2012-11-25Joint positioning and rotation code, and fix a problem related to their lua APIMirceaKitsune9-50/+86
2012-11-25Allow the LUA API to set animations to meshes as well as the animation speed....MirceaKitsune5-4/+128
2012-11-25Get the mesh working through the memory cache properly. Most credit goes to c...MirceaKitsune4-14/+28
2012-11-25Add a subfolder for models and transfer models from server to clientMirceaKitsune6-16/+43
2012-11-25Fix material properties and allow lighting. Models should now be affected by ...MirceaKitsune1-0/+5
2012-11-25Properly read the mesh from LUA.MirceaKitsune4-11/+25
2012-11-253D model support for players using Irrlicht. Also ready the basis for mesh su...MirceaKitsune3-3/+51
2012-11-25Revert "Don't leak textures all over the place"Perttu Ahola2-31/+12
2012-11-23Fix trees growing into any type of nodeIlya Zhuravlev1-1/+2
2012-11-20Fix server crash on /clearpasswordAnthony1-2/+2
2012-11-10Add jordan4ibanez' better digging animationPilzAdam1-6/+6
2012-11-09Swap out pixel-perfect nyan cat by request of Chris TorresPerttu Ahola4-0/+0
2012-11-09added GUI checkboxes in Settings tab for the aforementioned video settings.Vanessa Ezekowitz1-0/+60
2012-11-09Added video settings filter options via config file - second try :-)Vanessa Ezekowitz4-3/+29
2012-11-08Fix unnecessary network protocol incompatibility in ContentFeaturesPerttu Ahola1-2/+6
2012-11-08Adding background to FormspecRealBadAngel3-2/+49
2012-11-04Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel1-10/+12
2012-11-03Make air and ignore drop nothingPilzAdam1-0/+2