Commit Graph
32688 Commits
Author SHA1 Message Date
Flameshadowxeroshin ebb91feb4a why not. 2012-04-07 20:18:03 +00:00
Jason Felds 217cfa7350 Fix nonexistant techno-double8.
The game mode never existed people!

......you know what? Forget it. Enjoy playing
with 16 arrows that are hard to read.
2012-04-06 19:03:52 -04:00
Jason Felds 587a5961ed Some improvements on the techno side. 2012-04-06 17:32:40 -04:00
Jason Felds 226b79cbe1 Fix techno double 5.
I wonder if someone previously mixed up double 5
with double 8 here.

Even though there shouldn't need to be a double 8...
2012-04-06 16:45:04 -04:00
Jason Felds 759ee2c28b Add a rhythm based technomotion skin.
This is based off of Jousway's _Editor skin.

If anyone wants pad colors, it's up to you
to set those up.
2012-04-06 16:07:48 -04:00
Jason Felds a021f01b91 Add Techno Double 8...wait, what?!?
I don't recall Technomotion having this mode
for doubles play!

Did we borrow something from pyDance here?
2012-04-06 15:37:09 -04:00
Colby Klein e61bb07373 Add table manipulation helpers.
Added: string.split (usage: string.split("1-2-3", "-") => { 1, 2, 3 })
Added: table.join (alias of table.concat, for convenience)
Added: table.push (multiple element insert. usage: table.push(t, 1, 2, ...). Used extensively in optics)
2012-04-04 22:19:26 -07:00
Jason Felds 6782efb80f Fix setting some mods that always used drunk.
Thanks to TaroNuke for the assist.
2012-04-03 00:07:04 -04:00
AJ Kelly 50fd9319e7 small update to this document 2012-04-02 22:40:43 -05:00
AJ Kelly 10cf5cfad0 update lua documentation. also, the schema validator moved; updated its location 2012-04-02 15:14:48 -05:00
AJ Kelly 73597d773f it's april. 2012-04-01 14:34:50 -05:00
AJ Kelly e3f4e9c4c6 just some small script updates 2012-04-01 13:42:57 -05:00
AJ Kelly 326f8ba076 look, we're this close to alpha 2. I'm just going to commit the productinfo and such, and then tag it once we all agree it's release-worthy 2012-04-01 12:28:57 -05:00
Jonathan Payne cfbbd41df2 + Add DrawOrder mammpings
+ Add SoundPack userpref & underpinnigs for selectable sound packs
2012-04-01 02:05:35 -07:00
AJ Kelly 478359481a I'm so out of it I wasn't even sure what date it was 2012-03-31 13:47:43 -05:00
AJ Kelly e84647bd46 don't show award if failed 2012-03-31 13:25:41 -05:00
AJ Kelly ca281aa83f [GameManager] Allow beat single7 and versus7 to be shown in Demonstration. 2012-03-31 13:15:13 -05:00
AJ Kelly a99aa0a23f fix BPMDisplay not showing up on NetSelMusic by moving it. go figure. 2012-03-31 13:05:40 -05:00
AJ Kelly 0e1df4bfe2 move difficulty display out of the way in NetSelMusic 2012-03-31 13:03:02 -05:00
Jason Felds 9b78490059 Fix minor warning, make it not take a whole line. 2012-03-31 13:49:22 -04:00
AJ Kelly 2a5dec7bb5 add missing metrics for ScreenGameplay:SurviveTime 2012-03-30 22:37:44 -05:00
Austen Dicken df32fc663d More FFMpeg adjustments
Since many distros don't have packages for FFMpeg 0.10 yet, allow a static
prebuilt package to be specifiec with --with-static-ffmpeg=/path/to/ffmpeg.

