- Dec 12, 2022
-
-
Eidolon authored
-
Eidolon authored
-
Eidolon authored
In environments without zlib installed, png would fail to build since it can't find zlib.h. The zlib build's generated public include dir needs zlib.h to work. openmpt fails to build because it can't find Rpcrt4, which is not a necessary link under mingw, but exists in some mingw-w64 toolchains. It is only needed for MSVC. (cherry picked from commit fcf69001ada08077f82d3fc8510dcd24b4433e64)
-
Eidolon authored
(cherry picked from commit fb0f0c5e6c161b4b88439cda84c8b6cae9d236cc)
-
Eidolon authored
cmake: build zlib manually in internal build See merge request STJr/SRB2!1856 (cherry picked from commit 3597957af13878854c02305a0aec5ca744209ef2) # Conflicts: # thirdparty/CMakeLists.txt
-
- Dec 09, 2022
-
-
James R. authored
Add voltage damage type, for Lightning Shield See merge request KartKrew/Kart!804
-
James R. authored
Mobj scale explosions smoldering rising momentum See merge request KartKrew/Kart!803
-
James R. authored
Mobj scale weight buff from moving above top speed See merge request KartKrew/Kart!802
-
- Dec 06, 2022
-
-
Sal authored
Start on Test Run by default, only in DEVELOP builds See merge request KartKrew/Kart!797
-
Sal authored
Reset pitch/roll on springs + trick panels Closes #348 See merge request KartKrew/Kart!798
-
Sal authored
Fix solid midtextures Closes #349 See merge request KartKrew/Kart!799
-
Sal authored
Egg Capsule fixes See merge request KartKrew/Kart!800
-
- Dec 05, 2022
- Dec 03, 2022
-
-
Sal authored
Rather than randomized Battle starts.
-
Sal authored
- The pieces do the positioning, instead of the capsule itself. This makes it so that the parts update after the capsule has applied its momentum. - Use proper inradius instead, so the sides line up. - Because of the above change, the capsule as a whole is bigger. This means... - Increased hitbox again - Changed a few of the sprites
-
Sal authored
-
- Dec 02, 2022
-
-
Sal authored
-
Sal authored
-
Sal authored
Old vanilla-ass code for platform-like objects that is conflicting super hard with bumping / horizontal momentum. If we ever have a moving platform object this code should be brought back only for that object, and not solid objects as a whole.
-
Sal authored
UDMF's ML_MIDPEG == Binary's (!!(linedef->flags & ML_DONTPEGBOTTOM) ^ !!(linedef->flags & ML_MIDPEG)). This is converted in P_ConvertBinaryLinedefFlags
-
Sal authored
-
Sal authored
Make vsync default to off See merge request KartKrew/Kart!794
-
- Nov 30, 2022
- Nov 29, 2022
- Nov 28, 2022
-
-
James R. authored
-
James R. authored
-
James R. authored
mobj_t instead of struct mobj_s
-
James R. authored
d_net.c: rename node_t to netnode_t
-
James R. authored
All typedefs for structs that were present in other header files have been moved to here. (Except node_t because the renderer and netcode both define node_t LOL.)
-
Oni authored
More bot crudules See merge request KartKrew/Kart!788
-
- Nov 27, 2022
-
-
James R. authored
Fix linedef type 499 binary->UDMF conversion See merge request KartKrew/Kart!787
-