2023-02-13 00:43 | Implement riot_wad_write() | Mikołaj Lenczewski | 2 | +106 | -4 |
2023-02-13 00:43 | Implement riot_wad_print() | Mikołaj Lenczewski | 1 | +26 | -0 |
2023-02-13 00:42 | Implement riot_wad_read() | Mikołaj Lenczewski | 1 | +180 | -2 |
2023-02-13 00:41 | Enable writing to `struct mem_stream`, and add riot mem_stream helpers | Mikołaj Lenczewski | 4 | +185 | -0 |
2023-02-13 00:40 | Simplify `struct riot_wad_chunk`, add `struct riot_wad` to wad context | Mikołaj Lenczewski | 1 | +3 | -2 |
2023-02-13 00:38 | Fix inline extern specifiers for riot_intrusive_list(_node) functions | Mikołaj Lenczewski | 2 | +56 | -25 |
2023-02-13 00:36 | Renamed wadctx and inibinctx to ctx for simplicity | Mikołaj Lenczewski | 1 | +18 | -16 |
2023-02-13 00:35 | Make mem_pool_resize() alignment-aware for MSVC _aligned_realloc | Mikołaj Lenczewski | 1 | +9 | -4 |
2023-02-12 17:43 | Fixed argument order in mem_pool_init() for MSVC _aligned_malloc | Mikołaj Lenczewski | 1 | +1 | -1 |
2023-02-12 17:40 | Add initial dump functionality for testing brzeszczot | Mikołaj Lenczewski | 2 | +189 | -4 |
2023-02-12 17:39 | Added primitive argument parsing to brzeszczot | Mikołaj Lenczewski | 3 | +64 | -1 |
2023-02-12 17:30 | Added debug print functions to libriot for both WAD and INIBIN types | Mikołaj Lenczewski | 5 | +23 | -1 |
2023-02-12 16:47 | Add a user-specific assets folder for local binary assets | Mikołaj Lenczewski | 1 | +1 | -2 |
2023-02-12 16:45 | Introduced type definitions and function stubs for WAD types | Mikołaj Lenczewski | 5 | +101 | -0 |
2023-02-12 16:43 | Ensured that riot_inibin_ctx_pushn_*() functions assert out ptr | Mikołaj Lenczewski | 1 | +4 | -0 |
2023-02-12 15:56 | Reorganise libriot namespaces into riot, riot_wad, and riot_inibin | Mikołaj Lenczewski | 11 | +314 | -266 |
2023-02-12 15:55 | Update libriot docs to include Riot's WAD format | Mikołaj Lenczewski | 1 | +110 | -22 |
2023-02-12 02:57 | Update libriot makefile to include new source files | Mikołaj Lenczewski | 1 | +4 | -1 |
2023-02-12 02:57 | Added INIBIN reader and writer stubs | Mikołaj Lenczewski | 3 | +26 | -0 |
2023-02-12 02:55 | Introduced type definitions for INIBIN context and types | Mikołaj Lenczewski | 3 | +276 | -0 |
2023-02-12 02:47 | Introduce helper macros for mem_pool_init() and mem_pool_alloc() | Mikołaj Lenczewski | 1 | +6 | -0 |
2023-02-12 02:46 | Assert that size given to mem_pool_alloc() conforms to given alignment | Mikołaj Lenczewski | 1 | +1 | -0 |
2023-02-12 02:45 | Make mem_pool_init() and mem_pool_free() alignment-aware | Mikołaj Lenczewski | 1 | +19 | -4 |
2023-02-12 02:41 | Introduce type alias `b8` for int8_t | Mikołaj Lenczewski | 1 | +1 | -0 |
2023-02-12 00:01 | Added initial libriot documentation on Riot's INIBIN format | Mikołaj Lenczewski | 1 | +176 | -0 |
2023-02-12 00:09 | Fix __CPLUSPLUS include guard to __cplusplus as per c++ standard | Mikołaj Lenczewski | 3 | +13 | -13 |
2023-02-11 22:30 | Initial commit | Mikołaj Lenczewski | 18 | +530 | -0 |