1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-31 02:04:10 +02:00

90 Commits

Author SHA1 Message Date
FunkyFr3sh
e3e7dc22e1 improve debug logs 2024-10-26 21:40:28 +02:00
FunkyFr3sh
f9fa3b0fa2 add missing arg to Crc32_FromFile function 2024-09-30 23:53:41 +02:00
FunkyFr3sh
a7b8e2e80f move crc32 function 2024-09-30 23:46:04 +02:00
FunkyFr3sh
c479cc20a5 some more tweaks to logs 2024-09-29 21:27:55 +02:00
FunkyFr3sh
cd3a52363b improve win version logging 2024-09-29 21:03:12 +02:00
FunkyFr3sh
d3dbab102f fix for last commit 2024-09-29 17:28:34 +02:00
FunkyFr3sh
d680af0a4a dynamically load Dbghelp.dll 2024-09-29 17:09:24 +02:00
FunkyFr3sh
14020a3d31 don't create dmp file on windows ME builds 2024-09-28 20:28:33 +02:00
FunkyFr3sh
beae3c5fb7 properly target windows 2000 in mingw build + allows to build for windows ME now as well 2024-09-28 19:20:50 +02:00
FunkyFr3sh
80b8a996a7 tweak exception handler 2024-09-24 23:36:11 +02:00
FunkyFr3sh
e0e59cd9fa add testing code for privileged instructions 2024-09-24 20:17:53 +02:00
FunkyFr3sh
db9cfb8e29 add crc32 to logs 2024-09-23 15:21:32 +02:00
FunkyFr3sh
9fb97bf1ca fix warning 2024-09-23 13:28:46 +02:00
FunkyFr3sh
4d11fc38c6 log timestamp in UTC 2024-09-22 23:31:24 +02:00
FunkyFr3sh
9a308dcf1b add timestamp to logs 2024-09-19 19:42:27 +02:00
FunkyFr3sh
892494718a log BuildLabEx if available 2024-09-19 19:16:37 +02:00
FunkyFr3sh
d3139c67fb keep the mingw debug build win2000 compatible 2024-09-07 17:37:16 +02:00
FunkyFr3sh
614e340f15 fix warnings 2024-09-07 15:32:55 +02:00
FunkyFr3sh
2a269f19b6 log direct3d9 errors 2024-09-07 14:27:56 +02:00
FunkyFr3sh
f3d1ba8cf4 append filename to log files 2024-09-05 09:19:13 +02:00
FunkyFr3sh
40e30163d1 simplify git code 2024-09-02 10:44:09 +02:00
FunkyFr3sh
0f2a367c36 add git branch to logs 2024-09-01 09:40:46 +02:00
FunkyFr3sh
f3ba703444 add git commit hash to mingw build as well 2024-08-31 14:09:35 +02:00
FunkyFr3sh
b5eea287d5 add git commit hash to file version and log 2024-08-31 13:22:29 +02:00
FunkyFr3sh
1bdc2dc2b2 hook _invoke_watson 2024-08-31 08:09:51 +02:00
FunkyFr3sh
25ef20e711 always create log files next to game exe 2024-08-30 09:04:22 +02:00
FunkyFr3sh
c7fe0b614b fix STATUS_INVALID_CRUNTIME_PARAMETER crash with debug build 2024-08-30 08:28:59 +02:00
FunkyFr3sh
10ec35d458 fix alignment 2024-05-26 02:02:00 +02:00
FunkyFr3sh
99e0cf8b4a log CreateWindowExA calls 2024-05-24 22:16:32 +02:00
FunkyFr3sh
e18eb931eb use inline functions for WINE checks 2024-05-06 02:00:58 +02:00
FunkyFr3sh
6626480358 extend versionhelpers 2024-05-06 01:23:59 +02:00
FunkyFr3sh
36a87419e3 don't allocate ddraw struct 2024-03-22 22:27:00 +01:00
FunkyFr3sh
5082a40a3d fix debug build 2024-03-03 02:53:07 +01:00
FunkyFr3sh
589b422d93 fix some warnings 2023-10-22 11:46:13 +02:00
FunkyFr3sh
a9445fb300 add new window message to toggle fullscreen/maximize 2023-10-18 05:22:06 +02:00
FunkyFr3sh
1338adea41 fix warning 2023-09-22 01:56:57 +02:00
FunkyFr3sh
b039d9d4d1 add cnc-ddraw version to log 2023-09-22 01:56:10 +02:00
FunkyFr3sh
02d70d9afd fix names 2023-09-15 22:41:15 +02:00
FunkyFr3sh
2a44107d8e Revert "rotate every 50MB"
This reverts commit 587e461ea59563a7ed20ce15a62439eba0598d8e.
2023-09-14 22:51:46 +02:00
FunkyFr3sh
587e461ea5 rotate every 50MB 2023-09-14 22:48:56 +02:00
FunkyFr3sh
b1600d5d51 rotate log every 100MB 2023-09-14 22:12:10 +02:00
FunkyFr3sh
60d85725f5 fix some compiler warnings 2023-09-06 20:06:03 +02:00
FunkyFr3sh
5edeaeed51 remove const 2023-09-02 23:09:10 +02:00
FunkyFr3sh
8bbc053e30 add missing window messages 2023-08-23 19:02:21 +02:00
FunkyFr3sh
66e86aa37c replace IsIconic with custom function 2023-08-20 23:12:00 +02:00
FunkyFr3sh
eb2040a3c5 log DisplayVersion and add missing RegCloseKey 2023-08-19 21:27:22 +02:00
FunkyFr3sh
e32fffef20 improve logs 2023-08-17 13:42:26 +02:00
FunkyFr3sh
594cc4d8da add DebugLogMini build config 2023-08-10 14:41:42 +02:00
FunkyFr3sh
8b42dbddba add missing header 2023-08-06 09:37:43 +02:00
FunkyFr3sh
a28578f925 use real functions 2023-08-06 09:25:34 +02:00