aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.cpp
AgeCommit message (Expand)Author
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-07-30content_cao: Support texture animation for upright_sprite (#10020)sfan5
2020-06-26Fix bone-attached entities (#10015)hecktest
2020-06-18content_cao: Fix behavior of legacy "textures" field for wielditemssfan5
2020-06-16Make shading of CAOs optional (#10033)Danila Shutov
2020-06-11Use multiple light positions for CAO lightingsfan5
2020-06-11content_cao: Do not expire visuals for texture updatessfan5
2020-06-09Fix player-to-object attachment teleport bug (#10008)hecktest
2020-06-07Recalculate mesh normals for CAOs (#10000)Danila Shutov
2020-06-07GenericCAO: Fix glow not working since a08d18aSmallJoker
2020-06-04Move shared parameters sending to UnitSAO (#9968)SmallJoker
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-05-24Fix two bugs in content_caosfan5
2020-05-16Make automatic_rotate relative, allow setting rotation (#8468)ANAND
2020-05-11Damage texture modifier (#9833)Lars Müller
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