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
6cdaf24a27
Delete the last remnants of Doom Legacy's pic_t format
2024-02-19 21:57:10 -03:00
Lactozilla
fe2daf907b
Make the display of palette index 255 consistent between renderers
2024-02-19 21:49:22 -03:00
Lactozilla
7433137e98
Fix tint equation shader
2024-02-19 19:23:40 -03:00
Lactozilla
5a46f12c62
Merge branch 'next' into delete-unused-render-code
2024-02-19 19:20:48 -03: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
Lactozilla
07656de1d2
Delete old and unused rendering-related code
...
- Deleted view border code
- Deleted highcolor code
- Deleted pre-NEWCLIP code
- Deleted ylookup and columnofs
- Deleted the last remnants of con_clipviewtop and dc_hires
2024-02-18 22:11:22 -03:00
Logan Aerl Arias
08f1349985
Merge branch 'next' into rendercvars
2024-02-17 23:21:23 -05: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
6763aaefff
Merge branch 'next' into ogl-palette-rendering
2024-02-17 19:06:18 -05:00
Lactozilla
6e109be076
Fix #1193
2024-02-17 04:00:27 -03:00
Lactozilla
98ba396dbc
Fix issues related to texture scaling
2024-02-16 17:28:55 -03:00
Gustaf Alhäll
77e83ddebb
Add dedicated server build
2024-02-15 18:54:24 +01:00
Logan Aerl Arias
bf4efe968f
Merge branch 'patch-refactor' into 'next'
...
Patch and texture refactor
See merge request STJr/SRB2!2104
2024-02-12 04:48:36 +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
Alug
afa9b32408
compiler complains
2024-02-01 19:13:13 +01:00
Alug
e892cc1d4b
Fix FOFs with transferline flag and many linedefs randomly crashing
...
linenum could go out of bounds if you use more than 4 linedefs for such setup, hence making the game unable to retrieve textures and therefore crashing the games sometimes
many thanks to indev for helping me figuring this one out c:
2024-02-01 18:57:55 +01: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
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
Lactozilla
1d2ea9b046
Fix #1177
2024-01-17 20:02:50 -03:00
Logan Aerl Arias
a3b79056e9
Merge branch 'translations' into 'next'
...
ZDoom translations
See merge request STJr/SRB2!2190
2024-01-17 03:24:54 +00:00
Lactozilla
76c7dccd00
Delete old pic_t format from Doom Legacy
2024-01-16 15:54:29 -03:00
Lactozilla
72b63a1305
Merge branch 'next' into patch-refactor
2024-01-14 22:16:32 -03:00
Hanicef
e8706fa9e8
Check hash instead of each field when batching
2024-01-13 17:53:00 +01:00
Hanicef
ef4f2e71ad
Revert "Avoid batching skybox and horizon lines"
...
This reverts commit fc1e8fb52f88e56c6a32b3e7e643bc1356b507c8.
2024-01-13 17:53:00 +01:00
Gustaf Alhäll
71f326a152
Avoid batching skybox and horizon lines
2024-01-13 17:37:20 +01:00
Gustaf Alhäll
d5fe5586a0
Retain skybox and horizon line order
2024-01-13 17:37:20 +01:00
Gustaf Alhäll
636b3ab954
Optimize polygon sorting on batch renderer
2024-01-13 17:37:20 +01:00
Lactozilla
970a9d65dd
Merge branch 'next' into more-sprite2
2024-01-13 03:43:34 -03:00
Zwip-Zwap Zapony
9d718bc639
Fix single-sided sloped midtextures in OpenGL
2024-01-10 21:26:04 +01:00
Lactozilla
3e34c96165
Fix 3D floor sides not using the correct set of line flags
2024-01-09 14:14:49 -03:00
Lactozilla
0ffcf89c85
Merge branch 'next' into more-sprite2
2024-01-08 02:55:19 -03:00
Logan Aerl Arias
845df8f1df
Merge branch 'sector-portals' into 'next'
...
Sector portals
See merge request STJr/SRB2!2139
2024-01-08 03:28:43 +00:00
Logan Aerl Arias
3992e83e8f
Revert "Merge branch 'thokking-hell' into 'next'"
...
This reverts merge request !1551
2024-01-03 03:46:26 +00:00
Lactozilla
7fbd8f7025
Merge branch 'next' into more-sprite2
2024-01-02 22:09:17 -03:00
Lactozilla
b6e4771085
Merge branch 'next' into translations
2024-01-02 22:06:14 -03:00
Logan Aerl Arias
10b3c58a3d
Merge branch SRB2:next into ogl-palette-rendering
2024-01-02 00:00:11 +00:00
Logan Aerl Arias
4523364a40
Merge branch 'next' into ogl-palette-rendering
2024-01-01 18:22:35 -05:00
Logan Aerl Arias
487b0d22ed
Merge branch 'next' into raise-skin-limit
2024-01-01 16:55:04 -05:00
ChaoLoveIceMDBoy
e29085580c
OpenGL: Fix linedef type 10 not culling FOFs ( Closes #438 )
2024-01-01 19:48:47 +00:00
Logan Aerl Arias
0182973b4d
Merge branch 'interpolate-shield-spawning' into 'next'
...
Copy Interpolation to Shields and Overlays, Splitscreen Overlays
Closes #997
See merge request STJr/SRB2!1992
2024-01-01 15:10:24 +00:00
Logan Aerl Arias
07b0df0fba
Merge branch 'next' into sector-portals
2023-12-31 11:56:34 -05:00
Logan Aerl Arias
38dec322ba
Merge branch SRB2:next into interpolate-shield-spawning
2023-12-31 16:44:23 +00:00
Logan Aerl Arias
48d06337be
Merge branch SRB2:next into drawfill-transparency
2023-12-31 16:28:26 +00:00
Logan Aerl Arias
9b39493b42
Merge branch 'ogl-wireframe' into 'next'
...
Wireframe mode for OpenGL
See merge request STJr/SRB2!1644
2023-12-31 14:30:04 +00:00
Logan Aerl Arias
091a874514
Merge branch 'thokking-hell' into 'next'
...
New CA_THOK effect
See merge request STJr/SRB2!1551
2023-12-31 14:16:27 +00:00
Lactozilla
70e9e2bdb0
Merge branch 'next' into more-sprite2
2023-12-27 23:48:20 -03:00
Lactozilla
fd64fdfa34
Merge branch 'next' into sector-portals
2023-12-27 23:46:16 -03:00
sphere
55d257266d
Merge branch 'udmf-floor-ceiling-texture-scaling' into 'next'
...
Floor and ceiling texture scaling
See merge request STJr/SRB2!2221
2023-12-11 22:15:36 +00:00
sphere
c4526bc777
Merge branch 'udmf-texture-scaling' into 'next'
...
Wall texture scaling
See merge request STJr/SRB2!2031
2023-12-11 22:14:41 +00:00
Lactozilla
8e331f86bd
Merge branch 'next' into sector-portals
2023-11-30 19:01:54 -03:00
Lactozilla
1122373304
Merge branch 'next' into raise-skin-limit
2023-11-30 18:58:24 -03:00
Lactozilla
5f21befb09
Merge branch 'next' into translations
2023-11-30 18:54:36 -03:00
sphere
c7cae406b8
Merge branch 'lua-extracolormap' into 'next'
...
Lua colorlib: extracolormap support
See merge request STJr/SRB2!2093
2023-11-29 11:47:06 +00:00
sphere
bd3abec394
Merge branch 'fix-fov-aniso-not-saving' into 'next'
...
Fix anisotropic and FOV settings not saving
See merge request STJr/SRB2!2218
2023-11-29 11:20:02 +00:00
Lactozilla
0498c16cb6
Merge branch 'next' into raise-skin-limit
2023-11-26 23:08:13 -03:00
Lactozilla
badc122286
Merge branch 'next' into more-sprite2
2023-11-26 22:36:01 -03:00
Monster Iestyn
8d55cadbcf
Merge branch 'kill-hud-feetoffset' into 'next'
...
Fix offsetting of rotated sprites drawn in the HUD by Lua
See merge request STJr/SRB2!2171
2023-11-26 19:23:13 +00:00
Monster Iestyn
9989cbe3e3
Merge branch 'fix-segfault-polyvertex-null' into 'next'
...
Fix segfaults on some systems due to polyvertex being NULL
See merge request STJr/SRB2!2065
2023-11-26 00:17:33 +00:00
Lactozilla
6948537e9e
Initialize xscale and yscale
2023-11-24 13:49:44 -03:00
Lactozilla
89770d9821
Make sector texture offsets not scale
2023-11-24 13:44:20 -03:00
Lactozilla
3764ba3de0
Sector texture scaling, part 2
2023-11-24 02:17:59 -03:00
Lactozilla
2e4fab3f1a
Remove unneeded code from HWR_RenderPlane and HWR_RenderPolyObjectPlane
2023-11-24 01:29:43 -03:00
Lactozilla
c53fd6de16
Fix minor issues with 3D floor sides in OpenGL
2023-11-24 01:27:02 -03:00
Lactozilla
41cacd783b
Serialize new side fields
2023-11-23 21:56:18 -03:00
Lactozilla
ca4f7cc508
Correct OpenGL wall texture scaling
2023-11-23 21:43:18 -03:00
Lactozilla
b8cb4498db
Merge remote-tracking branch 'stjr/next' into udmf-texture-scaling
2023-11-23 16:12:16 -03:00
Lactozilla
a3e6b5e0fb
Merge remote-tracking branch 'stjr/next' into raise-skin-limit
2023-11-23 13:48:18 -03:00
Lactozilla
0a3f2ec4f8
Merge remote-tracking branch 'stjr/next' into lua-extracolormap
2023-11-23 13:38:31 -03:00
Gustaf Alhäll
e6dfeace84
Fix anisotropic and FOV settings not saving
2023-11-19 13:27:48 +01:00
Lactozilla
a60c55e866
Refactor this code into P_ApplySuperFlagToSprite2
2023-11-13 13:24:18 -03:00
Lactozilla
7bc86509c5
Simplify this
2023-11-13 13:19:46 -03:00
Lactozilla
0f0ee4d156
Fix P_GetStateSprite2
2023-11-12 22:52:17 -03:00
Lactozilla
7ed5e39b1f
'Fix' HWR_GetModelSprite2
2023-11-12 21:55:15 -03:00
Lactozilla
4408f4462e
Add 'sprite2' field to states
2023-11-12 21:46:49 -03:00
Lactozilla
376022f3d7
Merge remote-tracking branch 'stjr/next' into patch-refactor
2023-11-07 00:56:28 -03:00
Lactozilla
879ac8dcd5
Merge remote-tracking branch 'stjr/next' into translations
2023-11-06 22:58:25 -03:00
Lactozilla
62f3454268
Reduce code duplication
2023-10-31 16:26:51 -03:00
Lactozilla
19f2535403
OpenGL: Ensure linked objects inherit translation in certain situations
2023-10-31 15:50:25 -03:00
SteelT
0c2665f3d7
Merge branch SRB2:next into rendercvars
2023-10-31 02:23:09 +00:00
Krabs
d6a0006b75
Merge branch 'combine-dupx-and-dupy' into 'next'
...
Combine vid.dupx and vid.dupy
See merge request STJr/SRB2!1118
2023-10-30 04:38:52 +00:00
Zwip-Zwap Zapony
cd6cd53959
Combine vid.dupx and vid.dupy
2023-10-30 04:38:51 +00:00
Lactozilla
6de7fc3223
Add 'translation' object property
2023-10-29 23:34:18 -03:00
Logan Arias
2dcf845c7c
Merge branch SRB2:next into blue-spring-balls
2023-10-29 18:23:50 +00:00
Alam Ed Arias
a79c80af6c
Merge branch 'master' into rendercvars
2023-10-28 23:06:06 -04:00
Alam Ed Arias
0c49144c72
Merge branch 'master' into udmf-texture-scaling
2023-10-28 21:35:35 -04:00
Alam Ed Arias
4398d3e104
Merge branch 'master' into ogl-wireframe
2023-10-28 20:43:08 -04:00
Alam Ed Arias
49d9619192
Merge branch 'master' into raise-skin-limit
2023-10-28 18:09:42 -04:00
Alam Ed Arias
19a1e4f67d
Merge branch 'master' into ogl-palette-rendering
2023-10-27 14:47:35 -04:00
Alam Ed Arias
f5859c3480
Merge branch SRB2:next into blue-spring-balls
2023-10-25 19:41:36 +00:00
Alam Ed Arias
d0cb7707e3
Merge branch SRB2:next into thokking-hell
2023-10-25 19:40:02 +00:00
Alam Ed Arias
f3ad50e654
Merge branch SRB2:next into drawfill-transparency
2023-10-25 19:24:23 +00:00
Alam Ed Arias
3f29140ecb
Merge branch SRB2:next into fix-segfault-polyvertex-null
2023-10-25 18:21:13 +00:00
Alam Ed Arias
9b1374359b
Merge branch SRB2:next into interpolate-shield-spawning
2023-10-25 18:12:55 +00:00
Alam Ed Arias
0fb1c64338
Merge branch 'next' into sector-portals
2023-10-25 14:11:58 -04:00
Alam Ed Arias
dea519637a
Merge branch 'next' into lua-extracolormap
2023-10-23 14:49:44 -04:00
Alam Ed Arias
bd9aa75f8a
Merge branch 'next' into kill-hud-feetoffset
2023-10-23 14:45:49 -04:00