]> git.lizzy.rs Git - dragonfireclient.git/history - src/client/content_cao.cpp
Fix lighting of upright_sprite entities (#12336)
[dragonfireclient.git] / src / client / content_cao.cpp
2022-05-20 x2048Fix lighting of upright_sprite entities (#12336)
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-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-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-02-17 rubenwardyAdd nametag background setting and object property...
2020-12-24 sfan5Fix some minor code issues all over the place
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-10-20 sfan5Fix show_on_minimap default value for local player
2020-10-19 sfan5Decouple entity minimap markers from nametags replacing...
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-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-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
2019-07-29 SmallJokerContentCAO: Fix broken attachments on join (#8701)
2019-05-26 SmallJokerFix persistent ^[brighten after damage again (#5739)
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-14 paramatAttend to review, re-arrange blank lines, update lua_ap...
2019-04-14 Pedro GimenoFix regression in automatic_face_movement_max_rotation_...
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-20 stujones11Fix more transparency issues with ogles2 driver (#8005)
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-12-11 AlexAdd object visual type 'item' (#7870)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)