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
ListenerJubatus
7fdab01af1
Theme housekeeping; speed up menus, Game Over screen, etc.
2018-08-04 19:13:36 -06:00
ListenerJubatus
0cc52487a0
Further ScreenContinue tweaks.
2018-08-04 12:09:09 -06:00
ListenerJubatus
9f8f7e3091
Theme housekeeping and ScreenContinue.
2018-08-04 11:51:38 -06:00
Jose_Varela and GitHub
1107bb74b4
Add more explanations to the commands.
2018-07-29 16:09:59 -05:00
Jose_Varela and GitHub
d13204fd81
Add commands from the Src modification
2018-07-29 16:02:56 -05:00
ListenerJubatus
f1ebe8d9d8
Theme tweaks (gameplay transition, eval)
2018-07-23 16:59:51 -06:00
ListenerJubatus
953d475dd3
Correct grade tiers to be a bit more like old standards (AAA requires PFC)
2018-07-19 22:20:20 -06:00
ListenerJubatus
6f55579394
Fix grade tiers in default theme, fix mine graphic in Lambda noteskin.
2018-07-17 14:05:55 -06:00
Colby Klein
00c9b5b9d4
bounce those icons
2018-05-10 17:19:15 -07:00
ListenerJubatus
bdaabb3525
correct an image size, rm code typo
2018-02-25 18:56:45 -06:00
ListenerJubatus
40c8d88bdc
Extend grade scale
...
should have done this in default a long time ago.
2018-02-24 14:19:57 -06:00
ListenerJubatus
df40d27050
Tweak shadows, balance screenselectmusic a bit
2018-02-22 12:19:10 -06:00
ListenerJubatus
e7cc45a2e0
tweak lifebar, scrollbar thumb, cdtitle
2018-02-20 23:24:35 -06:00