Commit Graph
3490 Commits
Author SHA1 Message Date
AJ Kelly 2806f86699 do it right this time. 2012-07-01 12:30:14 -05:00
AJ Kelly 64e7b85a9e add SaveToJsonFile() function from SM4 betas. 2012-07-01 12:24:39 -05:00
AJ Kelly 87d77d6cde [SongManager] Ending a group's name in PreferredSongs with "/*" will now load all songs from that group automatically. 2012-06-27 20:25:59 -05:00
AJ Kelly 11f670a303 added GetPlayerName(pn) Lua binding to PROFILEMAN 2012-06-21 21:05:59 -05:00
AJ Kelly db0fc91d8b the rest of the GTK splash.png fix form djpohly 2012-06-14 14:54:20 -05:00
AJ Kelly d46ddd5331 update lua documentation, fix formatting on PlayerStageStats 2012-06-08 00:14:08 -05:00
AJ Kelly c5fdfca65d [GrooveRadar] Added SetFromValues(pn,{f1,f2,f3,f4,f5}) Lua binding. 2012-06-05 13:00:37 -05:00
Patrick McIlroy ebf1bf6028 Add WM_CLASS info to X11 window, controlled by XWMName .ini entry, defaulting to PRODUCT_ID.
Tested with: xdotool search --classname 'StepMania 5'
2012-06-03 22:55:34 -07:00
AJ Kelly a564f0c696 [PrefsManager] Add StretchBackgrounds preference. 2012-06-02 23:03:47 -05:00
AJ Kelly a9c8a9517b fix missing semicolon; whoops. 2012-06-02 22:55:18 -05:00
AJ Kelly 3eb317522c [PlayerOptions] Fixes to Get/Set[C, M, X]Mod Lua bindings. [hanubeki]
Source: http://code.google.com/r/hanubeki-modified-sm-ssc/source/detail?r=97761b5dc87b8c8a1b296985a09814337578c745
2012-05-31 12:19:00 -05:00
AJ Kelly 6d0e884b95 [PaneDisplay] Added NullCountString metric. 2012-05-31 03:20:24 -05:00
AJ Kelly 80f8d2122a [PlayerState] Enabled GetPlayerController Lua binding. 2012-05-27 12:56:25 -05:00
AJ Kelly 05a410321e formatting 2012-05-27 12:55:57 -05:00
AJ Kelly 44523f0c48 [MusicWheel] Added EmptyColor metric. 2012-05-27 12:55:31 -05:00
AJ Kelly dd82dc90fc [Steps] Modified HasSignificantTimingChanges; the following now disqualify when using a CMod: Stops, Delays, Warps, Speed Changes, Scroll Changes. Songs with a non-constant BPM will only disqualify if the High/Low difference is greater than 3.00. 2012-05-21 22:04:02 -05:00
Jason Felds 5282645a9a Texture Font Generator for VS2010.
I will look forward to when we don't need this.
2012-05-21 22:20:08 -04:00
Jason Felds de62676daf Now, will the merged stuff work? 2012-05-21 21:48:41 -04:00
Jason Felds 00f7991759 Temporarily disable the version checker properly.
Sorry Aldo, but I still want this to point
to the proper version of SM5. ;)
2012-05-21 21:47:19 -04:00
Jason Felds 524755fad8 Minor adjustments on the VS2010 file. 2012-05-21 21:45:08 -04:00
Jason Felds 9e1e7970ef [ScreenEdit] New menu to modify attacks.
Check the Area Menu (Enter Key) to have fun.
2012-05-21 21:42:06 -04:00
Jason Felds 55e1eff14c Quick way to get the number of attacks. 2012-05-21 21:10:10 -04:00
Jason Felds db3b93f79e hgeol attack during debugging. 2012-05-21 21:09:47 -04:00
AJ Kelly b389308611 use the real product id instead of a hardcoded 'StepMania AMX' 2012-05-21 17:59:06 -05:00
Jason Felds c549fe26f0 Make it false for now.
When the server points to check for SM5 properly
and not another build, then we can look into it.
2012-05-21 18:33:27 -04:00
AJ Kelly 96969ce4e8 only run update logic after applying command line options; allows --ExportLuaInformation to run without requiring user input 2012-05-21 13:14:23 -05:00
Jason Felds d624ae5010 I think false was intended here. 2012-05-21 08:59:57 -04:00
Thai Pangsakulyanont f2697f9eb5 fix possible syntax error 2012-05-21 16:03:42 +07:00
Thai Pangsakulyanont 67bbfd9a09 merge 2012-05-21 15:04:06 +07:00
Aldo Fregoso 09f369cd33 Imported the check for updates code from StepMania AMX.
---
TODO: Move the code from NSMAN to a new class
TODO: HOOKS->GetURL for Linux
TODO: Do not run the check every time the game is launched, use:
PREFSMAN->m_iUpdateCheckIntervalSeconds - Seconds to wait before running the next check
PREFSMAN->m_iUpdateCheckLastCheckedSecond - Timestamp of the last check
2012-05-21 02:29:59 -05:00
Thai Pangsakulyanont 2b6670c2df optimize adding background changes
I have a song with 5841 background changes and it took 3 seconds to load that song.
2012-05-21 14:27:17 +07:00
Thai Pangsakulyanont 1c85c74785 remove the debugging code 2012-05-21 14:02:38 +07:00
Thai Pangsakulyanont 44d3f78845 merge 2012-05-21 13:59:27 +07:00
Thai Pangsakulyanont 3a82222c83 add background support to BMS files (only #BMP, not #BGA) 2012-05-21 13:58:40 +07:00
Aldo Fregoso 0e2cc939d6 Mac OS X DialogDriver was lacking OKCancel, I also added YesNo Dialog to every platform. 2012-05-20 22:19:27 -05:00
Aldo Fregoso 341a474c9a Fixed errors & warnings to compile with VS 2011 2012-05-20 21:00:14 -05:00
Aldo Fregoso 5a798e78cd Added Visual Studio 2011 solution 2012-05-20 20:30:13 -05:00
AJ Kelly ae57a3f2c2 [Actor] Make the xy command a source-code level command. 2012-05-19 00:20:30 -05:00
AJ Kelly ea0a854065 [LoadingWindow_Gtk] Actually resolve the path to the Splash file. [djpohly] 2012-05-17 12:08:05 -05:00
AJ Kelly a476e34619 [ScreenOptionsMasterPrefs] Allow for FastLoadAdditionalSongs preference to be called via the "conf" command. 2012-05-16 13:14:13 -05:00
AJ Kelly b02a4ae096 [ScreenWithMenuElements] Add DelayMusicSeconds metric. requested in issue 540: http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=540 2012-05-16 01:31:00 -05:00
AJ Kelly 058c90aceb [Course] Added AllSongsAreFixed() Lua binding. 2012-05-14 00:25:58 -05:00
AJ Kelly 967237d881 Add Var "Player" and Var "Controller" for NoteSkin. [hanubeki]
Sourced from http://code.google.com/r/hanubeki-modified-sm-ssc/source/detail?r=824cff29912d1c29a667046ba463d195e81c524a
2012-05-03 14:27:51 -05:00
AJ Kelly 201d6e8029 another patch from djpohly, this time to silence some pointless log output 2012-05-03 14:06:41 -05:00
AJ Kelly 8b630f1064 apply djpohly's patch to fix issue 767
http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=767
2012-05-03 14:01:20 -05:00
AJ Kelly eb061fa03d Make ReceptorArrowRow and GhostArrowRow respect the column draw order. [hanubeki]
Sourced from http://code.google.com/r/hanubeki-modified-sm-ssc/source/detail?r=8ccf7449651eef51e8c42d031aa64da49a0b72ce
2012-05-02 19:24:08 -05:00
Colby Klein 4e24ead887 This is far too nasty of a hack and not good behavior in the first place.
I'm fairly sure you can do this in Lua if you REALLY want this kludge.
2012-05-01 09:53:11 -07:00
TaroNuke bcdb7d702d Reload wheel on late join. 2012-05-01 15:18:30 +00:00
TaroNuke b79888bfa4 Reload the wheel on late join. 2012-05-01 15:15:21 +00:00
Thai Pangsakulyanont 9c9147d30b merge 2012-04-26 13:37:43 +07:00