193,326 Commits over 4,079 Days - 1.97cph!
Working on NPC pathing to drug sell areas as appropriate. Currently incomplete and slow
Local dynamic navmesh is now aware of when its overlapping a "prevent building" zone, and will increase it's navmesh fidelity when it is. Still a lot of work to do here to make it look good, but it's slightly better.
removed a bunch of attributes, added stamina (used by movement, jumping, melee)
Race mission now playable in single player mode
un-fuck fallbacks.vpk (merge)
Updated ASE to 1.1.0 dev 002
adding icon font
adding WIP attack info on unit panel
Better use of blank space in main menu on smaller resolutions
missing from last checkin
Added LOD materials to rocket factory prefabs
Rocket factory optimizations
Cheaper occluder
Less materials on LODs
Added cheaper LOD stages to some objects
Reduced number of materials on LODs
Cheaper materials on LODs
Added nav_local convar to allow console control over whether to use full dynamic navmesh generation at the start, or use a local navmesh per npc.
removed radiation, UI fuckery
GameHost now picks a random game mode each match
updated Control1 map to work again
Wrapped some editor functions so build works again
Custom build squad checker now works with new map DB
newly crated map files are now correctly flagged as dirty
squad loading
Rocket factory helicopter didnt cull - fixed
Slight quality of visuals tweaks on the Rocket at launchpad (was too degraded, popping)
changed mapName to mapID (string to int) in ProtoBuf and all references
map buttons now grab the map title
maps should now load from the provided map id instead of name (can't test this until I update squad loading too)
map type value is set in it's data file when the map is created
it's nearly working again...
Optimization pass - Reducing shader complexity and texture memory consumption on many environment assets LODs
Local dynamic navmesh now respect player distance when setting next update interval. If too far away the navmesh isn't updated at all.
Fixed back button issue on pause menu
Fixed Delete button in Load Game screen displaying "Save" as it's text instead of "Delete"
Fixed unit portrait animators being incorrectly aligned when first opening the unit detail view
fixed building placement physics checkbox not respecting building rotation