Commit Graph
30977 Commits
Author SHA1 Message Date
AJ Kelly b5cf5918b7 [br:default] trying to get unicode text working in the crash dialogs on windows... 2011-06-23 02:39:51 -05:00
AJ Kelly 4c75af11db make text bigger in ScreenSelectMusic DifficultyDisplay 2011-06-21 20:23:33 -05:00
AJ Kelly 9d0a532fe7 "StepMania 5 v5.0" looks awkward; hardcode it to say "StepMania v5.0" 2011-06-21 18:54:22 -05:00
Jason Felds 32ee68dcf9 Don't have AutoKeysounds count for radar values.
Since this affects the loading of files, it's
time for another cache reload. *groan*
2011-06-20 19:13:46 -04:00
Jason Felds 4b32d9ecac Spelling. 2011-06-20 19:03:29 -04:00
Jason Felds 7d79762076 Better error message on failure. 2011-06-20 19:02:44 -04:00
Jason Felds 0498ad5f70 Ensure all BM* files have a BGM track. 2011-06-20 19:00:22 -04:00
Jason Felds c4b0fb555e Better assertion message and added comment.
Yes, some BMS files crash in the default branch.

I wonder if this is related to the sqlite BMS
crashes I'm getting...
2011-06-20 14:25:57 -04:00
Jason Felds 376f17213e Only clean if there is a song to clean. 2011-06-20 13:44:20 -04:00
Jason Felds 3e8441062d Right, forgot this. 2011-06-20 00:52:46 -04:00
Jason Felds 3b2f6989a6 Restore foot limiter for Extreme scoring.
Needs to be tested by someone more accurate than me
for any rounding errors and whatnot.
2011-06-20 00:51:28 -04:00
AJ Kelly 85e418be66 sigh 2011-06-19 22:38:56 -05:00
Jason Felds b0b87501eb More scrolling friendliness.
Fair warning: mass recompile of many files.
2011-06-19 20:19:09 -04:00
Jason Felds ef3ea96f34 Doxygen and spacing.
I don't care if we don't respect 80 chars.

I just want to avoid horizontal scrolling if possible.

...maybe we should just astyle our main branch.
2011-06-19 19:04:48 -04:00
Jason Felds 97abd25e3e Fix Practice Songs crash with AdditionalSongs. 2011-06-19 16:51:51 -04:00
AJ Kelly 1b66882193 add Alpha command to HSV scripts 2011-06-18 14:09:56 -05:00
AJ Kelly 5386525448 [LifeMeterBattery] Fixed a bug where MinesSubtractLives was not being honored. Also added LifeChanged message to changing of life on holds. 2011-06-17 01:06:01 -05:00
Jason Felds bd336c9a76 Bring better(?) assertion to default. 2011-06-17 00:32:30 -04:00
AJ Kelly e26bccdf27 well, it doesn't crash anymore. not sure if it breaks anything yet. 2011-06-15 21:50:43 -05:00
Jason Felds bfe6e0076d Port ResolvePath from OpenITG.
Also, forgot to [sqlite] this earlier.
2011-06-15 22:36:58 -04:00
AJ Kelly 4379df289d fix compile 2011-06-15 21:40:11 -05:00
Alberto Ramos 6c722c04a3 eye can update an comment -cirno 2011-06-15 18:46:41 -06:00
Alberto Ramos 49ff20cef6 see below: 2011-06-15 18:41:42 -06:00
Alberto Ramos 768eb5a7b7 idk what to put here 2011-06-15 17:32:40 -06:00
Jason Felds 49ac1c362d Add many TimingData bindings. See changelog. 2011-06-15 16:56:01 -04:00
AJ Kelly 614a878ebf fix start button issues on ScreenSelectProfile 2011-06-15 03:04:58 -05:00
Jason Felds 6a4dd911a8 Forgot to SAFE_DELETE a pointer. 2011-06-15 02:36:53 -04:00
Jason Felds b424659fcd Prepare for dynamic notedata loading.
I wonder if this should include radar calculations.
2011-06-14 21:47:22 -04:00
Jason Felds 8978ebffdf Take Thai's advice: use LTC_NO_ROLC on debug.
Release doesn't need it.

I think we can soon get Xcode 4 working. :)
2011-06-14 21:05:49 -04:00
Jason Felds 6be27bcb48 Prevent library conflicts for the future.
Mac users, you will have to recompile.
2011-06-14 19:54:01 -04:00
Jason Felds 254019b615 Less stubby. 2011-06-14 14:28:52 -04:00
Jason Felds 27bd1ff1f2 Starting stub for hopeful cache reduction.
Now, let's see if we can pull this off.
2011-06-14 14:19:40 -04:00
Jason Felds 0bc2c20268 More attempts at warning-free code. 2011-06-14 13:51:26 -04:00
Jason Felds 3b1260bb79 Start detecting which files have errors.
Guess we needed this as a class/struct after all.
2011-06-14 13:35:59 -04:00
Jason Felds 23e71e1574 Prototype warning. 2011-06-14 13:15:54 -04:00
Thai Pangsakulyanont 48262f9c3d and another merge 2011-06-14 22:24:30 +07:00
Thai Pangsakulyanont 50ce0f8b81 merge 2011-06-14 22:23:20 +07:00
Alberto Ramos 8a9ba65071 Comments.
I want to do that.
KSF tweaks (scroll segments for now)
2011-06-14 02:59:15 -06:00
Jason Felds 0f435d2c4d Fix music wheel bug thanks to...CLANG?!?
When compilers are the source of bugs,
you know we have to worry.

Especially since Clang 1.5 isn't on Xcode 4
and Clang 2.0 isn't working on Xcode 4.
2011-06-14 02:04:45 -04:00
AJ Kelly b2d5d26188 More separation of Screens into folders [vs2008] 2011-06-13 22:14:24 -05:00
AJ Kelly 9b60587be9 [InputHandler_DirectInput] Fixed MouseWheel input not resetting. 2011-06-13 17:37:13 -05:00
AJ Kelly 6d29e63095 add missing routine stuff, plus some freem voodoo for icon positioning. 2011-06-13 15:50:55 -05:00
AJ Kelly cd9c8e97d2 [ScreenTextEntry] Make it so only the keyboard's Enter key can finish the screen. Should fix issues with buttons whose secondary function is MenuStart. 2011-06-13 15:47:11 -05:00
Jason Felds dbecbacc72 We're merging a lot today, aren't we? 2011-06-13 16:08:53 -04:00
Jason Felds fed3c9bf2c NumLock becomes Hyphen. P2 gains Back Button.
This should alleviate some issues.
2011-06-13 16:08:28 -04:00
AJ Kelly 1a0bad45cf stepmania 5 2011-06-13 14:32:35 -05:00
Jason Felds a72241666d Ensure AutoPlay doesn't cause ANY combo increase.
AutoPlayCPU can, however.
2011-06-13 15:00:21 -04:00
Jason Felds 6d8df2ffc2 Lots of updates today. Nice. 2011-06-13 14:49:06 -04:00
Jason Felds 7a16ba9c0f Add two new noteskin metrics.
This properly resolves bug tracker issue 190.
2011-06-13 14:48:15 -04:00
AJ Kelly 6e19262e29 fix this ScreenString debacle once and for all 2011-06-13 13:39:37 -05:00