Commit Graph
4401 Commits
Author SHA1 Message Date
Glenn Maynard f8bfc55aa9 cleanup 2003-07-23 20:52:35 +00:00
Glenn Maynard 50402806d0 Cleanup
Fix OpenGL in Windows.
2003-07-23 20:51:46 +00:00
Glenn Maynard 541b21145e Re-simplify exceptions. 2003-07-23 20:19:22 +00:00
Steve Checkoway 7cfed78e24 Add an error dialog for OS X. 2003-07-23 13:32:17 +00:00
Andrew Wong 004c056170 recompiled SDL.dll for people too lazy to compile it themselves :) 2003-07-23 05:03:09 +00:00
Glenn Maynard 49cd556680 bugfix 2003-07-23 00:56:46 +00:00
Glenn Maynard 33a835ff31 Tired of fighting with MFC; switch arrays to vector.
Update IniFile and some of RageUitl.  Can't do everything, since it's
still using MFC CString.
2003-07-23 00:47:23 +00:00
Glenn Maynard 212af912f1 update 2003-07-22 20:24:01 +00:00
Glenn Maynard d19feaf965 fix link errors--dxguid *is* needed in Windows 2003-07-22 20:23:39 +00:00
Glenn Maynard db150443e4 update 2003-07-22 20:21:13 +00:00
Glenn Maynard 4007c2987b quiet warning 2003-07-22 20:20:12 +00:00
Glenn Maynard 5e71b21e3d need errno 2003-07-22 20:19:47 +00:00
Steve Checkoway 6192aba094 NULL, not SDL 2003-07-22 15:52:32 +00:00
Sean Burke fc4654092c Fix LowLevelWindow on OS X and Linux. 2003-07-22 15:39:47 +00:00
Steve Checkoway 84a21951e1 Revert for non-windows. 2003-07-22 14:35:51 +00:00
Sean Burke 2656d08a16 Add missing files to the Makefile. 2003-07-22 14:21:13 +00:00
Steve Checkoway 5c27d138b1 Remove LOG->Trace() since it breaks compilation. 2003-07-22 13:00:25 +00:00
Sean Burke 910634efca Get rid of unused if conditions to make RageLog compile again. 2003-07-22 08:08:13 +00:00
Chris Danford fe0cba9f78 runs on Xbox 2003-07-22 07:56:46 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Sean Burke 20b4af87b1 Temporary fix for compile... if it breaks the test environment, kill it. 2003-07-22 07:21:01 +00:00
Glenn Maynard 71b2199fb2 Move the rest of song searching logic into SONGMAN. 2003-07-22 05:45:30 +00:00
Glenn Maynard fdd00f5dd4 add GetAdditionalLog 2003-07-22 05:05:39 +00:00
Glenn Maynard 439b7c45e5 Compensate for rate in fNoteOffset, not fSecondsFromPerfect; should fix
autosync issues with music rates.
2003-07-22 05:03:38 +00:00
Glenn Maynard 2cd16ab141 Separate directory scanning and archiving. 2003-07-22 04:55:10 +00:00
Glenn Maynard a5720a96a4 Implement "don't show". 2003-07-22 03:21:08 +00:00
Glenn Maynard a91fed3848 Add "don't show" to ShowComment. 2003-07-22 03:20:46 +00:00
Glenn Maynard 93689f8874 update 2003-07-22 03:12:08 +00:00
Glenn Maynard 4f0e9ef915 Implement "don't ask" for EnterComment. 2003-07-22 03:11:12 +00:00
Glenn Maynard 453b7c4bf2 Add "don't ask" to EnterComment. 2003-07-22 03:10:43 +00:00
Glenn Maynard e46b04eeb2 cleanup 2003-07-22 03:10:13 +00:00
Glenn Maynard 364b01787b Add GetPref, SetPref. 2003-07-22 03:07:51 +00:00
Glenn Maynard d817a6e023 Cleanup. 2003-07-22 02:40:23 +00:00
Glenn Maynard ccba4ffca4 These calls seem to be obsolete; removing them doesn't change anything
and they cause deprecation warnings in VC7.
2003-07-22 02:22:39 +00:00
Glenn Maynard e6dd1487ff Upgrade ZipArchive to 2.3.4. SMPackage compiles in VC7 now. 2003-07-22 02:10:30 +00:00
Glenn Maynard eae9565659 Comment out tests. They break one of my custom build environments. I'll try to fix them later. 2003-07-22 01:31:47 +00:00
Sean Burke ccfe10c660 Compile fix for the rename. 2003-07-21 23:52:01 +00:00
Glenn Maynard d0502bfddb rename 2003-07-21 23:16:06 +00:00
Sean Burke 14626dbf92 Add ModeChoice to the Makefile. 2003-07-21 23:14:20 +00:00
Glenn Maynard a54fcffdb7 implement difficult course selection in ScreenSelectMusic 2003-07-21 22:57:19 +00:00
Glenn Maynard b485365e26 simplify 2003-07-21 22:45:18 +00:00
Glenn Maynard 00d42525bb add course meter 2003-07-21 22:38:41 +00:00
Glenn Maynard 5618c2b3d1 add course meter 2003-07-21 22:33:01 +00:00
Glenn Maynard fb0b6ed89e GetDifficulty and GetMeterRange take an Info. 2003-07-21 22:21:03 +00:00
Glenn Maynard a0230f752a Fill in CourseIndex. 2003-07-21 21:59:10 +00:00
Glenn Maynard 4106afb299 Refactor.
Finding out which songs were random was broken: if a non-static
song (eg. player's best) was missing ("BEST99999"), m_entries
doesn't necessarily match one-to-one with the results of GetStageInfo.
2003-07-21 21:54:07 +00:00
Glenn Maynard bd10a6e212 SONGMAN->UpdateBest on reset 2003-07-21 21:49:24 +00:00
Glenn Maynard 2d49a8a604 use SONGMAN->GetBestSongs 2003-07-21 21:47:50 +00:00
Glenn Maynard 34fd7314ba add SONGMAN->GetBestSongs 2003-07-21 21:45:59 +00:00
Glenn Maynard 06aed83dbe fixes 2003-07-21 20:11:13 +00:00