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
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
d9b38234dd
Added SetCustomPosCoords to Sprite.
2014-02-12 18:43:42 -07: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
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
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
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
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
Jason Felds
e82f2cfa2c
Attempt to warn about missing translations.
2014-02-03 21:18:04 -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
Colby Klein
6129454f36
Merge branch 'wolf-editor-disable-tss' of https://github.com/wolfman2000/stepmania into wolfman2000-wolf-editor-disable-tss
2014-02-02 15:38:25 -08:00
Colby Klein
a3de293a4d
Add Pay mode back to debug menu
2014-02-02 15:35:48 -08:00
Ben "root" Anderson
d654bd0142
Time to reopen this big 'ol bag of worms.
2014-02-02 12:53:26 -06:00
Jason Felds
4919b7c28f
Attempt to address issue #9 for SM5.
...
Not in best position to test out.
2014-01-29 18:12:10 -05:00
Renaud Lepage
e0beb96d69
A namespace error was causing the Android compiler to choke.
2014-01-26 21:53:17 -05:00