Lactozilla
0292e0e1f6
Fix build error
2024-02-19 23:02:49 -03:00
Lactozilla
467cc59c64
Only I_Error in HWR_GetTexture with PARANOIA
2024-02-19 22:55:45 -03:00
Lactozilla
fe2daf907b
Make the display of palette index 255 consistent between renderers
2024-02-19 21:49:22 -03:00
SteelT
6bcbf658de
Merge branch 'ogl-palette-rendering' into 'next'
...
OpenGL palette rendering and related things
See merge request STJr/SRB2!1516
2024-02-19 21:42:20 +00:00
SteelT
91980907b9
Merge branch 'next' of https://git.do.srb2.org/STJr/SRB2 into ogl-palette-rendering
2024-02-19 16:04:47 -05:00
sphere
7a3d88fcc6
Merge branch 'fix-translucent-pixels-on-transparent-pixels' into 'next'
...
Fix translucent pixels being visible on empty pixels
See merge request STJr/SRB2!2335
2024-02-19 13:35:13 +00:00
sphere
af08930232
Merge branch 'issue1150' into 'next'
...
Issue1150
See merge request STJr/SRB2!2334
2024-02-19 13:32:44 +00:00
sphere
6d645acbc8
Merge branch 'fix-1193' into 'next'
...
Fix #1193
Closes #1193
See merge request STJr/SRB2!2330
2024-02-18 14:42:42 +00:00
sphere
ada6c43c52
Merge branch 'issue1181' into 'next'
...
This was nothing more crazy than a buffer wraparound.
See merge request STJr/SRB2!2327
2024-02-18 14:40:25 +00:00
Logan Aerl Arias
3bf764f2cc
Merge branch 'issue1111' into 'next'
...
Update objectplace to ignore float argument and handle ZABSOLUTE
Closes #1111
See merge request STJr/SRB2!2338
2024-02-18 06:29:09 +00:00
Arthur
f51f9f63f0
Update objectplace to ignore float argument and handle ZABSOLUTE
2024-02-17 22:48:31 -05:00
Logan Aerl Arias
ea4ad871b6
Merge branch 'fix-upnp-add' into 'next'
...
Fix UPnP port mapping not working
See merge request STJr/SRB2!2333
2024-02-18 01:22:25 +00:00
Logan Aerl Arias
cd04c90a8a
Merge branch 'fix_softlock' into 'next'
...
dc_texheight must be (INT64) to prevent overflow and rendering softlock
See merge request STJr/SRB2!2323
2024-02-18 01:21:04 +00:00
Logan Aerl Arias
9fb7b9026e
Merge branch 'rename-gr_allowclientshaders' into 'next'
...
Rename gr_allowclientshaders to gr_allowcustomshaders
See merge request STJr/SRB2!2319
2024-02-18 01:19:35 +00:00
Logan Aerl Arias
4109f7168b
Merge branch 'fix-motd-not-being-sent' into 'next'
...
Fix MOTD not being sent to players on first join
Closes #1194
See merge request STJr/SRB2!2317
2024-02-18 01:14:13 +00:00
Logan Aerl Arias
585ec0752e
Merge branch 'propercheats' into 'next'
...
Make the Cheats Command Reflect UsedCheats
See merge request STJr/SRB2!2160
2024-02-18 01:09:42 +00:00
Logan Aerl Arias
8bffe3e3a7
Merge branch 'fix-mobj-thinker-reference-corruption' into 'next'
...
Fix faulty references when spawning mobjs
See merge request STJr/SRB2!2126
2024-02-18 01:02:42 +00:00
Logan Aerl Arias
d895ff88f9
Update hw_batching.c
...
HWR_ProcessPolygon()'s shader parameter was renamed to shader_target
2024-02-17 19:53:25 -05:00
Logan Aerl Arias
9c85ccc820
Update hw_main.c
...
cv_fovchange was moved from hw_main.c to r_main.c
cv_glallowshaders was moved from hw_main.c to d_netcmd.c
2024-02-17 19:52:22 -05:00
Logan Aerl Arias
2d17c75165
Update r_defs.h
...
add back pic_t
2024-02-17 19:50:52 -05:00
Logan Aerl Arias
6763aaefff
Merge branch 'next' into ogl-palette-rendering
2024-02-17 19:06:18 -05:00
Lactozilla
719169a625
R_GenerateTexture: Fix translucent pixels being visible on empty pixels
2024-02-17 16:51:16 -03:00
Arthur
d3d210b3ca
Merge branch 'issue1150' of https://git.do.srb2.org/SSNTails/SRB2 into issue1150
2024-02-17 14:12:54 -05:00
Arthur
94c1ab7de2
Use floorz/ceilingz
2024-02-17 14:12:39 -05:00
SteelT
8962355d6c
Fix UPnP port mapping not working
...
Despite UPNP_AddPortMapping returning sucess status, no port mapping would actually be added at all. And that's due to a memset call in the middle of the function.
Wiping the IGDdatas struct, moving the memset to the start of the function fixes it and a port mapping is actually created/removed when a server is started/stopped.
2024-02-17 13:04:29 -05:00
sphere
a5bf4a5b8f
Merge branch 'fix-user-agent-string' into 'next'
...
Fix version text in UA string
See merge request STJr/SRB2!2324
2024-02-17 16:30:21 +00:00
sphere
706274623d
Merge branch 'issue1185' into 'next'
...
Don't forget to check for dead dontdrawforviewmobjs!!
See merge request STJr/SRB2!2325
2024-02-17 16:30:07 +00:00
Lactozilla
6e109be076
Fix #1193
2024-02-17 04:00:27 -03:00
Arthur
7c257dc765
This was nothing more crazy than a buffer wraparound.
2024-02-16 19:47:15 -05:00
SSNTails
a94a0b9a47
Don't forget to check for dead dontdrawforviewmobjs!!
2024-02-16 16:24:39 -05:00
Lactozilla
3bcd19476c
Fix version text in UA string
2024-02-16 16:46:42 -03:00
Arthur
532abf9279
dc_texheight must be (INT64) to prevent overflow and rendering softlock
2024-02-16 12:48:28 -05:00
SteelT
8f9b57df0a
Rename gr_allowclientshaders to gr_allowcustomshaders
2024-02-15 15:53:42 -05:00
Logan Aerl Arias
2747e30f8c
Merge branch 'dedicated-server-build' into 'next'
...
Add dedicated server build
See merge request STJr/SRB2!2246
2024-02-15 18:07:32 +00:00
Hanicef
de66e055a7
Fix keyboard input via console
2024-02-15 18:56:25 +01:00
Hanicef
6218f85658
Add I_GetSysName to dedicated build
2024-02-15 18:54:24 +01:00
Hanicef
27cf39dd54
Prevent recursion into quit functions
2024-02-15 18:54:24 +01:00
Alam Ed Arias
aa8fa149a7
GitLab CI: need libpng to read PNG textures, even for DEDICATED builds
2024-02-15 18:54:24 +01:00
Alam Ed Arias
00d1cbfd2a
Revert "Update dedicated.mk
"
...
This reverts commit a5ef42476fa8b9d96509739be9b16528fce038f5.
Also, undo the DOS EOL
2024-02-15 18:54:24 +01:00
Logan Aerl Arias
a44cb494a7
Update dedicated.mk
...
remove the need for libPNG in dedicated server build
2024-02-15 18:54:24 +01:00
Logan Aerl Arias
ea66bffc6b
made "Alpine 3 GCC Dedicated" build
2024-02-15 18:54:24 +01:00
Logan Aerl Arias
e5637e2946
change name of binary in dedicated server build to lsrb2d
2024-02-15 18:54:24 +01:00
Logan Aerl Arias
4f2879f31b
Update .gitlab-ci.yml file
...
The Alpine 3 GCC build job now does the dedicated server build
2024-02-15 18:54:24 +01:00
Hanicef
c4b076ea1b
Fix compiler warning on Windows
2024-02-15 18:54:24 +01:00
Hanicef
97abc19182
Pass -mconsole on MinGW build
2024-02-15 18:54:24 +01:00
Hanicef
41975f4f40
Force NOGME=1 on dedicated build
2024-02-15 18:54:24 +01:00
Hanicef
3ca9ce2842
Avoid needing SDL=0 when building dedicated
2024-02-15 18:54:24 +01:00
Hanicef
f2a9a81786
Fix Windows build
2024-02-15 18:54:24 +01:00
Gustaf Alhäll
28f196ad3e
Fix potential deadlock when using cond
2024-02-15 18:54:24 +01:00
Gustaf Alhäll
77e83ddebb
Add dedicated server build
2024-02-15 18:54:24 +01:00