James R
ccefaa77e9
It's not always GCC, but it probably is gcc (I hope)
...
(cherry picked from commit 38ce80317d )
2020-09-13 14:12:36 -07:00
James R
599add9ad4
Forgot a comma
...
(cherry picked from commit 6cddbf7afb )
2020-09-13 14:12:36 -07:00
James R
c9463d90b6
Makefile: Move the PREFIX stuff up so version detection can take advantage of
...
(cherry picked from commit 2a059632a1 )
2020-09-13 14:12:36 -07:00
James R
8f3e2dd2dd
Detect the compiler version and set the correct GCC flag
...
If the version is not supported by the Makefile, the flag for the latest
version supported is set instead.
(cherry picked from commit 9963d38ce2 )
2020-09-13 14:12:36 -07:00
James R
8bbd6e1b19
Make cv_advertise no by default, do not save
2020-09-12 18:54:44 -07:00
James R
d437bac34f
Make cv_advertise NETVAR
2020-09-12 18:36:25 -07:00
James R
15cb3202e2
Merge branch 'master-server-2' into 'next'
...
Master Server 2
See merge request KartKrew/Kart-Public!224
2020-09-12 20:25:42 -04:00
James R
1003ed5243
Fix master server token
2020-09-12 10:32:14 -07:00
James R
99115d9e76
Update update alert message
2020-09-11 20:12:31 -07:00
James R
c0801c4413
Set masterserver to ms.kartkrew.org
2020-09-11 17:39:01 -07:00
James R
0146decd8b
Strip trailing slashes from masterserver address
2020-09-11 17:33:46 -07:00
Sal
3144cffb1c
Merge branch 'battle-item-balance' into 'next'
...
Battle item balance
See merge request KartKrew/Kart-Public!222
2020-09-11 12:21:06 -04:00
Sal
31b6f4ec20
Merge branch 'stupid-sound-volume' into 'next'
...
Apply volume to sounds that have an origin
See merge request KartKrew/Kart-Public!223
2020-09-11 12:17:19 -04:00
Sal
70df7f7377
Merge branch 'name-change-spam' into 'next'
...
Don't let players change their name more than five times per minute
See merge request KartKrew/Kart-Public!221
2020-09-11 12:17:00 -04:00
Sally Coolatta
87037dc7ae
6 -> 2, void the now unused parameter
2020-09-11 12:14:08 -04:00
James R
4e9d006c37
int -> INT32
2020-09-11 09:00:18 -07:00
Sal
20f1e31e8f
Merge branch 'save-renderer' into 'next'
...
Save renderer to file
See merge request KartKrew/Kart-Public!220
2020-09-11 11:59:51 -04:00
SteelT
543cc21bf4
Merge branch 'make-float-strings-great-again' into 'next'
...
Can we just do this please? Thanks.
See merge request STJr/SRB2!1142
2020-09-11 11:47:04 -04:00
James R
ef4229a42f
7b1f97439 lies btw, you can set the server_contact cvar 4head
2020-09-11 07:10:21 -07:00
James R
d3b31d1d76
When changing masterserver_update_rate, only update if elapsed time within the new rate
2020-09-11 06:50:31 -07:00
James R
3fc0c52599
Register/unregister server by changing cv_advertise
2020-09-11 06:49:41 -07:00
James R
7b1f974397
Basically, update master server code to v2
...
Removes rooms, replaced with cv_advertise and "Advertise" on the host menu.
According to the new API, SRB2APPLICATION is sent instead of MODID. A contact
field was added, but there is no means of accessing it or setting it.
As a slight change, the server list will be populated even on an outdated
version of the game. (The new API was designed with this in mind.) The update
alert is still presented first of course.
2020-09-11 06:11:41 -07:00
SteelT
d7a65640c4
Merge branch 'remove-bt_use-deprecation' into 'next'
...
Remove BT_USE and PF_USEDOWN warning
See merge request STJr/SRB2!1138
2020-09-10 16:06:20 -04:00
SteelT
6a168ac5e9
Merge branch 'pictureformats' into 'next'
...
PNG conversion refactoring
See merge request STJr/SRB2!675
2020-09-10 15:58:18 -04:00
SteelT
796165df82
Merge branch 'png-conversion-fixes' into 'pictureformats'
...
Optimize PNG conversion
See merge request STJr/SRB2!1143
2020-09-10 15:47:58 -04:00
Jaime Passos
a8d3510958
Attempt to use the PNG image's palette, if it is present
2020-09-10 03:16:21 -03:00
Jaime Passos
15eb91be69
Use color look-up table for PNG conversion
2020-09-10 02:10:31 -03:00
Jaime Passos
bf52125494
Change method of color look-up table generation
2020-09-10 01:43:46 -03:00
GoldenTails
92f8fb360e
Can we just do this please? Thanks.
2020-09-09 22:19:14 -05:00
James R
4ce347c6f2
Apply volume to sounds with origin too
...
Previously sounds with an origin would always start at max volume. This is
because the distance calculation adjusts the volume, and that volume needs to
be updated every tic as distance changes. Storing the original volume works.
2020-09-08 22:40:42 -07:00
lachwright
89eccd7e87
Set additional UDMF parameters on objectplaced mapthings to defaults
2020-09-07 13:08:22 +09:30
lachwright
c4a4608236
Let analog control schemes control objectplace like standard control schemes
2020-09-06 19:03:17 +09:30
lachwright
e77ebf1234
Objectplace improvements:
...
- movement speeds are scaled with player scale
- spawned objects are scaled with player scale
- command accepts argument for thing num to set
2020-09-06 17:28:34 +09:30
James R
6c94b9d07e
Fix netid overflow check
2020-09-05 23:23:54 -07:00
GoldenTails
2c303b935d
Remove BT_USE and PF_USEDOWN warning
...
someone entertained the idea of maybe removing it, so might as well put this merge request up to see if people want it
2020-09-06 00:30:05 -05:00
James R
9c2b121728
Merge branch 'credits-227' into 'next'
...
Update credits
See merge request STJr/SRB2!1136
2020-09-06 01:20:50 -04:00
James R
0b1f7792e9
Start netid at 1 to avoid CV_FindNetVar returning a regular cvar for netid 0
2020-09-05 22:03:14 -07:00
Sal
aa2d63369a
Merge branch 'better-windows-path' into 'next'
...
SetCurrentDirectory to where the exe lives
See merge request KartKrew/Kart-Public!219
2020-09-02 23:16:13 -04:00
James R
c33f3e0cb2
Update SuperPhanto's name with real name per request
2020-09-02 17:59:53 -07:00
Sally Coolatta
f76ae44daa
Redo Battle item balance
...
- Far more inclined to give you Orbinaut, Jawz, Invincibility, and Grow. Far less inclined to give you Bananas or Sneakers.
- Item odds no longer scale with bumper count differences.
2020-09-02 02:53:06 -04:00
James R
e438d55720
Add SuperPhanto to the art credits
2020-09-01 18:51:47 -07:00
James R
a7d7933c5a
Disable update alert if this is a prerelease
2020-09-01 16:22:29 -07:00
James R
605ea2c668
Update version to 2.2.7 RC1
2020-09-01 15:38:51 -07:00
James R
1922a78a3b
Define BETAVERSION as a suffix to the version string
2020-09-01 15:38:27 -07:00
James R
aa8f07af41
Update patch.pk3 asset hash
2020-09-01 15:26:13 -07:00
SteelT
35c57b744d
Merge branch 'replace-purefat' into 'next'
...
New STJR Intro and related changes (resolves #202 )
Closes #202
See merge request STJr/SRB2!1132
2020-09-01 15:00:48 -04:00
Steel Titanium
861118ac53
Allow the game to continue even if the STARTUP lump is somehow missing
2020-09-01 14:46:03 -04:00
Steel Titanium
ca08a7675c
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into replace-purefat
2020-09-01 13:54:27 -04:00
James R
2948885660
Don't let players change their name more than five times per minute
2020-08-31 20:08:22 -07:00
James R
6466291ac6
Oops :v
2020-08-31 19:34:43 -07:00