Commit Graph
4533 Commits
Author SHA1 Message Date
Colby Klein 55814a9628 Start of GLES2 support. Not approaching functional, don't try to use it yet. 2012-10-31 16:17:22 -07:00
Aldo Fregoso 525d679c5a First Segment required a zero. 2012-10-20 05:12:05 -05:00
Aldo Fregoso 775a978379 Default Speed Length for SMA files is 4. 2012-10-20 04:04:22 -05:00
Aldo Fregoso 5354edae0b Intermediate directory was not quoted. 2012-10-20 04:03:49 -05:00
Colby Klein 68263efe12 I'm not sure why I thought MAX was a macro. Oops. 2012-10-17 12:51:13 -07:00
Colby Klein 27d0e3ec47 Use MAX() against the difficulty to prevent ratings of 0. Various other style tweaks. Jason: The functions (well, macros) you were looking for are MIN, MAX, and CLAMP. 2012-10-17 11:21:28 -07:00
Jason Felds 32d5a011ee Don't allow setting the meter to < 1. 2012-10-16 21:05:27 -04:00
Jason Felds 6d35cdddd5 Remove the partial timing copy/paste hack job. 2012-10-02 20:54:55 -04:00
Devin J. Pohly 07aa41e6ef add comments to clarify piuio inputdriver 2012-08-12 23:13:34 -04:00
Colby Klein fbada6f17f Add support for PIUIO Linux kernel driver, courtesy of djpohly. 2012-08-12 14:35:40 -07:00
Devin J. Pohly daa8b6faea move random src/docs folder (1 file) to Docs/Devdocs instead 2012-08-10 17:16:14 -04:00
Devin J. Pohly 92c7a7389c replace deprecated functions to fix build on ffmpeg 0.11.1
tested on static 0.10.2 as well and it works just fine.
2012-08-02 17:38:08 -04:00
Devin J. Pohly 1fb39f6524 merge head blendtypo 2012-08-05 23:33:22 -04:00
Flameshadowxeroshin 7c7f974668 attempt fix for too many points. 2012-08-02 00:07:05 -05:00
Flameshadowxeroshin 4af1176545 Attempted addition of brand new scoring system. 2012-08-01 23:14:14 -05:00
Devin J. Pohly aa3244a0f2 fix typo in blend functions 2012-07-31 23:26:50 -04:00
AJ Kelly c239e439a0 [ScreenDebugOverlay] Added BackgroundColor metric. 2012-07-26 17:27:45 -05:00
AJ Kelly 2edd2b31b5 add TrySelectCourse so that SelectCourse can be bound without having to change its protection 2012-07-22 17:07:12 -05:00
Flameshadowxeroshin 1fc5fe100e prepare for vyhdycokio anger 2012-07-22 12:26:43 -05:00
Flameshadowxeroshin c2bc9d1ff3 if you fail to reach the top the more you break the more you drop. try it again. try it again. 2012-07-22 12:05:19 -05:00
Flameshadowxeroshin 2b21a91f91 Add ResetSelection binding to MusicWheel, add MusicWheel to Luadocs 2012-07-22 11:44:45 -05:00
Patrick McIlroy 1d5f4379bc Fix edgecases presented by bugzilla #740: fallback to .sm file if .ssc file in cache is missing 2012-07-21 00:39:18 -07:00
AJ Kelly 2f57a6cb78 actually get this to compile. 2012-07-20 23:51:28 -05:00
Jonathan Payne 7d9441cbfe update small new stuff, ActorUtil additions. 2012-07-20 12:54:39 -07:00
AJ Kelly 52b9c723dc [OptionRow] Set text after running OnCommand 2012-07-19 19:37:06 -05:00
AJ Kelly fe8578896b royal freem corporation. 2012-07-17 19:11:26 -05:00
AJ Kelly 992d5d8232 sm5 alpha 3 2012-07-11 19:11:36 -05:00
AJ Kelly 53938d6b23 [ScreenEditMenu] Don't use "Blank" in the description for blank steps; use a blank string instead. 2012-07-11 00:13:36 -05:00
AJ Kelly 6504580576 [ScreenSelectMusic] Fix an issue where Control+<Letter> wouldn't work. 2012-07-10 01:39:02 -05:00
AJ Kelly 105c1b74d6 [InputMapper] Use "|" for separating entries instead of ",", since some companies have names like "x Ltd., something". [Mordae, AJ] 2012-07-09 12:21:21 -05:00
AJ Kelly 7051b2bc16 it's bitching about this for some reason 2012-07-08 10:58:53 -05:00
AJ Kelly 853af1ea69 [PlayerStageStats] Added GetSongsPassed and GetSongsPlayed Lua bindings. 2012-07-06 23:12:37 -05:00
AJ Kelly d1c2e3ad02 [ScoreDisplayRave] Add FrameBase and FrameOver to the metrics. 2012-07-06 13:09:18 -05:00
AJ Kelly 3f16433261 [ScreenRanking] Don't clobber alpha values when applying colors in SetPage. 2012-07-05 15:12:57 -05:00
AJ Kelly 330dd89cb6 [ScreenRanking] Added "NextPage" command. "SwitchPage" command is now "SwitchedPage". 2012-07-05 14:51:26 -05:00
AJ Kelly 74065ff0fd [ScreenGameplay] When ShowLifeMeterForDisabledPlayers is true, don't fill up life in the meter for the disabled player. (LifeMeterBar only) 2012-07-03 12:51:03 -05:00
AJ Kelly 8d8931999f ...fix ScreenHowToPlay not showing notes. Yes, I'm surprised as you are. 2012-07-03 01:40:15 -05:00
AJ Kelly 2a2cf23c47 [RageUtil] Add detection of .hg to StripCvsAndSvn. 2012-07-02 21:52:31 -05:00
AJ Kelly efb3b0b3ed [ScreenHowToPlay] Run InitCommand on Characters if enabled. 2012-07-02 16:57:22 -05:00
AJ Kelly 2c01d46559 the compiler in Visual Studio 2010 is a jerk. VS2008 was able to compile it just fine. :( 2012-07-02 16:50:12 -05:00
AJ Kelly 451a56b0c6 fix case; fixes linux build 2012-07-01 15:27:50 -05:00
AJ Kelly 9931903f88 add CreateZip from SM4 betas. Someone should probably add this to the xcode project file. 2012-07-01 12:46:00 -05:00
AJ Kelly 3afd1b930b no, really. fix it this time. and stop telling me about createzip, local st command 2012-07-01 12:39:10 -05:00
AJ Kelly 2806f86699 do it right this time. 2012-07-01 12:30:14 -05:00
AJ Kelly 64e7b85a9e add SaveToJsonFile() function from SM4 betas. 2012-07-01 12:24:39 -05:00
AJ Kelly 87d77d6cde [SongManager] Ending a group's name in PreferredSongs with "/*" will now load all songs from that group automatically. 2012-06-27 20:25:59 -05:00
AJ Kelly 11f670a303 added GetPlayerName(pn) Lua binding to PROFILEMAN 2012-06-21 21:05:59 -05:00
AJ Kelly db0fc91d8b the rest of the GTK splash.png fix form djpohly 2012-06-14 14:54:20 -05:00
AJ Kelly d46ddd5331 update lua documentation, fix formatting on PlayerStageStats 2012-06-08 00:14:08 -05:00
AJ Kelly c5fdfca65d [GrooveRadar] Added SetFromValues(pn,{f1,f2,f3,f4,f5}) Lua binding. 2012-06-05 13:00:37 -05:00