Supermodel/Src/Util
2022-02-05 00:52:34 +00:00
..
BitRegister.cpp fix missing header 2017-09-24 22:14:39 +00:00
BitRegister.h Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
BMPFile.h When dumping textures, two T1RGB5 texture maps are written: with and without contour processing. Contour processing can be disabled per-polygon and some textures intended to be used without contour processing contain pixels with T=1 that are clearly not supposed to be transparent. We now output textures_t1rgb5_contour.bmp and textures_t1rgb5_opaque.bmp. 2022-02-05 00:52:34 +00:00
ByteSwap.cpp Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ByteSwap.h Changes to game loader interface, added 32-bit word swapping utility function 2016-08-11 03:53:19 +00:00
ConfigBuilders.cpp -Added support for specifying multiple sections simultaneously in INI 2019-01-20 08:02:01 +00:00
ConfigBuilders.h Added support for multiple value types in config nodes. 2016-08-21 22:22:45 +00:00
Format.cpp Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
Format.h Hex formatting support extended to 64 bits. 2017-09-23 15:33:26 +00:00
GenericValue.h fix project files 2017-03-27 22:01:31 +00:00
NewConfig.cpp methods should be marked as noexcept because they cannot throw 2021-12-19 17:48:38 +00:00
NewConfig.h methods should be marked as noexcept because they cannot throw 2021-12-19 17:48:38 +00:00
Test_BitRegister.cpp Added functions to extract bits as integer values and updated comment about bit vector layout 2017-09-24 18:40:58 +00:00
Test_Config.cpp Updated Util::Config::Node unit tests with multiple leaf node test 2017-04-12 02:41:02 +00:00