Kyzentun
a449c54497
Merge pull request #975 from sillybear/patch-5
...
Changes to Default theme's sync music bpm and song offset
2016-05-13 06:54:13 -06:00
Kyzentun Keeslala
9c6858f323
Changed pause menu logic to not allow pausing if any other button is down.
2016-03-31 19:53:47 -06:00
JOELwindows7
84e7c7b124
Add Bahasa Indonesia to default theme
...
Bahasa Indonesia now was added to the default theme
2016-02-20 22:27:51 +07:00
Kyzentun Keeslala
cfca85c464
Allow bringing up the pause menu with MenuLeft and MenuRight at the same time.
2016-01-24 20:16:56 -07:00
Kyzentun Keeslala
751729c49a
Disable pausing on ScreenGameplaySyncMachine.
2016-01-23 00:59:19 -07:00
Kyzentun Keeslala
a3f5682ce2
Added Stop Course to pause menu. Hide foreground during pause menu. Changed GiveUpStartText, GiveUpBackText, and SkipSongText to tell the player to double tap for the menu.
2016-01-12 17:37:00 -07:00
Kyzentun Keeslala
0de66f6e1a
Added pause menu to ScreenGameplay in default theme. Added SetPrevScreenName lua binding to Screen. Added begin_backing_out lua binding to ScreenGameplay.
2016-01-09 11:40:22 -07:00
sillybear
51e169c55f
Update ScreenGameplaySyncMachine music.sm
2015-12-27 14:31:23 +08:00
sillybear
fd5355db52
Changes to bpm and song offset for Default theme's sync music
2015-12-27 14:01:33 +08:00
Arvaneth
48225b3566
fr.ini
...
oven baked translations
2015-10-30 02:32:12 -04:00
Arvaneth
fbe88a9c19
Merge branch 'master' of https://github.com/stepmania/stepmania
2015-10-30 02:24:30 -04:00
Kyzentun Keeslala
de9ae9048b
Use set_mult_attrs_with_diffuse on RollingNumbers on eval in default even though it won't have any effect until 5.1.
2015-10-18 16:27:03 -06:00
Kyzentun Keeslala
fbeb76ef65
Default theme should have Allow Extra Stage in ScreenAdvancedOptions.
2015-08-20 10:52:52 -06:00
Arvaneth
b25c9b6c1b
More French translation
2015-08-19 14:34:52 -04:00
A. G. de la Muñoza
62860f2918
Update es.ini
2015-06-26 11:00:31 +02:00
Kyzentun Keeslala
a7ffdc1062
Merge branch 'master' of https://github.com/rayza/stepmania
2015-06-20 10:54:33 -06:00
Raymund Zacharias
08dabf2a80
Translated some more, especially some song options.
2015-06-20 17:14:04 +02:00
Kyzentun Keeslala
220e4c13b6
Forgot to make this a local.
2015-06-14 08:59:24 -06:00
Kyzentun Keeslala
c78950aaeb
Changed timing and life difficulty text to position value after label. Changed all AllowRepeatingInput metrics in _fallback to true.
2015-06-14 08:55:42 -06:00
Raymund Zacharias
405fa8123b
Translated some more [OptionExplanations], [OptionNames] and other stuff
2015-06-14 15:58:16 +02:00
Raymund Zacharias
f6ac9f10fb
(Re)Started the German translation of StepMania with a recent en.ini as base, since the old translation got lost and probably isn't up to date anymore anyway
2015-06-13 20:16:38 +02:00
Kyzentun
b30a282e1b
Show board always in default theme because it's the screen filter now.
2015-04-25 07:33:08 -06:00
Kyzentun
754ca986e8
Merge branch 'New-Options-menu' of https://github.com/tuxdude143/stepmania
2015-04-23 19:50:51 -06:00
tuxdude143
720b0732a2
Moved arcade options on request.
2015-04-21 11:53:59 +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
hanubeki
433b1cbf85
Little changes to Japanese language files:
...
* Change some question mark to halfwidth.
* Remove duplicate lines.
* Change translation for AvoidLetter/Pillar
2015-04-18 10:21:19 +09:00
Kyzentun
603d8128f3
Merge pull request #553 from dguzek/Fix-ThemePrefs
...
Fix theme prefs
2015-04-17 00:43:41 -06:00
hanubeki
5a5fc390ae
More Japanese translation
2015-04-14 21:57:04 +09:00
hanubeki
ba1dc48856
Add missing language line found by find_missing_strings_in_theme_translations
2015-04-14 11:26:01 +09:00
Kyzentun
8993cfe729
Added MuteActions preference checking to RageSound::PlayCopy. Modified ActorSound and GameSoundManager::PlayOnce to take is_action args. Fixed doc for playcommand to mention the param table.
2015-04-08 16:15:14 -06:00
Dan Guzek
ce8669f049
default theme doesn't need ThemePrefs.ForceSave()
...
As noted in my previous commit message, I think ThemePrefs.ForceSave() can safely be deprecated. Since many novice themers look to default when learning, I think it's better to use ThemePrefs.Save() as the system was originally designed.
I moved the ThemePrefs.Save() call out of ScreenTitleMenu decoration to ScreenOptionsService in. This seems safer to me; Pay/Freeplay never hit ScreenTitleMenu which could be another reason ThemePrefs would never get saved.
Additionally, moving the call to ScreenOptionsService in also seems to have fixed a bug where switching themes via the Appearance Options service menu would cause the new theme to inherit all of the previous theme's ini settings. I'm still not entirely sure why.
I've done a fair amount of testing with this.
I've tried deleting the ThemePrefs.ini file outright and booting fresh into both default and Simply Love. In both cases, the ThemePrefs.ini file is written when StepMania exits or when the user hit ScreenOptionsService, whichever comes first.
I've tried switching between various themes, including those that did not use ThemePrefs. I haven't seen any sections being created erroneously and themes that do use ThemePrefs don't seem to inherit the previous theme's settings any longer.
Still, it *very* possible that I've missed some edge case(s) and is probably worth a few people testing before merging.
2015-04-06 21:18:47 -04:00
Kyzentun
6bedfcaf74
Added NoteField board files.
2015-04-03 14:21:42 -06:00
Kyzentun
b4893e4a10
Structural changes to ScreenGameplay, Player, and NoteField to put the NoteField Board underneath everything except the song background. This includes underneath the combo/judgment when those are under the field. Screen filter in default theme moved to be part of the NoteField board so that it's always in the right place.
2015-04-03 14:19:28 -06:00
Colby Klein
da59f1d3b0
Merge pull request #537 from Arvaneth/master
...
More french translation
2015-04-01 19:37:54 -07:00
Milène Gauthier
a70dbd37ca
more translation
...
Slowly going insane.
2015-03-31 21:07:41 -04: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
Colby Klein
0b1f888d10
Merge pull request #514 from Arvaneth/master
...
French translation
2015-03-18 21:00:29 -07:00
Kyzentun
d3367d6a16
Add prompt for clearing an area in Edit Mode. Updated changelog.
2015-03-08 00:56:29 -07:00
Kyzentun
0e9c67c587
Implemented back button for ScreenOptionsCustomizeProfile.
2015-03-04 21:50:41 -07:00
Milène Gauthier
d56adb270b
Another small update
2015-03-04 16:30:42 -05:00
Kyzentun
519ad8d243
Added stoptweening to ExplanationTogether OnCommands because it was possible to trigger a tween overflow by holding escape in edit mode.
2015-03-02 20:51:47 -07:00
Milène Gauthier
4617a37272
Minor changes in spelling in the French language, and translated some more.
...
Also changed some words around to make more sense. Still looking for
shorter or better fitting words for holds, rolls and lifts.
2015-02-15 09:29:36 -05:00
Kyzentun
29f4ef509e
Updated Translators section. Updated ScreenCredits in default.
2015-02-12 21:00:34 -07:00
Thumbsy
1eefbf2113
Now for default as well. (previous was _fallback)
...
Also some minor fixes/appends to _fallback translations
2015-02-13 02:37:20 +01:00
A. G. de la Muñoza
3c200412a3
Language small update
...
Sorry!
2015-02-11 10:06:26 +01:00
Kyzentun
920709b3ff
Merge pull request #461 from TheFireRed/master
...
Spanish Language updated
2015-02-10 13:55:16 -07:00
John Smith
a83c7bcf04
Spanish Language updated (2)
...
EditHelpText updated (line 1522)
Record Hold Time added (line 1563)
I took the opportunity to fix some other typos. Lookin' good!
2015-02-10 01:41:26 +01:00
John Smith
eb7acb89ff
Spanish Language updated
...
Here's my Spanish translation. The missing string lines have been added
to the files.
2015-02-09 23:35:13 +01:00
Kyzentun
65a1551c6d
Changed SetCurrentStyle to unjoin other player when setting OnePlayerTwoSides to fix crash from second joining on SSS and picking double. Changed MusicWheel FilterWheelItemDatas to clear the vector it's putting the filtered data in instead of appending to the end. Updated Polish translation.
2015-02-08 10:33:51 -07:00