Commit graph

14 commits

Author SHA1 Message Date
myT
5d9b4ebd13 removed glw_win.h 2023-11-12 01:33:01 +01:00
myT
3b6a3a5019 added D3D12 rendering and removed D3D11, GL2, GL3
don't track .user files except for cnq3 and cnq3-server

disabled FPS hack

disabled FPS hack, part 2
2023-11-12 01:32:58 +01:00
myT
b406564962 added copyright notices to important new files 2019-09-25 05:14:58 +02:00
myT
4e32660946 write module file paths in the crash reports' JSON files 2018-12-07 20:48:49 +01:00
myT
f9cfe48d11 can now pass "/crashreport:yes" and "/crashreport:no" to the Windows executables
this will disable the use of message boxes and won't open the crash report directory
2018-01-25 07:25:26 +01:00
myT
608ed06410 more robust crash report directory selection
consider the report written if at least 1 file was successfully written to
2018-01-19 07:01:15 +01:00
myT
f16d368775 fixed the Windows crash handler incorrectly considering certain exceptions as fatal
real-world example: code 0x6C6 flags 0x1
it was happening because we didn't give the other handlers a real chance to deal with them
2018-01-15 21:19:27 +01:00
myT
6d18a0b5bd added the new client HTTP download system 2017-09-12 03:21:11 +02:00
myT
59f658c791 fixed the win32 dedicated server build 2017-06-03 00:27:59 +02:00
myT
1ef18feab5 restoring desktop settings and minimizing the window when crashing
making sure the crash message box is always visible
2017-06-02 18:59:23 +02:00
myT
76ab2a5d6d we only run our handler for exceptions that we know we can't recover from 2017-05-17 07:48:26 +02:00
myT
e199d943e0 fixed calls to OutputDebugStringA/W being considered a crash 2017-04-20 03:28:50 +02:00
myT
c63c3e80a6 replaced monitor gamma by a post-process gamma shader
ported the dyn lights shaders to glsl
nuked stereo rendering
replaced r_ext_multisample with r_msaa
2017-03-21 00:58:59 +01:00
myT
1efd5b6d82 improved crash and exit handlers that restore system settings (monitor gamma ramps, system timer resolution, terminal settings, ...) and crash reports with full QVM stack trace 2017-03-14 05:11:12 +01:00