- Feb 08, 2024
-
-
Hanicef authored
-
- Feb 07, 2024
-
-
sphere authored
Fix archiving with tables that contain tables as keys See merge request STJr/SRB2!2245
-
- Feb 06, 2024
-
-
Lactozilla authored
Fix #1183 Closes #1183 See merge request STJr/SRB2!2282
-
Logan Aerl Arias authored
ignore out folder for VS2022 builds using CMake
-
- Feb 04, 2024
-
-
sphere authored
Fix hud_nightsrecords in old (multiplayer) special stages See merge request STJr/SRB2!2191
-
sphere authored
Fix equation plane distortion See merge request STJr/SRB2!2283
-
sphere authored
Update unlockables before level load executors See merge request STJr/SRB2!2289
-
Sal authored
Another issue that seems related to #1122
-
Sal authored
Fix netgame joining See merge request STJr/SRB2!2288
-
Lactozilla authored
Regression introduced by !2279.
-
- Feb 02, 2024
-
-
Lactozilla authored
Interpolate polyobjects properly for the software renderer (resolves #950) Closes #950 See merge request STJr/SRB2!2284
-
- Jan 30, 2024
-
-
sphere authored
Fix physics quirkiness on slopes with convex sectors See merge request STJr/SRB2!2250
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
- Jan 29, 2024
-
-
sphere authored
Resolve "[NEXT] moved UPnP to it's own thread" Closes #1173 See merge request STJr/SRB2!2263
-
sphere authored
Optimize polygon sorting on batch renderer See merge request STJr/SRB2!2253
-
sphere authored
Fix bans by remote admins corrupting banlist See merge request STJr/SRB2!2266
-
sphere authored
Update & save unlockables when visiting a new map Closes #1122 See merge request STJr/SRB2!2279
-
sphere authored
Fix 3D floor texture skewing See merge request STJr/SRB2!2281
-
sphere authored
General NiGHTS Fixes See merge request STJr/SRB2!2199
-
sphere authored
Fix segfault when setting up view frame for a removed mobj See merge request STJr/SRB2!2270
-
Lactozilla authored
- Fixed an incorrect access of skincolor_remaps[] in R_GetTranslationRemap - Fixed R_GetTranslationForThing not being able to apply a translation over TC_RAINBOW or TC_DASHMODE - OpenGL: Fixed MF2_LINKDRAW sprites possibly not using the correct translation
-
Lactozilla authored
-
- Jan 26, 2024
-
-
Sal authored
Resolves #1122
-
- Jan 21, 2024
-
-
Lactozilla authored
Fix #1177 Closes #1177 See merge request STJr/SRB2!2268
-
Lactozilla authored
Fixes for !2190 See merge request STJr/SRB2!2273
-
Lactozilla authored
Add v.getSectorColormap and P_GetSectorLightLevelAt See merge request STJr/SRB2!2230
-
Lactozilla authored
Improve addon download refusal messages See merge request STJr/SRB2!2153
-
- Jan 20, 2024
-
-
Lactozilla authored
Ported skincolor cache management from the secondcolor branch Adjusted R_GetTranslationRemap to use a similar caching scheme Made sure that if a skincolor was updated, then related translations would be rebuilt
-
Lactozilla authored
-
- Jan 19, 2024
-
-
Lactozilla authored
Delete 'translations' Lua global
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Moved string conversion helpers into m_misc.c Adapted parser to check for '"' Check if tokenizer returned NULL
-
Lactozilla authored
Capture '"' characters Capture ';' tokens Implement tracking of the current line
-
- Jan 18, 2024
-
-
Hanicef authored
-