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
bb767608de99ecdf54f483c05547ba4ba424ad8d
openttd-cmclient
/
src
/
spriteloader
T
History
frosch
bb767608de
Codechange: Pass SpriteType as direct parameter to SpriteEncoder::Encoder.
2025-05-03 18:43:20 +02:00
..
CMakeLists.txt
Feature: Support converting 32bpp-only sprites to indexed 8bpp.
2025-01-21 00:45:31 +00:00
grf.cpp
Codechange: Include table/strings.h in files that use StringIDs.
2025-03-21 12:53:40 +00:00
grf.hpp
Change: Let sprite loader know what sprites are available in both 8bpp and 32bpp depths.
2025-01-21 00:45:31 +00:00
makeindexed.cpp
Fix
7b091000b0
: Missing 32bpp-to-8bpp sprites due to ZOOM_LVL_NORMAL changes. (
#13349
)
2025-01-21 08:58:51 +00:00
makeindexed.h
Feature: Support converting 32bpp-only sprites to indexed 8bpp.
2025-01-21 00:45:31 +00:00
sprite_file_type.hpp
Codechange: rename byte to uint8_t (
#12308
)
2024-03-16 23:59:32 +01:00
sprite_file.cpp
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
2025-04-20 22:06:18 +02:00
spriteloader.hpp
Codechange: Pass SpriteType as direct parameter to SpriteEncoder::Encoder.
2025-05-03 18:43:20 +02:00