Commit graph

295 commits

Author SHA1 Message Date
c7e982eb81 fix(unicode): remove printdebug statement 2025-03-31 15:43:16 -04:00
eac2fa9de3 chore(build): upgrade bc 2025-03-31 15:40:04 -04:00
f8a7ac7001 feat(registry): add basic registry implementation 2025-03-31 14:31:31 -04:00
2ffa8217c0 feat(options): implement StormSetOption 2025-03-31 14:29:51 -04:00
09e7076a9b refactor(memory): make memory allocation the exclusive responsibility of bc from now on 2025-03-31 14:19:47 -04:00
92fcb3266f chore(build): upgrade bc dependency 2025-03-18 13:48:43 -04:00
0d64830c2d chore(build): upgrade bc dependency 2025-03-16 02:44:49 -04:00
b4f4d389c0 chore(build): upgrade bc dependency 2025-03-16 02:38:32 -04:00
f782ed440c chore(build): upgrade bc dependency 2025-03-16 02:00:44 -04:00
d5aff27a9f fix(command): update ProcessFile to use fixed file API 2025-03-16 01:31:39 -04:00
055fd56c69 fix(command): update ProcessFile to use fixed file API 2025-03-16 01:20:10 -04:00
d5181697bd chore(build): upgrade bc dependency 2025-03-16 00:41:53 -04:00
e74a369669 chore(build): upgrade bc dependency 2025-03-16 00:28:38 -04:00
eb26539b33 feat(string): implement SStrToUnsigned 2024-12-24 14:08:06 -05:00
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
da4ca1352d fix(test): added missing big file 2024-11-22 02:32:42 -05:00
f0632c0fe0 fix(command): remove FCN from callback names 2024-11-22 02:26:03 -05:00
fbed66f77f fix(command): remove FCN from callback names 2024-11-22 02:24:50 -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
d25d3653bb refactor(test): clean up location of BigDataTest helper outside of main test files 2024-11-22 02:19:28 -05:00
14462ae233 fix(big): fixed mismatched use of delete in SBigDel 2024-11-22 02:17:16 -05:00
Adam Heinermann
da8a663fd7 feat(big): add SBigXor 2024-11-20 21:14:22 -05:00
Adam Heinermann
6a88f93619 feat(big): implement ToStream and EncodeDataBytes ops 2024-11-20 21:14:17 -05:00
Adam Heinermann
8e96181679 chore(big): style and warning fixes 2024-11-20 21:14:11 -05:00
Adam Heinermann
c616d351a9 chore(big): simplify SBig tests 2024-11-20 21:13:52 -05:00
Adam Heinermann
c31e976595 feat(big): add SBigOr 2024-11-20 21:13:43 -05:00
Adam Heinermann
5688b7ec3e feat(big): add SBigNot 2024-11-20 21:13:36 -05:00
Adam Heinermann
1cad63b7f2 feat(big): add SBigIsZero 2024-11-20 21:13:28 -05:00
Adam Heinermann
c9826d2336 feat(big): add SBigIsOne 2024-11-20 21:13:23 -05:00
Adam Heinermann
9074869097 feat(big): add SBigIsOdd 2024-11-20 21:13:17 -05:00
Adam Heinermann
6759cb4d7c feat(big) add SBigIsEven 2024-11-20 21:13:07 -05:00
Adam Heinermann
328bbf61d8 feat(big): add SBigDiv 2024-11-20 21:12:44 -05:00
Adam Heinermann
149a739a9d feat(big): add SBigInc 2024-11-20 21:12:36 -05:00
Adam Heinermann
896c3c0414 feat(big): add SBigFromStr 2024-11-20 21:12:25 -05:00
Adam Heinermann
fac094793a feat(big): add SBigDec 2024-11-20 21:12:16 -05:00
Adam Heinermann
5e776b6db7 fix(big): remove assert in Sub to allow a retail bug 2024-11-20 21:12:11 -05:00
Adam Heinermann
04aae89252 fix(big): endianness issue in ExtractLowPartSx 2024-11-20 21:11:57 -05:00
Adam Heinermann
94ef375b19 feat(big): add SBigCopy 2024-11-20 21:11:50 -05:00
Adam Heinermann
6801b32a99 feat(big): add SBigAnd 2024-11-20 21:11:39 -05:00
Adam Heinermann
c42bad55a2 fix(build): build fix for msvc 2024-11-20 21:11:12 -05:00
6e1c9d9e93 chore(build): upgrade dependencies 2024-09-08 11:06:24 -04:00
2439224184 fix(error): fix incorrect includes 2024-09-07 12:34:46 -04:00
bb31ea91b5 refactor(test): update test log constants 2024-09-07 12:28:28 -04:00
6cbf0d23bf refactor(error): make error variables properly static 2024-09-07 12:26:26 -04:00
57430d406f refactor(log): restyle SLog 2024-09-07 12:26:06 -04:00