aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.cpp
AgeCommit message (Expand)Author
2020-04-26Fix UpdateBonePosition() breaking animations (#9577)theviper121
2020-04-19Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537)Danila Shutov
2020-04-11Use TILE_MATERIAL_ALPHA for use_texture_alpha entity flag (#9639)Alex
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-03-28Fix crash on wielditem/item entitiessfan5
2020-03-23Fix incorrect light updates for wielditem and item visuals (#9540)Danila Shutov
2020-03-16Fix entity lighting (#9514)Danila Shutov
2020-02-16Basic model shading (#9374)Danila Shutov
2019-12-07Renaming the function wasn't enoughSmallJoker
2019-12-07Attachments: Fix interpolation from (0,0,0) after detachSmallJoker
2019-12-05Fix LocalPlayer-bound sound playback broken by 81c2370SmallJoker
2019-10-06Fix upright_sprite lighting when colors are setsfan5
2019-10-05Fix unwanted detaching when damage = 0Jacob Lifshay
2019-10-02Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker
2019-08-31Fix rotation of attached particlespawnerPedro Gimeno
2019-08-20Disable autoforward if player is deadANAND
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
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-04-14Attend to review, re-arrange blank lines, update lua_api.txtparamat
2019-04-14Fix regression in automatic_face_movement_max_rotation_per_secPedro Gimeno
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
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2018-12-20Fix more transparency issues with ogles2 driver (#8005)stujones11
2018-12-13Network: Send IEEE floats (#7768)SmallJoker
2018-12-11Add object visual type 'item' (#7870)Alex
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin