dxx-rebirth/common
Kp d42fff397b Fix Windows exception log short stack
The Windows exception handler probes the stack to determine how much can
be safely dumped, up to a fixed maximum number of bytes.  A logic error
caused the probe function to start its stack probe lower than intended,
so the eventual dump code logs fewer pre-exception bytes than intended.
Fix that error so that the dump shows more pre-exception bytes.

Also, log the address of the ud2 instruction, so that the effective load
address of the module can be determined.  Without this, ASLR makes
reading the dumps needlessly difficult.
2017-11-18 04:45:50 +00:00
..
2d Fix savegame thumbnail previews 2017-11-06 04:24:16 +00:00
3d Simplify calc_rod_corners loops 2017-08-26 19:47:51 +00:00
arch Fix Windows exception log short stack 2017-11-18 04:45:50 +00:00
editor Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
include Remove write-only Seg_scale 2017-11-05 20:49:09 +00:00
main Remove unused found_poly 2017-11-01 02:01:20 +00:00
maths Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Move various SDL-only texture mapping functions to !DXX_USE_OGL 2017-11-01 02:01:21 +00:00
ui Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00