Commit Graph
3490 Commits
Author SHA1 Message Date
Jason Felds bbe90468b4 Enforce difficulty meter ranges.
WARNING! This invalidates the cache!
TODO: Make MAX_METER a common metric?
2011-04-29 13:24:50 -04:00
Marcio Barrientos c048e7598c Add a lua function to open the optionslist in ScreenSelectMusic
without the select button, OpenOptionsList(pn)
2011-04-28 18:40:02 -06:00
AJ Kelly 01d9e955ba make this work with BeginnerHelper 2011-04-28 19:13:44 -05:00
AJ Kelly d99975bbe5 [BPMDisplay] Added SetFromSong Lua binding. 2011-04-28 19:12:50 -05:00
AJ Kelly ae53e3e079 plans for allowing scrolling Banners for mode menu and sort orders 2011-04-28 19:11:55 -05:00
AJ Kelly 3a9c832ba1 [BeginnerHelper] Changed Player_#X/Y metrics to Player#X/Y metrics for consistency.
Converted the background to an AutoActor.
Renamed Initialize -> Init for consistency.
2011-04-28 19:11:16 -05:00
AJ Kelly 8ab76ed872 remove unused m_bNewSongsUnlocked 2011-04-26 17:53:47 -05:00
AJ Kelly 04f8305a57 [Font] remove hack that makes assumptions 2011-04-25 14:14:49 -05:00
AJ Kelly a04f956646 comment + assert message 2011-04-23 23:36:25 -05:00
AJ Kelly f6c6c97aee cleanup 2011-04-23 23:33:12 -05:00
AJ Kelly 29c3a0e30d [ModIcon] comment out the line that makes ModIcons crash. also give Filled and Empty commands in the metrics (optional). 2011-04-23 23:32:44 -05:00
AJ Kelly bce91c399f [SongManager] Added GetCourseGroupNames Lua binding. 2011-04-23 21:13:28 -05:00
AJ Kelly 62815d8f58 [ScreenOptionsEditCourse] Fixed a crash when going to the first row. (Fixes issue 235) 2011-04-23 16:59:38 -05:00
AJ Kelly 73b42e87b0 [ScreenGameplaySyncMachine] Fixed a crash when entering ScreenGameplaySyncMachine as Player 2. (Fixes issue 127) 2011-04-23 16:05:40 -05:00
AJ Kelly 1d0fb92ebe [CourseLoaderCRS] Fixed loading of Player's Best/Most Played courses, probably others too. 2011-04-23 16:04:40 -05:00
AJ Kelly dca2f976b2 [FadingBanner] Added BannerRoulette, BannerRandom, and Banner(Custom Item Name) commands. 2011-04-22 05:09:47 -05:00
AJ Kelly 55c5cb145b [Banner] Added ScrollSpeedDivisor metric; controls the scroll speed of Random/Roulette banners. 2011-04-22 04:48:42 -05:00
AJ Kelly 438930f794 [ScreenGameplay] Added SongNumberFormat metric. 2011-04-21 13:49:54 -05:00
AJ Kelly c064e7cc62 [ScreenEvaluation] Added RollingNumbersClass metric, allowing for the ability to change which RollingNumbers class is loaded. 2011-04-21 01:56:56 -05:00
AJ Kelly 9efb17eca7 [LifeMeterBattery] Convert Frame to an AutoActor. 2011-04-21 01:44:13 -05:00
AJ Kelly e6b20ef704 [ScreenSelectMusic] Changed "Percent Frame p1" to "PercentFrame P1" for consistency. 2011-04-21 00:33:56 -05:00
AJ Kelly ce4667e9ca [CourseContentsList] Fix a crash. 2011-04-20 18:56:47 -05:00
AJ Kelly 7e40b94133 small cleanup 2011-04-20 16:50:22 -05:00
Jason Felds c8b30ef75e [sm130attacks] Force reload the cache here.
Unsure if this will warrant a .ssc version increase.
2011-04-17 23:06:05 -04:00
Jason Felds dae89e1fd1 [sm130attacks] Minor cleanup before testing. 2011-04-17 23:03:39 -04:00
Jason Felds 530afdf8fa New branch: [sm130attacks].
Look into allowing song attacks again.
2011-04-17 22:54:51 -04:00
Jason Felds f8128bf226 [default -> sm130futures] Bring up to date. 2011-04-17 22:34:48 -04:00
Thai Pangsakulyanont b687c859bb this might work for the offsynced keysounds issue. 2011-04-17 16:55:01 +07:00
AJ Kelly 6681e062dd remove some hardcoded SetShadowLength() calls 2011-04-16 22:03:28 -05:00
AJ Kelly 445f9a5e32 * [PlayerOptions] Added UsingReverse() Lua binding (automatically tests GetReverse() == 1)
* [PlayerState] Added GetCurrentPlayerOptions() Lua binding
2011-04-16 21:10:44 -05:00
AJ Kelly a14d760e0c [ScreenSelectMusic] Made score frame into an AutoActor, changed the filename from "score frame p1" to "ScoreFrame P1" for consistency with other elements. 2011-04-13 03:41:09 -05:00
Jason Felds 063208eea8 [sm130score] Restore old Course scoring for now.
This can be lua-ized later.
2011-04-12 02:29:57 -04:00
Jason Felds 7597c5d867 [sm130score] Remove the ScoringType pref. 2011-04-10 22:22:25 -04:00
Jason Felds c61ce06a5b [sm130score] doxygen 2011-04-10 10:53:31 -04:00
AJ Kelly d1ddea19fc fix a crash with Cursors on ScreenSelectMaster. 2011-04-10 03:35:56 -05:00
Jason Felds 0737437c81 [sm130score] No more checks for Custom Scoring.
Course Scoring will be for another time.
2011-04-10 03:42:14 -04:00
Jason Felds a813fc4603 [sm130score] Slowly eliminate preference var. 2011-04-10 03:37:13 -04:00
Jason Felds e13cceb830 [sm130score] Force custom scoring. 2011-04-10 03:31:46 -04:00
Jason Felds 2269b0d2d1 [sm130score] Big comment was an eyesore. 2011-04-10 03:01:56 -04:00
Jason Felds 7e2f7371a9 [sm130score] SetCurMaxScore via lua. 2011-04-10 02:55:16 -04:00
Jason Felds 9af85b48b1 [sm130score] Cleanup, lua prep. 2011-04-10 02:31:29 -04:00
Jason Felds 24e4e242e2 New branch from sm130futures: [sm130score]
Start migration from .ini to .lua scoring.
2011-04-10 02:09:10 -04:00
Jason Felds 56c0055d6c [sm130futures] Add another lua hook.
The scoring formulas still need minor work.
2011-04-10 01:37:55 -04:00
AJ Kelly 6fa63cfb78 todo comment about ordering random, roulette, portal, and custom items 2011-04-09 23:32:13 -05:00
Jason Felds 9f86bd47f7 [sm130futures] doxygen 2011-04-09 17:09:30 -04:00
Jason Felds f136ff8b34 [sm130futures] Well, this code isn't needed.
Revert it to how it was.
2011-04-09 10:52:18 -04:00
Thai Pangsakulyanont 77c4768313 merge 2011-04-09 15:47:30 +07:00
Thai Pangsakulyanont c2e89cb63c [sm130futures] judge first, then update the rolling numbers. 2011-04-09 15:45:55 +07:00
Jason Felds 5730599a85 [default -> sm130futures] Bring in the kits. 2011-04-07 20:02:31 -04:00
Thai Pangsakulyanont 20b3d682ac merge 2011-04-07 06:39:13 +07:00