]> git.lizzy.rs Git - dragonfireclient.git/history - src/client/content_cao.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / client / content_cao.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-04-30 sfan5Deal with compiler warnings
2022-04-15 SmallJokerupright_sprite: Fix walk animation in first person...
2022-03-07 Dmitry KostenkoFix shadows for upright sprite nodes
2022-03-07 Dmitry KostenkoImprove lighting of entities.
2022-03-07 Dmitry KostenkoRender shadows on entities.
2022-01-19 sfan5Fix local animation not instantly updating after being set
2022-01-03 WuzzyCap damage overlay duration to 1 second (#11871)
2022-01-02 x2048Recalculate normals before adding mesh to the scene
2021-12-05 sfan5Fix various code & correctness issues (#11815)
2021-11-22 sfan5Add backwards-compatible behaviour if too few CAO textu...
2021-11-19 savilliFix local digging animation (#11772)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-20 WuzzyAdd no_texture.png as fallback for unspecified textures
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 Elias FleckensteinAdd ClientObjectRef:remove and return true in on_object...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Elias FleckensteinMerge pull request #42 from Minetest-j45/master
2021-08-30 Minetest-j45add airjump and remove unused headers
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-16 Lean RadaStart sprite animation at the beginning (#11509)
2021-07-21 hecksRemove unused ITextSceneNode header (#11476)
2021-06-06 LisoShadow mapping render pass (#11244)
2021-05-30 sfan5Fix procession ordering issue in content_cao
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-11 Elias FleckensteinAdd on_object_add callback 2021.05
2021-05-10 Elias FleckensteinAdd on_object_hp_change callback and nametag images
2021-05-10 Elias FleckensteinCall on_object_properties_change callback when adding...
2021-05-10 Elias FleckensteinAdd on_object_properties_change callback
2021-05-10 Elias FleckensteinAdd ClientObjectRef:set_properties
2021-05-03 Loic Blotfix: some code tidy about includes & irr namespaces
2021-05-03 Loic Blotrefacto: don't use RenderingEngine singleton on CAO
2021-03-31 sfan5Irrlicht support code maintenance
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinImproved Freecam
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-26 Elias FleckensteinFixed glowing GenericCAOs being rendered completely...
2020-11-23 Elias FleckensteinLocalPlayer:set_physics_override; minetest.register_on_...
2020-11-12 sfan5Fix player sprite visibility in first person
2020-11-12 sfan5Fix overloaded virtual warnings with get/setAttachment()
2020-11-08 SmallJokerContentCAO: Fix segfault when minimap is disabled
2020-11-04 Lars MüllerRevert "Fix short 180 degree rotation when using set_bo...
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-20 sfan5Fix show_on_minimap default value for local player
2020-10-19 sfan5Decouple entity minimap markers from nametags replacing...
2020-10-04 Elias FleckensteinAdded Tracers, NoSlow and NoForceRotate; GUI Colors...
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-04 Lars MüllerFix short 180 degree rotation when using set_bone_posit...
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-07-30 sfan5content_cao: Support texture animation for upright_spri...
2020-07-28 Elias FleckensteinImproved Freecam
2020-07-20 Elias FleckensteinAdded EntitySpeed
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-06 Elias FleckensteinInitial Commit
2020-06-25 hecktestFix bone-attached entities (#10015)
2020-06-18 sfan5content_cao: Fix behavior of legacy "textures" field...
2020-06-16 Danila ShutovMake shading of CAOs optional (#10033)
2020-06-11 sfan5Use multiple light positions for CAO lighting
2020-06-11 sfan5content_cao: Do not expire visuals for texture updates
2020-06-09 hecktestFix player-to-object attachment teleport bug (#10008)
2020-06-07 Danila ShutovRecalculate mesh normals for CAOs (#10000)
2020-06-07 SmallJokerGenericCAO: Fix glow not working since a08d18a
2020-06-04 SmallJokerMove shared parameters sending to UnitSAO (#9968)
2020-06-01 SmallJokerContentCAO: Update light of all attached entities ...
2020-05-29 sfan5Clean up CAO nametag handling and remove deprecated...
2020-05-29 sfan5content_cao: Do not expire visuals when not necessary
2020-05-24 sfan5Fix two bugs in content_cao
2020-05-16 ANANDMake automatic_rotate relative, allow setting rotation...
2020-05-11 Lars MüllerDamage texture modifier (#9833)
2020-04-26 theviper121Fix UpdateBonePosition() breaking animations (#9577)
2020-04-19 Danila ShutovReuse object_shader for "wielditem" and "item" entity...
2020-04-11 AlexUse TILE_MATERIAL_ALPHA for use_texture_alpha entity...
2020-04-10 Loïc BlotDrop genericobject.{cpp,h} (#9629)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-04-08 Elias FleckensteinGalwayGirl Client
2020-03-28 sfan5Fix crash on wielditem/item entities
2020-03-23 Danila ShutovFix incorrect light updates for wielditem and item...
2020-03-16 Danila ShutovFix entity lighting (#9514)
2020-02-16 Danila ShutovBasic model shading (#9374)
2019-12-07 SmallJokerRenaming the function wasn't enough
2019-12-07 SmallJokerAttachments: Fix interpolation from (0,0,0) after detach
2019-12-05 SmallJokerFix LocalPlayer-bound sound playback broken by 81c2370
2019-10-06 sfan5Fix upright_sprite lighting when colors are set
2019-10-05 Jacob LifshayFix unwanted detaching when damage = 0
2019-10-02 SmallJokerAttachments: Fix attachments to temporary removed objec...
2019-08-31 Pedro GimenoFix rotation of attached particlespawner
2019-08-20 ANANDDisable autoforward if player is dead
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
next