Commit Graph
33657 Commits
Author SHA1 Message Date
Colby Klein 5e52c4f37e Merge branch 'ComboContinuesBetweenSongs_readd' of https://github.com/kyzentun/stepmania into kyzentun-ComboContinuesBetweenSongs_readd 2014-02-17 14:41:33 -08:00
Kyzentun 3c7bb93bbc Added ComboContinuesBetweenSongs back in. And if that line in ResetStageStatistics is committed as FOREACH_HumanPlayer, I'm going to punch git. 2014-02-16 11:43:28 -07:00
Jason Felds 8151afc602 Merge pull request #41 from kyzentun/resetspeed_mod
Added resetspeed mod to PlayerOptions.
2014-02-15 09:51:44 -05:00
Kyzentun 0c9728a8a9 Changed resetspeed to use SET_FLOAT so it can be tweened to the way other mods can. 2014-02-14 22:26:03 -07:00
Jason Felds 6d51648bbf Merge pull request #46 from kyzentun/PlayMusicPart_loopable
Made SOUND:PlayMusicPart pass on the loop and applyRate args.
2014-02-14 20:56:27 -05:00
Kyzentun a02e7528d2 Fixed misplaced comma in docs for PlayMusicPart. 2014-02-14 18:51:10 -07:00
Kyzentun 6ba6fbf21d Merge branch 'master' of http://github.com/stepmania/stepmania into PlayMusicPart_loopable 2014-02-14 18:49:32 -07:00
Jason Felds 875d6bd48b Merge pull request #45 from kyzentun/SetAllowLateJoin
Added SetAllowLateJoin to ScreenWithMenuElements.
2014-02-14 19:21:41 -05:00
Jason Felds 5db9840dd8 Merge pull request #43 from kyzentun/expose_joininput
Exposing GameState::JoinInput to Lua.
2014-02-14 19:19:48 -05:00
Jason Felds 6cfedbc7f3 Merge pull request #39 from kyzentun/miscounted_hold_points
Hold notes were added to possible score twice.
2014-02-14 19:13:47 -05:00
Jason Felds 3adfce9857 Merge pull request #37 from kyzentun/ComboGraph_height_fix
ComboGraph height fix
2014-02-13 21:32:21 -05:00
Kyzentun 901ba529e8 Made SOUND:PlayMusicPart pass on the loop and applyRate args. 2014-02-12 17:36:43 -07:00
Kyzentun 779e3da286 Added SetAllowLateJoin to ScreenWithMenuElements. 2014-02-12 17:18:13 -07:00
Kyzentun 13a4cccfb5 Added resetspeed mod to PlayerOptions. 2014-02-12 15:49:51 -07:00
Kyzentun 5bde20e897 Exposing GameState::JoinInput to Lua. 2014-02-12 15:45:26 -07:00
Jason Felds 3f1c96d10f Merge pull request #38 from kyzentun/misleading_style_comment
Comment in Style.h was misleading.
2014-02-12 17:02:38 -05:00
Kyzentun 392fabc45f Hold notes were added to possible score twice. 2014-02-12 14:59:48 -07:00
Kyzentun 272b55ff7c Comment in Style.h was misleading. 2014-02-12 14:49:32 -07:00
Kyzentun 13c99c1814 Added BodyHeight metric to ComboGraph and set width and height to make zoomtowidth/height work. 2014-02-12 14:38:54 -07:00
freem 0715c38475 Luadoc: update GetPlayableSteps to show that it returns a table 2014-02-12 15:14:41 -06:00
Ben "root" Anderson 7341280df8 Slight correction on comment. 2014-02-09 08:27:38 -06:00
Ben "root" Anderson ac8e92af17 Bounds check directories. 2014-02-09 08:26:11 -06:00
Ben "root" Anderson e085a40b01 Revert "Attempt preventative file not found crashing."
This reverts commit c5637444ab.
This didn't actually fix anything, but moved the crash from start of ScreenGameplay to parsing the .sm file during load.
2014-02-09 07:43:35 -06:00
Colby Klein 93ba25a799 Merge branch 'warnings' of https://github.com/djpohly/stepmania into djpohly-warnings 2014-02-08 18:57:14 -08:00
Colby Klein 517c7e2a57 Merge pull request #33 from djpohly/jack-fixes
Fixes for JACK driver port detection
2014-02-08 18:55:50 -08:00
Colby Klein 2d901800c0 Merge pull request #28 from wolfman2000/wolf-bg-files
Attempt preventative file not found crashing.
2014-02-08 18:55:37 -08:00
Devin J. Pohly b2744946c9 fix memory leak in JACK driver 2014-02-08 21:40:40 -05:00
Devin J. Pohly db894326e7 fix port-choosing logic in JACK driver 2014-02-08 21:40:40 -05:00
Devin J. Pohly 312d2b1226 fix type-punning warning
This should be a no-op (though I wouldn't be offended if someone checks
me on that).  I think the code's clearer without casting back and forth
anyway.
2014-02-08 21:39:27 -05:00
Devin J. Pohly 6ac4fcdbd3 remove accidentally shadowing declaration
With this in place, the orgSel was always Invalid.
2014-02-08 21:39:26 -05:00
Devin J. Pohly 3322fa9144 ensure that GetCreditsMessage returns a value
The unhandled case: in Free Play mode and players can't join.  Can this
even happen?
2014-02-08 21:39:26 -05:00
Devin J. Pohly 57a142b76f fix logic/crash in CoinModeNoHome option
This option was returning -1 for an index and triggering an assert, and
the logic in the other direction was typoed.
2014-02-08 21:39:26 -05:00
Devin J. Pohly 911a0d6471 remove unnecessary enum-to-int cast 2014-02-08 21:39:26 -05:00
Devin J. Pohly 9916275a8a fix signed-compare warnings
The m_iSelection array could probably be made unsigned... IF we were
confident we never try to assign it a negative number, of which fact I'm
not convinced.
2014-02-08 20:30:33 -05:00
AJ Kelly 04150e5002 something something markdown parsing newlines as continuations 2014-02-08 15:41:14 -06:00
Colby Klein 4ae79320af Add IRC to README.md 2014-02-08 13:29:08 -08:00
Colby Klein 7d84cf5903 Update README.md a bit 2014-02-08 13:19:46 -08:00
Colby Klein cd029802e1 Add .editorconfig for editors which support it. Might need more exceptions added. 2014-02-08 13:00:43 -08:00
freem 2d172da767 heading, pitch, and Megaman's sister 2014-02-08 03:10:21 -06:00
Jason Felds c5637444ab Attempt preventative file not found crashing. 2014-02-04 21:10:40 -05:00
Colby Klein 73cf245d9a Merge pull request #25 from wolfman2000/wolf-missing-trans
Attempt to warn about missing translations.
2014-02-04 12:21:50 -08:00
Ben "root" Anderson ec4e38e3aa Un-crackhead-ify NotesLoaderSMA. It works now. 2014-02-04 12:03:20 -06:00
Colby Klein 1186d3b937 Update autoconf urls 2014-02-04 01:56:21 -08:00
Colby Klein 849b93c8b0 Remove some sm-ssc references. 2014-02-04 01:50:59 -08:00
Jason Felds e82f2cfa2c Attempt to warn about missing translations. 2014-02-03 21:18:04 -05:00
Jason Felds 1f58900f4f Merge pull request #24 from wolfman2000/wolf-tab-fix
...seriously? Xcode setting fix for tabs?

...sometimes I don't get these editors.
2014-02-03 17:58:39 -08:00
Jason Felds 65f0261292 ...seriously? Xcode setting fix for tabs? 2014-02-03 20:57:17 -05:00
Colby Klein 6a691a1c4a Spaces -> Tabs in Steps.cpp (Jason, fix your editor) 2014-02-03 16:17:30 -08:00
Jason Felds e6125e6daa Attempt to allow getting radar values without PN. 2014-02-03 18:49:17 -05:00
Jason Felds 20dc9af218 Missed this from last time. 2014-02-03 18:35:38 -05:00