Colby Klein
dfd693b916
Merge pull request #48 from kyzentun/text_distortion
...
Added distort function to BitmapText.
2014-02-19 10:36:05 -08:00
Colby Klein
2f476af54c
Merge pull request #40 from kyzentun/GetCreditsRequired_fix
...
GetCreditsRequiredToPlayStyle didn't check the coin mode.
2014-02-18 15:12:28 -08:00
Colby Klein
03fa5d0f2e
Merge pull request #52 from Suisse00/stepmania_pullrequest
...
Upgrade to VC++ 2013
2014-02-18 14:57:55 -08:00
Colby Klein
907eeb9ba8
Merge pull request #47 from wolfman2000/wolf-mac-64-prep
...
Attempt prep work for 64 bit just in case.
2014-02-18 14:44:24 -08:00
Colby Klein
52a5c69666
Merge pull request #42 from kyzentun/combo_list_and_life_record
...
Added GetComboList and GetLifeRecord to PlayerStageStats.
2014-02-17 14:46:09 -08:00
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
Suisse00
d7ce7cfff1
Upgraded the solution to VC++2013
2014-02-16 20:48:20 -05:00
Suisse00
f7b7e3a1ca
Added VC++2013 projects/solution
2014-02-16 20:48:14 -05:00
Suisse00
ae3a056b2d
Fixed compiling issue with lrintf() on VC++ 2013
...
Added a preprocessing condition which don't implement lrintf() with VC++
>= 2013 because it is in the SDK
2014-02-16 20:48:05 -05: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
88ad09d293
Added distort function to BitmapText.
2014-02-12 18:13:49 -07:00
Jason Felds
9bbefe2240
Attempt prep work for 64 bit just in case.
...
If SDL2 fails, someone (not me) will have to try to
keep these updated.
2014-02-12 19:40:27 -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
17ea38576c
Added GetComboList and GetLifeRecord to PlayerStageStats.
2014-02-12 16:19:16 -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
Kyzentun
56cd5fb961
GetCreditsRequiredToPlayStyle didn't check the coin mode.
2014-02-12 15:08:54 -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