Commit graph

5 commits

Author SHA1 Message Date
82ae89865a Add new modules for Crusader map rendering and processing
- Implemented `formats.py` to define data structures and functions for handling map data, including reading and decoding shape and map items.
- Created `png.py` for generating PNG images from shape frames and pixel data.
- Developed `sorting.py` to manage the sorting and rendering order of map items based on their properties and spatial relationships.
- Introduced `render_all_maps.py` to facilitate the rendering of all maps for specified games, including command-line argument parsing and subprocess management for rendering tasks.
2026-03-27 08:22:09 +01:00
589bfc31ef Pseudocode decompialtion improvements and docs 2026-03-26 22:10:48 +01:00
c12bb39437 Usecode pseudocode 2026-03-26 00:37:17 +01:00
f92d1504fa Stuff 2026-03-25 23:32:36 +01:00
ee33f94b4b Pseudocode and stuff 2026-03-25 23:32:13 +01:00