Kyzentun
b30a282e1b
Show board always in default theme because it's the screen filter now.
2015-04-25 07:33:08 -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
Colby Klein
05e80191c5
Merge pull request #573 from hanubeki/lang-ja
...
Update Japanese language file for New-Options-menu
2015-04-24 17:51:26 -07:00
hanubeki
4d6d43deb8
Update Japanese language file for New-Options-menu
2015-04-24 17:00:33 +09:00
Kyzentun
ede974ce73
Merge pull request #571 from mattmccutchen/master
...
getDevice: Do not read a dirent after calling closedir.
2015-04-23 20:54:52 -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
Kyzentun
754ca986e8
Merge branch 'New-Options-menu' of https://github.com/tuxdude143/stepmania
2015-04-23 19:50:51 -06:00
Matt McCutchen
cb7efb1570
getDevice: Do not read a dirent after calling closedir.
...
On my Fedora 20 system, closedir apparently frees the dirent, and
reading it afterwards returns garbage data. This prevented my dance pad
from being detected.
2015-04-23 21:38:45 -04:00
Kyzentun
68fdb2cc0b
Merge pull request #569 from hanubeki/lang-ja
...
Little changes to Japanese language files
2015-04-21 06:33:15 -06:00
hanubeki
43352462c3
Merge branch 'master' into lang-ja
2015-04-21 17:56:27 +09:00
tuxdude143
720b0732a2
Moved arcade options on request.
2015-04-21 11:53:59 +12:00
Kyzentun
88f295d295
Added diffuse and glow to column renderers to make diffuse and effects affect notes the way they would affect actors inside a frame.
2015-04-20 16:05:43 -06:00
Kyzentun
9790d613b5
Changed ScreenEdit::HandleAlterMenuChoice to not prompt for clearing when it is used by cut, which is used by all the transform choices.
2015-04-20 07:47:26 -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
19ae05b8fc
Fixed linenames in metrics.ini
...
Lol I'm silly I forgot to fix up the linenames for _fallback so the
options menu displays correctly. Fixed that up.
2015-04-19 12:57:03 +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
Jason Felds
283de4f0c2
Restore Xcode debugging with newer builds.
2015-04-18 13:58:16 -04:00
Jason Felds
8ead89d484
Some OSes need tomcrypt defines in StepMania too.
2015-04-18 12:27:32 -04: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
3c12959f72
Fix
2015-04-18 21:19:29 +12:00
tuxdude143
01039d048b
Files for a catagorised options menu
2015-04-18 21:08:15 +12:00
Kyzentun
862eba8f7d
Changed logic to allog ToastyTriggersAt to be a function that returns the next increment. Added ToastyMinTNS metric for controlling the TNS for a toasty.
2015-04-17 23:24:49 -06: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
c50b12b8c6
Changed toasty logic to trigger multiple times without requiring a W3.
2015-04-17 16:26:39 -06:00
Kyzentun
603d8128f3
Merge pull request #553 from dguzek/Fix-ThemePrefs
...
Fix theme prefs
2015-04-17 00:43:41 -06:00
Jason Felds
52d2c99048
Merge pull request #558 from wolfman2000/wolf-cmake-cpack-clean
...
Provide initial cpack support. Mainly for devs.
2015-04-16 18:34:04 -04:00
Jason Felds
028229f881
Allow for assembly free[r] tomcrypt builds.
2015-04-16 18:31:29 -04:00
Jason Felds
66f67dcbc2
...case sensitivity.
2015-04-15 19:22:39 -04:00
Jason Felds
1bb24245ce
Only use -lva for StepMania, not ffmpeg.
2015-04-15 19:08:51 -04:00
Jason Felds
e4807b9b85
Allow for the va library to be used with ffmpeg.
...
This needs verifying.
2015-04-15 18:22:36 -04:00
Kyzentun
fc6ce722ca
Disabled late join on SSM if on extra stage to prevent crash in summary screen.
2015-04-14 12:25:40 -06:00
Kyzentun
b35683f7ff
Merge pull request #564 from hanubeki/lang-ja
...
Update Japanese translation
2015-04-14 07:25:34 -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
hanubeki
275619df33
Update niler's Japanese language files to 2015/04/11.
2015-04-14 11:22:35 +09:00
Kyzentun
b4690fe932
Merge pull request #562 from sigatrev/master
...
ancient NoteData::ClearRangeForTrack bug fix
2015-04-13 17:53:14 -06:00
sigatrev
b4f861a8d5
ancient NoteData::ClearRangeForTrack bug fix
...
When clearing a range, if the first note in any track in the range was a
hold note, it would place it a hold the end of the cleared range.
2015-04-13 18:51:02 -05:00
Kyzentun
b04e7faec6
Fixed RevertFromDisk by making it turn off the InStepEditor flag while reloading the song. Removed redundant call of loaderSSC.TidyUpData from NotesLoader::LoadFromDir because loaderSSC.LoadFromDir calls it.
2015-04-13 10:33:09 -06:00
Kyzentun
bac4356672
Changed TimingData to always return the entry before the closest one when using the lookup table to avoid various problems that occur only when the current time is exactly on the current entry in the lookup table.
2015-04-11 22:50:06 -06:00
Jason Felds
361df3a496
Provide initial cpack support. Mainly for devs.
...
There are two targets you may not be familiar with, `install` and `package`.
* For Linux, `install` now defaults to `/usr/local`, but you can set it back to `/opt` with `cmake -DCMAKE_INSTALL_PREFIX=/opt` if you wish.
* For Windows, `install` may not work, but this is not a target you would want usually.
* For Linux, `package` has not been tested yet. It will likely create an archive file of what is installed.
* For Windows, `package` will create an NSIS package that can be used to install StepMania. One minor change as a result is that the binary and companion dlls will be placed in `bin` instead of `Program` now, but it makes no difference code-wise.
Mac OS X users: for now, use the `dmg` target instead.
This commit does *not* deprecate the original nsi script yet. The Texture Font Generator program has not been addressed yet.
2015-04-11 23:47:42 -04:00
Kyzentun
cf3c967a51
Allow songs with invalid characters such as # in the title to work by calling TidyUpData after loading.
2015-04-10 22:40:49 -06:00
Kyzentun
1c3db82537
Modified StepsID operators to consider 0 equal to all other hash values. See comment in source for details. Changed operator>>(RString&, int&) functions to be based off a template.
2015-04-10 09:10:51 -06:00
Kyzentun
60349d849e
Modified NoteDataWithScoring::GetActualRadarValues to use the time between the first and last hittable notes instead of the first and last seconds of the song because the song could start or end with mines or other unhittable notes.
2015-04-08 20:15:18 -06: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
Kyzentun
84b57e7ca4
Song::TidyUpData needs to happen after edits in the song folder are loaded so that their radar stuff will be calculated. Bumped cache version.
2015-04-07 12:47:51 -06:00
Kyzentun
76a00574e1
Merge pull request #554 from Thumbsy/patch-1
...
Last two lines that were left untranslated
2015-04-07 07:19:20 -06:00
Thumbsy
f5a447e65e
Last two lines that were left untranslated
...
This should be all for now.
2015-04-07 14:18:39 +02:00
Kyzentun
8aa2d42427
Added rec_print_children and rec_print_table to _fallback. Updated changelog.
2015-04-07 00:04:34 -06:00
Kyzentun
8c33bf92fb
Merge pull request #541 from kyzentun/board_under_everything
...
Board under everything
2015-04-06 23:35:04 -06:00