Commit Graph

101 Commits

Author SHA1 Message Date
Glenn Maynard f17ff48412 use TickEarlySeconds in the editor 2003-02-07 23:58:21 +00:00
Chris Danford 4ff98e0442 added flexable NoteType coloring to NoteDisplay, optimized note texture usage 2003-02-06 07:32:57 +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 f4e8c4fb24 clean up NoteData 2003-02-01 05:16:38 +00:00
Chris Danford 7c470cf9c8 added ScreenJukebox 2003-01-31 21:34:34 +00:00
Chris Danford 3ddadbe82f New ScreenEditMenu 2003-01-30 07:18:33 +00:00
Glenn Maynard f71ff8cacb reset music when playing sample 2003-01-27 01:31:28 +00:00
Chris Danford 9a104a7b2f working on ranking 2003-01-26 07:33:03 +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 e0d8f7691f clear the clipboard when copying and cutting 2003-01-21 03:10:50 +00:00
Glenn Maynard bb8940adad Add and use accessors for most of Notes.
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard 6f91b6fa0a move stuff over 2003-01-02 08:13:34 +00:00
Glenn Maynard 18320299f0 use PlayMusic 2003-01-02 07:39:25 +00:00
Glenn Maynard 7cb1a39245 bass wrapper isn't working for the editor; easier to convert the editor
to the new api than to fix the wrapper
2002-12-22 08:51:41 +00:00
Glenn Maynard d3c26c63bb remove MAX_TAP_NOTE_ROWS 2002-12-18 08:30:01 +00:00
Glenn Maynard c86c5af9f8 move more stuff to NoteDataUtil 2002-12-13 23:34:37 +00:00
Chris Danford 4a588230e1 DirectInput replaced with SDL's input routines. Keyboard works, but joystick and pump are untested. 2002-11-29 20:37:12 +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
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 c70c6baf30 remove more magic constants 2002-11-03 01:49:13 +00:00
Glenn Maynard eec39d036d use GetHoldNote 2002-11-02 22:46:15 +00:00
Glenn Maynard c20d5b67dc s/CRECT/RectI/ 2002-10-31 05:52:12 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard a041b7cd3e s/RemoteAt/erase/ 2002-10-31 04:11:08 +00:00
Glenn Maynard dcb4fd2128 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:20:11 +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 725fc98248 use Get/SetTapNote 2002-10-25 04:59:26 +00:00
Chris Danford 5efe893685 Support for "Shifted" punctuation keys in TextEntry. 2002-10-20 19:54:15 +00:00
Chris Danford 15fc589cc6 Fixed articts in hold note and life frames. 2002-10-18 19:01:32 +00:00
Glenn Maynard 1c955f47f6 Remove obsolete commented code.
Increase draw-behind when recording, so notes don't pop distractingly
out of view before they're off-screen.
2002-10-18 04:13:19 +00:00
Glenn Maynard dc28f03cde Merge R and P keys. 2002-10-18 02:08:44 +00:00
Glenn Maynard 3f60901da2 Sync up playing and recording. 2002-10-18 02:03:44 +00:00
Glenn Maynard 5b2aee2420 Make sure record never sets a negative note.
Make sure escape doesn't do anything else when exiting from record.
2002-10-18 02:02:53 +00:00
Glenn Maynard 1ca0f1f719 More extra code.
Comment out the, er, dimmer.
2002-10-18 01:46:25 +00:00
Glenn Maynard 191d6aa8fd Bring ticks in edit closer to gameplay; perhaps move this to Player to
get rid of the dupe ...
2002-10-18 01:09:59 +00:00
Glenn Maynard def5791975 Remove unnecessary cast. 2002-10-18 00:59:34 +00:00
Glenn Maynard 2cef59ffd2 Now that I've done all that, I can fix this: don't leave the cursor before
the beginning of the song when escaping from play and edit.
2002-10-18 00:58:21 +00:00
Glenn Maynard a8ed1f80c1 Pull out more common code. 2002-10-18 00:53:22 +00:00
Glenn Maynard 90a69d75d5 Pull out more common code. 2002-10-18 00:45:09 +00:00
Glenn Maynard 109ce4e915 Pull out common code. 2002-10-18 00:30:00 +00:00
Glenn Maynard 5bbbbdcf92 Remove multiple notetypes per style. Not used, just clutter now. 2002-10-14 00:28:27 +00:00
Glenn Maynard 4113965d91 use get/set to check bounds 2002-10-13 17:38:11 +00:00
Glenn Maynard a0ef8cc71e Fix tweening crashes. 2002-10-12 01:49:41 +00:00
Chris Danford 7a86e684a1 Fixed editor: "music quits early on playback" and "record laying a hold leaves a tap near head" 2002-10-10 07:05:26 +00:00
Chris Danford b1a58e30b4 Song Backgrounds no longer show in editor 2002-10-08 00:39:31 +00:00
Chris Danford adc450a3ac AutoGen now will fill in all missing NotesTypes. The patterns generated by AutoGen are now more intelligent. Fixed crash in MsdFile. 2002-10-05 14:47:03 +00:00
Chris Danford ad6c239858 ugh. Cleanup of ez2's menubganimations. 2002-09-29 05:06:18 +00:00
Jared Roberts 9d22cf3b80 Split transliterations into title, subtitle and artist
Add naming submenu for the edit screen wherein title, subtitle, artist and their
	transliterations can be changed
Remove the top-level keys for same actions
Make edit screen submenus shortcut-key friendly
2002-09-26 06:05:32 +00:00
Chris Danford 23df7ec564 Yet more theme cleanup. This should be the job of the artists! 2002-09-24 02:55:32 +00:00