- Apr 05, 2018
-
-
wolfs authored
Feel free to reorganize as necessary.
-
- Mar 04, 2018
-
-
Monster Iestyn authored
Zoning out See merge request STJr/SRB2Internal!133
-
Monster Iestyn authored
# Conflicts: # src/sdl/i_system.c
-
Monster Iestyn authored
-
Monster Iestyn authored
Linux limbo See merge request !228
-
Monster Iestyn authored
SOC sanitizing See merge request !227
-
Monster Iestyn authored
Console key breakfast See merge request !226
-
- Feb 23, 2018
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Turns out compiling for Linux 32-bit using the Makefiles never actually defines LINUX! Apart from that, most of the existing Linux-specific code in SRB2's source code (except for tmap.s) actually uses __linux__ instead anyway
-
Monster Iestyn authored
Eat unprintable keys too, since there's no reason to feed them to G_Responder anyway when the console is open
-
- Feb 21, 2018
-
-
Monster Iestyn authored
-
- Feb 20, 2018
-
-
Monster Iestyn authored
Make CON_Responder eat Ctrl+key combos that have no effect, instead of passing the key on to G_Responder
-
- Feb 16, 2018
-
-
Monster Iestyn authored
-
- Feb 15, 2018
-
-
Monster Iestyn authored
Total reorganisation of z_zone.c/h, added doxygen-compatible comments to all functions and additional regular comments where appropriate, changed purge tag macros to an enum list
-
Monster Iestyn authored
-
Monster Iestyn authored
-
- Feb 14, 2018
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Clean up z_zone.h's function protos to look more readable like m_random.h, don't name functions with "2" if not using PARANOIA or ZDEBUG also, Z_Malloc/Calloc/Realloc are now macros of the "Align" versions, regardless of ZDEBUG or not
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
Alam Arias authored
Fix net commands not always being freed
-
LJ Sonic authored
-
- Feb 13, 2018
-
-
Monster Iestyn authored
File loading cleanup See merge request STJr/SRB2Internal!129
-
Monster Iestyn authored
-
- Feb 09, 2018
-
-
Monster Iestyn authored
Fix SOC/Lua loading messages to display full names or even display at all (for PK3s at least), and otherwise some cleanup of existing code for the messages. Also, I moved lua_lumploading on/offing to LUA_LoadFile.
-
- Feb 08, 2018
-
-
Monster Iestyn authored
Stop leaking names via metadata. See merge request !223
-
Monster Iestyn authored
-
Monster Iestyn authored
-
Monster Iestyn authored
Fix for "playdemo" not working with custom home paths See merge request !221
-
Monster Iestyn authored
Hotfix for "LUA PANIC" crash when joining a netgame See merge request !222
-
Monster Iestyn authored
General sky fixes See merge request STJr/SRB2Internal!132
-
- Feb 07, 2018
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Fixed sky-sky thok barriers showing HOM (turns out the floor and ceiling share the same plane, so I've modified the code to account for this) Additionally, place some optimisations in both software and OpenGL; in particular one has been added for when all of back and front sector (floor and ceiling) is sky: since everything is "open" anyway, we can simply the usual checks involved.
-
- Feb 03, 2018
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Thankfully it was really just a copy+paste of the code I already tinkered with for the normal ceiling sky based thok barriers, but tweaked for floors instead
-
Monster Iestyn authored
Cleanup of the code I've tweaked for skies, added SLOPEPARAMS macro to R_StoreWallRange for use in getting seg end z positions
-
- Feb 01, 2018
-
-
Monster Iestyn authored
-
- Jan 30, 2018
- Jan 29, 2018
-
-
Monster Iestyn authored
some cleanup of software's seg rendering code, moved Red's polyobject plane hack to R_StoreWallRange since it doesn't actually need to be done every column draw (I suspect polyobject planes don't actually need the minx/maxx hacks anymore, but I haven't the time to test that tonight nor is this branch really suited for it anyway)
-