Commit Graph

235 Commits

Author SHA1 Message Date
Chris Danford e2136499e1 add "nojumps" 2004-01-11 06:34:30 +00:00
Chris Danford ba9cef947e fix double+stomp 2004-01-02 21:02:06 +00:00
Chris Danford da466fc20c add NoHands option 2004-01-02 11:25:21 +00:00
Chris Danford 65df309d32 add collapse left transform 2003-12-31 07:49:30 +00:00
Chris Danford 141ba141d0 fix noteskin error if current game doesn't have a NoteSkin called "note" 2003-12-31 07:44:53 +00:00
David Wilson 825543a381 cleanup 2003-12-23 01:50:44 +00:00
Glenn Maynard 066e1a94b9 fix editor timer 2003-12-22 20:27:47 +00:00
David Wilson 14fb3b4632 Added Predicted Meter to Edit Note Stat Screen 2003-12-22 18:27:32 +00:00
Glenn Maynard 629f25bc34 fix possessed editor after options screen 2003-12-20 21:31:17 +00:00
Glenn Maynard 588836df07 generic beat sync 2003-12-18 08:53:38 +00:00
Glenn Maynard eb0620add8 pass TimingData to GameState::UpdateSongPosition 2003-12-18 06:14:47 +00:00
Glenn Maynard c1462d88f5 TimingData 2003-12-18 04:48:26 +00:00
Glenn Maynard 7003e2b157 Implement RADAR_NUM_HANDS result.
Change hold note contents to rows (from beats).  This makes it
consistent with tap note data.  Row numbers are also generally
more precise, since they're integers, not floats.
2003-12-16 04:00:39 +00:00
Glenn Maynard 5d7ffff221 fix editor tick 2003-11-30 23:53:33 +00:00
Glenn Maynard c691a3c2da merge NoteFieldPlus back down 2003-11-27 05:18:28 +00:00
Chris Danford 143dc3ae5e tweak ScoreDisplayRave 2003-11-26 06:40:03 +00:00
Glenn Maynard 0d194ef2a0 handle Y values in GrayArrowRow and GhostArrowRow 2003-11-26 02:15:55 +00:00
Chris Danford e385a2c930 put attacks in effect when tap attack is stepped on 2003-11-17 07:14:41 +00:00
Chris Danford 3b8718c1e1 fix saving and copying of tap attack notes 2003-11-17 03:38:24 +00:00
Chris Danford 38ec8ca856 rework tap attack representation 2003-11-15 23:19:13 +00:00
Chris Danford d51a3491a8 working on battle attacks 2003-11-15 08:51:47 +00:00
Glenn Maynard e6c9afc74a fix warnings 2003-11-14 17:10:46 +00:00
Chris Danford f9cdbab937 working on "attack notes" 2003-11-12 08:32:32 +00:00
Chris Danford 52100a727b working on "attack notes" 2003-11-12 08:13:02 +00:00
Glenn Maynard 38efc79a53 and some more fixes 2003-11-08 01:00:27 +00:00
Glenn Maynard fdae9e268b fixes 2003-11-08 00:56:39 +00:00
Glenn Maynard d5e98040b2 Improve ScreenEdit compile times in g++ 3.3. 2003-11-08 00:50:25 +00:00
Chris Danford 3ca893b0ca add twister transform
reorganize transform options
2003-11-07 08:45:21 +00:00
Chris Danford cf579908cb add echo, planted, stomp transforms 2003-11-07 05:17:41 +00:00
Chris Danford c43360bbb1 BitmapText: line wrap automatically 2003-11-06 06:20:35 +00:00
Glenn Maynard e4b1a2f6cc Add comment. Remove date. 2003-11-04 18:32:35 +00:00
Matt Denham 6a4a16e5a6 fix up DWI writer, leave notes for things to fix soon 2003-11-04 08:44:26 +00:00
Matt Denham d87612090a fix assorted errors and warnings (including stepmania/src being treated as a file) 2003-11-03 11:18:12 +00:00
Andrew Wong 1db14cebdd minor semantic fix 2003-11-03 10:44:19 +00:00
Matt Denham 975c45df11 support 48th/64th notes in editor 2003-11-03 08:44:49 +00:00
Glenn Maynard 8e351d6dc3 remove old comments 2003-11-02 04:17:28 +00:00
Glenn Maynard 8c5c84b691 Re-fix '0' crashing the editor 2003-10-10 22:22:10 +00:00
Glenn Maynard 40924823ad unneeded cast 2003-10-04 04:30:38 +00:00
Chris Danford 4dd503780a add subtitle to editor 2003-10-03 03:32:08 +00:00
Glenn Maynard 6063565530 simplify 2003-10-02 04:10:56 +00:00
David Wilson 99027657e3 Fixed bug #814251 Editor NoteBarField 2003-10-02 03:05:52 +00:00
Glenn Maynard c15e0cec49 Allow screen aliasing. 2003-09-27 22:30:51 +00:00
Glenn Maynard 8994cf8cb7 fix play alignment in the editor 2003-09-24 02:27:47 +00:00
Chris Danford 9434a66d94 fix FixImpossibleRows()
fix misaligned editor NoteFields
2003-09-21 23:16:44 +00:00
Glenn Maynard 1671e38f48 Hopefully fix rare UpdateTextInfo crashes. 2003-09-15 05:14:05 +00:00
Glenn Maynard 1dba3cd96d allow setting up to 15-feet in the editor, if you really want to 2003-09-14 01:49:03 +00:00
Glenn Maynard b0adf33f18 (Overly large commit; these ended up being very interdependent.)
Move beat searching in NoteField into FindFirstDisplayedBeat and FindLastDisplayedBeat.
Handle seamless note skin changing during Rave mode.
NoteDisplay loads a given note skin, ignoring GAMESTATE.
2003-09-12 06:23:51 +00:00
Glenn Maynard 14d12df8e0 Fix warnings. 2003-09-07 22:48:25 +00:00
Chris Danford 6ad6b3656e add tempo compress/expand in editor 2003-09-07 22:28:46 +00:00
Chris Danford 8f920347d6 Shift+number to lay mines in editor
Alt+number to lay taps, holds, mines in right half of notefield
2003-08-31 23:52:02 +00:00