aboutsummaryrefslogtreecommitdiff
path: root/src/tileanimation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-order sound-related code (#12382)SmallJoker2022-06-201-2/+2
| | | | | | | | Dropped ServerSoundParams -> moved to ServerPlayingSound. This gets rid of the duplicated 'fade' and 'pitch' values on server-side where only one was used anyway. SimpleSoundSpec is the basic sound without positional information, hence 'loop' is included. Recursively added PROTOCOL_VERSION to most functions to reduce the versioning mess in the future. Per-type version numbers are kept for now as a safety rope in a special case.
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-4/+4
| | | | | * Proselytize the network. Use IEEE F32 * Remove unused V2F1000 functions
* Bump minimal protocol version to 36 (#6319)SmallJoker2017-08-291-23/+2
| | | | | | | * Bump minimal protocol version to 36 Item/Node/TileDef, NodeBox, TileAnimation: Remove old compat code * Accept future serialisation versions
* Add particle animation, glowsfan52017-01-181-5/+27
| | | | | This is implemented by reusing and extending the TileAnimation code for the methods used by particles.
* Add 2D sheet animation for nodessfan52017-01-021-15/+37
|
* Move TileAnimation code to seperate filesfan52017-01-021-0/+87