aboutsummaryrefslogtreecommitdiff
path: root/src/tileanimation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump minimal protocol version to 36 (#6319)SmallJoker2017-08-291-2/+2
| | | | | | | * Bump minimal protocol version to 36 Item/Node/TileDef, NodeBox, TileAnimation: Remove old compat code * Accept future serialisation versions
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-10/+15
| | | | Also remove them from whitelist
* Add particle animation, glowsfan52017-01-181-1/+3
| | | | | This is implemented by reusing and extending the TileAnimation code for the methods used by particles.
* Add 2D sheet animation for nodessfan52017-01-021-0/+6
|
* Move TileAnimation code to seperate filesfan52017-01-021-0/+49