248,703 Commits over 3,959 Days - 2.62cph!

9 Years Ago
Misc minor fixes.
9 Years Ago
GamePhysics uses lists
9 Years Ago
Removed old player flags
9 Years Ago
Make sure we don't instanciate PerceivedSmartobjectData or PerceivedUnitData more than once per index of the FixedArrays, and only on demand. After that, we just replace the internals.
9 Years Ago
Player flags are set.
9 Years Ago
▄▆█▉▇▉▋ ▋▇▍▍▅▆▄
9 Years Ago
fixed bad string formatting in Group+Knowledge
9 Years Ago
Fixed potential NREs in InteractionPosition
9 Years Ago
We no longer sort the decisions best to worst, but rather ask DM for best decision.
9 Years Ago
Merged from GC optimization branch to main.
9 Years Ago
Config attribute hookup
9 Years Ago
HitInfo has GetEntity extension method that resolves batched colliders
9 Years Ago
Agents that are Units actually store unit properly (well, semi-properly) now in DM.
9 Years Ago
GameTrace resolves batched colliders
9 Years Ago
Cleaning, Progress
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Don't reallocate player lists every frame in PatrolHelicopterAI
9 Years Ago
Clamp graphics.af between 1 and 16
9 Years Ago
NRE handling
9 Years Ago
Managed.Addon and Managed.Common
9 Years Ago
Collider batches cache their member's bounds, use them for closest point checks (fixes stability issue)
9 Years Ago
Updated framework to coreclr-win-x86.1.0.0-beta8-15618
9 Years Ago
Hopefully fixes those two Savas crates that don't seem to respawn.
9 Years Ago
Blood....so much BLOOD.
9 Years Ago
Addon domain loading
9 Years Ago
Merged from main
9 Years Ago
Water: white/black movement lines fix attempt
9 Years Ago
Some minor fixes.
9 Years Ago
Addon compiling
9 Years Ago
more blood stuff
9 Years Ago
Bullet entry wound decal
9 Years Ago
HumanMale updates
9 Years Ago
DM decisions optimized (but not tested yet).
bot
9 Years Ago
LinuxDS Build 785
9 Years Ago
Added Vis class for spatial entity, collider and component queries Added PoolAllocator (only supports lists for now)
9 Years Ago
Owl directional flying anims
bot
9 Years Ago
Linux Build 808
bot
9 Years Ago
OSX Build 946
bot
9 Years Ago
Windows Build 668
9 Years Ago
▌▌▉▆▉▍ ▌ ▌▋▆█▆ ▄▌▌▄ ▊▇▊▌▌, ▋▌▍▆▇▇▅▌ ▊▆▄█▉ ▍▇▊▋▍█▇ ▆▄▋▍▌▉█
9 Years Ago
Addon functionality start
9 Years Ago
creating lava court cogs
9 Years Ago
Set up server users and added admin commands.
9 Years Ago
Engine initialization, logging VS projects
9 Years Ago
First pass blood impact FX assets
9 Years Ago
Added deploy volume that uses the entity bounds for its placement check
9 Years Ago
Added line of sight, closest point, distance and squared distance getters to BaseEntity (OBB-based)
9 Years Ago
Created a FixedArray class that handles all this fixed array stuff, letting us work safely with the arrays using IEnumerable (foreach, etc).