1623 Commits

Author SHA1 Message Date
Marvin D
6e42f18ed9 PakProcessGuidRelationsForAsset rebuilt
Some unknown fields are still present.
Structs and some naming credits to @r-ex
2022-10-30 20:17:50 +01:00
Kawe Mazidjatari
bc361c7c85 Fix texture streaming debug overlay bug
Fix bug where we did not log the actual total streaming texture memory.
2022-10-30 10:18:22 +01:00
Kawe Mazidjatari
196bf4c2b3 Logging code cleanup
* Change qualifiers for some types (make const, static const, etc..).
* Renamed 'CNotifyText' to 'CTextNotify'.
* Renamed 's_LogMutex' to 'g_LogMutex' (mutex was not static).
2022-10-30 10:08:14 +01:00
Kawe Mazidjatari
3eadb1ed93 Make const
No modification is performed.
2022-10-29 00:01:10 +02:00
Kawe Mazidjatari
9c440e1e68 Overlay log system cleanup
* Use single static buffer instead of each overlay having its own (its only used in the material system thread).
* Improved readability by using ternary operators and c++ style casts.
2022-10-26 01:55:36 +02:00
Amos
255de2dd3b Add 'gl_rmain.h/cpp' to the client dll project 2022-10-24 11:10:15 +02:00
Kawe Mazidjatari
b5b56c83ea CAI_Utility::DrawAIScriptNetwork: light cleanup 2022-10-24 00:52:32 +02:00
Kawe Mazidjatari
62f0e2aaf0 Removed extraneous string copy constructor in CMDLCache::FindMDL
Removed extraneous copy constructor, and added const qualifier to string 'svStudio'.
2022-10-24 00:51:47 +02:00
Kawe Mazidjatari
3b5428051c CConsole cleanup and optimizations
* Add const qualifier to method 'GetHistory'.
* Acquire mutex lock at the start of new method 'RemoveLog'.
2022-10-24 00:50:07 +02:00
Marvin D
b689a2f618 CEngineTrace adjustments @r-ex 2022-10-23 23:47:27 +02:00
Marvin D
6a91e3c7e8 playlist indent 2022-10-23 01:28:10 +02:00
Marvin D
136ac06b7c ClipTransform, ScreenTransform (W2S) 2022-10-23 01:20:49 +02:00
Kawe Mazidjatari
f0f6a096b8 Final header files rename from sample -> editor 2022-10-22 22:55:22 +02:00
Kawe Mazidjatari
6ef89a19ba Final sample -> editor rename 2022-10-22 22:51:39 +02:00
Kawe Mazidjatari
9289356794 Rename "Sample" enumerants to "Editor" 2022-10-22 22:51:39 +02:00
Kawe Mazidjatari
61ff7e5079 Remane NavMesh "Sample" files to "Editor" 2022-10-22 22:51:39 +02:00
Kawe Mazidjatari
28299b4c59 NavMesh rename from "Sample" to "Editor"
This commit only contains a rename, the logic has not been modified.
Renamed everything named "Sample" to "Editor" as its no longer a sample.
2022-10-22 22:34:47 +02:00
Kawe Mazidjatari
edd1c62352 Change vperpXZ to vperpXY 2022-10-22 21:59:57 +02:00
Kawe Mazidjatari
8709a256d9 Use closestPointOnPoly instead of getPolyHeight in dtNavMeshQuery::findRandomPoint 2022-10-22 21:59:57 +02:00
Kawe Mazidjatari
56dd3802f8 Recast & Detour XZY left overs to XYZ
Height should be set on the z axis.
2022-10-22 21:47:07 +02:00
Kawe Mazidjatari
73866c860b Merge branch 'master' into indev 2022-10-21 22:12:38 +02:00
Kawe Mazidjatari
2dcae7b161
Merge pull request #90 from kralrindo/master
update playlist
v2.2_rc2
2022-10-21 22:12:02 +02:00
Kawe Mazidjatari
6f66b3fb31 Merge branch 'indev' into master 2022-10-21 22:02:23 +02:00
Kawe Mazidjatari
02fb1a3571 Add new cvar for logging missing materials
The behavior has been changed; when a material is missing and bComplain is false, nothing gets printed to the console unless 'mat_alwaysComplain' is nonzero.
2022-10-21 21:51:56 +02:00
Kawe Mazidjatari
bf9f758a98 Update version gate (VGameSDK007)
New content will break older servers and clients
2022-10-21 21:51:24 +02:00
Kawe Mazidjatari
fea176eff2 CBrowser: light cleanup 2022-10-21 21:51:24 +02:00
Kawe Mazidjatari
717a081318 Update comment in CAI_Utility::DrawNavMeshBVTree 2022-10-21 21:49:26 +02:00
Kawe Mazidjatari
5cfcc12ba5 Add new cvar for logging missing materials
The behavior has been changed; when a material is missing and bComplain is false, nothing gets printed to the console unless 'mat_alwaysComplain' is nonzero.
2022-10-21 21:49:10 +02:00
Kawe Mazidjatari
bcd379ecbf Update version gate (VGameSDK007)
New content will break older servers and clients
2022-10-21 21:29:25 +02:00
Kawe Mazidjatari
b97176a04b CBrowser: light cleanup 2022-10-21 21:28:51 +02:00
Kawe Mazidjatari
0f920ff602 Update comment in CAI_Utility::DrawNavMeshBVTree 2022-10-21 21:27:37 +02:00
kralrindo
8d005ee93c update playlist 2022-10-21 18:47:47 +03:00
Kawe Mazidjatari
e43da9ee61 Format playlist 2022-10-20 20:03:28 +02:00
Kawe Mazidjatari
bd44caa11d Merge pull request #89 from kralrindo/master
update playlist
2022-10-20 20:03:08 +02:00
Kawe Mazidjatari
bc1c922f96 Format playlist v2.2_rc1 2022-10-20 20:00:57 +02:00
Kawe Mazidjatari
331dcb7531
Merge pull request #89 from kralrindo/master
update playlist
2022-10-20 19:58:56 +02:00
kralrindo
34b6275f9a
Merge branch 'Mauler125:master' into master 2022-10-20 20:20:31 +03:00
kralrindo
c0ce950ded update playlist 2022-10-20 20:20:03 +03:00
Kawe Mazidjatari
0871cba9d7 Add mp_rr_arena_skygarden to navmesh build system 2022-10-20 17:05:20 +02:00
Kawe Mazidjatari
698cc457fd Add mp_rr_arena_skygarden to navmesh build system 2022-10-20 17:05:10 +02:00
Kawe Mazidjatari
d2ab5b8d38 Merge pull request #88 from kralrindo/master
update playlist
2022-10-20 16:57:37 +02:00
Kawe Mazidjatari
0e5073d5e4 Update playlists_r5_patch.txt
Use regular beta watermark version
2022-10-20 16:57:37 +02:00
kralrindo
991c0cacc3 update playlist 2022-10-20 16:57:37 +02:00
Kawe Mazidjatari
1bafc3c75c Add mp_rr_arena_skygarden to VPK build system 2022-10-20 16:55:42 +02:00
Kawe Mazidjatari
bf9fc9862c
Merge pull request #88 from kralrindo/master
update playlist
2022-10-20 16:55:10 +02:00
Kawe Mazidjatari
207f400d49
Update playlists_r5_patch.txt
Use regular beta watermark version
2022-10-20 16:54:41 +02:00
kralrindo
bd81b66ce6 update playlist 2022-10-20 17:35:03 +03:00
Kawe Mazidjatari
f3f97339d1 Improve playlist formatting 2022-10-20 16:24:46 +02:00
Kawe Mazidjatari
63e50ec2ae Merge pull request #87 from kralrindo/master
add volt and sentinel into playlist
2022-10-20 16:21:59 +02:00
kralrindo
3642951bea add volt and sentinel into playlist 2022-10-20 16:21:59 +02:00