aboutsummaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
AgeCommit message (Expand)Author
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-09-09Fix wielditem entity drawtype brightness controlPerttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola
2012-07-21Define M_PI on MSVCPerttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-04-07Fix fabs() brainfartPerttu Ahola
2012-04-07Fix MSVC ambiguous fabs() call errorsPerttu Ahola
2012-04-04Fix visual='cube' sizePerttu Ahola
2012-04-04Fix dropped nodeitem visualsPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-30Fix object visuals flashing brightly or disappearing when switching them at n...Perttu Ahola
2012-03-30Fix walking sound of other players (and other objects)Perttu Ahola
2012-03-30ObjectPropertiesPerttu Ahola
2012-03-29Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola
2012-03-29Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola
2012-03-29added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl
2012-03-24Lua API for playing soundsPerttu Ahola
2012-03-10Immediate smoke puff when a normal entity is punched to deathPerttu Ahola
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola
2012-03-10LuaEntity armor groupsPerttu Ahola
2012-03-10Damage groups WIPPerttu Ahola
2012-03-10Entity damage system WIP; Remove C++ mobsPerttu Ahola
2012-02-05Players stay in environment even when dead, damage flash and fall damage fixesKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2011-12-04Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl
2011-12-04Don't initialize ItemCAOs with stick.pngPerttu Ahola
2011-12-03Show infotext for unknown items placed on groundPerttu Ahola
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl
2011-12-02Make hitting players make a visual damage flash to the player texture and the...Perttu Ahola
2011-12-02Don't hide players in pitch black (like oerkkis)Perttu Ahola
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola
2011-12-01Players are more like objects + related stuffPerttu Ahola
2011-12-01Player-is-SAO WIPPerttu Ahola
2011-11-29Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola
2011-11-29Reshape LuaEntityCAO implementation a bit and make TNT to blinkPerttu Ahola
2011-11-29Relatively snappy object-ground collision detectionPerttu Ahola
2011-11-29Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola
2011-11-29Clean InventoryItem interface a bitPerttu Ahola
2011-11-29Replace direct irrlicht texture fetching in CAO content with TextureSourcePerttu Ahola