Commit Graph
5591 Commits
Author SHA1 Message Date
Glenn Maynard d2b3919987 sync fixes 2003-09-21 07:49:36 +00:00
Glenn Maynard 60264048d0 Bail if not actually SDL 1.2.6. 2003-09-21 07:00:01 +00:00
Glenn Maynard 4ff7943de9 Switch to the dbghelp.h in my psdk install. 2003-09-21 05:56:49 +00:00
Chris Danford cbbbc0fcb3 remove unused ScreenSelectStyle5th 2003-09-21 03:31:53 +00:00
Andrew Wong cb9dc58f2a project file changes for VC6 users 2003-09-21 03:02:09 +00:00
Chris Danford e6d4d3fd43 Add AutoActor helper class. 2003-09-21 02:36:48 +00:00
Chris Danford c8f7c02036 Split ModelView matrix stack into View and World stacks.
Add "hallway" and "distant" mods.
2003-09-21 02:36:28 +00:00
Chris Danford c93b1592c2 use PRODUCT_NAME for MessageBox title 2003-09-21 02:34:51 +00:00
Chris Danford 11a0a3dafa remove unused ScreenSelectStyle5th 2003-09-21 02:34:20 +00:00
Glenn Maynard 001a627502 Fix error returns. 2003-09-21 00:35:08 +00:00
Glenn Maynard 8ba712abf7 Fix log.
Fix second extra stage glitch when playing in a song group with only
long songs.
2003-09-21 00:17:34 +00:00
Glenn Maynard 63889f0183 link AUDIO_LIBS 2003-09-20 20:04:01 +00:00
Glenn Maynard 0a64a82d82 move audio format checks to a file 2003-09-20 20:03:44 +00:00
Florent Carayol 47fc0d88fb Sorry, Last was my french version !! 2003-09-20 15:17:08 +00:00
Florent Carayol a5eba7384f Add a progress bar to the install dialog 2003-09-20 15:02:18 +00:00
Glenn Maynard 7654dab0f5 Make systems with broken dynamic linkers happy. 2003-09-19 23:30:43 +00:00
Glenn Maynard 4f89b016ef cleanup 2003-09-19 21:14:10 +00:00
Glenn Maynard 3034bb5a4c Fix pump center 2003-09-19 20:45:27 +00:00
Steve Checkoway 246b0e7b3a Remove Darwin as it isn't needed here anymore. 2003-09-19 20:43:27 +00:00
Glenn Maynard 7f09d1c7b2 update combo in HandleTapRowScore 2003-09-19 20:15:15 +00:00
Glenn Maynard 12e5f297ab Comment.
Too many variables declared in one place; scope them better.
2003-09-19 20:07:58 +00:00
Steve Checkoway 72e230dbb4 Move the libraries from the linker flags section to actual references. 2003-09-19 10:39:33 +00:00
Steve Checkoway 60f95a903e Install atos if the user doesn't have it even if they don't install the libraries. 2003-09-19 08:06:34 +00:00
Glenn Maynard 2aa79a0a21 Drawback of using dbghelp for symbol lookup: we need 5.1, which is
bigger.  I'll decide if it's worth it once I see how well the lookup works.
2003-09-19 07:21:24 +00:00
Glenn Maynard f21af04762 Use dbghelp for prodding DLLs. Leaving old code in place for now
until this gets some testing, but if it works well then we can kill a few
hundred lines of code.
2003-09-19 07:19:25 +00:00
Andrew Wong 54e490fd20 oops, forgot to commit:
replace GAMESTATE->m_pUnlockingSys with UNLOCKSYS
2003-09-19 07:02:53 +00:00
Glenn Maynard 79c2560527 Don't demangle; we do that ourselves now. 2003-09-19 06:25:13 +00:00
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