brzeszczot

brzeszczot.git
git clone git://git.lenczewski.org/brzeszczot.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2023-02-13 00:43Implement riot_wad_write()Mikołaj Lenczewski2+106-4
2023-02-13 00:43Implement riot_wad_print()Mikołaj Lenczewski1+26-0
2023-02-13 00:42Implement riot_wad_read()Mikołaj Lenczewski1+180-2
2023-02-13 00:41Enable writing to `struct mem_stream`, and add riot mem_stream helpersMikołaj Lenczewski4+185-0
2023-02-13 00:40Simplify `struct riot_wad_chunk`, add `struct riot_wad` to wad contextMikołaj Lenczewski1+3-2
2023-02-13 00:38Fix inline extern specifiers for riot_intrusive_list(_node) functionsMikołaj Lenczewski2+56-25
2023-02-13 00:36Renamed wadctx and inibinctx to ctx for simplicityMikołaj Lenczewski1+18-16
2023-02-13 00:35Make mem_pool_resize() alignment-aware for MSVC _aligned_reallocMikołaj Lenczewski1+9-4
2023-02-12 17:43Fixed argument order in mem_pool_init() for MSVC _aligned_mallocMikołaj Lenczewski1+1-1
2023-02-12 17:40Add initial dump functionality for testing brzeszczotMikołaj Lenczewski2+189-4
2023-02-12 17:39Added primitive argument parsing to brzeszczotMikołaj Lenczewski3+64-1
2023-02-12 17:30Added debug print functions to libriot for both WAD and INIBIN typesMikołaj Lenczewski5+23-1
2023-02-12 16:47Add a user-specific assets folder for local binary assetsMikołaj Lenczewski1+1-2
2023-02-12 16:45Introduced type definitions and function stubs for WAD typesMikołaj Lenczewski5+101-0
2023-02-12 16:43Ensured that riot_inibin_ctx_pushn_*() functions assert out ptrMikołaj Lenczewski1+4-0
2023-02-12 15:56Reorganise libriot namespaces into riot, riot_wad, and riot_inibinMikołaj Lenczewski11+314-266
2023-02-12 15:55Update libriot docs to include Riot's WAD formatMikołaj Lenczewski1+110-22
2023-02-12 02:57Update libriot makefile to include new source filesMikołaj Lenczewski1+4-1
2023-02-12 02:57Added INIBIN reader and writer stubsMikołaj Lenczewski3+26-0
2023-02-12 02:55Introduced type definitions for INIBIN context and typesMikołaj Lenczewski3+276-0
2023-02-12 02:47Introduce helper macros for mem_pool_init() and mem_pool_alloc()Mikołaj Lenczewski1+6-0
2023-02-12 02:46Assert that size given to mem_pool_alloc() conforms to given alignmentMikołaj Lenczewski1+1-0
2023-02-12 02:45Make mem_pool_init() and mem_pool_free() alignment-awareMikołaj Lenczewski1+19-4
2023-02-12 02:41Introduce type alias `b8` for int8_tMikołaj Lenczewski1+1-0
2023-02-12 00:01Added initial libriot documentation on Riot's INIBIN formatMikołaj Lenczewski1+176-0
2023-02-12 00:09Fix __CPLUSPLUS include guard to __cplusplus as per c++ standardMikołaj Lenczewski3+13-13
2023-02-11 22:30Initial commitMikołaj Lenczewski18+530-0