aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
AgeCommit message (Expand)Author
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-04-30Deal with compiler warningssfan5
2022-03-07Improve lighting of entities.Dmitry Kostenko
2021-05-13Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-05-10Add on_object_hp_change callback and nametag imagesElias Fleckenstein
2021-05-10Add ClientObjectRef:set_propertiesElias Fleckenstein
2021-05-03fix: some code tidy about includes & irr namespacesLoic Blot
2021-05-03refacto: don't use RenderingEngine singleton on CAOLoic Blot
2021-04-05Game: Scale damage flash to max HPSmallJoker
2020-11-28Merged MinetestElias Fleckenstein
2020-11-26Added ClientObjectRef:get_hp()Elias Fleckenstein
2020-11-12Fix overloaded virtual warnings with get/setAttachment()sfan5
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-10-19Decouple entity minimap markers from nametags replacing with show_on_minimap ...sfan5
2020-10-18Added the API additions from waspsalivaElias Fleckenstein
2020-10-05Added ESP, fixed Tracers, improved JesusElias Fleckenstein
2020-10-04Improved TracersElias Fleckenstein
2020-10-04Add First Person Attachments (#10360)Jordan Snelling
2020-07-20Added EntitySpeedElias Fleckenstein
2020-06-19ParticleSpawner: Fix crash when attaching to invisible entitySmallJoker
2020-06-11Use multiple light positions for CAO lightingsfan5
2020-06-01ContentCAO: Update light of all attached entities (#9975)SmallJoker
2020-05-29Clean up CAO nametag handling and remove deprecated AO_CMDsfan5
2020-05-29content_cao: Do not expire visuals when not necessarysfan5
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-03-16Fix entity lighting (#9514)Danila Shutov
2020-02-16Basic model shading (#9374)Danila Shutov
2019-12-07Attachments: Fix interpolation from (0,0,0) after detachSmallJoker
2019-10-02Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker
2019-08-31Fix rotation of attached particlespawnerPedro Gimeno
2019-07-29ContentCAO: Fix broken attachments on join (#8701)SmallJoker
2019-05-26Fix persistent ^[brighten after damage again (#5739)SmallJoker
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2019-02-10Consistent HP and damage types (#8167)SmallJoker
2019-02-07Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin