Commit graph

8380 commits

Author SHA1 Message Date
Alam Ed Arias
fc9cecc547 Do not printf size_t directly 2019-12-27 14:16:22 -05:00
Alam Ed Arias
7b6538a5d1 SpawnVertexSlopes() is only used inside the slopes code 2019-12-27 14:14:38 -05:00
Nev3r
2fb5eb843e Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-base 2019-12-15 19:12:28 +01:00
Nev3r
2248e910a5 Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-base 2019-12-15 19:11:54 +01:00
Nev3r
4a609b5eef Add barebones multitag lists. They are not yet used anywhere for now. 2019-12-15 18:35:17 +01:00
Nev3r
95c0b791b0 Terrible non-sloped flat scaling, based on the X component of the scaling for software renderer. 2019-12-15 17:59:28 +01:00
Nev3r
4dd39e4063 Prevent bleeding between different-scale planes in software renderer. 2019-12-15 17:36:28 +01:00
James R
1123b5debd Merge remote-tracking branch 'origin/master' into next 2019-12-14 15:28:25 -08:00
James R
4daf9666a2 Merge branch 'ripple2' into 'master'
Tilted ripple

See merge request STJr/SRB2!524
2019-12-14 17:52:54 -05:00
Jaime Passos
4d87bcca13 Move position of R_PlaneRipple in the file so this looks more organised 2019-12-14 19:50:40 -03:00
Jaime Passos
871ebef332 Merge remote-tracking branch 'origin/master' into ripple2 2019-12-14 19:36:54 -03:00
James R
14674223e8 Merge branch 'opengl-is-a-bad-renderer' into 'master'
OpenGL fixes

See merge request STJr/SRB2!519
2019-12-14 16:48:50 -05:00
James R
b121bc2b3b Merge branch 'fix-shield-hover' into 'next'
Stop characters from being able to activate their abilities when doing a shield ability!

See merge request STJr/SRB2!522
2019-12-14 16:48:12 -05:00
James R
64eb89fc56 Merge branch 'portalcullsector' into 'master'
Restore portal culling code that went gone by pure accident

See merge request STJr/SRB2!523
2019-12-14 16:47:51 -05:00
James R
e5714db75c Merge branch 'software-drawers-refactor' into 'master'
Optimize Software drawers

See merge request STJr/SRB2!533
2019-12-14 16:47:27 -05:00
James R
65a17a8f09 Merge branch 'customexitvars-rework' into 'next'
Rework G_SetCustomExitVars to allow skipstats 2

See merge request STJr/SRB2!534
2019-12-14 16:47:18 -05:00
Steel Titanium
b3d678a252 Merge branch 'master' into next 2019-12-14 16:44:56 -05:00
James R
c1d54007e4 Fix C90 error from NOHW 2019-12-14 13:30:10 -08:00
James R
2a22adaa60 Oops C90 2019-12-14 12:55:11 -08:00
Nev3r
bdc45633d1 Add native textmap vertex slope support. 2019-12-14 20:49:53 +01:00
Nev3r
163e8c7155 Software renderer support for per-walltexture scaling and offsetting. 2019-12-14 19:59:53 +01:00
Nev3r
eef43b4bda Add texture scale fields, per-texture offsetting fields and enable corresponding parsing. 2019-12-14 18:28:22 +01:00
Nev3r
8d7b05a58f Allow sprite roll to be set on mapthings. 2019-12-14 17:41:27 +01:00
Nev3r
c7dcb5fa83 ZB config touchups.
Fix mapthing flags and translations.
Disable unused features.
Moved some flags to special activations field.
Fixed obsolete names in line flags.
2019-12-14 16:06:17 +01:00
Nev3r
6fa8c7ee39 Provide a quick fix for the plane texture alignments in UDMF. 2019-12-14 16:01:26 +01:00
Nev3r
09f873a753 Fix flag reading oversight in textmap mapthings. 2019-12-14 16:00:47 +01:00
Nev3r
6160a34699 Merge branch 'master' of https://git.magicalgirl.moe/STJr/SRB2/ into udmf-base 2019-12-13 23:24:43 +01:00
Jaime Passos
4c13190b48 Merge remote-tracking branch 'origin/master' into software-drawers-refactor 2019-12-13 19:22:47 -03:00
Jaime Passos
7f092b884b Initialise the variable, obviously 2019-12-13 19:04:36 -03:00
Jaime Passos
a27a225a81 Remove SPANDRAWFUNC_MMX, as it's not needed anymore. 2019-12-13 19:02:36 -03:00
Steel Titanium
ad776e560c Rework G_SetCustomExitVars to allow skipstats 2 2019-12-13 16:36:33 -05:00
Nev3r
35feaa8e90 Moved some map loading functions to more convenient places. 2019-12-13 22:13:39 +01:00
Nev3r
c96778c4a5 Add mapthing scale support. 2019-12-13 20:41:04 +01:00
Jaime Passos
6720279969 Separate non-powers-of-two draw routines into its own file 2019-12-13 13:11:56 -03:00
Jaime Passos
fa58c1fb26 stuff 2019-12-13 12:26:47 -03:00
Nev3r
a7ef15e6f6 Make lines and sides use the mapload copies in P_NetArchiveWorld() too; do no longer use vres stuff there. 2019-12-13 14:00:13 +01:00
Nev3r
8e9388b4e9 Remove redundant netarchive-related sector vars as they're not used anymore.
Replace lump-based difference checks for sectors in P_NetArchiveWorld(), now it uses the mapload-created copy instead.
2019-12-13 13:45:15 +01:00
Nev3r
2ee3711caa Store a copy of sectors, lines and sides in memory so that P_NetArchiveWorld() can soon use them instead of relying on re-opening the original lumps.
Fix print type issue.
2019-12-13 13:43:22 +01:00
Nev3r
967616f1dd Disable writethings as it's not possible to use it currently. 2019-12-13 13:40:03 +01:00
Nev3r
b949c61fe0 Remove unused map recognition code. 2019-12-13 12:48:39 +01:00
Nev3r
09884f8476 Fix mixed declaration. 2019-12-13 12:46:51 +01:00
Nev3r
df03d5eeb4 Does what the previous commit said it did. 2019-12-13 12:30:05 +01:00
Nev3r
b629434ea2 Fix shadowing var declare, and fix mixed declaration warnings. 2019-12-13 12:28:41 +01:00
Nev3r
c649385f9a Fix more compile warnings... But why is subsector.numlines signed anyway? 2019-12-13 12:19:12 +01:00
Nev3r
0dccc26cfa Kill compile warnings. 2019-12-13 11:56:24 +01:00
Nev3r
0c3147eb4c Remove decorate-related line in the config, and fix the lump recognition. 2019-12-13 11:40:55 +01:00
Nev3r
10b1c9c4e9 Clean up BSP loading procedure a little. 2019-12-13 11:13:52 +01:00
Nev3r
a7c3464ed4 Fix epic hijack copypaste oversight on M_GetToken() 2019-12-13 11:07:54 +01:00
James R
14f4fa2e9c Merge branch 'tatsuru-amyhugfix' into 'next'
Make Amy only hug players at the same Z height

See merge request STJr/SRB2!521
2019-12-13 01:58:32 -05:00
James R
c415d80e19 Merge branch 'dashmode-shader' into 'master'
Add TC_DASHMODE color shader

See merge request STJr/SRB2!526
2019-12-13 01:58:18 -05:00