Commit Graph

2515 Commits

Author SHA1 Message Date
AJ Kelly 5ed3a8a80e still want to get this working one day... 2011-09-07 21:00:49 -05:00
AJ Kelly a0455b4fd2 Experiment over, dance is the default game again. 2011-09-07 17:44:37 -05:00
AJ Kelly 5ae2f9f4ba [Model] Added GetDefaultAnimation() Lua binding. 2011-09-07 14:28:07 -05:00
AJ Kelly 35631c73c1 just some cleanup as usual 2011-09-07 10:56:44 -05:00
AJ Kelly 7c686aa160 small freem cleanup 2011-09-07 10:46:29 -05:00
AJ Kelly 06ceba5158 loading window changes on Windows 2011-09-06 17:03:57 -05:00
Jason Felds df937f766a Restore compiling on Mac side.
Revert this if things are worse.
2011-09-04 00:15:02 -04:00
AJ Kelly abb21b32a1 [GameManager] beat "versus" -> "versus5"; fix beat versus7 being "single7". see http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=512 [1a2a3a2a1a] 2011-09-02 20:58:17 -05:00
AJ Kelly bd9e08a8e8 [MenuTimer] Added start(), disable() Lua bindings. Also renamed setseconds to SetSeconds to match GetSeconds. 2011-09-02 11:43:10 -05:00
AJ Kelly 80ec025588 more pedantic cleanup of extraneous tabs, and add a description to LightsDriver_SystemMessage. 2011-08-31 12:38:10 -05:00
AJ Kelly dd2aeb82f6 cleanup, add copyright notice to LightsDriver_LinuxWeedTech.cpp 2011-08-31 12:32:07 -05: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
Flameshadowxeroshin c0634d5be8 really bad error fixed 2011-08-31 03:42:03 +00:00
Flameshadowxeroshin 49d2201882 add SetOptionRowFromName to ScreenOptions. not yet tested or proofread. 2011-08-31 03:41:26 +00:00
Jason Felds 9153e80769 Remove unneeded comment. 2011-08-30 13:18:45 -04:00
Thai Pangsakulyanont cbcf955fe8 fixes building in Mac OS X (I hope so) 2011-08-29 00:11:10 +07:00
AJ Kelly cdca3d61d6 future ideas... 2011-08-27 15:50:45 -05:00
AJ Kelly fa12ff045b [ThemeManager] Added DoesThemeExist(sTheme), IsThemeSelectable(sTheme), DoesLanguageExist(sLang), GetCurThemeName(), HasMetric(sGroup,sValue), and HasString(sGroup,sValue) Lua bindings. 2011-08-27 15:48:33 -05:00
AJ Kelly 8561fd0b26 [FontManager] ReloadFonts() was only used in ScreenTestFonts, which is gone now. 2011-08-27 15:27:56 -05:00
AJ Kelly 1a1b6af828 [CryptManager] Add GenerateRandomUUID() Lua binding. 2011-08-27 15:26:17 -05:00
AJ Kelly 183888f4f1 [SongManager] Add SongToPreferredSortSectionName(song), WasLoadedFromAdditionalSongs(song), and WasLoadedFromAdditionalCourses(course) Lua bindings 2011-08-27 15:23:20 -05:00
AJ Kelly d5979dab6a [SongManager] Added GetPreferredSortSongs(), GetPreferredSortCourses(courseType,bIncludeAutogen), GetPopularCourses(courseType) Lua bindings. 2011-08-27 15:09:14 -05:00
AJ Kelly 8d5b50e876 [SongManager] Added GetCoursesInGroup(sCourseGroup,bIncludeAutogen), GetSongGroupBannerPath(songGroup), GetCourseGroupBannerPath(courseGroup), DoesSongGroupExist(songGroup), DoesCourseGroupExist(courseGroup), GetPopularSongs() Lua bindings. 2011-08-27 13:18:41 -05:00
AJ Kelly 333de1fdfc add todo to ExportPackage since it doesn't animate out before going to the next screen. 2011-08-27 02:57:13 -05:00
AJ Kelly fc716a77d3 more work on the export packages screen 2011-08-24 13:14:17 -05:00
AJ Kelly 4eb2fe5730 small cleanup 2011-08-24 12:54:30 -05:00
AJ Kelly 0149d8556b fix compile 2011-08-24 12:22:07 -05:00
Flameshadowxeroshin 030aa55b5a Add LoadChildFromPath binding. 2011-08-24 10:28:58 -05:00
Flameshadowxeroshin cea0eee09e add RemoveChild and RemoveAllChildren bindings. 2011-08-24 09:02:48 -05:00
AJ Kelly 2fd1670eef export package stuff for testing 2011-08-23 22:33:32 -05:00
AJ Kelly 89d27a656e uncomment splash code on gtk loadingwindow; still doesn't work 2011-08-23 22:09:30 -05:00
AJ Kelly 94c130065f update desktop folder for unix/linux 2011-08-23 22:05:32 -05:00
AJ Kelly dd0896d3eb committing some stuff for shake to test 2011-08-23 20:58:22 -05:00
AJ Kelly 1f748a747a add missing ScreenOptionsExportPackage to Linux makefile, add Unix version of SpecialDirs (for finding the desktop folder) 2011-08-23 20:43:34 -05:00
AJ Kelly 819a5310eb use %X instead of the separate hour, minute, and second ones, per ZipFile's suggestion 2011-08-23 16:40:36 -05:00
AJ Kelly 95d495e121 messing with the date again, this time with time zone and UTC offset 2011-08-23 16:16:02 -05:00
AJ Kelly aa3041fe94 [Makefile.am] Fixed version date and time handling. 2011-08-23 15:48:56 -05:00
AJ Kelly 38da01759d fix moonlight crashing on Linux by disabling buggy icon set code 2011-08-23 14:50:25 -05: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
AJ Kelly 47390a22bf 32->8 to shut up error in the beginning 2011-08-23 09:28:36 -05:00
Mark Cannon ed86859798 rewrite MersenneTwister.Random to support negative numbers and generally be more robust 2011-08-22 20:49:50 -07:00
Flameshadowxeroshin e8d3af2485 Fix Random arguments. Thanks, Saturn2888! 2011-08-23 03:15:51 +00:00
Jason Felds 7771ccf91a Added requirepasschallengesteps Lua binding. 2011-08-22 22:56:13 -04:00
Jason Felds 509f70f54a Add GetStepOfAllTypes binding. 2011-08-22 22:54:21 -04:00
Jason Felds 11c0758568 Force a long long. 2011-08-22 22:27:38 -04:00
AJ Kelly 45c58805e2 change path of libjpeg includes per ZipFile's patch; todo: check this on Windows 2011-08-22 18:57:48 -05:00
AJ Kelly c7ac0b4466 more work on the Linux stuff, though nothing's working yet 2011-08-22 17:23:09 -05:00
AJ Kelly e2ab3d6493 various Linux updates, including making the default size of the splash window 512x96. 2011-08-22 15:50:56 -05:00
AJ Kelly 842a493c60 small comment change 2011-08-22 15:19:20 -05:00
Mark Cannon 657217beda replace math.random and math.randomseed with MersenneTwister 2011-08-22 11:45:45 -07:00