Commit Graph

15 Commits

Author SHA1 Message Date
Marco Cawthorne 028f1ae2a0
patchDef2WS now is always treated as fixed, as it should be 2022-03-26 21:49:31 -07:00
Marco Cawthorne 11b15aec3d
Rip out indexmap, legacyTerrain code that is broken since we abuse vertex
colors for more interesting things now.
2021-11-01 23:59:54 +01:00
Marco Cawthorne 99aebfc57b vmap: Simplify the last commit, by giving us what's basically areascale
for individual surfaces. (vmap_surfaceLightDistance and areascale for
light_surface)
2021-08-28 14:46:03 +02:00
Marco Cawthorne c5bfadcf1a vmap: Added vmap_lightLinear, added vmap_lightLinearFade, plus light_surface
can now check for spawnflags 1 and has a valid 'fade' key value.
2021-08-28 13:44:15 +02:00
Marco Cawthorne de441e71fa Run uncrustify over the codebase. 2021-08-04 22:23:18 +02:00
Marco Cawthorne 90d3f523bb vmap: patches will now be affected by func_detail_illusionary as well. 2021-07-09 08:04:30 +02:00
Marco Cawthorne cea3bc68d9 vmap: Fix broken implementation of func_detail_illusionary 2021-07-08 23:43:59 +02:00
Marco Cawthorne b67ea9efd7 Minimize the compiler flags we have to pass by removing the VERSION stuff 2021-06-05 17:43:12 +02:00
Marco Cawthorne af91433555 Destroy the cmake dependency. 2021-06-02 12:31:03 +02:00
Marco Cawthorne 6e06c8c301 Add option to disable the building of vmap. 2021-01-16 19:30:10 +01:00
Marco Cawthorne c50162e8b7 vmap: Read .mat files directly instead of relying on shaderlist.txt files
and massive .shader dumps.
2020-12-12 18:59:40 +01:00
Marco Cawthorne 7f2d9153e2 Dropped support for the RtCW lighting model (linear only). You can still
mark select lights as linear if you please.
2020-12-07 18:58:58 +01:00
Marco Cawthorne 4891ea16f8 Delete -cpma light flag. As we cannot support it. -slow is now replacing
the -fast flag that should really be the default.
2020-12-07 17:02:57 +01:00
Marco Cawthorne a29edbe997 Get rid of -flares and -noflares. As you should really use the game-logic
for client-side effects like this.
2020-12-07 16:20:32 +01:00
Marco Cawthorne 600a90924e Initial commit 2020-11-17 12:16:16 +01:00