Martin Natano
|
699ef6fdbe
|
Fix incorrect formatting
Gets rid of this warning:
error: adding 'int' to a string does not append to the string [-Werror,-Wstring-plus-int]
|
2022-06-05 12:04:37 +02:00 |
|
Martin Natano
|
228920e7dc
|
Stop using deprecated jsoncpp method
Gets rid of this warning:
error: 'memberName' is deprecated: Use `key = name();` instead. [-Werror,-Wdeprecated-declarations]
|
2022-06-05 12:04:37 +02:00 |
|
Martin Natano
|
3aebf60410
|
Remove redundant max() calls
This silences warnings like this:
error: taking the max of a value and unsigned zero is always equal to the other value [-Werror,-Wmax-unsigned-zero]
|
2022-06-05 12:04:37 +02:00 |
|
 teejusbandGitHub
|
a1a293e4f1
|
Update README.md
|
2022-06-04 23:21:25 -07:00 |
|
 teejusbandGitHub
|
2f798f16bc
|
Update README.md
|
2022-06-04 13:18:45 -07:00 |
|
 teejusbandGitHub
|
a713ad8e15
|
Update README.md
|
2022-06-04 12:54:33 -07:00 |
|
 teejusbandGitHub
|
dac6e0b853
|
Update README.md
|
2022-06-04 11:41:03 -07:00 |
|
Martin Natano
|
7b9a799cdb
|
Statically link MSVC runtime
|
2022-06-03 19:47:45 +02:00 |
|
Martin Natano
|
4de9bd7c7f
|
Fix mine fix :)
The song timing was used for the calculations, but the steps timing should be used instead because of split timing.
|
2022-06-03 14:36:24 +02:00 |
|
Martin Natano
|
2fc8705f45
|
Force dead code elimination for libtommath
|
2022-05-31 18:21:35 +02:00 |
|
Martin Natano
|
327278436d
|
Remove support for building with system libraries
|
2022-05-31 18:21:35 +02:00 |
|
Martin Natano
|
5f08636ad0
|
std::binary_function is deprecated and unnecessary in C++11
|
2022-05-31 12:55:03 +02:00 |
|
Martin Natano
|
f83dd1989d
|
Move libtomcrypt to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
967ff91cc6
|
Upgrade libtommath unknown version from 2010 -> 1.2.0 and move to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
9723a67ad7
|
Upgrade pcre 4.5 -> 8.45
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
d112fdd1d2
|
Rename libmad directory
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
06154a0094
|
Upgrade libjpeg 8c -> 9e
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
e2ee97e36d
|
Update github CI for submodules
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
2934af7784
|
Upgrade glew 1.5.8 -> 2.2.0
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
2bb9124c72
|
Clean up build system
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
7d29ee308d
|
Upgrade vorbis 1.3.6 -> 1.3.7 and move to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
1a44af0cf4
|
Upgrade ogg 1.3.2 -> 1.3.5 and move to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
1764dbcea8
|
Move libpng to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
b6620d50ed
|
Move ffmpeg to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
3d05e523c8
|
Upgrade zlib 1.2.11 -> 1.2.12 and move to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
7f06ca703d
|
Upgrade IXWebSocket 11.3.2 -> 11.4.3 and move to submodule
|
2022-05-30 23:57:33 +02:00 |
|
Martin Natano
|
08896f0cc1
|
Add SM5 migration guide
|
2022-05-28 11:21:13 +02:00 |
|
Martin Natano
|
15b77ee278
|
Update documentation
|
2022-05-28 11:21:13 +02:00 |
|
Martin Natano
|
be0dee1402
|
Remove SM5 songs course
|
2022-05-28 11:21:13 +02:00 |
|
Martin Natano
|
c36ac09ce0
|
Remove Manual
It is incomplete and outdated. There are better resources out there.
|
2022-05-28 11:21:13 +02:00 |
|
Martin Natano
|
d8586b02b2
|
Add NETWORK:WebSocket()
|
2022-05-27 23:42:37 +02:00 |
|
Martin Natano
|
cb037494fc
|
Correct capitalization of ITGmania folder in macOS dmg
|
2022-05-27 23:42:37 +02:00 |
|
teejusb
|
6e09b3f5c3
|
Change back to "default" noteskin instead of "cel" in fallback
|
2022-05-27 14:35:18 -07:00 |
|
teejusb
|
f1af76d200
|
Rename back to default from sm5-default
|
2022-05-27 14:35:18 -07:00 |
|
teejusb
|
7d907c4e1c
|
prefix ddr noteskins with ddr-
|
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 |
|
teejusb
|
e424ff5c8b
|
Add Noteskins
Added:
- Cel (classic)
- Metal (classic)
- Cyber (LightningXCE's)
- Enchantment
- Peter's Note
- Peter's Rainbow
- Peter's Vivid
Removed:
- All stock noteskins besides default
|
2022-05-27 14:35:18 -07:00 |
|
Martin Natano
|
b9171d4892
|
Fix ffmpeg target OS version on macos
|
2022-05-24 14:56:02 -07:00 |
|
Martin Natano
|
07e422111c
|
Tweak app bundle
|
2022-05-24 12:39:55 -07:00 |
|
Martin Natano
|
e77357a75e
|
ITGmania credits
|
2022-05-23 21:49:42 +02:00 |
|
 teejusbandGitHub
|
f9d25f793d
|
Remove StepMania build statuses from readme
|
2022-05-22 13:40:15 -07:00 |
|
Martin Natano
|
ee65b7b0c4
|
Replace logo and clean up packaging
|
2022-05-21 10:05:44 +02:00 |
|
Martin Natano
|
f5682cfdac
|
Bundle Club Fantastic song packs in full releases
|
2022-05-21 10:05:44 +02:00 |
|
Martin Natano
|
b6cc8f90fc
|
Align defaults with SL recommendations
|
2022-05-11 22:31:37 +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
|
d54bc6857f
|
Prevent access to /Save/Preferences.ini from lua
Directly writing to the file would circumvent preference protections,
compromising security.
|
2022-05-07 23:53:58 +02:00 |
|
Martin Natano
|
b9ebbd32a9
|
Build universal binary on macOS
|
2022-05-02 21:23:48 +02:00 |
|
Martin Natano
|
b039be360c
|
Fix subdomain matching
|
2022-05-01 17:33:52 +02:00 |
|
Martin Natano
|
f7d8408fc2
|
Add support for subdomain wildcards to HttpAllowHosts
|
2022-05-01 13:16:14 +02:00 |
|