Commit Graph
25 Commits
Author SHA1 Message Date
Mark Cannon 0d4e43f9e3 stage 1 of TimingSegment cleanup: consolidate genericizable code in TimingData, use a proper variable name 2011-09-10 03:08:59 +00:00
Mark Cannon e56de5a09a undo regression introduced in d17c21e where any songs without keysounds were clobbered by RageSoundReader_Silence. please test your code before committing it :| 2011-09-09 23:51:10 +00:00
Mark Cannon ecb06dc68b work around weird error encountered with GeForce MX 440 in the OGL renderer 2011-08-31 01:24:09 -04:00
Mark Cannon f426cfc6ba disambiguate bzip error in configure 2011-08-30 17:55:53 -04:00
Mark Cannon 86710c1716 fix compilation for MersenneTwister; generate 2^32 constant with pow(), so it doesn't depend on compiler semantics 2011-08-23 11:39:57 -07:00
Mark Cannon ed86859798 rewrite MersenneTwister.Random to support negative numbers and generally be more robust 2011-08-22 20:49:50 -07:00
Mark Cannon 657217beda replace math.random and math.randomseed with MersenneTwister 2011-08-22 11:45:45 -07:00
Mark Cannon 68ef124f88 merge 2011-08-21 20:26:12 -04:00
Mark Cannon b5d8d67079 "UserData" -> "UserTable" in Profile; more accurate name. 2011-08-21 20:20:59 -04:00
Mark Cannon 2305a473fb merge 2011-08-06 21:38:59 +00:00
Mark Cannon c00fef183e remove unused files from repo and project files 2011-08-06 21:38:50 +00:00
Mark Cannon e1a447cc36 revert henke's loadingwindow "improvements"; if you're reading this, henke, you do *NOT* sacrifice readability for misguided optimization, and you do *NOT* use a globally externed variable for something with a useful lifetime of part of one function 2011-08-06 21:33:49 +00:00
Mark Cannon 498c55321a fix linker error with StringConversion calls on DisplayBPM 2011-08-04 15:06:49 +00:00
Mark Cannon 9c362efb2c one more commit to fix, and then I'll stop committing at 3 AM 2011-08-04 03:16:36 +00:00
Mark Cannon 067c49e299 and then i actually committed SongManager 2011-08-04 03:09:13 +00:00
Mark Cannon 1fc7012d2e revert a bunch of LoadingWindow text that is processor bound and won't display anyway; also reverted ArchHooks in SongManager (seriously, wtf?); if we need it that badly, let's make a better structure 2011-08-04 03:07:52 +00:00
Mark Cannon 2c9678ca65 fix PrefsManager init list not being in order, add hack to ThemeManager to make GetThemeName() work intuitively for Scripts dirs 2011-01-07 23:41:23 -05:00
Mark Cannon 5d3ecc6400 Added documentation for ThemePrefs and ThemePrefsRows, updated some code
and added sanity checks into ThemePrefsRows, added localization support for
error messages in ThemePrefs and ThemePrefsRows.
2010-12-28 05:15:47 -05:00
Mark Cannon efe31cfd63 fixed potential bug with Choices not being strings 2010-12-27 21:05:32 -05:00
Mark Cannon 7d7afe1c47 removed config.h.in; keep autogennned files out of the repository, please 2010-12-17 17:01:47 -05:00
Mark Cannon 85803dd887 Fixed up JSON include paths 2010-12-17 17:00:12 -05:00
Mark Cannon 4aa3110e25 Updated IniFile to match source's function calls, added initial version
of new ThemePrefs and ThemePrefsRows implementations and added a quick
example into the default theme code. Not fully functional yet, fyi.
2010-12-15 04:50:00 -05:00
Mark Cannon edef0ce5fa Added 03 IniFile to start building new userprefs/themeprefs API 2010-12-12 20:15:32 -05:00
Mark Cannon 67e30f9858 very, very initial cleanup of ThemesAndGamePrefs 2010-12-12 15:24:02 -05:00
Mark Cannon d330514856 Added --with-sse2 configure flag for SSE2 heuristic optimizations 2010-12-12 03:27:16 -05:00