summaryrefslogtreecommitdiff
path: root/tools/src/asset_processor/assets
AgeCommit message (Collapse)Author
2025-03-03"fix" false positive null pointer dereference warningHenny022p
2024-01-06Add more tilemap documentationoctorock
2024-01-06Rename metaTilesoctorock
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2022-12-21Fix pathsoctorock
2022-12-11Extract dungeon mapsoctorock
2022-12-06Fix some tilesetsoctorock
2022-12-06Decompress map assetsoctorock
2022-03-20remove obsolete exit_list code from asset_processorHenny022p
2021-11-30removed some unnecessary vectorsHenny022p
2021-11-27replace fstream with fmt::printHenny022p
2021-11-27use simple stdio for binary buffer writes instead of filestreamHenny022p
2021-11-23cleaned asset_processor to build without warningsHenny022p
2021-11-23moved asset_processor to new locationHenny022p