Kyzentun Keeslala
3d98fc7a60
Add oitg_zoom_mode_actor. Turn off minimaid lights when exiting.
2016-08-29 12:43:04 -06:00
Kyzentun Keeslala
ccc26c305a
UsePauseMenuInsteadOfGiveUp wasn't necessary for making start not give up on a song. Changed png load back to use setjmp/longjmp.
2016-07-12 21:00:54 -06:00
Kyzentun Keeslala
ca9fd7c707
Fixed bug that allowed pausing by pressing two different pause buttons instead of double tapping one. Moved pause logic to script in _fallback to make it easier for other themese to use.
2016-06-28 16:12:45 -06:00
Kyzentun Keeslala
7bd64c32af
Added AllowHoldForOptions preference.
...
Back button now only backs out of a screen on a press.
Updated changelog.
2016-06-24 16:55:01 -06:00
Kyzentun Keeslala
1c2bac36a8
Moved actors for ScreenSyncOverlay from the engine to a lua file in the theme to make the overlay themable.
...
Renamed some strings used by ScreenSyncOverlay to have actual names. They were using their untranslated text as names.
Removed ScreenSyncOverlay section from de.ini because none of the strings were actually translated.
Removed most of ScreenSyncOverlay section from fr.ini because the strings were not actually translated.
2016-06-12 14:51:27 -06:00
ddrtime and Colby Klein
4c48e962e4
Add Traditional Chinese language ( #1136 )
2016-06-06 02:04:44 -07:00
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
eb431aa52d
Merge pull request #974 from sillybear/patch-6
...
Changes to fallback theme's sync music song offset
2016-05-13 06:54:07 -06:00
Jason Felds
b5405bfc72
Merge pull request #1053 from wolfman2000/wolf-neobeat-songs-played
...
Properly translate # songs played.
2016-04-10 20:27:11 -04: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
Jason Felds
9ba2baf8d6
Properly translate # songs played.
...
No line ending shenanigans this time.
2016-03-27 16:55:17 -04:00
NeobeatIKK
0ad8cfc8e3
Update es.ini
2016-03-26 12:56:10 -03:00
Kyzentun Keeslala
62ccc9dae1
Updated changelog. Reencoded small sounds to avoid the small sound crash bug on linux.
2016-03-14 16:57:56 -06:00
Kyzentun Keeslala
060f0999c2
Updated changelog. Added joelwindows7 to translator credits.
2016-03-05 19:05:31 -07: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
ae5ff0724a
Added Clear timing in region option to timing menu in edit mode. Disabled pasting clipboard timing if it's not safe to fix crash.
2016-01-18 11:48:50 -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
hanubeki
14caac26ca
Little change for previous commit
2015-12-29 17:54:55 +09:00
hanubeki
375f644b5d
Update Japanese language for _fallback
2015-12-29 17:48:34 +09:00
sillybear
51e169c55f
Update ScreenGameplaySyncMachine music.sm
2015-12-27 14:31:23 +08:00
sillybear
72cb62dfe4
Update ScreenGameplaySyncMachine music.ssc
2015-12-27 14:28:43 +08:00
sillybear
d8c7915943
Changes to song offset for fallback theme's sync music
2015-12-27 14:03:05 +08:00
sillybear
fd5355db52
Changes to bpm and song offset for Default theme's sync music
2015-12-27 14:01:33 +08:00
Dan Guzek
1940e690e5
fix _fallback's DefaultFailType help text
...
The help text and the available options didn't match up. The option text has been "Immediate Continue" for a while now, although the help text still referenced "30 Misses," presumably a holdover from ITG.
2015-12-25 21:10:35 -05:00
Kyzentun Keeslala
108b29733f
Put French in credits instead of français to match other entries.
2015-10-30 00:55:52 -06:00
Kyzentun Keeslala
a9372d97e7
Added Arvaneth and Prcuvu to the credits. Updated changelog.
2015-10-30 00:43:40 -06: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
189cf77cab
Changed PlayCommandNoRecurse to check whether the command is nil before running it, so that a command metric set to a nil function isn't an error. Removed TextBannerHighScores::AfterSetCommand metric from _fallback because it pointed to a function that does not exist.
2015-10-22 12:24:04 -06:00
Kyzentun Keeslala
add09bef07
Added metrics for ScreenMiniMenuTimingDataChangeInformation that dbk2 found were missing. Changed ASSERT in AddNewScreenTop to ASSERT_M.
2015-10-22 00:04:13 -06: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
hanubeki
09d2cda3eb
ja: [ScreenEdit] save_success_no_sm_split_timing
2015-10-03 12:01:27 +09:00
Kyzentun Keeslala
2d64694f14
Changed Song and ScreenEdit to not save a .sm file when split timing is used.
2015-10-02 16:26:59 -06:00
Kyzentun Keeslala
60b69ab6b6
Respliced kanji font images to be more square and under 4096 in each dimension.
2015-09-03 13:01:02 -06:00
Kyzentun Keeslala
b08c60b5dd
Respliced kanji font images to be more square and under 4096 in each dimension.
2015-09-03 12:59:59 -06:00
Kyzentun Keeslala
fbeb76ef65
Default theme should have Allow Extra Stage in ScreenAdvancedOptions.
2015-08-20 10:52:52 -06:00
Wolfy
b37834ab25
Change RandomBGEndsAtLastBeat metric to true by default
...
Setting the variable to true maintains behavior consistent with stable releases.
2015-08-19 19:55:49 -05:00
Arvaneth
070d91e131
Merge remote-tracking branch 'stepmania/master'
2015-08-19 14:37:22 -04:00
Arvaneth
b25c9b6c1b
More French translation
2015-08-19 14:34:52 -04:00
hanubeki
8538e84448
ja: Fix a typo
2015-08-17 21:14:57 +09:00
Kyzentun Keeslala
a888506b32
Expose the optional argument for ResolvePath to lua and add it to ResolveRelativePath.
2015-07-16 17:54:48 -06:00
Kyzentun Keeslala
d7411e6cdb
Fixed Actor:bezier function in 02 Actor.lua. Documented Actor:bezier and Actor:tween properly.
2015-07-13 14:07:38 -06:00
Kyzentun Keeslala
dc25e2cc1b
Fixed bug in LogDisplay that made it put actors at non-integer indices and not work if the screen height was not a multiple of the line height.
2015-07-11 20:18:27 -06:00
HirotakaTakayama
e1894c6efe
Fix mistranslation
2015-07-11 15:52:27 +09:00
hanubeki
dcec2aa0a3
Update Japanese translation:
...
[ScreenDebugOverlay] Show Recent Errors
2015-07-10 18:02:09 +09:00
Kyzentun Keeslala
d2090081a1
Doing what I should have done a long time ago.
2015-07-09 13:18:51 -06:00
Kyzentun Keeslala
a8e22c3e81
RandomBGEndsAtLastBeat metric.
2015-07-03 19:02:44 -06:00