Commit Graph
30279 Commits
Author SHA1 Message Date
Jason Felds ba65be2335 [splittiming] Don't show routine key on non.
Hmm...does mercurial offer a cherry pick command?
2011-05-13 00:40:10 -04:00
Jason Felds 4c063eaefd [splittiming] Only display needed values.
NOTE: Hackish code in here. Improvements
would be appreciated.
2011-05-13 00:05:31 -04:00
Jason Felds 123f3a64ed [splittiming] Minor typo. 2011-05-13 00:03:41 -04:00
Jason Felds 72690b8c70 [splittiming] BG stuff in Song Timing only.
Alright...let's see how badly I broke this.
2011-05-12 23:25:50 -04:00
Jason Felds 64a6abc12b [splittiming] Add the [T]iming Switch.
One or two more things to do before running this...
2011-05-12 23:18:57 -04:00
Jason Felds 14fc0839d5 [splittiming] Prepare right side of editor.
Now, what key on the keyboard can be used for switching...
2011-05-12 23:11:42 -04:00
Jason Felds 7361e3fe04 [splittiming] GetAppropriateTiming() function.
I admit it: I got tired of typing the same if statement.
2011-05-12 23:01:19 -04:00
Jason Felds d74294d4b7 [splittiming] DisplayTimingMenu()
The bottom part may be reverted if
this backfires horribly.
2011-05-12 22:50:39 -04:00
Jason Felds 59fe8c02c0 [splittiming] Organize Beat 0 Offset. 2011-05-12 22:39:10 -04:00
Jason Felds 3a348123ca [splittiming] Draw certain text based on switch.
Note: the diff for this hates the indentation.
2011-05-12 22:34:16 -04:00
Jason Felds 29e0bd3d2f [splittiming] Prepare timing bool switch.
This is needed in GAMESTATE due to it
also going to be called in NoteField.
2011-05-12 22:24:25 -04:00
Jason Felds 32afac9991 [splittiming] Fit more text/directions in.
Someone more skilled in metrics can try
to make the text stand out.
2011-05-12 22:07:00 -04:00
Jason Felds 4edf884b1a [splittiming] Cleanup and comment. 2011-05-12 21:41:20 -04:00
Jason Felds 7c638451cd [splittiming] Write out the Steps' #OFFSET. 2011-05-12 21:31:33 -04:00
Jason Felds 5bcc094504 [splittiming] Let Steps have their own offset.
There are pros and cons...call this one instinct.
2011-05-12 21:23:48 -04:00
Jason Felds 1ee92c65e9 [splittiming] Allow F1^H4 dedicated Timing Menu. 2011-05-12 20:55:45 -04:00
Jason Felds f9da743e59 [splittiming] Fix editor bug on create & no save.
Hmm...is this bug also in default?
2011-05-12 20:50:38 -04:00
Jason Felds de66de1e74 [default -> splittiming] Is this needed now? 2011-05-12 19:12:13 -04:00
AJ Kelly c2ab2e9bb8 hello world and some line endings crap; midi really needs to set up hgeol in his client 2011-05-12 16:54:51 -05:00
Jason Felds 6f6e8edd30 Another warning, another bot test. 2011-05-12 15:32:09 -04:00
Jason Felds 1f51dec22c Fix initialization warning. 2011-05-12 14:39:42 -04:00
Jason Felds b79797a80c [splittiming] ...whoops. Double merge. 2011-05-12 14:00:25 -04:00
Jason Felds 85ce7cbb62 [default -> splittiming] Usual updates. 2011-05-12 13:59:44 -04:00
Jason Felds fa07ab9e0a Doxygen bot commit test. 2011-05-12 13:19:51 -04:00
Jason Felds 34c5865927 Can't forget Windows users. 2011-05-12 12:35:18 -04:00
Jason Felds fcf3932159 Attempted default noteskin fake fix.
Am I the only one that isn't getting the desired results?
2011-05-12 12:35:05 -04:00
Thai Pangsakulyanont 83c5b67647 [splittiming]
- #include "global.h" in SongPosition.cpp to make it build in MSVC.
- Add SongPosition.cpp to VC2008 project.
2011-05-12 23:34:57 +07:00
Thai Pangsakulyanont 1501924780 [default -> splittiming] merge 2011-05-12 23:28:55 +07:00
Thai Pangsakulyanont 469edbc73c Merge 2011-05-12 23:25:54 +07:00
Thai Pangsakulyanont b22bd332f5 Disable the use of precompiled headers for libpng. 2011-05-12 23:23:15 +07:00
Jason Felds 7c0ea4cc8a Fake note fix by Jousway. 2011-05-12 12:21:17 -04:00
Jason Felds 24ddc948ed Stops and Delays need length, not BPMs. 2011-05-12 11:18:21 -04:00
Thai Pangsakulyanont a09e3d51c2 [splittiming]
- calculate m_fFirstBeat and m_fLastBeat correctly
- fix a crash caused by calculating by tidying the timing first.
- make editor go back to right place after playing (the editor should be fairly working now!)
2011-05-12 19:07:41 +07:00
Thai Pangsakulyanont 6847ef9087 [splittiming] Now that we have split timing, Compress/Expand in ScreenEdit no longer need to affect any other notes anymore. 2011-05-12 17:11:54 +07:00
Thai Pangsakulyanont e9ba0103b6 [default -> splittiming] and another merge 2011-05-12 16:56:41 +07:00
Thai Pangsakulyanont 2507cf7c0a [splittiming] merge 2011-05-12 16:56:15 +07:00
Thai Pangsakulyanont eda727ddf9 [splittiming]
- load split timing from BMS files
- fix a crash because autogen'd steps don't inherit the timing from parent
- be more verbose in UpdateSongPosition
2011-05-12 16:44:24 +07:00
AJ Kelly fbfbace87d fix crash on start 2011-05-12 00:57:16 -05:00
Jason Felds ae6dbaa9e2 Linux compiles again. Needs help linking. 2011-05-12 00:31:52 -04:00
Jason Felds 0e9de47cf6 Patch by codebrainz for linux assistance.
Linux users, you may want to make clean
&& sh ./autogen.sh && ./configure before
running make again.
2011-05-12 00:19:01 -04:00
Jason Felds 57aa17bb51 Slightly desparate, and don't want to lose this. 2011-05-11 22:48:19 -04:00
Jason Felds 4866c126b1 Curious commit here...windows test really. 2011-05-11 22:01:18 -04:00
Jason Felds 071616033b Never commit code at restaurants again. 2011-05-11 21:05:56 -04:00
Jason Felds 0d57fff5e6 Get some paths adjusted properly. 2011-05-11 20:26:47 -04:00
Jason Felds b1d501bf38 Fix linker warning by hand.
Library Search Paths weren't showing in Xcode for some reason.
2011-05-11 20:19:36 -04:00
Jason Felds 68b391481d [splittiming] Rewritten to be more modular.
Guess I'll have some fun with this tonight.
2011-05-11 18:19:39 -04:00
Jonathan Payne da8017f91e coming close to a point where working on this will be a breeze IMO. 2011-05-11 14:34:02 -07:00
Jason Felds 04d45bca1c [splittiming] Right, we store ints. 2011-05-11 17:13:22 -04:00
Jason Felds 7dd4869344 [default -> splittiming] DisplayBPM. 2011-05-11 17:09:55 -04:00
AJ Kelly 90469f0f25 .c_str() 2011-05-11 16:08:29 -05:00