Commit Graph

50 Commits

Author SHA1 Message Date
Chris Danford 12756391db Added BIG transform. Haven't yet fixed the weird interaction it has with the score. 2003-02-16 20:27:53 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Chris Danford b129bd7601 fixed wrong tap darking w/ reverse
working on course Ranking
2003-02-12 22:52:28 +00:00
Chris Danford 68f4bf1f31 cleaned up ShowSongOptions pref
Added fade for missed tap notes
move FailType to MachineOptions (so it's persistent)
2003-02-12 22:05:14 +00:00
Glenn Maynard f5819c7151 fix metrics 2003-02-09 06:33:34 +00:00
Glenn Maynard 2c7db70f4b instead of toggling head/tail as wavy/not, have a wavy part (top cap
and bottom cap) and a solid part (head/tail).

allow overriding note skin metric values per-button

(rather larger patch than I intended to commit at once; sorry)
2003-02-08 23:47:47 +00:00
Glenn Maynard ac8d140c3f fix solid hold tails 2003-02-08 02:36:42 +00:00
Glenn Maynard f70f666ee3 remove this hack: i'm not seeing any gaps, and it's making the
hidden/sudden overdraw worse
2003-02-07 05:48:05 +00:00
Chris Danford 4ff7233799 fixed vivid frame number miscalculation 2003-02-07 01:23:35 +00:00
Chris Danford 4ff98e0442 added flexable NoteType coloring to NoteDisplay, optimized note texture usage 2003-02-06 07:32:57 +00:00
Glenn Maynard 1b5478b736 fix death when fSongBeat < 0 2003-02-05 20:19:25 +00:00
Chris Danford 3ea84b5e5c NoteSkin format change. Fixes artifacts along borders, and more flexability for artists. 2003-02-05 03:53:57 +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 eaf51a944c fix warnings 2003-01-19 07:51:10 +00:00
Chris Danford ab9f558c6e Adding basic coin support 2003-01-19 04:44:22 +00:00
Glenn Maynard cbeb0d1288 don't update g_bAllowVivid several times each frame 2003-01-18 08:34:41 +00:00
Andrew Livy 134bf066b0 Fixed annoying "Pump Center Pad Bug"
Basically "tap" was being mistook for "tap explosion"
so now tap is renamed to "tap parts"
stick with it :)
2003-01-16 17:10:19 +00:00
Chris Danford 1258b0c22f Fixed "floating background". Fixed interaction between COLOR_NOTE, and APPEARANCE_* 2003-01-14 05:56:18 +00:00
Chris Danford 1f8f1766e6 reimplemented NOTE_COLOR 2003-01-14 05:35:12 +00:00
Chris Danford fa75b5200b fixed generous Toasty
CHANGE:  Simplified NoteSkin format.  Old NoteSkins will need to be updated.
fixed BGAnimationLayer effect_bounce objects getting stuck
2003-01-13 08:31:34 +00:00
Glenn Maynard 1b4ef26e5b remove another set of old texel alignment shifts 2003-01-09 05:53:31 +00:00
Glenn Maynard 185b128ab1 do some queuing in NoteDisplay instead of RageDisplay;
get rid of pixel-shifting
2003-01-08 23:15:06 +00:00
Glenn Maynard 49f05c9ab8 s/throw RageException/RageException::Throw/ 2002-12-21 19:34:02 +00:00
Glenn Maynard 2cdd509a92 Texture parameters are bound to the texture, and aren't generic
OpenGL state, so we need to set the texture *before* setting other
stuff up.
2002-11-21 22:25:00 +00:00
Chris Danford 9d68ff5d7b Added clamp in RageColor->RageVColor conversion to fix some artifacts
Fixed "autogen doesn't generate patterns for all difficulties for some songs"
Fixed incorrect "show" value in "show!hold" being written in DWIs
Fixed "song ends early after adding an edit then playing"
2002-11-13 05:17:15 +00:00
Glenn Maynard 0178e1e3df fix hold notes 2002-11-12 01:55:25 +00:00
Chris Danford 628dea9da7 OpenGL checkin. Movie textures, texture stretch, texture dither, and 16 bit textures are broken. 2002-11-11 04:53:31 +00:00
Glenn Maynard 677e6b0a2e s/FRECT/RectF/ 2002-10-31 06:00:30 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard 945a39a247 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:54:49 +00:00
Chris Danford ec202633e9 Added .GetString() to all CStrings passed in vargs 2002-10-29 07:58:44 +00:00
Chris Danford 73f7db6b15 Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code. 2002-10-28 05:30:45 +00:00
Glenn Maynard 5c841f287b s/RemoveAll/clear/g 2002-10-24 20:15:24 +00:00
Chris Danford 3445d28025 Fixed "wrong frame shown for tap on same row as hold head" 2002-10-20 05:25:34 +00:00
Chris Danford 15fc589cc6 Fixed articts in hold note and life frames. 2002-10-18 19:01:32 +00:00
Chris Danford 6bc7b349fb Songs not in same group as extra stage can now be used as an extra stage 2002-10-09 06:57:37 +00:00
Chris Danford 44baba9fd3 Added NoteSkin metrics to accomodate Prex NoteSkin 2002-09-17 23:02:37 +00:00
Chris Danford bc32d45b69 Added "NoteDisplay-UseHoldHeadForTap" metric 2002-09-15 23:20:59 +00:00
Chris Danford 45e1d6ef81 fixed a bunch of DWI save bugs. 2002-09-11 04:49:07 +00:00
Glenn Maynard 77de4c66e8 remove unused variables 2002-09-07 10:22:21 +00:00
Chris Danford d7626f6004 Fixed missing/wrong theme elements 2002-09-05 03:45:07 +00:00
Chris Danford 7d4cf73000 half-finished codes, options icons, and two new modifiers. 2002-09-02 21:59:58 +00:00
Chris Danford 5fb403639f Moved even more constants into theme metrics 2002-08-29 01:38:21 +00:00
Chris Danford 142002091a Added ScreenHowToPlay, removed texture hints, and cleaned up ThemeMetric stuff 2002-08-27 03:59:22 +00:00
Chris Danford 950f9c1645 Added How To Play screen, improved scroll bar, and added "toasty" easter egg. 2002-08-26 05:53:48 +00:00
Chris Danford 1b3c62adb9 added autogeneration of Notes for missing NotesTypes 2002-08-25 19:00:12 +00:00
Chris Danford 8d63a5f7e0 reduced size of hold parts texture for reduced memory footprint 2002-08-25 06:42:26 +00:00
Chris Danford a0c7d5bd22 added BackgroundChange editing and DWI saving to editor 2002-08-23 20:18:29 +00:00
Chris Danford 0447dc2aad Bug fixes and deferred rendering architecture 2002-08-18 16:19:26 +00:00
Chris Danford 7c1bfb3a0d big checkin - new noteskin format and XY positioning. I probably broke a lot of things. 2002-08-13 23:26:46 +00:00