Commit Graph
12932 Commits
Author SHA1 Message Date
Glenn Maynard 681cf95ebc work around compiler oddity 2005-01-10 13:09:19 +00:00
Glenn Maynard f98a51d87e fix player 2 getting wrong player options applied 2005-01-10 13:04:31 +00:00
Chris Danford 5c5363598f fix VC7 warnings 2005-01-10 07:04:44 +00:00
Chris Danford c484f63266 fix "hold note ends incorrect after Turn"
fix AV in SuperShuffle
2005-01-10 06:23:04 +00:00
Glenn Maynard 87c4555a0c fix some cases of transforms brute-force iterating over rows 2005-01-10 01:03:36 +00:00
Glenn Maynard cde599f33a clamp .gz/.zip data: don't read more than it said would be available 2005-01-10 01:01:34 +00:00
Glenn Maynard 8d40bee10c fix shift-0 hold notes
These #ifdef Xbox-specific hacks need to go.  Making the entire editor
code unreadable and hard to maintain is just not acceptable.
2005-01-10 00:52:04 +00:00
Charles Lohr a5a48483a0 Reorganization of branching screens so that it drops the user in the correct screen when done a game and after logging in. 2005-01-10 00:37:18 +00:00
Charles Lohr 4bc9c40a10 Reorganization of code, and fix of some crashes. 2005-01-10 00:35:43 +00:00
Glenn Maynard 9aaaea6e7e fix TODO 2005-01-09 22:28:31 +00:00
Glenn Maynard d7aba9fd68 fix some cases of transforms brute-force iterating over rows 2005-01-09 22:24:52 +00:00
Glenn Maynard 7ccc7731dc fix some cases of transforms brute-force iterating over rows 2005-01-09 22:13:18 +00:00
Glenn Maynard c26f402bba Fix mirror; only the pre-4s transform rows were being iterated over, which
broke holds.
2005-01-09 21:42:01 +00:00
Glenn Maynard a8b8341667 comments 2005-01-09 21:34:19 +00:00
Glenn Maynard b67e3c6ebd wrap texture coordinates when in texture animation mode 2005-01-09 21:19:09 +00:00
Charles Lohr f021bba577 If we are not connected, we can't be on a smonline server or logged in anway. 2005-01-09 18:26:32 +00:00
Charles Lohr 6a3b32e4b5 oops... you can't start blindly playing. 2005-01-09 18:17:27 +00:00
Steven Towle 19ac29c9af added score display options 2005-01-09 07:47:38 +00:00
Glenn Maynard e4799d5b0e fix miss combo 2005-01-09 05:24:46 +00:00
Glenn Maynard 71861bd600 PrefsManager should not depend on ThemeManager 2005-01-09 01:43:58 +00:00
Glenn Maynard 3c8e26369b Lua should not depend on ThemeManager 2005-01-09 01:31:06 +00:00
Chris Danford 223ca00728 Sprite -> AutoActor 2005-01-09 01:17:51 +00:00
Glenn Maynard d58fa5178c remove GlowMode 2005-01-08 22:40:42 +00:00
Glenn Maynard 8a29cc0459 remove separate glow modes 2005-01-08 22:14:08 +00:00
Glenn Maynard f9a96f885c (let's just remove glowmode entirely) 2005-01-08 22:10:04 +00:00
Glenn Maynard 25a5bfa7e7 Remove "blendmode,brighten"; it's the same as "blend,add", use that instead. 2005-01-08 22:08:31 +00:00
Glenn Maynard 35de6e65ae RageFileObjMem::PutString 2005-01-08 21:50:50 +00:00
Josh Allen dcd0f01d16 Fix [ScreenProfileOptions] fallback 2005-01-08 21:18:17 +00:00
Chris Danford ea29e11fb7 cleanup 2005-01-08 21:11:00 +00:00
Glenn Maynard c040f6df9d Fix options menu.
(There's no screen class "ScreenOperatorMenu", and you can't have
multiple fallbacks--it's a simple chain, not a tree.)
2005-01-08 21:03:48 +00:00
Ben Anderson 34ae17ee17 Options menus no longer depend on hardcoded screen name 2005-01-08 20:46:32 +00:00
Glenn Maynard 239066e02c fix 2005-01-08 19:26:04 +00:00
Glenn Maynard 5e102d4946 Profile::LoadStatsXmlFromNode 2005-01-08 19:15:56 +00:00
Glenn Maynard 8ee052516a XNode::LoadFromFile(RageFileBasic) 2005-01-08 19:12:44 +00:00
Glenn Maynard 8960227799 fix start sound being cut short 2005-01-08 16:59:59 +00:00
Glenn Maynard 26bae5f769 add DeleteSoundWhenFinished, PlayCopyOfSound 2005-01-08 16:58:37 +00:00
Glenn Maynard 85ee2cfd41 fix skip when start is pressed on the title menu 2005-01-08 16:40:32 +00:00
Glenn Maynard fac3d59da6 metric 2005-01-08 16:34:12 +00:00
Glenn Maynard ae3b4d0f19 fix title menu cursor not wrapping 2005-01-08 16:32:43 +00:00
Glenn Maynard 1fad7467df missing metrics 2005-01-08 16:24:47 +00:00
Glenn Maynard 84333f37f5 fix leak if RageThread::Wait() is never called 2005-01-08 15:36:12 +00:00
Glenn Maynard 3366f50e31 fix combo announcer 2005-01-08 15:34:22 +00:00
Glenn Maynard 7e9a296b7a cleanup 2005-01-08 15:31:55 +00:00
Glenn Maynard fae341d21f cleanup 2005-01-08 15:30:57 +00:00
Chris Danford e858102147 use themed dialog titles 2005-01-08 14:32:42 +00:00
Ben Anderson 28b7541b60 Fix typographical error (or so I hope it is...) 2005-01-08 14:19:56 +00:00
Glenn Maynard 7dc7d2a917 cleanup: use TimingData::SetStopAtBeat
use strtod(), not atof() (to avoid double to float warnings)
2005-01-08 14:00:15 +00:00
Glenn Maynard c9a0e11e3d add TimingData::SetStopAtBeat 2005-01-08 13:58:34 +00:00
Glenn Maynard 1524e0a38f fix TimingData::SetBPMAtBeat adding redundant BPM segments 2005-01-08 13:57:48 +00:00
Chris Danford 9102a3e13f use m_sName, not a hard-coded screen name 2005-01-08 12:44:03 +00:00