Commit Graph
5608 Commits
Author SHA1 Message Date
Glenn Maynard 9cd65ffc0f reenable log (as a trace, not a warning) 2003-09-22 01:06:07 +00:00
Glenn Maynard d7150edffc Fix very slow FixImpossibleRows 2003-09-22 01:01:47 +00:00
Ben Anderson 15655ea98b Another chunk of code tested using VC6, I see... 2003-09-22 00:51:10 +00:00
Ben Anderson 2a58216a94 The usual complaint about ISO 'for' scoping from GCC, blah blah 2003-09-22 00:41:38 +00:00
Glenn Maynard a316e1cfa1 Cleanup, fix path. 2003-09-22 00:10:04 +00:00
Glenn Maynard 4720a80e52 fix couples and doubles reversed 2003-09-21 23:41:54 +00:00
Glenn Maynard ce6719614b fix warning 2003-09-21 23:34:21 +00:00
Chris Danford 9434a66d94 fix FixImpossibleRows()
fix misaligned editor NoteFields
2003-09-21 23:16:44 +00:00
Glenn Maynard 1b0abc39cf Group names are case-insensitive. 2003-09-21 21:35:59 +00:00
Glenn Maynard 548e474d4a fix warning 2003-09-21 21:20:37 +00:00
Glenn Maynard 5b3e5abc38 fix warning 2003-09-21 21:07:30 +00:00
Glenn Maynard e9e5e825f7 add ProductInfo.h 2003-09-21 21:03:27 +00:00
Glenn Maynard dea46aa69c Fix slow saving in the editor 2003-09-21 20:57:49 +00:00
Chris Danford dba1188c97 remove .model file format, replace with more general .actor file format 2003-09-21 20:57:07 +00:00
Chris Danford 3f2d2c7f77 ScreenSelect metrics cleanup 2003-09-21 20:10:15 +00:00
Chris Danford babe533a9e fix D3D lighting 2003-09-21 18:54:54 +00:00
Chris Danford eebb417840 clean up perspective
fix mini
fix frustum matrix in D3D
2003-09-21 18:07:29 +00:00
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