C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (...
[oweals/minetest.git] / src / content_cao.cpp
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-08 red-001Have the server send the player list to the client...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-29 stujones11Don't add damage flash while punch texture modifier...
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-05-09 paramatRevert custom player collision box and step height...
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-05-06 TeTpaAkaMake the player collisionbox settable
2017-05-06 TeTpaAkaMake players respect makes_footstep_sound in the object...
2017-04-29 Loïc Blotcontent_cao: fix getPlayerControl structure copy on...
2017-04-21 Loic BlotRevert a const ref on update texture
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-04-17 paramatSneak: Add option for old move code
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-01-21 sapierFix unknown command message not providing number of cmd
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-14 Loic BlotFix another missing const reported by clang & @sfan5
2017-01-11 RogierPerformance fix + SAO factorization
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-11-18 orwell96Particles: Make attached particle spawners respect...
2016-10-19 Foghrye4Fix crash on attaching player to entity
2016-10-09 Loic BlotA little cleanup since previous commit
2016-10-09 Loic BlotEnvironment cleanup
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-05 Loic BlotCompilation fix
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-07-27 SmallJokerUpright sprite objects: Horizontally flip the front...
2016-06-03 est31Initial Gamepad support
2016-05-22 Loic BlotFix a m_camera not used warning fix pointed by clang 4154/head
2016-02-18 RealBadAngelMove object nametags to camera
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-01-29 est31Don't pass non-const references to collision methods
2015-12-29 SapierRevert "Add support for using arbitrary meshes as items"
2015-12-29 SapierAdd support for using arbitrary meshes as items 3479/head
2015-12-19 SapierAdd support for limiting rotation of automatic face... 3457/head
2015-12-15 BlockMenAdd option to give every object a nametag 3393/head
2015-10-25 BlockMenAdd option to disable backface culling for models 3209/head
2015-10-15 est31Fix enforcing of nametag hiding
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-08-25 David JonesChange i++ to ++i
2015-07-23 RealBadAngelFix issues with light of attached CAOs
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-20 est31Small CAO improvements
2015-06-20 est31Generic CAO cleanups and renames for clarification
2015-06-20 est31Make attached objects visible in 3rd person view
2015-05-21 est31Don't ignore nametag attribute change message for newer...
2015-05-18 est31Enforce hiding nametag
2015-05-18 est31Make nametags white again
2015-05-17 kwolekrAdd -Wsign-compare for Clang builds and fix some signed...
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-31 Aaron SuenMove texture_min_size even further down the pipe. Now...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-02-21 BlockMenUse skin font for usernames (fixes #2363) 2367/head
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-01-17 gregorycuFix entitiy WieldMeshSceneNode not freed due to additio...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-11-08 KahrlImplement WieldMeshSceneNode which improves wield mesh...
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-07-06 sapierFix client crash on deletion of an object the clients...
2014-07-02 sapierFix memory leaks in GenericCAO, ShaderSource and Player...
2014-06-29 sapierMake sure none of the irrlicht member objects of Generi...
2014-06-27 sapierFix GenericCAO fails to grabing member animated mesh...
2014-06-22 sapierSpeedup attachement handling by replacing vector search...
2014-05-17 sapierAdd support for interlaced polarized 3d screens 1269/head
2014-05-17 sapierSplit declaration of GenericCAO from implementation
2014-05-03 BlockMenFix player:set_animation() in third person view
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-12 BlockMenUse integers instead of float values 1114/head
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-03-04 NovatuxFix rendering glitches when far from the center of...
2014-01-06 Perttu AholaCreate new instance of mesh every time it's required...
2013-12-13 Ilya ZhuravlevFix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION...
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-08-16 PilzAdamSend player damage to all clients and apply [brighten 871/head
2013-08-13 sapierAdd support for entities to automatic face movement...
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-09 stujones11Fix multiple texture support for animated meshnodes
2013-07-02 KahrlRemove texture atlas / AtlasPointer, rename getTextureR...
2013-06-06 PilzAdamRevert "Fix multiple texture support for animated meshn...
2013-06-03 stujones11Fix multiple texture support for animated meshnodes.
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-09 sapierfix objects colliding with its own collision boxes 637/head
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 khonkhortisanunkn own block -> unkn own node
2013-04-05 PilzAdamFix nick completion
2013-04-05 MirceaKitsuneAllow modifying movement speed, jump height and gravity...
2013-04-03 Zeg9Fix camera "jumping" when attached and the parent goes...
next