This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-18 18:02:37 +01:00
Code
Issues
Releases
Wiki
Activity
Files
a23ff227e7704d1f3df3a3692dc2e26de34520cd
OpenTTD
/
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
…
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