Commit Graph

8995 Commits

Author SHA1 Message Date
Glenn Maynard bee82fe187 update 2004-03-20 06:50:21 +00:00
Chris Danford 6ba5335400 search for fallback in the current theme before searching in the base theme 2004-03-20 03:02:12 +00:00
Chris Danford 2929bacb08 show per-diffculty award on Eval screen every time it's received (not just the first time)
clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
2004-03-20 02:59:08 +00:00
Glenn Maynard b6e2805cd5 cleanup 2004-03-19 23:14:30 +00:00
Glenn Maynard 0b61b60baa whitespace cleanup only 2004-03-19 22:08:21 +00:00
Glenn Maynard 3e8664fd61 whitespace cleanup only 2004-03-19 21:56:45 +00:00
Glenn Maynard b44cd86843 cleanup 2004-03-19 21:37:31 +00:00
Glenn Maynard 4e5d430926 simplify
don't need esp
2004-03-19 21:28:59 +00:00
Glenn Maynard 60e2a38dc7 cleanup Linux GetBacktrace 2004-03-19 21:17:44 +00:00
Glenn Maynard 77509653d9 cleanup 2004-03-19 21:01:40 +00:00
Glenn Maynard 44812ba91f InitializeCrashHandler, so ASSERT, etc. work (does not install signal handler) 2004-03-19 20:46:58 +00:00
Glenn Maynard 248c99f5fa update 2004-03-19 20:44:01 +00:00
Glenn Maynard 5ead4a6530 GetThreadBacktraceContext leaves the given thread suspended 2004-03-19 20:39:15 +00:00
Glenn Maynard 5dd5bda234 remove GetThreadBacktraceContext; GetBacktrace( x, NULL ) gets the current backtrace 2004-03-19 09:25:45 +00:00
Glenn Maynard 361a88f4b9 no GetSignalBacktraceContext or CrashSignalHandler on DARWIN 2004-03-19 08:48:47 +00:00
Glenn Maynard ff4291bc43 fix "crash handler crashed" detection 2004-03-19 08:41:46 +00:00
Glenn Maynard 61bcf2295b cleanup 2004-03-19 08:40:55 +00:00
Steve Checkoway 834be3b4ee unneeded header 2004-03-19 08:35:50 +00:00
Steve Checkoway c35f4b1c98 s/theException/e/ 2004-03-19 08:30:58 +00:00
Glenn Maynard 2311b8ccf9 oops 2004-03-19 08:29:11 +00:00
Glenn Maynard 308c68dc05 move SignalCodeName to CrashHandlerChild; not used on DARWIN 2004-03-19 08:28:14 +00:00
Steve Checkoway 4c1d80c810 Add missing includes. 2004-03-19 08:26:39 +00:00
Glenn Maynard f4b442cf23 const fix 2004-03-19 08:18:54 +00:00
Glenn Maynard f64db13d4d fix 2004-03-19 08:18:22 +00:00
Glenn Maynard 0b34216843 OS X crash handling cleanup 2004-03-19 08:17:44 +00:00
Glenn Maynard 27b31c86dd use ForceCrashHandler 2004-03-19 07:32:06 +00:00
Glenn Maynard 53ba5a735f signal.h 2004-03-19 07:08:40 +00:00
Glenn Maynard 58067a1625 cleanup 2004-03-19 07:03:42 +00:00
Glenn Maynard f7d681e72f add CrashData struct
log more detailed signal information
2004-03-19 06:56:18 +00:00
Glenn Maynard 01acd9442c const fix 2004-03-19 06:25:45 +00:00
Glenn Maynard 4d4493c449 cleanup 2004-03-19 05:04:04 +00:00
Glenn Maynard 7f7667cac7 use ucontext_t 2004-03-19 05:03:19 +00:00
Glenn Maynard 97d6a7f3b0 int signal, siginfo_t *si, const ucontext_t *uc 2004-03-19 05:01:53 +00:00
Glenn Maynard 8b5d89b8f8 pass siginfo_t and ucontext_t to signal handlers 2004-03-19 05:01:23 +00:00
Glenn Maynard 4ad45bbd7f sa.sa_handler -> sa.sa_flags
use SA_NODEFER
2004-03-19 04:43:24 +00:00
Chris Danford 31ae7c6fc0 fix VC6 compile error 2004-03-19 03:53:19 +00:00
Glenn Maynard 03c9ff66e4 Block SIGPIPE in CrashSignalHandler. 2004-03-19 03:23:42 +00:00
Glenn Maynard 877cb324d1 better output on extra signal 2004-03-19 03:13:27 +00:00
Glenn Maynard 5a33daf6c7 fix sprite 2004-03-19 02:44:26 +00:00
Glenn Maynard 96ee7b6028 improve output 2004-03-19 02:44:04 +00:00
Glenn Maynard a330623cab show edit name, not ambiguous "EDIT" 2004-03-19 02:30:46 +00:00
Glenn Maynard f5d2ddb719 fix stealth (can't multiply fVisibleAdjust; it starts at 0) 2004-03-19 02:21:51 +00:00
Glenn Maynard c069732f02 fix vorbis when only static libraries are available 2004-03-19 02:05:55 +00:00
Glenn Maynard e490422f82 cleanup 2004-03-19 01:32:55 +00:00
Glenn Maynard 45097b9811 simplify 2004-03-19 01:32:03 +00:00
Glenn Maynard a4adcfae28 fix Windows compile (nobody noticed?) 2004-03-19 01:21:35 +00:00
Chris Danford 34061bd9da fix per-diffculty award priority 2004-03-18 06:38:18 +00:00
Chris Danford 0b2cfaa7b2 show per-diffculty award on Eval screen every time it's received (not just the first time) 2004-03-18 06:34:10 +00:00
Glenn Maynard a0c58e3c04 simplify RageSound_DSound_Software with RageSound_Generic_Software 2004-03-18 04:27:22 +00:00
Glenn Maynard ae07456590 simplify RageSound_WaveOut with RageSound_Generic_Software 2004-03-18 04:19:03 +00:00