Diavolo
89165a96b4
[Dvar] Use set raw method on dvars by default
2021-08-29 17:41:21 +02:00
Louvenarde
af9bb8b805
Added DLC#9 (Classics pack 3)
2021-08-16 18:53:33 +02:00
rackover
a2c8705868
Do not overwrite a techniqueset with another, the game really doesn't like taht
2021-04-06 21:16:44 +02:00
rackover
aa9f98b0e7
Fix warnings, fix post-rebase issues
2021-04-05 18:13:00 +02:00
rackover
bb979639d6
Hook triggers
2021-04-05 17:25:47 +02:00
INeedBots
5f887a0364
[Maps] Download DLC by opening link
2020-12-09 14:57:01 -06:00
Joelrau
272addfd4f
[Maps] Changed dvar 'r_specularCustomMaps' default value to false
2020-09-02 13:02:41 +02:00
Joelrau
7a85eb9c9c
[Maps] Added dvar 'r_specularCustomMaps'
...
+ dvar 'r_specularCustomMaps' (Allows shaders to use phong specular lighting on custom maps)
2020-09-02 13:02:41 +02:00
Maurice Heumann
dd42a06151
[MapDump] Introduce proper map dumping
2019-12-28 14:35:00 +01:00
RektInator
530d773d49
[Zones] Added support for FF version 448, 460, 461
2019-10-02 08:08:11 +02:00
momo5502
4fa89722a2
[General] Use const string references
2018-12-17 15:34:28 +01:00
momo5502
077d798e6b
[Maps] Set download delay to 10 seconds
2018-11-25 23:19:21 +01:00
momo5502
41df24f249
[Maps] Add normal indices to face definitions
2018-11-21 23:22:20 +01:00
momo5502
4da5be8422
[Maps] Dump vertex normals to wavefront objects
2018-11-21 23:18:24 +01:00
momo5502
3a9d8da1f1
[Maps] Fix map dumping
2018-11-19 20:35:25 +01:00
momo5502
33a8baa9b5
[Game] Adapt to correct structures
2018-05-09 14:33:52 +02:00
momo5502
7ca3b49f1e
[Game] Fix structure changes
2018-05-09 12:04:20 +02:00
momo5502
390418e34e
[Download] Correctly download maps from lobby servers
2017-07-12 19:36:18 +02:00
momo5502
c3dc8814eb
[AssetHandler] Move asset related reallocations
2017-06-21 21:14:00 +02:00
momo5502
08bc848267
[General] Small code fixes and optimization
2017-06-14 20:53:54 +02:00
momo5502
fe3e37347d
[Scheduler] Distinguish between dedi and client interface
2017-06-01 10:25:13 +02:00
momo5502
7dbfdb8a79
[Scheduler] Fix errors
2017-05-31 16:09:41 +02:00
momo5502
991056b362
[Maps] Check map hash and redownload when different
2017-05-30 21:49:13 +02:00
momo5502
2760e57c97
[Maps] Reenable distortion on custom maps
...
Distortion bugs should be fixed now
2017-05-30 19:23:06 +02:00
momo5502
db2adce865
[Maps] Disable speculars on custom maps
2017-05-29 20:43:15 +02:00
momo5502
144874d36b
[Materials] Don't compare remapped techniques
2017-05-28 22:21:26 +02:00
momo5502
df2dd13b1d
[Maps] Make sure techsets are clean when sorting materials
2017-05-28 18:13:48 +02:00
momo5502
345c8e5a98
[Maps] Delay material sorting
2017-05-27 20:50:22 +02:00
momo5502
692c80bf98
[Maps] Don't wait for the entire database, just glass data
...
This actually allows the thread to continue and this 'fixes' the
material crash for custom maps. The Material_Sort function requires
something our thread seems to compute. I haven't had a deep look into it,
as for now this fix works, but for the future, a real fix is needed!
2017-05-27 19:22:56 +02:00
momo5502
8076deeb91
[Maps] Temporarily disable distortion warnings
2017-05-27 17:26:12 +02:00
momo5502
7dd6ff0fe2
[Download] Optimize map download
2017-05-25 20:18:20 +02:00
momo5502
997165d012
[Maps] Temporarily disable distortion for custom maps
2017-05-01 14:57:17 +02:00
momo5502
2c9a051aad
[ZoneBuilder] Enumerate XAssetEntries instead of logging them
2017-05-01 13:08:34 +02:00
momo5502
93e65b4767
[General] Fix issues for vs17 compatibility
2017-04-28 14:18:28 +02:00
momo5502
1e617dc299
[Maps] Add model debug code
2017-04-24 21:13:54 +02:00
momo5502
34df306212
[IMaterial] Add mapping for fx materials
2017-04-20 21:27:38 +02:00
momo5502
dbe0af988f
[IGfxWorld] Test pointer duplication
2017-04-18 19:28:00 +02:00
momo5502
85d519b7b0
[Maps] Disable model sorting until it's fixed
2017-04-16 14:29:35 +02:00
momo5502
c03268347a
[Maps] Only load usermaps iwd if available
2017-04-09 18:27:58 +02:00
momo5502
8b22a1ff70
[Maps] Load map specific arena files
2017-04-08 15:32:51 +02:00
momo5502
0e56b345d8
[Maps] Ignore cull distance for frustum calculation
2017-04-07 22:07:44 +02:00
momo5502
0a00ceef9e
[Maps] Download missing map on map rotation
2017-04-07 21:37:01 +02:00
momo5502
8bb3c1deca
[Maps] Implement support for usermaps
2017-04-06 22:22:30 +02:00
momo5502
4d641ad567
[Maps] Better custom map detection
2017-04-03 22:07:49 +02:00
momo5502
0a8f0e5f70
[Maps] Add r_disableModelWorkaround
2017-03-30 17:56:06 +02:00
momo5502
deaf269808
[General] Fix compiler warnings
2017-03-30 14:05:37 +02:00
momo5502
185ea56f72
[Functions] Fix debug line
2017-03-29 16:44:05 +02:00
momo5502
41fef13272
[Maps] Use angle to calculate model visibility
2017-03-28 17:34:39 +02:00
momo5502
e7b70b4bd7
[Maps] Correct if both vectors are null
2017-03-28 17:18:39 +02:00
momo5502
4cd6d5502d
[Maps] Optimize forward model calculation using glm
2017-03-28 17:16:11 +02:00