Commit Graph
100 Commits
Author SHA1 Message Date
AJ Kelly a85a9e36b8 ...what's four letters and printed in gold? 2010-06-03 14:32:33 -05:00
AJ Kelly 3959410460 If AutoSetStyle is on and Autogen is off, some songs with valid steps may be missing from the wheel. Re-add them by checking for every playable StepsType when AutoSetStyle is on.
fixes issue 147: http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=147
2010-06-03 12:52:02 -05:00
AJ Kelly 0046422506 Don't eat RAM if the themer accidentally uses LoadActor(""), display an error instead. 2010-06-03 00:15:03 -05:00
AJ Kelly 3638d13432 [BPMDisplay] add RandomText metric for theming the "..." that appears when BPMs don't cycle and MinBPM == -1. 2010-06-02 22:45:42 -05:00
AJ Kelly 4bbf9b5b3a documentation updates 2010-06-02 22:34:22 -05:00
AJ Kelly 5e293fe720 Expand various floats from 3 decimal places to 6 [Midiman] 2010-06-02 22:27:49 -05:00
AJ Kelly 7398b59d3d modify the order of the main ScreenEdit menu (escape) items 2010-06-02 22:05:39 -05:00
AJ Kelly 6b3da26a4c [GameCommand] Don't allow battle/rave with Routine (StyleType_TwoPlayersSharedSides). also cleanup
[RageTypes] remove glowmode stub stuff
[RageDisplayOGL] update comments slightly
2010-06-02 15:43:56 -05:00
AJ Kelly 62600c38a8 small cleanup 2010-06-02 15:03:25 -05:00
AJ Kelly 237f3c51c7 [Actor] add new Lua bindings/commands: addrotationx, addrotationy, addrotationz 2010-06-02 15:02:59 -05:00
AJ Kelly 14b1cc63e7 more theme changes from midi 2010-06-01 18:52:17 -05:00
AJ Kelly 407f90f5b3 updated graphics from midi 2010-06-01 18:50:37 -05:00
AJ Kelly 03c0de070d midi made some changes; the abomination hack was changed to an easter egg 2010-06-01 18:50:09 -05:00
AJ Kelly 829be30b08 Midi fixed coloring; I changed the Abomination hack to only show up if easter eggs are enabled. 2010-06-01 18:48:23 -05:00
AJ Kelly 3e74426d47 some fallback theme changes from midi 2010-06-01 15:31:04 -05:00
AJ Kelly ee9930db32 [Character] add GetCharacterDir() and GetCharacterID() Lua bindings. 2010-06-01 14:27:21 -05:00
AJ Kelly 8f7a047902 update changelog 2010-06-01 14:05:02 -05:00
AJ Kelly 7fb65386c5 [MusicWheel] added UseSectionsWithPreferredGroup metric (allows sm-ssc to display all song groups if you use the songgroup GameCommand, instead of no groups.) 2010-06-01 13:57:52 -05:00
AJ Kelly e339bfd54f add missing threepanel string for StepsDisplayListRow 2010-06-01 01:09:16 -05:00
AJ Kelly 3437972a2e fix the part where warps break building 2010-05-31 19:10:40 -05:00
AJ Kelly 553c463238 modify some dumb metric to fix a problem with note positions 2010-05-31 10:52:35 -05:00
AJ Kelly aaf43b0c7f if there are no problems, I think we can call this sm-ssc v1.0 beta 4. 2010-05-30 23:54:31 -05:00
AJ Kelly 6d11f95a85 change locked color back to sm4's; it's not being applied right now anyways. 2010-05-30 22:56:52 -05:00
AJ Kelly e54a728dad [Trail] Add GetTrailEntry() Lua binding.
[TrailEntry] Allow TrailEntry to push itself, making Lua bindings possible. TrailEntry's Lua bindings include GetSong(), GetSteps(), IsSecret() and GetNormalModifiers().
2010-05-30 22:54:21 -05:00
AJ Kelly 59b481eaba some commenting and cleanup 2010-05-30 22:49:44 -05:00
AJ Kelly 9a29217752 some more defualt theme changes from midi 2010-05-30 18:43:35 -05:00
AJ Kelly f79d6fb365 sync up hg with the svn code in preparation for sm-ssc v1.0 beta 4; this adds at least one new Lua binding and the WIP warps code (partially-working in quirks mode). 2010-05-30 17:03:30 -05:00
AJ Kelly 317e37fe65 small cleanup 2010-05-29 21:28:37 -05:00
AJ Kelly 225ae578b0 add missing metrics 2010-05-29 21:28:27 -05:00
AJ Kelly b60f540a96 more theme changes from Midi 2010-05-29 21:21:57 -05:00
AJ Kelly 555d2def30 more theme updates... oddly enough, setting width to 1 makes the graphics look great in any resolution. what the heck gg midi 2010-05-29 17:03:52 -05:00
AJ Kelly da32d79def change the names from Classic and Modern to more descriptive Normal and Lower (even though ITG's reverse is only one pixel different from 3.9/4.0's) 2010-05-29 15:26:53 -05:00
AJ Kelly 550d9fd4f8 add some missing theme files 2010-05-29 15:22:20 -05:00
AJ Kelly c4d151d1b3 default theme changes from Midiman; includes StepsType changes 2010-05-29 15:17:54 -05:00
AJ Kelly b300e9825a new psd files from Midi 2010-05-29 15:15:29 -05:00
AJ Kelly 8110df71f4 fallback changes from Midi 2010-05-29 15:14:07 -05:00
AJ Kelly c0ad5e19eb in StepMania 4, Random and Portal run the same commands as Roulette. Change _portKit-sm4 to reflect this (currently with the same hardcoded command; will change to THEME:GetMetric() version later)
update changelog
2010-05-29 13:03:31 -05:00
AJ Kelly 92bf92f225 add Direction param to ChangeSteps message. 2010-05-27 18:05:53 -05:00
AJ Kelly 02ae98027a Remove Random Vanish until it stops crashing 2010-05-26 19:04:03 -05:00
AJ Kelly 52db6f068c revert that last change since random vanish crashes anyways 2010-05-26 19:02:49 -05:00
AJ Kelly 5fc8c0c2e9 attempt to fix issue 144 by moving default fails to the end of the switch statements (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=144) 2010-05-26 18:51:08 -05:00
AJ Kelly 32ad5f4e43 some cleanup 2010-05-26 15:59:07 -05:00
AJ Kelly 1adda3b569 update changelog and credits 2010-05-26 00:30:42 -05:00
AJ Kelly 877ee6d407 allow upleft and upright to be used on Positive Gaming USB pad. [corec] see issue 137: http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=137 2010-05-26 00:27:58 -05:00
AJ Kelly d463d4e4f5 script update; 2010-05-26 00:21:38 -05:00
AJ Kelly 242d220fa7 add missing MaxScoreToIncrementMissCombo metric, try and make sense of this hold judgment thing 2010-05-26 00:19:29 -05:00
AJ Kelly d66fda80f6 update changelog 2010-05-26 00:10:07 -05:00
AJ Kelly c16de85e3a add GetCurLanguage() Lua binding. 2010-05-26 00:09:05 -05:00
AJ Kelly 0a85bfd23d allow ScoreKeeperRave to be used as a ScoreKeeper. 2010-05-26 00:08:35 -05:00
AJ Kelly b740232ca6 rework how the IsGameEnabled() Lua binding works; it now takes a string as a parameter. 2010-05-26 00:07:59 -05:00
AJ Kelly 81921e2488 add [Gameplay] MaxScoreToIncrementMissCombo metric. 2010-05-26 00:07:34 -05:00
AJ Kelly e7917f0721 [Course] add GetCourseDir(), HasBackground(), IsAnEdit() Lua bindings. 2010-05-26 00:07:00 -05:00
AJ Kelly de9c812e3e update changelog 2010-05-25 01:19:13 -05:00
AJ Kelly d2e15bc67e [ScreenNetEvaluation] Don't assume every theme has a Grade display and/or Points display; this fixes crashes in themes which don't have them. 2010-05-25 01:14:44 -05:00
AJ Kelly ac64504077 force ScreenSelectProfile to load preferences; it doesn't increment playcount but i don't care right now 2010-05-24 23:52:36 -05:00
AJ Kelly e0d3c5ecd9 Remove old incomplete naket-* pump noteskins 2010-05-24 20:07:35 -05:00
AJ Kelly 0497a8dd20 update a past changelog item 2010-05-24 01:47:09 -05:00
AJ Kelly 4cdea7c9dc Add a few more Rave metrics, put in the Shared stuff for (likely) upcoming routine work 2010-05-23 23:51:26 -05:00
AJ Kelly cf631a8328 some fixes to make rave go a tiny bit further (still crashes) 2010-05-23 22:17:42 -05:00
AJ Kelly cf04fc3ae7 the extra header at the bottom should be removed; I tried to change the line endings but I'm not 100% sure 2010-05-23 18:50:47 -05:00
AJ Kelly 11ec325bb9 I hope you guys realize that if the linux version fucks up again I am going to get a heart attack and quit sm-ssc 2010-05-23 10:39:28 -05:00
AJ Kelly b6679746ee update changelog 2010-05-23 02:52:44 -05:00
AJ Kelly fae2f3f675 update command line args doc 2010-05-23 02:52:21 -05:00
AJ Kelly 814ed5e5b4 add --game command line argument 2010-05-23 02:51:00 -05:00
AJ Kelly 2d96c81570 update changelog 2010-05-23 01:51:34 -05:00
AJ Kelly cb0a68718f apply a patch from gholms that allows autogen.sh to look for automake 1.11; fixes issue 140 (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=140) 2010-05-23 01:36:51 -05:00
AJ Kelly fcde44b65f remove ShowSelectGroup from _portKit-SM4 2010-05-22 22:14:02 -05:00
AJ Kelly 97a1358475 forgot to remove the ShowSelectGroup preference in the metrics. 2010-05-22 22:11:12 -05:00
AJ Kelly d5197b63f1 we removed ScreenSelectGroup, let's remove the ShowSelectGroup preference that's just taking up space. 2010-05-22 19:11:19 -05:00
AJ Kelly 51d9de42fc Make the ScoreDisplay zero out if there's no selection. 2010-05-22 10:28:39 -05:00
AJ Kelly 571928c89a add [HelpDisplay] TipSwitchTime metric 2010-05-22 10:26:41 -05:00
AJ Kelly 21d6ae9a11 add PREFSMAN:PreferenceExists() Lua binding 2010-05-22 10:24:41 -05:00
AJ Kelly f8c2b0828f uncomment TimingData::SetDelayAtRow. 2010-05-22 10:24:04 -05:00
AJ Kelly 4ec98bc30c up the maximum size of an edit course from 30KB to 32KB.
allow the #BACKGROUND tag to be read from .crs files.
2010-05-22 10:21:24 -05:00
AJ Kelly 6eb23862fa various other cleanup 2010-05-22 10:12:20 -05:00
AJ Kelly 77b0f48bf0 Small wheel-related cleanups 2010-05-22 10:05:25 -05:00
AJ Kelly 40bd873561 corec's fixes (to my recent commits) from issue 138 (http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=138) 2010-05-22 09:52:20 -05:00
AJ Kelly 894f6684d9 update credits 2010-05-21 21:09:53 -05:00
AJ Kelly 676d0defe7 Add missing video.m4 changes from howl and Petr Baudis's patch. Whoops! 2010-05-21 21:03:45 -05:00
AJ Kelly b0798c05ac corec's changes from http://github.com/corec/cc-overlay/blob/master/games-arcade/sm-ssc/files/sm-ssc-ffmpeg-fixes-01.patch 2010-05-21 20:50:01 -05:00
AJ Kelly d2d6e66b3c Add howl's correspondence to my initial comment (asking about nulls) 2010-05-21 20:17:46 -05:00
AJ Kelly 28f6c97366 Apply gholms's patch in an attempt to fix issue 136 ( http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=136 ). I don't have any Linux boxen for testing, though. 2010-05-19 09:47:14 -05:00
AJ Kelly f56b5e8a12 horizalign/vertalign -> halign/vertalign; add Lifts in PaneDisplay 2010-05-19 00:11:52 -05:00
AJ Kelly 100798b535 slight cleanup 2010-05-18 20:32:33 -05:00
AJ Kelly 2b365bb3cf update Lua documentation 2010-05-18 20:00:55 -05:00
AJ Kelly 2c15ad7921 add PlayerStageStats:GetRadarPossible() and PlayerStageStats:GetRadarActual() Lua bindings. 2010-05-18 18:12:03 -05:00
AJ Kelly eea8126aa7 add MenuTimer:GetSeconds() binding. 2010-05-18 18:07:39 -05:00
AJ Kelly 97a6696b65 Add LifeMeterBattery:GetLivesLeft() Lua binding. 2010-05-18 18:06:49 -05:00
AJ Kelly 5903c2448a Add GetHAlign and GetVAlign Lua bindings to Actor. 2010-05-18 18:01:51 -05:00
AJ Kelly 0c6e8bc360 back to cvs/3.9 grading [Midiman, though I also agreed to it and shake said the graphics were meant for the old grading]
change horizalign and vertalign to halign and valign, respectively
2010-05-18 17:54:49 -05:00
AJ Kelly 1167cb7a2f what the heck's this MifMiss stuff? 2010-05-17 13:29:26 -05:00
AJ Kelly 4afca75666 add SetSize as an alias for setsize 2010-05-17 13:28:47 -05:00
AJ Kelly 2772facb71 Commit installer theme for people who want to make their own NSIS installer 2010-05-15 15:57:19 -05:00
AJ Kelly dd5fa35ff0 The beginning of arcade mode stuff. Mainly only deals with TitleJoin and Demonstration at the moment and pretty much assumes Event Mode is on. 2010-05-15 15:56:45 -05:00
AJ Kelly fff7a64f71 update changelog 2010-05-15 14:27:21 -05:00
AJ Kelly a01a7c4240 AnnouncerManager gets Lua bindings, and now exists at ANNOUNCER.
New bindings:
ANNOUNCER:DoesAnnouncerExist(sAnnouncer) - returns a bool
ANNOUNCER:GetAnnouncerNames() - returns a table of strings
ANNOUNCER:GetCurrentAnnouncer() - returns a string
ANNOUNCER:SetCurrentAnnouncer(sAnnouncer) - sets the new announcer
2010-05-15 14:19:42 -05:00
AJ Kelly 199ed3d130 [ScreenSelectMaster] Fix a crash ("the" crash, really) concerning cursors. Turns out cursors AREN'T always made for players. Only set to invisible if the cursor exists. 2010-05-13 23:02:39 -05:00
AJ Kelly ec06d16403 Let Negative Stops "work" in QuirksMode. 2010-05-13 12:58:20 -05:00
AJ Kelly f429711dd5 Add GetOSName() binding. Returns a string representing the current OS (untested on everything but Windows, should work for everything but BSD, for which I forget the switch off the top of my head) 2010-05-13 12:01:44 -05:00
AJ Kelly 4cf7e1ec3c [ScreenEvaluation] "time label" -> "TimeLabel" for naming consistency 2010-05-13 03:06:56 -05:00