Commit Graph
17789 Commits
Author SHA1 Message Date
Glenn Maynard e4db0a6304 cleanup 2005-10-18 03:49:04 +00:00
Glenn Maynard 96040d82f2 StartTransitioningScreen does this 2005-10-18 03:42:10 +00:00
Glenn Maynard ab14002972 PlayStartSound on start/back 2005-10-18 03:41:12 +00:00
Glenn Maynard ae654aaf9b fix OnCommand sometimes run twice 2005-10-18 03:35:00 +00:00
Glenn Maynard 4f959ce9b9 EnableMask 2005-10-18 00:11:16 +00:00
Glenn Maynard 3b36f59a6c The only place Load3 is ever called with bUseMask true is from
LoadFromNode.  The code path doesn't give any way of setting the
size, so it doesn't work.  Remove it, and use EnableMask.
2005-10-17 23:21:16 +00:00
Glenn Maynard 9608af3c8d cleanup 2005-10-17 23:18:49 +00:00
Glenn Maynard fb8d67dd9f add ActorScroller::EnableMask, ActorScroller::DisableMask 2005-10-17 23:17:58 +00:00
Glenn Maynard 3eefb59a54 revert 2005-10-17 23:06:22 +00:00
Glenn Maynard 63cf6d7155 comment for very confusing metric 2005-10-17 23:05:44 +00:00
Glenn Maynard 36211ca727 backwards metric (yuck; themes shouldn't need to list individual StepsTypes) 2005-10-17 22:58:58 +00:00
Glenn Maynard ab1fc43d85 backwards metric 2005-10-17 22:57:39 +00:00
Chris Danford cc81130b5a remove backward compat. We're not loading scores from 3.0 any more. 2005-10-17 17:45:18 +00:00
Steve Checkoway d070a41916 Cruft. 2005-10-17 11:53:20 +00:00
Steve Checkoway 19631fe280 Add Input thread. Remove DictValue since I managed to break it converting from a macro to a static inline function. That took about an hour to track down. 2005-10-17 11:04:31 +00:00
Chris Danford c2bc8c3b61 set default install dir to whatever install dir was used last
prune old non-present installations by checking each for a Programs directory
2005-10-17 08:15:52 +00:00
Steve Checkoway 944b1dd231 Cleanup. 2005-10-17 07:04:26 +00:00
Steve Checkoway 01d315364a Fix gcc (3.3) compile. 2005-10-17 06:55:58 +00:00
Glenn Maynard b3d5f2390e cleanup 2005-10-17 06:37:59 +00:00
Glenn Maynard 3920770220 base class's job 2005-10-17 06:27:33 +00:00
Glenn Maynard 0af696f079 remove unused 2005-10-17 03:13:40 +00:00
Glenn Maynard 1a1a5bd01e remove SDL from Makefile; used only by Mac build now 2005-10-17 02:37:14 +00:00
Glenn Maynard bf51c138f2 update 2005-10-17 01:04:44 +00:00
Glenn Maynard 8b0476bd45 "spin" -> "scroll" (different than Actor::Spin).
lua
2005-10-17 01:03:57 +00:00
Glenn Maynard b4ad9ee7af unused. Do this in XML. 2005-10-17 01:02:09 +00:00
Glenn Maynard b5aa9735fe spin, and then stop spinning immediately? 2005-10-17 01:01:45 +00:00
Glenn Maynard e6bd6ccb5d do this in metrics 2005-10-17 00:53:19 +00:00
Glenn Maynard d2768dfe7e cleanup 2005-10-17 00:50:06 +00:00
Glenn Maynard 76ab49ffa4 cleanup 2005-10-17 00:44:22 +00:00
Steve Checkoway 849980cf74 Uglify. Ignore 80 column rule without going too far past.
Use inline functions instead of the two macros. No other nonspacing changes.
2005-10-16 23:09:00 +00:00
Glenn Maynard df7405f4ec remove Reset 2005-10-16 02:22:57 +00:00
Glenn Maynard 17efa3412d Actor::Reset() -> private Actor::InitDefaults(). 2005-10-16 02:22:33 +00:00
Glenn Maynard 9d5ca1ccbf Don't Reset(). It clears too much state (unsubscribing messages, etc). InitCommand
and OnCommand should undo any state needed.
2005-10-16 02:20:36 +00:00
Glenn Maynard 130cbb882a fix background layers not processing broadcasts 2005-10-16 02:11:25 +00:00
Glenn Maynard acc9bfa5a4 cleanup 2005-10-16 01:35:06 +00:00
Glenn Maynard f56cea11aa Fix "style,single;song,foo;steps,fum;screen,ScreenFoo" causing an assert
in GetAndClearScreen.  We can't LoadOne each part without actually applying
each first; "steps" will fail due to style and song not actually having
been set.
2005-10-16 01:04:55 +00:00
Glenn Maynard 204da36929 why did I use "Path"? Stick with "File". (Also, "Path" can refer to a directory
or a file; "File" always means a file.)
2005-10-15 21:44:15 +00:00
Chris Danford 349c19cb09 add checkpoints to catch input assert 2005-10-15 16:52:01 +00:00
Chris Danford ae7300b3be const cleanup 2005-10-15 16:47:44 +00:00
Chris Danford d6555531f3 trying to track down input assert 2005-10-15 10:11:45 +00:00
Glenn Maynard 18d47187b4 fix formatting of pause time 99.99 2005-10-15 07:42:58 +00:00
Steve Checkoway a0c117cd52 Initial input manager. The HID code works (so joysticks work) but the Carbon event handler is not being called. I might need to completely remove SDL first, or I might need to use some other API.
I'd rather not do this with HID, for fairly obvious reasons.
2005-10-15 07:30:16 +00:00
Chris Danford c27dc12583 move skipping of SSelectGroup into a branch (fixes SSGroup::TweenOnScreen assert) 2005-10-15 06:20:59 +00:00
Glenn Maynard 8b7e6d6b92 add error check to prevent infinite recursion 2005-10-15 06:12:58 +00:00
Glenn Maynard 9bf28a134c move to GameState 2005-10-15 04:44:31 +00:00
Glenn Maynard 34cf8c6915 unused 2005-10-15 04:40:12 +00:00
Chris Danford fa00917f7c add GlobalOffsetSeconds menu item 2005-10-15 04:13:11 +00:00
Steve Checkoway c7891c158b Fix memory leak. 2005-10-15 03:39:14 +00:00
Steve Checkoway 1e404783b9 Fix warnings. 2005-10-15 03:25:42 +00:00
Glenn Maynard 71f295fc55 allow IsDisqualified for inactive players 2005-10-15 02:20:44 +00:00