James R
5c0566d906
Use a pointer for port_name
...
Using strcpy is stupid because we don't know how long the argument would be.
There's no need for a buffer anyway.
(cherry picked from commit 4e321012894b2aa87e312597f19be26b30545a8b)
2020-05-03 18:35:51 -07:00
James R
77ddf635a5
Use a random port when connecting
...
(cherry picked from commit f584b61c93a97e1a9852f306acba673ced21e03a)
2020-05-03 18:35:51 -07:00
Sally Coolatta
ecb01ef83b
Merge branch 'master' into pet-robo
2020-05-03 21:33:30 -04:00
Sally Coolatta
b9ff3403a9
Add missing netxcmdnames from james stuff
2020-05-03 21:32:12 -04:00
Sally Coolatta
cb12d1ebf8
Merge branch 'master' into pet-robo
2020-05-03 21:30:40 -04:00
James R
d11d0546db
Merge remote-tracking branch 'origin/master' into voting-after-the-vote-ended
2020-05-03 18:28:26 -07:00
Sal
25ba7e386f
Merge branch 'conveyor-camera-jitter' into 'master'
...
Fix camera jitter after leaving a conveyor
See merge request KartKrew/Kart!245
2020-05-03 21:28:02 -04:00
Sal
765227d380
Merge branch 'speed-pads-tweaks' into 'master'
...
Speed pads tweaks
See merge request KartKrew/Kart!246
2020-05-03 21:27:54 -04:00
Sally Coolatta
cc87418db8
Handling code clean-up
...
- Cleans up multiple FixedMul instances, ensuring only fixed_t numbers are ever passed in.
- Prevents speed values from overflowing by giving it a maximum. This both gives you more control when moving above 200% top speed, and fixes the bug which corrupted your turn inputs (turning wrong direction, turning without pressing anything, etc) when moving too fast.
2020-05-03 21:26:57 -04:00
Sal
5a56271392
Merge branch 'more-debug' into 'master'
...
More item debug
See merge request KartKrew/Kart!185
2020-05-03 21:16:58 -04:00
Sal
98f33790f8
Merge branch 'fucking-spring-fix' into 'master'
...
Fix items vs springs crash
See merge request KartKrew/Kart!247
2020-05-03 21:03:06 -04:00
Sally Coolatta
48ba151d98
Rather than showing random added skins, show random other players in the server on the signpost!
2020-05-03 20:58:12 -04:00
Sally Coolatta
c9b2396efb
Fix items vs springs crash
2020-05-03 20:12:01 -04:00
Sally Coolatta
d4efbb710b
Lost fix
2020-05-03 19:45:59 -04:00
Sal
bd9c68183a
Merge branch 'resume' into 'master'
...
Music resuming/fading
See merge request KartKrew/Kart!222
2020-05-03 19:35:46 -04:00
MascaraSnake
48c5bd4486
Refactor Polyobj_findSegs
2020-05-04 01:28:21 +02:00
MascaraSnake
3d9bf8335e
Purge uninformative comments
2020-05-04 00:17:05 +02:00
MascaraSnake
9fa267f247
Clean up Polyobj_GetInfo
2020-05-03 23:55:23 +02:00
MascaraSnake
a1a3b54108
Remove "explicitly include line in polyobject" code which has never worked
2020-05-03 23:47:26 +02:00
Latapostrophe
78a328328a
Merge branch 'master' of git.magicalgirl.moe:KartKrew/Kart into v2-master
2020-05-03 22:37:07 +02:00
MascaraSnake
2df5758ecf
Allow map-wide gravity to be set via level header
2020-05-03 18:33:18 +02:00
MascaraSnake
9abfcacc3c
Add level header options for setting special stage time and spheres requirements
2020-05-03 17:56:49 +02:00
MascaraSnake
89dd809e04
Merge branch 'next' into egg-capsule
...
# Conflicts:
# extras/conf/SRB2-22.cfg
2020-05-03 16:00:05 +02:00
MascaraSnake
c39fd8053a
Add object dye linedef executors to ZB config
2020-05-03 15:57:18 +02:00
MascaraSnake
40f228c952
Merge branch 'next' into egg-capsule
...
# Conflicts:
# src/p_spec.c
2020-05-03 15:29:20 +02:00
MascaraSnake
6002a0e443
Add "trigger egg capsule" linedef executor
2020-05-03 15:22:13 +02:00
ZipperQR
d229445d43
no message
2020-05-03 14:02:23 +03:00
James R
e52d569c58
Use all your momentum to push back the camera
2020-05-02 19:10:38 -07:00
James R
01cdc1af49
Also preserve player angle on speed pads
2020-05-02 19:10:05 -07:00
James R
652b7bbb9e
Retain drift on speed pads
2020-05-02 19:10:04 -07:00
Steel Titanium
72b83986fa
Remove inline keyword from P_DoTwinSpin function
...
The compiler doesn't like this and will give you a "inlining failed in call to 'P_DoTwinSpin': call is unlikely and code size would grow" error
2020-05-02 17:39:55 -04:00
Monster Iestyn
145b7d8f66
Fix drop shadow and rotsprite code to use SHORT()
2020-05-02 17:13:16 +01:00
MascaraSnake
4346d22480
Merge branch 'amyswings' into 'next'
...
Restore jump-related pflags properly during twinspin
See merge request STJr/SRB2!908
2020-05-02 10:03:49 -04:00
MascaraSnake
96ae5dda22
Merge branch 'remove-polyobjects' into 'next'
...
Delete polyobjects
See merge request STJr/SRB2!911
2020-05-02 09:53:37 -04:00
MascaraSnake
8efec04051
Remove POLYOBJECTS and POLYOBJECTS_PLANES defines
2020-05-02 12:08:31 +02:00
MascaraSnake
58508e199d
Make the laser thinker find the FOF itself instead of storing it in the thinker struct
2020-05-02 10:03:16 +02:00
MascaraSnake
b9c5f65cbf
Clean up Thwomp spawning code
2020-05-02 09:15:34 +02:00
Sally Coolatta
cb34ea1388
Consider FOFs when figuring out sectors to be careful near
2020-05-02 02:01:39 -04:00
Sally Coolatta
e6e2cd5d82
Adjust air speed cap easing with bot rubberbanding
2020-05-02 00:54:54 -04:00
Sally Coolatta
df099864b6
Whoops
2020-05-01 23:45:12 -04:00
Sally Coolatta
69e5cf8205
Bots can use bubble shield and flame shield, albiet a bit simplisticly
...
This means they can now use ALL items!
2020-05-01 23:44:03 -04:00
Sally Coolatta
664a9528ed
Eggbox stuff
...
- Bots can roll & use eggboxes now
- Bots can be "tricked" by eggboxes and treat them like normal items, depending on their difficulty and how many normal items are around them.
- If exploding and in 1st place, they'll slow down to try and find someone to explode next to.
- Item usage is difficulty dependent, and thus far more aggressive for the rivals
2020-05-01 22:55:58 -04:00
Zipper
d6511190fd
Update p_user.c
2020-05-01 08:25:37 -04:00
MascaraSnake
238513ffd6
Merge branch 'find-sector-from-tag' into 'next'
...
Remove P_FindSectorFromLineTag and P_FindLineFromLineTag
See merge request STJr/SRB2!901
2020-05-01 05:49:52 -04:00
MascaraSnake
e967c32a10
Merge branch 'more-thinker-refactor' into 'next'
...
More thinker refactoring
See merge request STJr/SRB2!900
2020-05-01 05:47:14 -04:00
MascaraSnake
d295996d88
Merge branch 'elevator-cleanup' into 'next'
...
elevator_t cleanup
See merge request STJr/SRB2!896
2020-05-01 05:46:37 -04:00
MascaraSnake
5cf3fd0074
Merge branch 'next' into elevator-cleanup
...
# Conflicts:
# src/p_saveg.c
2020-05-01 11:42:05 +02:00
MascaraSnake
2973b79715
Remove bogus comments from p_saveg.c
2020-05-01 11:25:32 +02:00
LJ Sonic
2c74085826
Merge branch 'join-delay' into 'next'
...
Add a minimum delay between connections
See merge request STJr/SRB2!889
2020-05-01 03:29:15 -04:00
lachwright
d780d82ba8
Restore jump-related pflags properly during twinspin
2020-05-01 06:34:30 +08:00