ES-DE/es-core/src/utils
2022-08-13 16:27:44 +02:00
..
CImgUtil.cpp Changed most increment and decrement operators from postfix to prefix for es-core. 2021-11-17 17:48:49 +01:00
CImgUtil.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
FileSystemUtil.cpp (Windows) Fixed an issue where file paths would get escaped with quotation marks even if they did not contain any spaces. 2022-07-01 16:32:31 +02:00
FileSystemUtil.h Added emulator filename wildcard support for es_systems.xml and es_find_rules.xml 2022-02-21 17:23:23 +01:00
MathUtil.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
MathUtil.h Clarified the use of bundled include files. 2021-10-06 18:41:21 +02:00
PlatformUtil.cpp (Windows) Increased window size one pixel horizontally instead of decreasing it one pixel vertically on game launch. 2022-06-26 12:18:28 +02:00
PlatformUtil.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
StringUtil.cpp (Windows) Trigger emergency shutdown on wide string conversion errors to preserve data integrity at all times. 2022-08-13 16:27:44 +02:00
StringUtil.h Fixed some minor function argument name mismatches. 2022-05-08 14:22:11 +02:00
TimeUtil.cpp Fixed a time zone issue related to the Unix epoch. 2021-11-26 20:55:54 +01:00
TimeUtil.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00