Commit Graph
5564 Commits
Author SHA1 Message Date
Glenn Maynard 627a90fb0a Improved C++ demangling. 2003-09-19 06:22:17 +00:00
Glenn Maynard 64265452d9 This is actually part of the platform SDK, not the DDK; doesn't matter. 2003-09-19 06:21:05 +00:00
Glenn Maynard f0eb184725 add dbghelp (only present on 2k+ but works down to 95) 2003-09-19 06:11:47 +00:00
Glenn Maynard 276b926713 unused 2003-09-19 04:02:32 +00:00
Glenn Maynard 1309792437 update 2003-09-19 02:31:57 +00:00
Glenn Maynard 0123987093 cleanup 2003-09-19 02:19:02 +00:00
Glenn Maynard 28b46ead6c #define LINUX 2003-09-19 02:18:43 +00:00
Glenn Maynard 605977cf8d fix warnings 2003-09-19 02:11:23 +00:00
Glenn Maynard 7f69823967 whitespace changes only 2003-09-19 02:05:26 +00:00
Glenn Maynard 38a8b92511 fix warnings 2003-09-19 02:01:13 +00:00
Glenn Maynard 98007b9c7e fix warning 2003-09-19 01:53:39 +00:00
Glenn Maynard 9f90db730d fix warning 2003-09-19 01:46:54 +00:00
Glenn Maynard f6f398f243 Improves compile time 2003-09-19 01:45:45 +00:00
Glenn Maynard 0a7ef0ea22 Fix logs (thanks gcc) 2003-09-19 01:23:30 +00:00
Glenn Maynard 1cd2f041e4 missing initializer 2003-09-19 01:22:02 +00:00
Glenn Maynard a7af267665 warning 2003-09-19 01:20:02 +00:00
Glenn Maynard 2c5a39ffa6 Fix logs (thanks gcc) 2003-09-19 01:16:42 +00:00
Glenn Maynard c9889a15a7 warning 2003-09-19 01:13:45 +00:00
Glenn Maynard 8b44280e5a warnings 2003-09-19 01:11:32 +00:00
Glenn Maynard e36528010a Improve output.
Fix logs (thanks gcc).
2003-09-19 01:06:20 +00:00
Glenn Maynard 0324bc3f51 Disable "warning: enumeration value `...' not handled in switch".
This is actually a very useful warning, but we use "NUM_FOO" entries
in enums too much, we often intentionally have partial switches,
and if we4 put a default: in every switch, this warning is pointless.
2003-09-19 00:54:38 +00:00
Glenn Maynard 8227fae6b9 Use #define PRINTF. Remove an extra #include. 2003-09-19 00:51:04 +00:00
Glenn Maynard 47c0b33520 #define PRINTF 2003-09-19 00:50:01 +00:00
Glenn Maynard e66877ce5e Turn off "warning: unused parameter". 2003-09-19 00:45:56 +00:00
Glenn Maynard 1ee3589c63 When did I disable warnings? Oops. Turn on warnings. (Too many warnings;
I'll be pruning a couple in a minute.)
2003-09-19 00:42:21 +00:00
Glenn Maynard a88753627b remove mdl_have_opengl.m4 2003-09-18 22:28:45 +00:00
Glenn Maynard 35c7641177 Rewrite overcomplicated OpenGL test. 2003-09-18 22:28:19 +00:00
Glenn Maynard 6c33443944 Simplify. 2003-09-18 21:10:57 +00:00
Glenn Maynard d2a09cef5f Cleanup. More ADPCM fixes. 2003-09-18 20:27:31 +00:00
Andrew Wong 292de23eb1 update DP if player is playing event mode (it would never add it before since
event mode never reaches the summary evaluation screen)
2003-09-18 20:05:29 +00:00
Glenn Maynard 7a699ffcef Fix quotes. 2003-09-18 19:20:17 +00:00
Glenn Maynard 21cf758643 cosmetic 2003-09-18 19:09:50 +00:00
Glenn Maynard 3db159cf59 Fix P2 crash. 2003-09-18 19:07:10 +00:00
Thad Ward 896dc0f8da slight optimization.
(if we aren't loading a player, we don't need to do anything other than load up the game/style info and the
name of the settings, so don't bother trying. when a player is loaded up, it is loaded from scratch from the ini
file anyway.)
2003-09-18 19:07:04 +00:00
Steve Checkoway c203f4c09d make OS X installer like windows installer wrt installed files and directories and deleted directories 2003-09-18 12:23:19 +00:00
Steve Checkoway 1c22759761 Install atos if the user doesn't already have it to ensure that we can get backtraces. This will be removed when the symbols can be determined by the crash handler itself. I'm not above copying the code directly, but I can't seem to find it anywhere. 2003-09-18 12:10:17 +00:00
Steve Checkoway 0ede96ac63 Correct handling of demangling. 2003-09-18 10:17:32 +00:00
Chris Danford a84febc9e1 fix gray arrow drawing in incoming + reverse 2003-09-18 05:55:03 +00:00
Chris Danford 7c92877208 fix agressive ASSERT 2003-09-18 04:23:58 +00:00
Glenn Maynard 07802afdd4 Hopefully fix that assert failure ... 2003-09-17 23:00:22 +00:00
Steve Checkoway f5674096df um, remove the WTF, my bad. 2003-09-17 22:47:52 +00:00
Glenn Maynard 5be2e48260 This still isn't quite fixed. 2003-09-17 22:25:29 +00:00
Steve Checkoway d0b3e37631 Add name demangling for BACKTRACE_LOOKUP_METHOD_ATOS. 2003-09-17 21:55:43 +00:00
Glenn Maynard 6a48d32dbe Fix? 2003-09-17 19:36:13 +00:00
Steve Checkoway 1beee3a6a8 typo 2003-09-17 09:03:11 +00:00
Steve Checkoway 4df188e90a ARGH, I dunno what I was thinking. I had something else in mind at first but then changed it and forgot to update this. I'm going to get a million bug reports as a result 2003-09-17 08:44:55 +00:00
Chris Danford 7dafb26d7a fix MakeActor to handle .sprite, .model files 2003-09-17 03:13:42 +00:00
Glenn Maynard 7b2c26de7d bump cache 2003-09-17 02:11:27 +00:00
Glenn Maynard 23053adf87 Blind fixes (always set combo, etc; simply don't draw it). 2003-09-17 01:58:27 +00:00
Glenn Maynard 30a45bd264 formatting fix 2003-09-17 01:50:54 +00:00