Commit Graph
32794 Commits
Author SHA1 Message Date
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 a7f7a1fadb forgot to mention what that NotesLoaderBMS stuff was about in the changelog... 2012-06-02 23:06:35 -05: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 06787dd170 small changes 2012-06-02 22:54:41 -05:00
AJ Kelly c39e24e20a make it clear that this isn't supported/planned yet 2012-06-02 22:50:48 -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 38ca6bbea3 add missing metrics in [ScoreDisplayPercentage Percent]; should fix issue 782 2012-05-31 02:48:02 -05:00
AJ Kelly f89dd5e96e add white reverse flash bganimation 2012-05-31 02:43:17 -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
John Reactor ad568055d1 Update in Polish translation. 2012-05-27 11:53:25 +02: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
Flameshadowxeroshin 6fb96782ea add some type checking, ??? 2012-05-21 17:56:29 -05:00
Flameshadowxeroshin 6cfbb02450 sue google and me 2012-05-21 17:48:59 -05:00
Flameshadowxeroshin 729f2ce5e1 that's why 2012-05-21 22:46:55 +00: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
Jason Felds 3148121f1f Hack: stop lua error and crash on "fixing".
v can't be concatenated: it's a boolean.
Anyone more versed in lua want to take a look?
2012-05-21 18:28:15 -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 09b545c367 changelog 2012-05-21 14:01:53 +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
Flameshadowxeroshin 122c815d28 merger 2012-05-17 22:53:09 -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 9d3b2f10dd fix eval showing one stage later than expected 2012-05-16 13:13:58 -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
Flameshadowxeroshin 495aa1ef14 some things. 2012-05-15 23:04:46 -05:00
AJ Kelly d35089a75f metrics for versus techno stuff 2012-05-14 21:54:17 -05:00
AJ Kelly 650723a7e5 add Double5 to techno list, need to add Versus modes at some point 2012-05-14 21:48:42 -05:00