Sally Cochenour
96d69785bf
Merge branch 'master' into pet-robo
2020-04-18 01:18:22 -04:00
MascaraSnake
a90735fdf0
Make T_MarioBlock use its own thinker data structure
2020-04-18 02:05:23 +02:00
MascaraSnake
e6193297d8
Refactor T_ContinuousFalling
2020-04-18 01:42:13 +02:00
MascaraSnake
06ce2b3b2c
Refactor T_MovePlane a little bit
2020-04-18 01:08:01 +02:00
MascaraSnake
272a8e532b
Refactor T_FloatSector
2020-04-18 00:26:49 +02:00
MascaraSnake
93eb0ee1c8
Add an enum for crumblestate
2020-04-17 23:54:37 +02:00
MascaraSnake
7e617fa938
Refactoring in T_BounceCheese
2020-04-17 23:32:39 +02:00
MascaraSnake
3add9943a8
Remove the spike thinker, which hasn't been necessary for a while now
2020-04-17 22:54:35 +02:00
MascaraSnake
7c6c14c398
Remove sec assignments that have become superfluous
2020-04-17 21:39:38 +02:00
MascaraSnake
e971a26d1d
Refactor T_EachTimeThinker
2020-04-17 21:19:21 +02:00
MascaraSnake
21b92b63e9
Make T_EachTimeThinker use its own struct
2020-04-17 14:00:48 +02:00
MascaraSnake
5e013ea679
Forgot to clean up some stuff
2020-04-17 11:13:13 +02:00
MascaraSnake
1f038e827a
-Remove superfluous variables from raise_t
...
-Cleanup signatures of P_AddRaiseThinker and P_AddAirbob
2020-04-17 11:11:36 +02:00
MascaraSnake
dc41ed93cd
Get rid of code duplication in T_RaiseSector
2020-04-17 10:19:02 +02:00
MascaraSnake
cd036b57fd
Make T_RaiseSector use its own thinker struct instead of levelspecthink_t
2020-04-17 09:58:53 +02:00
Sally Cochenour
e941749f4c
Move all of the item destroy sector code to one place
2020-04-15 22:45:03 -04:00
James R
62143d32b3
Rise waypoint to highest FOF below riser, or lowest above
2020-04-15 19:31:23 -07:00
James R
0b3b13b3b5
Remove FOF height sorting
2020-04-15 19:16:49 -07:00
Sally Cochenour
cc286fc810
If already on a shortcut, bots can continue to use shortcut waypoints
2020-04-15 22:11:25 -04:00
James R
190fc27121
Check that a back side exists
2020-04-15 18:48:23 -07:00
James R
ab40ede955
Line special 507, scroll tagged lines' front and back textures by front and back texture offsets
2020-04-15 18:45:23 -07:00
Sal
fc32689b36
Merge branch 'folders-plus' into 'master'
...
Directory revision
See merge request KartKrew/Kart!231
2020-04-15 16:13:39 -04:00
Sal
80ce1c7c6d
Merge branch 'dropstuff' into 'master'
...
Item drop code cleanup
See merge request KartKrew/Kart!236
2020-04-15 16:12:55 -04:00
Nev3r
1ea15aa643
Merge branch 't_moveplane-refactor' into 'next'
...
Remove faulty code from T_MovePlane()
See merge request STJr/SRB2!876
2020-04-14 05:53:59 -04:00
Nev3r
b7bedae60f
Merge branch 'remove-bridge' into 'next'
...
Remove the disabled/broken bridge thinker code
See merge request STJr/SRB2!879
2020-04-14 05:51:45 -04:00
Nev3r
8c3485d82e
Remove the bridge thinker entry from the ZB configuration.
2020-04-14 10:31:26 +02:00
Nev3r
d05ad892be
Remove the bridge thinker code.
2020-04-14 10:31:07 +02:00
Steel Titanium
71f21dd81b
Fix compile errors
2020-04-13 23:07:38 -04:00
James R
f7c726dd71
7176aaf3 also fixed the http downloader not considering checksum mismatched files
2020-04-13 17:48:10 -07:00
James R
f61e916ab6
Whoops I fucked that up
2020-04-13 17:45:02 -07:00
James R
ffd120f597
Don't send httpsource in SERVERINFO if join password is set
2020-04-13 17:40:48 -07:00
James R
7176aaf36f
Reorder join process so password is authenticated before attempting to download
2020-04-13 17:30:42 -07:00
sphere
e8a202e0a3
Make linedef type 461 able to set object angle, using the line's angle.
2020-04-13 17:10:25 +02:00
Nev3r
608f4b6e54
Remove now unused P_MobjReadyToMove().
2020-04-13 16:00:58 +02:00
Nev3r
44426fd453
Actually remove the entire code block in T_MovePlane(), and remove line_t.tagline as it served no other purpose.
2020-04-13 15:17:53 +02:00
Nev3r
8bbbd437c5
Refactor an unholy piece of code.
2020-04-13 14:31:19 +02:00
Sally Cochenour
53784f9940
No more modulo bullshit in VERSION
...
VERSION is the first number, SUBVERSION is the second number, and the third number burns in hell; we really don't need that precision
# Conflicts:
# src/doomdef.h
2020-04-12 23:32:15 -05:00
Sally Cochenour
da953c9dae
No more modulo bullshit in VERSION
...
VERSION is the first number, SUBVERSION is the second number, and the third number burns in hell; we really don't need that precision
2020-04-12 23:51:00 -04:00
Wolfy
e1ab32a459
oops
2020-04-12 22:47:22 -05:00
Wolfy
9d31786c8c
Fix off by one error in http downloader
2020-04-12 21:14:33 -05:00
Wolfy
30f5e928dd
Prep stuff
...
pending asset hash changes
2020-04-12 20:48:11 -05:00
wolfs
4a264ffba9
Merge branch 'http-downloads' into 'awful-mix'
...
Support for http downloads
See merge request SinnamonLat/Kart-Public!1
2020-04-12 21:38:33 -04:00
Sally Cochenour
371cc18bf6
Update ALL finish line distances & positions, separately, before player thinkers happen, ensuring it's never inaccurate
2020-04-12 21:04:07 -04:00
James R
76e93476de
Make the PACKETVERSION rule easier
2020-04-12 17:05:18 -07:00
Steel Titanium
47d70e1ae6
Fix cmake using wrong libs if internal libs is turned on
...
Use '\0' instead, just in case
2020-04-12 17:56:12 -04:00
Steel Titanium
4bfb583e91
Remove some of these superfluous ifdef checks.
...
Allows compatibility with non-curl enabled builds.
2020-04-12 15:07:39 -04:00
Wolfy
bf3b00f43a
Fix self-comparison in hw_main.c
2020-04-12 06:47:12 -05:00
Hannu Hanhi
4d5ff9fbe6
Backport from SRB2: Replace NextTexAvail with glGenTextures
2020-04-12 06:39:00 -05:00
wolfs
b14d0a977f
Merge branch 'kill-these-please-12' into 'awful-mix'
...
Compiler errors, again, again
See merge request SinnamonLat/Kart-Public!5
2020-04-12 07:00:05 -04:00
James R
390042ffc5
Even the warning can die, give the programmer some credit
...
(cherry picked from commit 6d67b7c3269d2530cfcd7a93cfde401e09d04138)
2020-04-11 22:10:05 -07:00