Supermodel/Src/Util
SpinDizzy c171356f7d -Added support for specifying multiple sections simultaneously in INI
files, e.g., [ daytona2, dayto2pe ]
-Forgetfulness in 763
2019-01-20 08:02:01 +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 Added RGBA4 format to BMP file writer 2016-09-07 01:25:27 +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 -Added support for specifying multiple sections simultaneously in INI 2019-01-20 08:02:01 +00:00
NewConfig.h Fixed behavior of Util::Config::Node when adding nested nodes (only leaf level can be duplicated; e.g., foo/bar and foo/bar will create one foo with two bar children, rather than two foo each with one bar). 2017-04-11 07:03:10 +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