Commit Graph

2409 Commits

Author SHA1 Message Date
AJ Kelly 9c16ca4ef9 [GameState] add GetExpandedSectionName() Lua binding. 2011-08-07 19:08:47 -05:00
AJ Kelly a4c6b21b1e [BeginnerHelper] Made BeginnerHelper run the OnCommand. Also added missing files and fixed metrics. 2011-08-07 18:50:57 -05:00
AJ Kelly 0285f7687f [GameState, SongUtil] Fix Issue 263 by not charging 2x stages for doubles when not using joint premium. 2011-08-07 18:33:35 -05:00
AJ Kelly d864a3de0e well, this didn't work :/ 2011-08-07 18:18:36 -05:00
AJ Kelly 131d3d0008 something I want Daisu to test... 2011-08-07 16:27:20 -05:00
Jason Felds f5f4268b19 Delays are significant timing changes.
Yes, I'm committing while I'm on vacation.
Deal with it: I'm in an area with not much to do.
2011-08-07 15:12:44 -04:00
AJ Kelly ad9cec03aa [TimingData] Add HasDelays() Lua binding; HasStops() now only checks stops. 2011-08-07 13:48:42 -05:00
AJ Kelly c2ec5614fa change a todo 2011-08-07 13:46:02 -05:00
AJ Kelly 0c6154f9ed small removal 2011-08-07 13:41:44 -05:00
Thai Pangsakulyanont 4dfed45103 Mute the keysound immediately when letting go of hold note.
Don't know if that last formula change is intentional or not, so restoring this
old formula. Back this out if it's actually intentional.
2011-08-08 00:40:14 +07:00
Thai Pangsakulyanont 6b6f9bba35 Send the actual song file to LoadFromBMSFile in BMSLoader::LoadNoteDataFromSimfile
instead of the dummy one, because the keysounds are in the song.

Also recreate the intermediate data structure that is required by LoadFromBMSFile.

This fixes the wrong sound issue, but the code still looks messy.
2011-08-08 00:29:32 +07:00
AJ Kelly d413a0044d [LifeMeterBattery] Added LostLife param to LifeChanged message. Converted LifeMeterBattery lives to an AutoActor. 2011-08-07 01:05:43 -05:00
Mark Cannon 2305a473fb merge 2011-08-06 21:38:59 +00:00
Mark Cannon c00fef183e remove unused files from repo and project files 2011-08-06 21:38:50 +00:00
Mark Cannon e1a447cc36 revert henke's loadingwindow "improvements"; if you're reading this, henke, you do *NOT* sacrifice readability for misguided optimization, and you do *NOT* use a globally externed variable for something with a useful lifetime of part of one function 2011-08-06 21:33:49 +00:00
AJ Kelly bde0ac6fd2 [ScoreDisplayRave] Allow (Meter/Level)(X/Y) metrics to work again. 2011-08-06 15:17:27 -05:00
AJ Kelly 154aeff951 [NoteField] Added AreaHighlightColor metric. 2011-08-05 12:14:15 -05:00
Mark Cannon 498c55321a fix linker error with StringConversion calls on DisplayBPM 2011-08-04 15:06:49 +00:00
AJ Kelly fc393f92c5 slight comment update 2011-08-04 12:35:38 -05:00
AJ Kelly d51c0d486e [NoteTypes, ScreenEdit] Removed artificial MAX_NOTES_PER_MEASURE limit. 2011-08-04 12:30:35 -05:00
Mark Cannon 9c362efb2c one more commit to fix, and then I'll stop committing at 3 AM 2011-08-04 03:16:36 +00:00
Mark Cannon 067c49e299 and then i actually committed SongManager 2011-08-04 03:09:13 +00:00
Mark Cannon 1fc7012d2e revert a bunch of LoadingWindow text that is processor bound and won't display anyway; also reverted ArchHooks in SongManager (seriously, wtf?); if we need it that badly, let's make a better structure 2011-08-04 03:07:52 +00:00
AJ Kelly ebe832a142 Move the expanded section name into GameState 2011-08-03 23:56:04 -05:00
AJ Kelly 0c5f9c2b66 moved format hacks from GameManager to NotesLoaderSM 2011-08-03 23:11:05 -05:00
AJ Kelly 85c9a258a6 remove todo that won't happen 2011-08-03 21:19:54 -05:00
AJ Kelly fe9e25cea4 future planning. 2011-08-03 21:10:12 -05:00
Jason Felds 114a5de8ad Only write step timing/attack tags when needed. 2011-08-02 22:30:54 -04:00
AJ Kelly 14e98c8175 fucking... 2011-08-01 16:59:12 -05:00
AJ Kelly 701034219f [MusicWheel, RoomWheel] Moved the "- EMPTY -" string to the languages file. [AJ] 2011-08-01 16:58:54 -05:00
Jason Felds 6968a250e1 Wow, I fell behind. 2011-07-31 23:45:08 -04:00
Jason Felds e854b79b84 Trying to reduce tags for non split timing.
Need assistance to finish the task.

Please bump SSC version to 0.78 when completed.
2011-07-31 23:44:48 -04:00
AJ Kelly 711b285e61 nuke unused PitchDetectionTest stuff 2011-07-31 16:04:50 -05:00
AJ Kelly 06c447026d [ScreenGameplay, LyricDisplay] Stop lyrics from animating on failure. Fixes issue 298. 2011-07-31 12:54:21 -05:00
Jason Felds bb6263c76b Be sure guitar caches are rocked out. 2011-07-31 00:17:08 -04:00
AJ Kelly 7ce28b7b88 attempt to fix crashes by removing more guitar stuff 2011-07-30 17:21:48 -05:00
Jason Felds 7c75347e40 Revert "Remove #INSTRUMENTTRACK. It's guitar only."
This reverts commit 176b6f55ea.

Glad I learned this command.
2011-07-30 15:56:30 -04:00
Jason Felds 2961d4532b No need for hopo checking. 2011-07-30 15:43:22 -04:00
Jason Felds 3756c60b79 Officially remove the guitar game. 2011-07-30 15:40:29 -04:00
Jason Felds 16826b7afe How does this compile here? 2011-07-30 15:37:42 -04:00
Jason Felds 176b6f55ea Remove #INSTRUMENTTRACK. It's guitar only. 2011-07-30 15:33:00 -04:00
Jason Felds 6c15a82892 Start removing Guitar Mode.
This was rushed in to begin with, and not
worth maintaining for us.
2011-07-30 15:20:27 -04:00
Jason Felds 45365c7c83 Fix warning. 2011-07-30 15:08:04 -04:00
Jason Felds d1e4022f18 Let's try this again. 2011-07-30 14:24:35 -04:00
Jason Felds 84266760a5 Attempt to restore LoadingWindow to pre-merge. 2011-07-30 14:23:54 -04:00
AJ Kelly 48e8f6ab49 remove unneeded logging 2011-07-30 13:10:34 -05:00
AJ Kelly 20bd01c275 * [ProfileManager] Fix an issue when deleting recently created profiles. Fixes issue 119 2011-07-30 13:09:09 -05:00
Henrik Andersson 1133667ad1 Readding the taskbar progress display. 2011-07-30 19:28:06 +02:00
AJ Kelly 48dcd41fb6 yeah, I made this comment 2011-07-30 11:29:56 -05:00
AJ Kelly 766f5de4ce themers can define this now, I guess. 2011-07-30 11:29:31 -05:00