Kyzentun
e3aea3ccbf
Merge pull request #585 from Fighter19/master
...
Add an option to fix the axis problem
2015-05-09 08:27:46 -06:00
Jason Felds
e5bc990c52
Merge pull request #588 from kyzentun/xml_conv
...
XML to Lua converter
2015-05-09 09:53:32 -04:00
Kyzentun
e591c559c6
Fixed hold cap rendering when Tiny modifier is used. Still has the 1px seam though. Added sanity checking groups progress to SongManager loading.
2015-05-06 15:48:23 -06:00
Fighter19
ca3902373f
Merge branch 'master' of https://github.com/Fighter19/stepmania
2015-05-06 10:06:12 +02:00
Fighter19
73ee19b7cf
Adds option for an Axis Fix for some (PS2) adapters which map the D-Pad to Axis
2015-05-06 10:04:55 +02:00
Kyzentun
9b6ae296c7
Fixed automagic typing. Added debug overlay line for conversion.
2015-05-05 21:41:15 -06:00
Kyzentun
17533e7b95
Holding select in gameplay now skips the current song in course or endless mode. Updated changelog.
2015-05-05 13:17:15 -06:00
Kyzentun
8e187da210
Merge pull request #565 from kyzentun/toast_in_mouth
...
Multiple toasties per song.
2015-04-24 19:07:35 -06:00
Kyzentun
7ff045f920
Updated changelog and credits. Restored spaces on RoomInfoDisplay language entries because they probably belong there.
2015-04-23 20:49:18 -06:00
tuxdude143
f6396a6b03
Removed period at the end of input options
2015-04-20 10:06:38 +12:00
tuxdude143
aa196c9919
Catagory options menu v.2.0
...
Version 2 of the new options menu.
2015-04-20 08:59:23 +12:00
tuxdude143
2f7827aa15
Fixed files for new options menu.
...
Revised everything and have now setup the new options menu for the
default theme in english mode ONLY (as of now). Use of the new options
menu requires theme modification
2015-04-19 12:23:09 +12:00
Kyzentun
9314555e6d
Added preference for showing multiple toasties in one song. Added IsWaiting to Transition.
2015-04-18 08:52:57 -06:00
tuxdude143
01039d048b
Files for a catagorised options menu
2015-04-18 21:08:15 +12:00
Kyzentun
d7e032b478
Added 1, 2, and 4 measure choices to shift menus in edit mode.
2015-04-04 22:38:18 -06:00
Kyzentun
9e5081476f
Added timing menu options to Edit Mode that allow shifting and copying timing segments of a chosen type in the selected region or everywhere below the cursor.
2015-04-04 09:10:00 -06:00
Kyzentun
3c70b13fcf
Fixed unitialized radar in CalculateRadarValues. Changed song deletion message to use translated string. Updated changelog.
2015-03-27 17:04:58 -06:00
Colin Wallace
473974e52f
Add ability to delete songs from disk at the song selection screen (Ctrl+Backspace)
2015-03-27 05:22:55 +00:00
Kyzentun
ddb1683bb7
Autosave completed but not tested.
2015-03-09 19:47:44 -06:00
Kyzentun
064aead73c
Added autosave to edit mode.
2015-03-09 19:47:43 -06:00
Kyzentun
fa0478affa
Merged per-chart music. Updated changelog.
2015-03-09 19:06:57 -06:00
Kyzentun
9353840583
Added HarshHotLifePenalty preference.
2015-03-08 23:44:18 -06:00
Kyzentun
d3367d6a16
Add prompt for clearing an area in Edit Mode. Updated changelog.
2015-03-08 00:56:29 -07:00
Kyzentun
976f773f7c
Merge pull request #486 from kyzentun/mute_actions
...
Toggle key for muting actions
2015-03-07 17:51:28 -07:00
Kyzentun
0318f07d2d
Implement preview music properly as a new optional tag in the ssc file. Changed ScreenManager to emit an error instead of asserting if a screen attempts to use SetNewScreen inside an InitCommand. Changed decorations layer to be a proper child instead of stripping away the ActorFrame.
2015-03-04 01:31:02 -07:00
Kyzentun
846f79879c
Added MUSIC tag to note data to allow each chart in a simfile to use a different music file.
2015-03-02 18:44:01 -07:00
Kyzentun
b293a8c073
Added debug key for toggling action sounds off. Touches every place that RageSound::Play is called, hope I didn't miss one.
2015-02-28 06:25:02 -07:00
Kyzentun
c4fed9747c
Fixed crash on no args to AddInputCallback. Clear steps for all players when deleting on ScreenEditMenu. Changed assert message in ApplyDerivedType to be useful. Fixed typos in OptionRowHandler message and EditHelpText.
2015-02-26 14:51:54 -07:00
Kyzentun
233355f936
Changed SMO urls in language files to point to stepmaniaonline.net.
2015-02-13 12:10:13 -07:00
Kyzentun
cb379505d5
Changed edit mode to allow configuring RECORD_HOLD_SECONDS.
2015-02-08 18:39:45 -07:00
Kyzentun
c7ffbb3453
Lead in time before recording starts in edit mode is now a preference.
2015-01-31 14:03:30 -07:00
Kyzentun
40b25e6220
Fixed conflicts to merge kickbox in.
2015-01-27 18:03:41 -07:00
Kyzentun
f4a718a824
SetCompatibleStylesForPlayers and ForceSharedSidesMatch added to GameState for SSM to use to fix style mismatch problems.
...
StyleInputToGameInput changed to take a vector to return values in to handle multiple inputs mapped to a single column. Associated adjustments to everything that uses it.
Player no longer drops holds in columns that have multiple inputs mapped to them if the wrong one is held.
Running out of stage tokens changed from assert to error.
2015-01-17 21:15:15 -07:00
Kyzentun
4a4a28878c
Fixed up EditMenu to not throw asserts and crash all over the place if there isn't something to put in a row. Still can't practice in doubles-only groups, but at least it doesn't crash.
2014-12-24 02:27:46 -07:00
Kyzentun
3663bf020e
Changed option name and explanation for AllowMultipleHighScoreWithSameName.
2014-12-20 19:43:01 -07:00
Kyzentun
0a4a81d5e8
Added a bunch of preferences to service options menu.
2014-12-20 19:39:38 -07:00
Kyzentun
c65c1eb386
Added kickbox game mode with 4 styles.
2014-12-09 22:22:50 -07:00
Kyzentun
50560a8b6a
Merge branch 'keymapping_sanity' of https://github.com/kyzentun/stepmania
2014-12-08 16:01:47 -07:00
Kyzentun
2dab32911b
Merged changelog.
2014-12-08 16:00:59 -07:00
Kyzentun
d3b5f5eb98
Added debug menu option for resetting key mappings to default. Added sanity checking requirement to ScreenMapControllers.
2014-11-30 14:45:52 -07:00
Kyzentun
b43af6dce9
Added Guest and Test profile types, and profile priorities so the position of a profile in the list can be controlled. Fixes crash bug that occurs when a profile dir is renamed to a non-number and a new profile is made.
2014-11-28 21:56:25 -07:00
Kyzentun
a580d54662
Profile loading no longer clears out scores for songs that can't be found. Profile merging functions added to ProfileMan and ScreenManageProfiles for profile migration. HighScore operators rewritten to follow good practice.
2014-11-25 21:37:15 -07:00
Kyzentun
040c0de509
Added MinTNSToHideNotes preference.
2014-11-19 15:59:21 -07:00
Colby Klein
3d126824e9
Merge pull request #316 from kyzentun/DefaultFailPref
...
Reinstate DefaultFailType preference
2014-09-21 17:56:50 -07:00
Kyzentun
efd11c5851
Added character setting and minor documentation to ScreenOptionsCustomizeProfile.
2014-09-18 17:28:53 -06:00
Jonathan Payne
b09c7e8af4
OptionsCustomizeProfile, HeartEntry improvements
2014-09-17 12:20:55 -07:00
Jonathan Payne
8d0f86d240
SelectStyle, SelectMode improvements
2014-09-16 17:05:19 -07:00
Kyzentun
455431d8c3
Removed DefaultFail GamePref and reinstated DefaultFailType real preference. Should fix default fail related problems.
2014-09-15 00:04:41 -06:00
Kyzentun
fa7502b7b0
Added ScreenOptionsCustomizeProfile to _fallback and default.
2014-09-14 20:04:10 -06:00
Kyzentun
f2fdaa0cf5
Massively improved Config Key/Joy Mappings screen.
...
Warning is dismissable now, and cursor does not start in a position that will change a setting.
New special actions added: ClearToDefault, ReloadFromDisk, SaveToDisk, SetListMode. Exit is a special action.
Player is prompted to save when exiting screen instead of saving after every action.
Special actions fallback on Graphics/SMC action if they don't have their own.
Moved SMC overlay to Graphics/SMC warning.
Metrics for configuring input lock time, warning autodismiss time, lines visible, and NoSetListPrompt autodismiss time.
Header row added for cursor to start on.
ScreenMapControllers2 deleted as obsolete.
BitmapText:maxwidth changed to factor the zoom of the actor into the calculation.
2014-09-04 01:23:28 -06:00