Logan Aerl Arias
6bc6a428c9
add static library files for zlib
...
add static library files for zlib
2024-02-11 00:20:12 -05:00
Logan Aerl Arias
64f38bf588
update zlib to v1.3.1
...
update zlib to v1.3.1
2024-02-10 22:09:28 -05:00
sphere
58cf8293e3
Merge branch 'fix-nil-mo-spawnmobj-hook' into 'next'
...
Fix segfault when trying to access mo->player->mo from SpawnMobj hook
Closes #1189
See merge request STJr/SRB2!2300
2024-02-10 23:39:37 +00:00
Logan Aerl Arias
1cf3fcd0d5
Merge branch 'vs2022' into 'next'
...
add Visual Studio 2022 support (via CMAKE)
See merge request STJr/SRB2!2301
2024-02-10 19:29:48 +00:00
Logan Aerl Arias
da394a87dd
add Visual Studio 2022 support (via CMAKE)
2024-02-10 19:29:48 +00:00
Hanicef
d0277b1799
fixup! Fix segfault when trying to access mo->player->mo from SpawnMobj hook
2024-02-10 20:19:45 +01:00
Hanicef
fe75a21bef
Fix segfault when trying to access mo->player->mo from SpawnMobj hook
2024-02-10 19:40:27 +01:00
sphere
279820cd6c
Merge branch 'slash-n' into 'next'
...
add checks for \n in chat messages
See merge request STJr/SRB2!2170
2024-02-10 15:22:33 +00:00
sphere
0c59a46d5a
Merge branch 'fix-segfault-remove-thinglist' into 'next'
...
Fix segfault when removing mobjs while iterating thinglist
See merge request STJr/SRB2!2293
2024-02-08 23:17:54 +00:00
sphere
41613d89a1
Merge branch 'blockmap-links' into 'next'
...
Make objects able to collide with others if they occupy multiple blockmap cells (resolves #592 )
Closes #592
See merge request STJr/SRB2!2267
2024-02-08 23:16:59 +00:00
sphere
2cfbcf7fbf
Merge branch 'allow-banip-mask' into 'next'
...
Allow ban masks to be specified for banip
See merge request STJr/SRB2!2272
2024-02-08 23:16:47 +00:00
sphere
51f0758c47
Merge branch 'fix-console-double-mapping' into 'next'
...
Fix console binds incorrectly respecting keyboard layout
See merge request STJr/SRB2!2295
2024-02-08 21:35:05 +00:00
sphere
26c057f6e5
Merge branch 'fix-unlist-request' into 'next'
...
Fix /unlist request
See merge request STJr/SRB2!2294
2024-02-08 21:34:55 +00:00
sphere
0d526c0ff5
Merge branch 'http-download-port' into 'next'
...
HTTP downloader port
See merge request STJr/SRB2!2290
2024-02-08 21:34:36 +00:00
Hanicef
914cb167a4
Fix console binds incorrectly respecting layout keys
2024-02-08 21:50:43 +01:00
Felice D'Angelo
bdf13b6957
Fix /unlist request
2024-02-08 17:09:26 +00:00
Zwip-Zwap Zapony
21b8acf75d
Change P_MobjWasRemoved to P_RemoveMobj in the error message (thanks Zwip-Zwap Zapony)
2024-02-07 20:30:20 +00:00
Hanicef
e1d15b5ed5
Fix segfault when removing mobjs while iterating thinglist
2024-02-07 18:42:24 +01:00
sphere
1b2b7658a8
Merge branch 'fix-table-key-archiving' into 'next'
...
Fix archiving with tables that contain tables as keys
See merge request STJr/SRB2!2245
2024-02-07 15:09:38 +00:00
Lactozilla
7724fafa0b
Merge branch 'fix-1183' into 'next'
...
Fix #1183
Closes #1183
See merge request STJr/SRB2!2282
2024-02-06 21:54:27 +00:00
Logan Aerl Arias
e8c3555c5b
Update .gitignore
...
ignore out folder for VS2022 builds using CMake
2024-02-05 20:55:37 -05:00
Lactozilla
9b33d5c808
Fix build warnings
2024-02-04 20:22:27 -03:00
Lactozilla
e7e54ef28c
Merge remote-tracking branch 'stjr/next' into http-download-port
2024-02-04 20:08:52 -03:00
Lactozilla
321415fd19
Rephrase
2024-02-04 20:08:49 -03:00
Lactozilla
b4beaa9f43
HTTP downloader port
2024-02-04 20:00:51 -03:00
sphere
c91fc082f9
Merge branch 'oldspecnightsrecordsfix' into 'next'
...
Fix hud_nightsrecords in old (multiplayer) special stages
See merge request STJr/SRB2!2191
2024-02-04 21:35:36 +00:00
sphere
fd92193f7e
Merge branch 'fix-slope-plane-distortion' into 'next'
...
Fix equation plane distortion
See merge request STJr/SRB2!2283
2024-02-04 21:33:17 +00:00
sphere
233949789e
Merge branch 'unlock-trigger-fix' into 'next'
...
Update unlockables before level load executors
See merge request STJr/SRB2!2289
2024-02-04 21:33:02 +00:00
Sally Coolatta
c6a68f69ce
Update unlockables before level load executors
...
Another issue that seems related to #1122
2024-02-04 01:22:11 -05:00
Sal
3bd53b6ca3
Merge branch 'fix-ingame-join' into 'next'
...
Fix netgame joining
See merge request STJr/SRB2!2288
2024-02-04 06:07:39 +00:00
Lactozilla
053a9fc2e2
Fix netgame joining
...
Regression introduced by !2279 .
2024-02-04 02:43:28 -03:00
Lactozilla
235bf724f0
Merge branch 'fix-sw-polyobject-interpolation' into 'next'
...
Interpolate polyobjects properly for the software renderer (resolves #950 )
Closes #950
See merge request STJr/SRB2!2284
2024-02-02 00:08:06 +00:00
sphere
bae687a1b9
Merge branch 'fix-slope-convex-sectors' into 'next'
...
Fix physics quirkiness on slopes with convex sectors
See merge request STJr/SRB2!2250
2024-01-30 22:38:56 +00:00
Lactozilla
41d9601018
Interpolate polyobjects properly for the software renderer
2024-01-30 18:57:24 -03:00
Lactozilla
c7c13e3372
Recalculate slope vectors at render time
2024-01-30 14:29:38 -03:00
Lactozilla
b15fca4d66
Fix line slopes
2024-01-30 14:05:01 -03:00
Lactozilla
1088310ae8
Replace FIXED_TO_DOUBLE and DOUBLE_TO_FIXED with FixedToDouble and DoubleToFixed
2024-01-30 00:00:35 -03:00
Lactozilla
8847cf77b4
Minor changes
2024-01-29 23:55:12 -03:00
Lactozilla
6180ddde32
Fix slope plane distortion
2024-01-29 22:08:22 -03:00
sphere
4649f3a46b
Merge branch '1173-next-moved-upnp-to-it-s-own-thread' into 'next'
...
Resolve "[NEXT] moved UPnP to it's own thread"
Closes #1173
See merge request STJr/SRB2!2263
2024-01-29 13:59:00 +00:00
sphere
225f085937
Merge branch 'optimize-batch-sorting' into 'next'
...
Optimize polygon sorting on batch renderer
See merge request STJr/SRB2!2253
2024-01-29 13:58:13 +00:00
sphere
4407b70fbb
Merge branch 'fix-ban-corruption' into 'next'
...
Fix bans by remote admins corrupting banlist
See merge request STJr/SRB2!2266
2024-01-29 13:57:09 +00:00
sphere
770bc934b1
Merge branch 'visit-unlockables-fix' into 'next'
...
Update & save unlockables when visiting a new map
Closes #1122
See merge request STJr/SRB2!2279
2024-01-29 13:55:43 +00:00
sphere
9e8020276f
Merge branch 'fix-3d-floor-skewtd' into 'next'
...
Fix 3D floor texture skewing
See merge request STJr/SRB2!2281
2024-01-29 13:55:40 +00:00
sphere
5a00859baa
Merge branch 'bouncy-nights-fixes' into 'next'
...
General NiGHTS Fixes
See merge request STJr/SRB2!2199
2024-01-29 13:55:25 +00:00
sphere
f6cd5ab13e
Merge branch 'fix-removed-viewmobj-segfault' into 'next'
...
Fix segfault when setting up view frame for a removed mobj
See merge request STJr/SRB2!2270
2024-01-29 13:53:59 +00:00
Lactozilla
1a63e72f5c
Fix #1183
...
- 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
2024-01-29 04:32:52 -03:00
Lactozilla
61701c3c53
Fix 3D floor texture skewing
2024-01-29 03:54:15 -03:00
Sally Coolatta
1e04896d3f
Update & save unlockables when visiting a new map
...
Resolves #1122
2024-01-26 15:37:38 -05:00
Lactozilla
36e64cb683
Merge branch 'fix-1177' into 'next'
...
Fix #1177
Closes #1177
See merge request STJr/SRB2!2268
2024-01-21 23:57:33 +00:00