Commit graph

14 commits

Author SHA1 Message Date
22e9686d64 fix(error): fix shitcode where SetCount(-1) gets called 2024-12-08 12:36:57 -05:00
9722c1e8c3 fix(error): fix up stupid error_report::Display mistakes 2024-11-22 02:49:19 -05:00
cab7870726 fix(error): fix up stupid error_report::Format function mistakes 2024-11-22 02:47:26 -05:00
2615f3c7e6 refactor(error): make printf function a little prettier 2024-11-22 02:44:17 -05:00
7f051cfec4 fix(error): fixed incorrect symbols 2024-11-22 02:40:18 -05:00
87a09b67a9 refactor(error): use a helper class to format error popup+debug log on windows 2024-11-22 02:21:19 -05:00
e9df378771 fix(command): fixed infinite cleanup bug caused by ignorant usage of references by yours truly 2024-11-22 02:20:28 -05:00
2439224184 fix(error): fix incorrect includes 2024-09-07 12:34:46 -04:00
6cbf0d23bf refactor(error): make error variables properly static 2024-09-07 12:26:26 -04:00
7adbe074cb fix(unix): removed duplicate function SErrDisplayAppFatal 2024-08-30 18:07:46 -04:00
4f32840fdf feat(storm): reorganized error library, assertions are now more detailed across different platforms; added new macros STORM_VALIDATE_STRING and STORM_PANIC 2024-08-30 18:04:21 -04:00
7e38d8659e fix(error/win): snprintf produces gibberish, should be vsnprintf 2023-11-26 14:59:02 -05:00
e606bdbf59 feat(error): make errors visible on Windows 2023-08-17 02:02:23 -04:00
Tristan 'Natrist' Cormier
d7fc37cef1
feat(error): add exception-to-string translation for windows 2023-03-20 21:51:46 -05:00