Commit Graph

167 Commits

Author SHA1 Message Date
Glenn Maynard 3ca9b23f40 Fix autoplay weirdness in editor 2003-06-25 05:35:14 +00:00
Glenn Maynard 17e111815d unused member variable 2003-06-25 05:26:47 +00:00
Glenn Maynard 9342550563 fix reloading: simply calling LoadFromSMFile won't reset everything,
leading to duplicate notes and some other stuff not always being reverted
2003-06-24 20:06:16 +00:00
Chris Danford 8abc865646 Add edit song credit function to ScreenEdit 2003-06-23 02:24:13 +00:00
Chris Danford efc1025583 fix "changes to current Song remain if exit from editor without saving" 2003-06-21 03:45:34 +00:00
Glenn Maynard 6d384b4ee6 alt- for finer bpm adjustment 2003-06-17 06:24:13 +00:00
Glenn Maynard 495bd43276 stop sample music when entering play or record mode 2003-06-11 23:03:23 +00:00
Glenn Maynard d3c7ed1e61 Alt-F11/F12 to change offset in 1ms increments (20ms is a long time!) 2003-06-10 22:11:22 +00:00
Glenn Maynard b2d5c972c0 F8 to toggle autoplay in play mode in the editor 2003-06-10 21:59:56 +00:00
Glenn Maynard e400e11195 don't send player steps in the editor when autoplay is on 2003-06-10 21:54:12 +00:00
Glenn Maynard 2056b75522 quick fix for the editor in non-Dance modes 2003-04-30 20:28:52 +00:00
Glenn Maynard c2302b3776 fix crash 2003-04-26 06:06:24 +00:00
Glenn Maynard fe33dec385 Partial s/GetString/c_str/.
(watch out for PlayerOptions::GetString and SongOptions::GetString)
2003-04-25 00:01:35 +00:00
Glenn Maynard 022a34dda4 add f4 to toggle assist tick 2003-04-23 01:23:14 +00:00
Chris Danford 4b7d640324 support noteskin-changing attacks
cache trick icons
change AI probability format
2003-04-22 04:54:04 +00:00
Chris Danford b6e57cee0f Ctrl+R to record in editor 2003-04-21 03:09:48 +00:00
Chris Danford e15dcc2ab5 Load AI difficulty data at runtime from AI.ini 2003-04-21 02:41:10 +00:00
Chris Danford 2f11934b8c fix tween overflow in Long/Marathon balloons
fix song and global BGAnimations not appearing in BackgroundChange menu in editor
2003-04-14 04:17:23 +00:00
Chris Danford cfe1f9ec67 Add parameters to BackgroundChange: fRate, bFadeLast, bRewindMovie, bLoop.
I don't like how this changes the syntax for the #BGCHANGES tag in an SM file.  I will think more about this - it's important to finalize it quickly.
2003-04-14 04:10:01 +00:00
Chris Danford a6a827b3a8 Fix ScreenGameply + course problems
Put Toasty underneath Players so it doesn't cover up arrows
Add support for BackgroundChange to a static graphic in the song dir
2003-04-13 23:22:27 +00:00
Chris Danford 5e0f9956f2 replace uses of TransitionFade with TransitionBGAnimation 2003-04-12 18:34:05 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford e148806d1b add name to Actor 2003-04-12 06:16:12 +00:00
Glenn Maynard abc65f828f modifer modes update 2003-04-10 08:49:25 +00:00
Chris Danford 04145caf72 fix subtle bugs that caused inaccurate judgment totals with AI player 2003-04-10 05:46:31 +00:00
Chris Danford 0d9880c6a9 working on Player AI 2003-04-07 21:24:14 +00:00
Chris Danford d2a73edf35 fix HoldNote compile errors/warnings 2003-04-05 21:18:18 +00:00
Glenn Maynard c6369bfe21 update textinfo after each keypress, so changes don't appear lagged 2003-03-30 20:43:30 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Glenn Maynard 52e2e28717 fix TransitionToEdit not being called if the lead out after the end marker
lies beyond the end of the song file
2003-03-27 20:37:45 +00:00
Glenn Maynard b83bf351ce make assist tick a boolean, since it's not mutually exclusive with other
assist types
2003-03-27 02:10:20 +00:00
Chris Danford 7e1f393413 Split CachedThemeMetric into separate types (CString, int, float) to prevent ambiguous types when casting 2003-03-26 19:15:38 +00:00
Chris Danford 6ccb255719 Jumps count as only 1 in TapNoteScore totals 2003-03-16 18:57:34 +00:00
Chris Danford b2892caa4e improved Wide - prevents some nearly-impossible patterns 2003-03-16 01:47:08 +00:00
Chris Danford f4b5b431d4 Re-add Insert and Delete shortcuts to editor 2003-03-16 00:31:23 +00:00
Chris Danford 5382f1f3fa fix MiniMenu crashes for rows with 0 choices
more complete BackgroundChange controls in editor
added "play current beat until end" in editor
cleaned up Background
2003-03-16 00:05:23 +00:00
Chris Danford ad34d417f6 Get rid of some global strings to (shrinks release exe size by 3.5MB) 2003-03-15 19:25:37 +00:00
Chris Danford 1e6c67089e fix bug in SwapSides that caused it to behave like Mirror
Add Alters: copy_left_to_right, copy_right_to_left, clear_left, clear_right, collapse_to_one, shift_left, shift_right
Fix "SuperShuffle broken only in editor"
2003-03-13 21:44:14 +00:00
Chris Danford b4b8815cb7 Add Skippy transform 2003-03-13 09:20:21 +00:00
Chris Danford 195cd01db5 Fix playback in editor (start the music - duh!)
Fix AutoPlay text showing in Demo, Jukebox
2003-03-13 08:47:43 +00:00
Chris Danford 28af4a9447 Fixed seeking in RageSound at non-1x playback rates 2003-03-13 08:43:04 +00:00
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00
Glenn Maynard 2f7c8a0c2e Reduce dependency on MAX_BEATS. 2003-03-06 22:50:44 +00:00
Glenn Maynard a448d15bd8 readd 'm' shortcut 2003-03-05 02:38:17 +00:00
Chris Danford 66a6f0017f Most PlayerOptions now represented by floats
Appearance PlayerOptions are now not mutually exclusive
Accel PlayerOptions are now not mutually exclusive
Most PlayerOptions linearly interpolate if changed during song
2003-02-26 23:26:57 +00:00
Chris Danford 1fca3d67c5 more work on Battle 2003-02-25 02:51:04 +00:00
Chris Danford 5f15c92404 working on Battle 2003-02-25 00:33:42 +00:00
Chris Danford fc2108e85d fixed EditMenu "Create from Autogen" weirdness
cleaned up some unnecessary header dependencies
2003-02-22 01:58:56 +00:00
Chris Danford 52756e7eaa wrap MiniMenu input
fixed Transforms AreaMenu action
2003-02-22 00:48:38 +00:00
Chris Danford 294144575c speed up editor beat bar drawing (frame rate is not 3x as fast!)
fixed inaccurate 2k/xp video card detection
2003-02-22 00:22:27 +00:00