21 Commits (codeql)

Author SHA1 Message Date
Gleb Mazovetskiy 39afeaf8b1 CMake: gc-sections + no-rtti/exceptions options 4 years ago
Gleb Mazovetskiy a66ca44695 Zero-based frame indexing 4 years ago
Gleb Mazovetskiy 7fede6c4cb Clean up owned/unowned CelSprite ambiguity 4 years ago
Gleb Mazovetskiy 076b0c0c05 Overhaul tests 4 years ago
Gleb Mazovetskiy 7e1fea6f76 clang-format all files in {Source,test}/ 4 years ago
obligaron 3a9cc631c7 Rename DelayLen -> TicksPerFrame 5 years ago
obligaron 3ba4bac5e2 Harmonize DelayLen for Player and Monster (was 1-based on monseter (>= DelayLen) and 0-based on player (> DelayLen). Now both are 1-based (>= DelayLen) 5 years ago
Anders Jenbo c6f6c99add Fix GCC warning 5 years ago
qndel 69b903743a fix typos 5 years ago
obligaron b94e599f5e ADL: Advance skipped Frames in SetNewAnimation and remove logic from PM_XYZ 5 years ago
Anders Jenbo c11945e62b 🎨 Fix line endings 5 years ago
obligaron 8e5996cfca run clang-format 5 years ago
obligaron cb7819a75c Introduce AnimationDistributionFlags::RepeatedAction 5 years ago
obligaron b5954eb34b Change AnimationDistributionParams to AnimationDistributionFlags 5 years ago
obligaron b08e0c20dc In repeated Animations show skipped Frames from previous Animation (repeated Attack/RangeAttack/Spell) 5 years ago
obligaron ffc3c66e68 AnimationInfoTest: Add repeated attack test 5 years ago
obligaron 406a2bd260 Use AnimationInfo directly in tests 5 years ago
obligaron ff995adc2b Move ProcessPlayerAnimation to AnimationInfo 5 years ago
obligaron 3b87433fc2 Move GetFrameToUseForPlayerRendering to AnimationInfo 5 years ago
obligaron 1de46a8495 Rename member variables 5 years ago
obligaron 0b5183f63e Introduce AnimationInfo 5 years ago
obligaron b1ee8c00b3 change AnimationDistributionFlags to enum class and rename to AnimationDistributionParams 5 years ago
obligaron 93d487d3ed move comments to own line 5 years ago
obligaron 1930b0f1a6 rename enum AnimationFlags to AnimationDistributionFlags 5 years ago
obligaron eb3d8f05e5 add more comments to unittest 5 years ago
obligaron f51759b827 Include UnitTests 5 years ago