19 Commits

Author SHA1 Message Date
palana
0204fa906c Disable FastAlloc for 64 bit builds
FastAlloc only uses the lower 32 bits of a pointer to index its internal
structures which is a problem for allocations with size >= 0x8001,
because multiple big allocations can have the same values for bit 16 to
bit 32, which causes FastAlloc to discard its info about the previous
allocation
2014-08-17 20:16:03 +02:00
jp9000
131a38e1e1 When debugging, output log data to debug window 2014-07-24 21:59:23 -07:00
Richard Stanway
8d9a26ca29 Add DumpError (crash+dump) for certain CrashError errors. 2014-04-24 20:38:58 +02:00
Richard Stanway
5d6cc218eb Some static analysis fixes via Coverity Scan 2014-04-09 00:47:39 +02:00
palana
c7ae1c3eda Remove local RAII helpers from GraphicsSystem and XT 2014-03-14 18:51:41 +01:00
palana
695d846c31 Add a modification notification callback for the current log 2014-02-13 20:12:24 +01:00
palana
8fd4d757d2 Add support for partial reading of the current log 2014-02-13 20:12:24 +01:00
palana
381f57a5fc Add in-memory representation of the current log file
Representation is not 100% accurate since non-static buffers can't
survive an allocator reset. Additionaly, crash errors can't be logged
to XStringLog in case the source of the crash happened inside the
internal String/StringList or due to allocator problems
2014-02-13 20:12:23 +01:00
palana
08a066f457 Add functions for accessing the current session log file to XT 2014-02-09 08:13:46 +01:00
jp9000
263e6c3b95 added a raw logging function (primarily for appending the game capture log) 2013-08-10 02:27:33 -07:00
HomeWorld
eb2b10056a Moved CurrentTimeString/CurrentDateTimeString from XString to XT 2013-07-28 22:30:58 +03:00
jp9000
d2e7e2af6f added timestamping to all lines in log files 2013-05-01 17:58:42 -07:00
jp9000
286704a176 another CTS/DTS fix, fixed network issues, removed send buffer, fixed some graphics capture crashes, fixed win 8 sleep problems 2012-12-04 03:17:34 -07:00
jim
e02464b9f7 testing framedrop code, animated gifs, more features, more fixes, translations, etc 2012-11-19 02:16:37 -07:00
Richard Stanway
1a7c7fec7c Don't free memory when soft crashing, can cause other threads to actually crash. 2012-10-23 00:42:15 -04:00
jim
8943a7331d dshow fixes (again), transition source, other random things 2012-10-02 14:06:47 -07:00
jim
f99d74d008 0.38a 2012-09-20 23:07:10 -07:00
jim
1372c0bce8 0.32 2012-09-01 17:03:49 -07:00
jp9000
5b9e3b9dcb Initial commit 2012-08-30 21:54:15 -07:00