- Apr 05, 2018
-
-
-
wolfs authored
Feel free to reorganize as necessary.
-
- Apr 03, 2018
-
-
Alam Ed Arias authored
-
- Mar 14, 2018
-
-
Alam Ed Arias authored
-
Alam Ed Arias authored
-
toaster authored
-
toaster authored
-
toaster authored
-
- Mar 09, 2018
-
-
Monster Iestyn authored
Fix Lua panic when archiving a table element with an userdata key
-
LJ Sonic authored
-
- Mar 08, 2018
-
-
Monster Iestyn authored
-
Monster Iestyn authored
Download filename trunc fix See merge request !230
-
- Mar 06, 2018
-
-
Monster Iestyn authored
shrunk buffer from 32 to 28 so that all of "Downloading "extremely...longname.wad"" can fit on screen at once.
-
Monster Iestyn authored
-
- Mar 05, 2018
-
-
Monster Iestyn authored
* fix screen to properly truncate the filename to just the real name only * if the real name itself is too long, use ellipsis and paste in parts of the start and end of the actual name note: I haven't actually tested if this works or compiles yet, I haven't the time right now
-
- 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.
-