Also recreate the functionality of ./Utils/build.sh to now pull FFMpeg 0.10.2
from the web, statically build it, and link it into Stepmania.
2012-03-30 18:05:58 -05:00
AJ Kelly c0b4389846 Gameplay StageDisplay now shows final stage properly 2012-03-30 15:31:11 -05:00
AJ Kelly 96e67c4200 it's a @#$#!%!$#%!@# function not a !@$$ #@$!%! variable you @#$!#$#!@$#!@$ #!@$!#$#!@$@ of !@#!@#$#!@$ 2012-03-30 15:20:25 -05:00
AJ Kelly a902bd2a2f add NoteSkin.lua for pump\delta\; was accidentally deleted 2012-03-30 00:50:55 -05:00
AJ Kelly ab97e0cc5b add message for ComboOnRolls preference 2012-03-28 19:57:21 -05:00
AJ Kelly 3ca54f1000 [Player] Keysounds now respect the volume settings. Sourced from hanubeki-modified-sm-ssc rev. 16fc5b714582 [hanubeki] 2012-03-28 19:24:27 -05:00
AJ Kelly 59b43867c1 [GameState] Added GetStageResult(pn) Lua binding. 2012-03-28 18:55:17 -05:00
AJ Kelly 2dd68c8349 [GameConstantsAndTypes] Made StageResult Lua-aware. 2012-03-28 18:55:06 -05:00
AJ Kelly 7f70e77b57 [ScoreKeeperRave] Actually handle hold scores in HandleHoldScore(). Players should please provide feedback on how this affects gameplay, as this is a temporary feature. 2012-03-28 18:54:52 -05:00
AJ Kelly e71832b14e fix up Rave gameplay out not displaying the proper results; see issue 695 2012-03-28 18:54:20 -05:00
AJ Kelly f480d1bb64 fix issue 458, which was a warning about replacing the frames table in the default pump noteskins. 2012-03-28 11:43:38 -05:00
AJ Kelly dab1bd6ef0 [ScreenEditMenu] Don't hardcode stopping the music on pressing the back button. This interferes with the StopMusicOnBack metric. 2012-03-27 22:34:48 -05:00
Flameshadowxeroshin 74c07d8c91 remove the brokenest parts of SetScore for now 2012-03-27 23:20:56 +00:00
Flameshadowxeroshin 4274d999f9 hopefully fix compile 2012-03-27 23:09:35 +00:00
Flameshadowxeroshin 751d4573fe SetCombo part 3/3. 2012-03-27 22:57:53 +00:00
Flameshadowxeroshin b932ed8b82 adding SetCombo part 2 of 3. i'm lazy now 2012-03-27 22:40:46 +00:00
Flameshadowxeroshin 74c59404b2 adding SetCombo part 1 2012-03-27 22:35:04 +00:00
Jonathan Payne cd66a9da65 forgot duped stagedisplay. 2012-03-24 13:43:38 -07:00
Jonathan Payne 69ceebe6fb Don't allow Options on ExtraStage (might be fun later) 2012-03-24 13:43:20 -07:00
AJ Kelly b91ce4442b more changes to Hello World, this time laying down the foundation for Reference->Singletons/Managers 2012-03-24 11:14:55 -05:00
John Reactor 8068968f62 Update in Polish translation. 2012-03-24 12:07:03 +01:00
AJ Kelly 31546cc0a5 simplify some things, reformat others. 2012-03-24 00:38:38 -05:00
AJ Kelly 90b5d1d844 remove option rows that aren't used anymore after the change to vyhd's ThemePrefs 2012-03-24 00:33:20 -05:00
AJ Kelly 2456e44ddb update script hierarchy.txt to be a little more accurate to the current fallback scripts folder situation 2012-03-24 00:20:04 -05:00
AJ Kelly ca09f6dd67 more script cleanup 2012-03-24 00:16:21 -05:00
AJ Kelly 9a26e009a2 various fallback script cleanup 2012-03-24 00:13:25 -05:00
AJ Kelly b69a985e6b small formatting changes to scoring lua file 2012-03-24 00:02:24 -05:00
John Reactor 71084e7b2e Update in Polish translation. 2012-03-23 22:22:08 +01:00
AJ Kelly f690fee543 add a graphic for items that load webpages to the Hello World reference page scroller. (the tango icons are in the public domain) 2012-03-23 14:51:06 -05:00