Commit Graph
15973 Commits
Author SHA1 Message Date
Ben Anderson ebcbdd3c9f Move GCC/x86 assembler instructions into a single common file; begin work on supporting MinGW as a secondary Win32 build environment. 2005-06-20 01:33:32 +00:00
Glenn Maynard 8c121d4598 s_className -> m_sClassName 2005-06-20 00:33:07 +00:00
Glenn Maynard 990bd24675 remove unused 2005-06-19 22:57:35 +00:00
Glenn Maynard 5da5388b99 cleanups 2005-06-19 22:54:06 +00:00
Glenn Maynard ec135b3ecf remove duplicate code 2005-06-19 22:52:08 +00:00
Glenn Maynard 25531ef460 m_Overlay -> m_sprOverlay, to be consistent with SWME
remove character stuff that can be done with the overlay
2005-06-19 22:48:58 +00:00
Glenn Maynard f98f8794ce remove unused 2005-06-19 22:42:06 +00:00
Glenn Maynard 92f49b2f89 add character bindings to remove special cases in ScreenStage 2005-06-19 22:41:12 +00:00
Glenn Maynard 4a10567362 remove texts. If you want to do this, do it in the overlay or underlay layers.
Text=@GAMESTATE:GetCurrentSong():GetDisplayFullTitle()
2005-06-19 22:29:25 +00:00
Glenn Maynard d9ed603f18 implement coin settling 2005-06-19 21:58:11 +00:00
Steve Checkoway fc9c08f8d4 Remove all references to my build directory. Make this work as it did with previous versions of Xcode. 2005-06-19 11:19:08 +00:00
Steve Checkoway adfec6e2c8 Update 2005-06-19 11:18:27 +00:00
Steve Checkoway e233317c25 Cleanup. 2005-06-19 11:17:31 +00:00
Glenn Maynard 28fc7bcdad fix "save prefs when exiting system menu"; when DelayedScreenLoad,
bWasOnSystemMenu was always false, because the screen was already
deleted
2005-06-19 09:40:16 +00:00
Glenn Maynard 8364c20850 cleanup, make m_pSharedBGA private 2005-06-19 09:27:18 +00:00
Glenn Maynard 8b8c4ceb45 simplify further 2005-06-19 09:20:30 +00:00
Glenn Maynard a9f0a2158a DeleteCachedTextures is already called at the end of EmptyDeleteQueue 2005-06-19 09:15:54 +00:00
Glenn Maynard bfc49737fe cleanup 2005-06-19 08:56:45 +00:00
Glenn Maynard a0dcb3dc81 simplify 2005-06-19 08:51:09 +00:00
Glenn Maynard f11a2ce17e fix "called SetNewScreen again" case; simplify (only one path now) 2005-06-19 08:48:42 +00:00
Glenn Maynard 63cc873fc9 Simplify delayed/undelayed screen load path. Previously, the "delayed"
path would return immediately in SetNewScreen, loading in the next update,
and the "undelayed" path would load under SetNewScreen.  Instead, always
load on the next update, and just change the behavior (with "delayed" deleting
the old screen first).  These two code paths are both criticial, and they were
too different, leading to inconsistent behavior; this way is simpler.
2005-06-19 08:35:12 +00:00
Steve Checkoway 0bc5c2ede4 Kill our parent first. 2005-06-19 07:28:59 +00:00
Steve Checkoway 904bb8e246 Fix warning. 2005-06-19 06:39:49 +00:00
Steve Checkoway 4d18c5e4ca Classes with virtual functions need virtual dtors. 2005-06-19 06:37:28 +00:00
Steve Checkoway c5d1558f0f Fix uninitialized variable warning. 2005-06-19 06:36:08 +00:00
Steve Checkoway d90d69f934 newline 2005-06-19 01:38:56 +00:00
Steve Checkoway 35db5ffcc2 Fix warning. 2005-06-19 00:29:42 +00:00
Steve Checkoway 578b2f5c39 Don't break after return. It confuses g++ (slightly). 2005-06-19 00:28:12 +00:00
Steve Checkoway cc8aa318ba For some reason, g++ cannot determine that the break statements will not be reached. Removing them removes the warning. 2005-06-19 00:26:20 +00:00
Steve Checkoway c1f4c33fb9 Fix format string. 2005-06-19 00:21:48 +00:00
Chris Danford a77e0bb273 Back compat hack to fix importing scores for courses that have moved into group dirs 2005-06-18 15:00:11 +00:00
Chris Danford c576001d21 Fix AA all passed stages then fail a stage still shows good ending 2005-06-18 13:49:40 +00:00
Chris Danford f1cbfbb774 use LuaGrade constant 2005-06-18 13:46:41 +00:00
Renaud Lepage 2cee42e718 kDev project :: updated. 2005-06-18 13:16:06 +00:00
Chris Danford eaad485521 fix uninitialized causing bogus calorie values in release 2005-06-18 03:45:16 +00:00
Glenn Maynard f75be1bfaa clamp fBaseAlpha 2005-06-17 04:31:46 +00:00
Glenn Maynard ef0acd1ec7 cleanup 2005-06-17 02:22:38 +00:00
Glenn Maynard e65a91dfc9 old change: register DifficultyIcon 2005-06-17 01:31:21 +00:00
Chris Danford ea81664645 don't show timer in SSetTime 2005-06-17 01:12:41 +00:00
Glenn Maynard e44a329cd1 hmm. This part doesn't look right (using notedata.GetNumTracks before
setting it); since I havn't heard any complaints about this and I don't remember
which data it was trying to fix, revert it to assuming unidentified steps are
singles.
2005-06-17 01:10:52 +00:00
Glenn Maynard 11044792ee more old cleanups: figure out data that has no specified type 2005-06-17 01:08:01 +00:00
Glenn Maynard fad2f95c16 more old cleanups that have sat around for a year ... 2005-06-17 01:05:31 +00:00
Glenn Maynard f89817e192 committing old changes: no need for floating point in loading this 2005-06-17 00:58:51 +00:00
Glenn Maynard 3095c64e14 committing old changes ... 2005-06-17 00:52:56 +00:00
Glenn Maynard 7b184e6f7f comment 2005-06-17 00:49:10 +00:00
Glenn Maynard 361eff0205 cleanup 2005-06-17 00:47:22 +00:00
Glenn Maynard 741ae61a92 cleanup 2005-06-17 00:30:07 +00:00
Glenn Maynard 0262b31434 cleanup 2005-06-17 00:03:28 +00:00
Chris Danford df7b038735 fix duplicate templates 2005-06-16 22:39:03 +00:00
Glenn Maynard bcbae8d01f private L 2005-06-16 22:27:11 +00:00