Dan Guzek f0e46ecb49 fix ThemePrefs
The ThemePrefs table contains several functions and single standalone variable, NeedsSaving.  When a themer calls ThemePrefs.Save() the system will check the status of NeedsSaved to determine whether it really needs to save or not.  This is by design to prevent unnecessary writing to disk.

As far as I am able to discern, NeedsSaved would never be anything but false due to scoping within the ThemePrefs table.  This commit properly scopes that variable as it used within the functions.

It looks like ThemePrefs.ForceSave() was added as a workaround; it didn't check the status of NeedsSaved and just always saved, "no matter what."  Though it seems safe to outright remove ForceSave(), I'm leaving it in for compatibility.  Consider it deprecated I suppose.
2015-04-06 21:08:12 -04:00
2011-09-07 17:42:29 -05:00
2013-07-18 17:41:10 -04:00
2015-03-22 17:08:54 -04:00
2012-07-20 12:08:54 -07:00
2015-04-05 14:49:10 -04:00
2011-07-16 15:14:08 -05:00
2015-02-27 06:00:59 +01:00
2015-02-10 21:04:51 +01:00
2015-04-05 02:55:54 +00:00
2015-04-06 21:08:12 -04:00
2014-03-12 08:17:53 -07:00
2014-02-04 01:50:59 -08:00
2015-04-05 14:49:10 -04:00
2015-03-09 20:55:19 -04:00
2015-01-27 22:03:14 -06:00

StepMania

StepMania is an advanced cross-platform rhythm game for home and arcade use.

Advanced cross-platform rhythm game for home and arcade use.

##Installing from Source##

StepMania can be compiled using CMake. More information about using CMake can be found in both the Build directory and CMake's documentation.

##Build Status##

We use Travis as our continuous integration server. The status can be found below.

Build Status

##Resources##

##Licensing Terms##

S
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%