This website requires JavaScript.
Explore
Help
Sign In
miguel.horta
/
openttd-cmclient
Watch
1
Star
0
Fork
0
You've already forked openttd-cmclient
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e3156546fa2e1b3d0cb0710edc883d43c08b5b4e
openttd-cmclient
/
src
/
spriteloader
History
Peter Nelson
7b717fcccb
Codechange: Replace AllocatorProc with SpriteAllocator class.
...
This allows for state to be passed to or maintained by the allocator.
2024-05-30 20:16:28 +01:00
..
CMakeLists.txt
Codechange: introduce SpriteFile to be used by the sprite loader instead of the global FIO slot functionality
2021-05-08 12:39:34 +02:00
grf.cpp
Change: Use std::make_unique instead of passing new() (
#12539
)
2024-04-20 11:20:49 +01:00
grf.hpp
Codechange: rename byte to uint8_t (
#12308
)
2024-03-16 23:59:32 +01:00
sprite_file_type.hpp
Codechange: rename byte to uint8_t (
#12308
)
2024-03-16 23:59:32 +01:00
sprite_file.cpp
Codechange: range based for loops instead of C-style for loops
2024-04-11 07:05:04 +02:00
spriteloader.hpp
Codechange: Replace AllocatorProc with SpriteAllocator class.
2024-05-30 20:16:28 +01:00