Martin Natano
e2a48eb726
Update SL
2022-06-12 23:31:44 +02:00
Martin Natano
de3f5622e8
Update SL again
2022-06-11 23:41:57 +02:00
Martin Natano
35bc6b8775
Update credits
2022-06-11 23:38:52 +02:00
Martin Natano
dd28929c88
Update SL
2022-06-11 23:13:13 +02:00
Martin Natano
f60707b506
Add support for incremental updates to ScreenReloadSongs
2022-06-10 19:33:23 +02:00
Martin Natano
34e91bf118
Remove unused base._ini
2022-06-09 21:16:42 +02:00
Martin Natano
6f0aa8adf9
Update SL
2022-06-07 22:49:05 +02:00
teejusb and Martin Natano
66f0644c15
Add RateModPreservesPitch option to _fallback/engine
2022-06-06 11:21:28 +02:00
Martin Natano
b0665a5135
Add din to credits
2022-06-05 12:07:38 +02:00
Martin Natano
15b77ee278
Update documentation
2022-05-28 11:21:13 +02:00
teejusb
6e09b3f5c3
Change back to "default" noteskin instead of "cel" in fallback
2022-05-27 14:35:18 -07:00
teejusb
3e8a843398
Add lambda, set default to cel, rename default
2022-05-27 14:35:18 -07:00
Martin Natano
e77357a75e
ITGmania credits
2022-05-23 21:49:42 +02:00
Martin Natano
ee65b7b0c4
Replace logo and clean up packaging
2022-05-21 10:05:44 +02:00
Martin Natano
b2e60fa48b
Bundle Simply Love as the default theme
2022-05-11 21:59:06 +02:00
Martin Natano
2ce8bcea76
Remove SM5 default theme
2022-05-11 21:59:06 +02:00
Martin Natano and teejusb
4c0aef69dd
Remove legacy network code
2022-04-11 14:50:00 -07:00
Martin Natano and teejusb
f1e3e4d519
Remove the 'home' and 'legacy' themes
2022-04-11 14:50:00 -07:00
Martin Natano and teejusb
02008eb469
Rename to ITGmania
...
- executable name:
- linux: itgmania
- windows: ITGmania.exe
- macOS: ITGmania.app
- config path:
- linux: ~/.itgmania
- windows; %AppData%\ITGmania
- macOS: ~/Library/Application Support/ITGmania
2022-04-02 20:14:57 -07:00
teejusb and GitHub
eb0ab83d89
Merge pull request #19 from natano/netman-download-pr1
...
[Downloads 1/8] Merge /AdditionalSongs into /Songs, and /AdditionalCourses into /Courses
2022-03-12 12:15:47 -08:00
Martin Natano
7bd7a9b41e
Tweak sort defaults to make more sense
...
- SortBPMDivision: Reduce from 20 to 10 to match up with ECS "tiers".
- SortLengthDivision: Increase from 5 seconds to 1 minute. Divisions of
5 seconds don't seem very useful.
2022-03-12 20:32:21 +01:00
Martin Natano
0861ed45c7
Merge /AdditionalSongs into /Songs, and /AdditionalCourses into /Courses
...
Includes a backwards-compatibility mechanism to adapt paths when loading
Stats.xml.
2022-03-11 22:35:31 +01:00
Martin Natano
f79830e7af
Fix typo in IniFile.WriteFile() error handling
2022-02-06 15:31:31 +01:00
teejusb
a105e3bd60
Verify that PrefsTable[name] exists before indexing the pref.
2021-09-24 14:57:49 -07:00
Renan Guilherme and GitHub
1b12bd32b7
_fallback: INI sections must start with brackets ( #2127 )
...
Previously, IniFile.ReadFile created sections by checking for brackets
anywhere in the line, causing issues if a value had brackets. This
commit changes the section matching regex, so that only lines that
begin with a bracket can become sections.
2021-07-16 02:31:27 -07:00
vyteking and GitHub
e3174517fe
Added Korean translation
2021-04-29 00:03:28 +09:00
vyteking and GitHub
ecb433b92e
Added Korean translation
2021-04-29 00:01:19 +09:00
vyteking and GitHub
76b65d5983
Added a Korean translation
2021-04-28 23:59:48 +09:00
Jose Riha
de76b95ab2
Add Slovak translation
2020-12-18 14:07:54 +01:00
quietly-turning
21eed3f235
add 21:9 and 9:16 to ConfAspectRatio in _fallback
...
This adds choices for 21:9 (Ultrawide) and 9:16 (widescreen display in
portrait mode) to the _fallback theme. Previously, users would have to
manually edit Preferences.ini to achieve either of these.
Since "21:9" is the common marketing term for what is actually 64:27,
I've slightly extended GenChoices() in ConfAspectRatio() to use a "name"
string from the winFracs table is one is provided. If not, the original
behavior of generating user-facing choices from the raw values is
preserved.
See: https://wikipedia.org/wiki/21:9_aspect_ratio
I updated the global AspectRatios table in _fallback/02 Utilities.lua to
match.
2020-04-28 22:47:54 -04:00
Prcuvu
de4dc62846
Split Chinese language into Simplified script and Traditional script
...
ArchHooks function modified for Windows.
2020-02-08 15:46:00 +08:00
Dan Guzek
9666bb0ae2
change a few global Lua variables to be local
...
Running StepMania with the command line argument of --ExportLuaInformation while the current 5.1's default theme (Lambda) was selected added some seemingly stray Lua variables to the Constants table in ./Docs/Luadoc/Lua.xml.
I spotted them here: http://dguzek.github.io/Lua-For-SM5/LuaAPI#Constants
I'm assuming num, bPreference, and bCategory don't need global scope, so I added the local keyword where appropriate.
2019-12-09 19:45:57 -05:00
Martin Natano and Colby Klein
6a4551f958
Detect 8:3 as widescreen ( #1929 )
...
The IsUsingWideScreen() function only checked 16:10 and 16:9, now we just
check that the ratio is greater than 16:10. (Coincidentally that's also
what the documentation states about this function.)
2019-11-03 12:10:05 -08:00
RhythmLunatic
61041b8941
metrics
2019-04-19 10:26:04 -05:00
Rhythm Lunatic and Colby Klein
dcb2f74c8d
Add More OptionsList functionality ( #1810 )
...
* Add More OptionsList functionality
* Remove Size parameter because it's broken
* Make OptionsList inputs remappable
* Change Next/Prev OptionsList to CodeDetector
2019-03-28 14:49:46 -07:00
Colby Klein
3eb03feadd
add the toasty sound back
...
i missed it a lot
2019-03-20 11:58:19 -07:00
Colby Klein
7fc73af922
fix screencontinue underlay
2019-03-11 17:07:18 -07:00
Flameshadowxeroshin
338becc5d7
Fix distance fields not in the center of the screen being completely screwed up
2018-11-08 09:14:44 -06:00
ListenerJubatus
9c9df4070a
and neither should this
2018-09-27 11:31:10 -06:00
ListenerJubatus
45a6add605
this comma shouldn't be there.
2018-09-27 10:58:48 -06:00
ListenerJubatus
40ff0206ce
Fix more typos
2018-09-26 21:49:18 -06:00
ListenerJubatus
6cc329a7ea
Correct accidental use of global vars
2018-09-17 16:31:13 -06:00
ListenerJubatus
b984b7fd30
Why has this one font stroke file not had a doubleres hint?
2018-09-17 16:01:06 -06:00
ListenerJubatus
5f898d3784
Fix FC splash code to centre properly
2018-08-27 09:22:10 -06:00
ListenerJubatus
b95ca3e272
Add sound to FC splash.
2018-08-24 20:51:45 -06:00
ListenerJubatus
cd3f0ec4b6
Add an FC splash
2018-08-24 10:01:05 -06:00
ListenerJubatus
d6125c4075
Nicer appearance for style icons
2018-08-14 23:38:48 -06:00
ListenerJubatus
2dcf66223d
Code cleanup
...
Mainly unneeded semicolons
2018-08-14 14:19:02 -06:00
ListenerJubatus
f4c97e5970
rm. seems to cause errors
2018-08-07 09:21:24 -06:00
ListenerJubatus
35f8e70d58
A few more theme tweaks
...
Fix the extra stage badge on evaluation, style fixes for ScreenGameOver, attempt to have ScreenContinue branch respect AutoSetStyle.
2018-08-05 10:01:59 -06:00