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
|
06d171ca83
|
eol crap :|
|
2011-09-02 11:43:04 -05:00 |
|
Jonathan Payne
|
4fba0b5ef2
|
nekonabe....
|
2011-09-01 01:49:33 -07:00 |
|
AJ Kelly
|
96307cbc9c
|
add BPMDisplay to ScreenNetSelectMusic, should fix issue 501
|
2011-08-31 18:14:18 -05:00 |
|
AJ Kelly
|
1f2bb26aa0
|
add jukebox to default theme
|
2011-08-31 15:51:05 -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 |
|
Mark Cannon
|
f426cfc6ba
|
disambiguate bzip error in configure
|
2011-08-30 17:55:53 -04:00 |
|
Jason Felds
|
9153e80769
|
Remove unneeded comment.
|
2011-08-30 13:18:45 -04:00 |
|
Jason Felds
|
2f6d8ebeb2
|
vinil is right: this does need adjusting.
|
2011-08-30 12:51:26 -04:00 |
|
AJ Kelly
|
959438e154
|
PlayCommand -> playcommand, fixes a warning brought up on the forums
|
2011-08-30 09:40:10 -05:00 |
|
AJ Kelly
|
3b77cb4584
|
reverting scoring changes and probably some fucking eol bullshit
|
2011-08-28 19:09:39 -05:00 |
|
AJ Kelly
|
3d459b0dba
|
revert because FSX broke it and wasn't around to answer anyone's questions
|
2011-08-28 19:05:54 -05:00 |
|
Alberto Ramos
|
7d3973f476
|
woops
|
2011-08-28 17:57:11 -06:00 |
|
AJ Kelly
|
6bcb24b7a6
|
update instructions
|
2011-08-28 12:49:57 -05:00 |
|
AJ Kelly
|
4c9997ae25
|
remove outdated graphics 'credit'
|
2011-08-28 12:45:16 -05:00 |
|
AJ Kelly
|
6bb2ed48c7
|
new graphics for MechaTribe Assault
|
2011-08-28 12:43:08 -05:00 |
|
Thai Pangsakulyanont
|
8ef9b3af13
|
merge
|
2011-08-29 00:16:38 +07:00 |
|
Thai Pangsakulyanont
|
cbcf955fe8
|
fixes building in Mac OS X (I hope so)
|
2011-08-29 00:11:10 +07:00 |
|
Flameshadowxeroshin
|
1918116554
|
fix 1bilDP calculation
|
2011-08-28 16:59:22 +00:00 |
|
Flameshadowxeroshin
|
12fb90f9d3
|
be safer.
|
2011-08-28 16:55:58 +00:00 |
|
Flameshadowxeroshin
|
9a9d427902
|
scoring junk
|
2011-08-28 16:54:47 +00:00 |
|
Flameshadowxeroshin
|
a2dcc9b7eb
|
fix problems caused by me forgetting how my own code worked derp
|
2011-08-28 16:45:47 +00:00 |
|
Flameshadowxeroshin
|
07903f06ee
|
some scoring changes, new 1bilDP scoring type.
|
2011-08-28 16:43:50 +00:00 |
|
AJ Kelly
|
68ac5fa87c
|
update luadoc
|
2011-08-27 17:44:20 -05: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
|
37c3f724d5
|
libjpeg-8c lib for windows
|
2011-08-27 03:47:31 -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
|
e94e995746
|
changes to hybrid and sn2 scoring by A.C/@waiei: http://kokuru.com/GBJxPu/
|
2011-08-24 13:59:32 -05:00 |
|
AJ Kelly
|
fc716a77d3
|
more work on the export packages screen
|
2011-08-24 13:14:17 -05:00 |
|
AJ Kelly
|
c238cfe698
|
fix some theme issues
|
2011-08-24 13:07:15 -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 |
|
Alberto Ramos
|
41a088ba46
|
I want to try it too
|
2011-08-23 22:16:48 -06:00 |
|
AJ Kelly
|
2fd1670eef
|
export package stuff for testing
|
2011-08-23 22:33:32 -05:00 |
|
AJ Kelly
|
aec3c1a3d0
|
change GetWheelItem return type
|
2011-08-23 22:33:11 -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 |
|