Sally Coolatta
99a1bacb81
Turning code overhaul
...
Packet drops are still broken, but at least netgames are playable now.
2020-09-22 00:35:44 -04:00
lachwright
81e541fdba
Allow Canarivore gas to interact with players again (oops)
2020-09-22 13:11:56 +09:30
James R
0cddfdee74
Ignore slope anchors in P_SpawnMapThing
2020-09-21 19:35:49 -07:00
James R
0999fa7096
Fix vertex iteration and Not Dynamic flag
2020-09-21 19:35:49 -07:00
James R
ce7161e81d
Check out this massive slopes
...
Line specials 777 - slope floor by anchors, 778 - slope ceiling by anchors,
779 - slope floor and ceiling by anchors.
Thing types 777 - floor anchors, 778 - ceiling anchors.
Summary.
These line specials slope the front or back sector's floor/ceiling by 'anchor'
things. Anchors are floor or ceiling specific and snap to the nearest vertex.
Using this method it is possible to create seamless slopes, without even
tagging.
Details.
Normal slope flags apply. To slope the backside sector, set No Climb on the
line. An anchor each is required to be near three of a sector's vertices in
order to slope it. More may be present but the order is undefined.
2020-09-21 19:35:49 -07:00
James R
f9aae8c2e8
And use karthud not kartstuff for khud_enginesnd :v
2020-09-21 19:34:51 -07:00
SteelT
da47d0c437
Fix spring sound never playing
...
It was all because of one line, I hate this.
2020-09-21 20:18:36 -04:00
SteelT
6912915304
Fix hitting springs crash
...
MFE_SPRUNG flag not being applied to the object sprung would cause a infinite recursion of `P_TryMove` -> `P_CheckPosition` -> `PIT_CheckThing` -> `P_DoSpring` -> etc
Also fix springs not being de-solidfied
Dunno what's up with the spring sound not playing
2020-09-21 15:01:56 -04:00
lachwright
4c5ea92516
Prevent Canarivore gas from teleporting up walls
2020-09-21 17:23:53 +09:30
James R
05a31da7c3
k_enginesnd -> khud_enginesnd
2020-09-20 14:54:45 -07:00
James R
d9f7f155a2
Merge remote-tracking branch 'pub/next'
2020-09-20 14:43:35 -07:00
James R
7533109dfc
Fix few poor conflict resolution
2020-09-20 14:24:50 -07:00
James R
ef108cbb36
Merge remote-tracking branch 'pub/next'
2020-09-20 14:07:54 -07:00
Sal
1208a81429
Merge branch 'engine-sounds-fix' into 'master'
...
Fix engine sound volume
See merge request KartKrew/Kart-Public!231
2020-09-20 17:07:31 -04:00
Zippy_Zolton
bf857e1c59
Add-on clarity from Kart
2020-09-20 13:07:28 -05:00
lachwright
511518f0e4
Only allow explicitly living players to trigger sector specials
2020-09-20 11:49:53 +09:30
Tatsuru
5301255032
Ignore spectators
2020-09-19 23:10:03 -03:00
James R
ec8eb47852
Shitty decode listserv
2020-09-19 18:54:04 -07:00
James R
cc3a9b1bb1
Merge branch 'objectplace' into 'next'
...
Fix & improve objectplace
Closes #232
See merge request STJr/SRB2!1139
2020-09-19 21:40:55 -04:00
James R
3e511b131f
Merge branch 'start-netid-at-1' into 'next'
...
Avoid CV_FindNetVar returning a normal cvar (closes #251 )
Closes #251
See merge request STJr/SRB2!1137
2020-09-19 21:40:45 -04:00
James R
d99757278b
Don't ifdef CV_LoadDemoVars out if OLD22DEMOCOMPAT defined
2020-09-19 18:34:52 -07:00
Sal
e64b120fc1
Merge branch 'link-with-exchndl' into 'master'
...
Link with exchndl, instead of dynamically loading it.
See merge request KartKrew/Kart-Public!230
2020-09-19 15:42:00 -04:00
Sal
b18ea4faf1
Merge branch 'silly-numbers' into 'master'
...
Kill some nonsense
See merge request KartKrew/Kart-Public!232
2020-09-19 15:41:51 -04:00
kaysrishaq
87d71bf811
Update lua_infolib.c
2020-09-18 17:47:38 -04:00
James R
9f8c9b6026
Kill some nonsense
2020-09-18 13:11:49 -07:00
Sally Coolatta
d03cbdbba0
Make it a bit louder
2020-09-18 01:10:59 -04:00
SteelT
d8bcc13fec
Merge branch 'master' into trick-panels
...
# Conflicts:
# src/d_player.h
# src/dehacked.c
# src/k_kart.c
# src/p_user.c
2020-09-18 00:54:45 -04:00
Sally Coolatta
3b7681718c
Fix engine sounds' dampening to a sane value, now that the bug preventing it from working properly was fixed.
...
You can hear engines in 16P again, but it's not as obnoxiously loud as it was before. Additionally, I commented this function better.
2020-09-17 18:58:44 -04:00
Steel Titanium
e656a7d92d
Link with exchndl, instead of dynamically loading it.
...
It caused problems with crash reports not being made if the current working directory gets changed. Not even recommended anymore per the drmingw readme
https://github.com/jrfonseca/drmingw#exchndl
2020-09-17 15:59:02 -04:00
lachwright
2d3eae9ee1
Save changes made to the bot's skin, and display it properly in save select
2020-09-17 19:00:49 +09:30
lachwright
0a7802c8e9
Allow JumpSpin abilities to be used with non-ability shields
2020-09-16 16:50:10 +09:30
Sal
00515e2b6a
Merge branch 'disable-rpc-in-dedicated' into 'master'
...
Disable Discord Rich Presence on dedicated servers
See merge request KartKrew/Kart-Public!229
2020-09-16 01:43:40 -04:00
James R
2d5b48e08c
Disable DRPC if dedicated
2020-09-15 19:56:08 -07:00
Sal
4019005cfd
Merge branch 'advertisement-for-rpc' into 'master'
...
Move master server presence updates to Advertise_OnChange
See merge request KartKrew/Kart-Public!227
2020-09-15 16:22:32 -04:00
Sal
f76ec5cba3
Merge branch 'more-helpful-lua-error' into 'master'
...
Make "divide by zero" or "modulo by zero" errors show the file and line of where it happened
See merge request KartKrew/Kart-Public!228
2020-09-15 16:22:13 -04:00
Steel Titanium
11e2fb4110
Make "divide by zero" or "modulo by zero" errors show the file and line of where it happened
...
Shouldn't break scripts as it stops execution as soon it happens, like it already does.
2020-09-14 23:01:47 -04:00
Steel Titanium
58d4045b93
Make "divide by zero" or "modulo by zero" errors show the file and line of where it happened
...
Shouldn't break scripts as it stops execution as soon it happens, like it already does.
2020-09-14 22:54:07 -04:00
Sally Coolatta
9d3a49e4ae
Move master server presence updates to Advertise_OnChange
...
This will probably call DRPC_UpdatePresence slightly less?
2020-09-14 16:34:17 -04:00
Tatsuru
b3a84c469a
Encapsulate userdata checks
2020-09-14 17:33:26 -03:00
Sal
b0ee729f01
Merge branch 'small-to-issmall' into 'master'
...
Rename the "small" variable to "isSmall"
See merge request KartKrew/Kart-Public!226
2020-09-14 13:07:17 -04:00
Sally Coolatta
9f775a169d
Rename the "small" variable to "isSmall"
...
Reported by MK, apparently "small" is considered a data type for some systems. After a little bit of research, apparently it can happen when including <windows.h>... whatever, just rename the variable :p
2020-09-14 12:47:55 -04:00
James R
5c623f191f
Merge branch 'master' into next
2020-09-13 14:39:01 -07:00
James R
e4622cfeb3
Makefile: add WINDOWSHELL=1 for the Windows detect
...
(cherry picked from commit 6f51c68c7248d616ad16f66b72cfcc36b7c952f5)
2020-09-13 14:25:08 -07:00
James R
538c27f2fa
Makefile: automatically detect system to compile for, if no system was specified
...
This should work for mingw and linux so far.
(cherry picked from commit f92026f98b168f4556d50d3dde403ab6bfd97ff3)
2020-09-13 14:25:08 -07:00
James R
e415b4b475
Makefile: Make WARNINGMODE the default, optionally disable with RELAXWARNINGS
...
(cherry picked from commit 9495e6354fed1028c6fc502cc9d946cfdd0b7896)
2020-09-13 14:25:07 -07:00
James R
ce894b7837
Is it GCC is it gcc, is it????
...
(cherry picked from commit 246e71a463 )
2020-09-13 14:24:49 -07:00
James R
ec8cab9a3a
Update LATEST_GCC_VERSION too
...
(cherry picked from commit 4931d82393 )
2020-09-13 14:22:46 -07:00
James R
6e102db9c5
Add missing GCC version flags to the Makefile
...
(cherry picked from commit f939cf973b )
2020-09-13 14:22:45 -07:00
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