202,613 Commits over 4,171 Days - 2.02cph!
Work in progress on optimizing Alloc/Dealloc/GC-issues in DM and Unit+Senses.
Perceived/Known Units and Perceived/Known Smart Objects in Unit+Senses and DM are now optimized.
Known Smart Objects in Group+Knowledge is now optimized.
Added shaderwarmup convar (run with -shaderwarmup 0 to disable it)
Renamed warmupmode convar to assetwarmup (now only affects asset warmup, not shader warmup)
-Camera: Standard with B&W2 height adjustment plus fixes for running straight into a wall
-merged with main
-merged in new camera on main
Conventional Savas load fix.
KnownBuildings and misc touchups.
Savas loot tweaks. Quicker respawns.
Deleting and ignoring /.vs
Disabled shader warmup by default on OSX (run with -shaderwarmup 1 to enable it)
Added a construction tool+resource hut to the buildable hill on Savas KOTH.
* Removed RawConsoleCommand
* Added buildcubemaps, voice_ and some snd_ commands to blocked cvar list
* Removed the 8192 .lua file limit for singleplayer. ( The limit still exists for multiplayer )
* Updated net_graph to latest version
* Updated sv_log(sdir) to the latest version ( Thanks Ley )
* file.Remove no longer can delete any file on your PC in menu state ( Thanks Ley )
* Fixed physenv.AddSurfaceData only working once per map
* Added ENT:FireAnimationEvent( origin, angles, int event, string options ) for "anim" type entities - return true to prevent the event from being handled by engine
* Added ENT:HandleAnimEvent( event, eventtime, cycle, type, options ) for "anim" type entities
FOR FUCK SAKE factory asset/wip prefab room
Surrounding Units and Surrounding SmartObjects are now moved to the new fixed array approach.
Created a FixedArray class that handles all this fixed array stuff, letting us work safely with the arrays using IEnumerable (foreach, etc).
Added line of sight, closest point, distance and squared distance getters to BaseEntity (OBB-based)
Added deploy volume that uses the entity bounds for its placement check
First pass blood impact FX assets
Engine initialization, logging
VS projects
Set up server users and added admin commands.
Addon functionality start
▌▌▉▆▉▍ ▌ ▌▋▆█▆ ▄▌▌▄ ▊▇▊▌▌, ▋▌▍▆▇▇▅▌ ▊▆▄█▉ ▍▇▊▋▍█▇ ▆▄▋▍▌▉█
Owl directional flying anims
Added Vis class for spatial entity, collider and component queries
Added PoolAllocator (only supports lists for now)
DM decisions optimized (but not tested yet).
Water: white/black movement lines fix attempt