Commit Graph
18791 Commits
Author SHA1 Message Date
Chris Danford 025539e52c more progress on Ranking 2003-01-27 02:00:38 +00:00
Glenn Maynard 8870fa3044 fix harmless warnings when dwi files contain tabs 2003-01-27 01:58:24 +00:00
Glenn Maynard 61c8b2fcd5 this is why operator new is better than malloc
(we can't use new here; we're passing this structure to SDL)
2003-01-27 01:56:21 +00:00
Glenn Maynard 453543d599 cosmetic 2003-01-27 01:47:46 +00:00
Glenn Maynard f71ff8cacb reset music when playing sample 2003-01-27 01:31:28 +00:00
Glenn Maynard 7b78f6a3dc fix up Mobo Moga 2003-01-27 01:06:50 +00:00
Glenn Maynard d8ac02a94a set up LOG as early as possible 2003-01-27 01:05:19 +00:00
Glenn Maynard cd60eb1a75 correct page 2 selection 2003-01-27 01:04:37 +00:00
Glenn Maynard f0b9e646bc fix difficulty announcers 2003-01-27 00:34:06 +00:00
Chris Danford 66e468213f fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names. 2003-01-26 22:48:26 +00:00
Chris Danford 229aa2cae9 fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names. 2003-01-26 21:45:13 +00:00
Chris Danford 5a7b10e989 more work on ranking 2003-01-26 20:49:05 +00:00
Andrew Livy a649abe852 missing redirs 2003-01-26 18:51:26 +00:00
Glenn Maynard 4576322801 no #LIVES = nonstop
(at least, that's how it seems it's supposed to work; makes sense)
2003-01-26 09:46:30 +00:00
Glenn Maynard af361d5e58 tweak titles 2003-01-26 09:40:59 +00:00
Glenn Maynard faa9135814 also fix course loading 2003-01-26 09:40:30 +00:00
Glenn Maynard 5b6d44e758 fix course loading 2003-01-26 09:15:52 +00:00
Glenn Maynard daac17938a fix course starting 2003-01-26 09:14:56 +00:00
Chris Danford 9a104a7b2f working on ranking 2003-01-26 07:33:03 +00:00
Glenn Maynard dffd6052b9 silly fix 2003-01-26 04:58:49 +00:00
Glenn Maynard 0a92a799cc oops. fix HWG gamestate var 2003-01-26 04:58:07 +00:00
Glenn Maynard bfecb3d0fe temporary fallback for note skins 2003-01-26 04:23:01 +00:00
Glenn Maynard d0a01ec8f6 add poly radar pref
no options menu for this; very obscure and, er, we have no room
2003-01-26 03:51:59 +00:00
Glenn Maynard 19e046e35e add driver/chipset ID 2003-01-26 03:40:18 +00:00
Glenn Maynard e6cf4ce71e fix DrawExtraPixelsLeft/Right 2003-01-26 02:56:06 +00:00
Glenn Maynard 2bfe7254fd fix a really obscure artifact 2003-01-26 02:35:55 +00:00
Chris Danford f9071c48e8 no message 2003-01-26 02:34:51 +00:00
Chris Danford 66aa51c5ae working on name entry 2003-01-26 02:21:47 +00:00
Glenn Maynard 22272aecb0 Fix an indirect movie texture crash (reset PixelStore)
Simplify texture handling: m_ID is const (can't be changed after
load at all); preference overrides are handled in RageTexture;
reloads no longer need a parameter
2003-01-26 00:56:13 +00:00
Glenn Maynard 71a23141da go back to using FocusingSprites 2003-01-26 00:52:39 +00:00
Glenn Maynard ea7867ac37 simplify and hopefully fix a crash 2003-01-26 00:50:22 +00:00
Andrew Livy 55e1a75d7c Starting to look a bit like para music select YAY! 2003-01-26 00:31:33 +00:00
Andrew Livy 6723b6fdb1 Ez2/Pump/Para Song Select Screen now supports the 'stars' and/or 'blob' difficulty ratings as seen in para/ez2. 2003-01-25 23:48:33 +00:00
Glenn Maynard eb7882976c (these are moved) 2003-01-25 18:58:24 +00:00
Chris Danford 559c3b7248 NEW FEATURE: Added 0.25x scroll speed
CHANGE:  Reorganized options on Player Options screen
NEW FEATURE:  New modifier: Acceleration-Land
NEW FEATURE:  New modifier: Acceleration-Expand
NEW FEATURE:  New modifier: Acceleration-Boomerang
CHANGE:  Tweaked Acceleration-Wave for more of a challenge
CHANGE:  Changed format  NoteSkin tap graphic format.  Existing NoteSkins will
	need to update the tap graphic.
2003-01-25 11:05:12 +00:00
Glenn Maynard 3d4d28eeb0 fix newlines in static log 2003-01-25 10:09:39 +00:00
Glenn Maynard d3e564956b - /* */ 2003-01-25 09:04:19 +00:00
Glenn Maynard d4d8bea8bb not safe to query sound while it's playing 2003-01-25 09:02:46 +00:00
Glenn Maynard a88f7688b7 fix jump when backing out of music 2003-01-25 09:01:42 +00:00
Glenn Maynard 419becd0da fixup 2003-01-25 08:32:57 +00:00
Glenn Maynard a6b1160c12 fix movie playback 2003-01-25 08:11:03 +00:00
Glenn Maynard ad4f34ca0b ignore #FIRSTBEAT and #LASTBEAT except in cache 2003-01-25 08:10:51 +00:00
Glenn Maynard 4ea9aa7de7 oops, had this right the first time 2003-01-25 08:10:35 +00:00
Glenn Maynard d8a0f09682 err, no console in release 2003-01-25 07:41:39 +00:00
Glenn Maynard f2105a91f7 re-tune music start and "Here We Go" sequence 2003-01-25 07:40:47 +00:00
Glenn Maynard 9401751ec1 set GAMESTATE->m_bDemonstration before SGameplay ctor 2003-01-25 07:37:55 +00:00
Glenn Maynard d66b5b2f30 update 2003-01-25 05:21:55 +00:00
Glenn Maynard 68663a6ae7 whoops, add -I. for release, too 2003-01-25 04:34:17 +00:00
Glenn Maynard 94d3b566ca update 2003-01-25 04:23:54 +00:00
Glenn Maynard 21245926e5 add fallback line renderer (not yet used) 2003-01-25 03:57:14 +00:00