252,154 Commits over 3,959 Days - 2.65cph!
fix for chat bar selection issues
injure command is admin only
* Partially fixed ents.FindInCone ( Still need to figure out the angle argument )
* Added File.__tostring
* Added ConVar.__tostring
Melee trace uses a threshold to switch between the accurate best-hit trace and the inaccurate any-hit fallback
Updated skeleton damage multipliers
Melee weapons look for the best body part to deal damage to rather than just taking the first one they can find
Prefab mountain topology updates
▇ ▇▄▌▅█▍ ▇▉▌▆ ▉▌█▋▄█▇▍
▊█▊ █▉▉█ █▍▄▌ ▊▍▍▆ ▆▅▌▉▊▌█▊
Fixed a couple more unit collection issues
* Fixed face poser not posing the last flex on some models (GitHub)
* Fixed npc_grenade_frag creating new effects when picked up by gravity gun without deleting the old ones
Fixed UnitCollections not destroying themselves properly
added unique human sprint anims
human locomotions are correct speed for anim system
imported latest csv stats
Physics events handled by EntityPhysicsListener component, manually added and set up by those entities that require it.
Fixed regression that caused rocks to occasionally overlap roads
Removed unused html files
Moved some SO collider setup to SmartObject because reasons
Fixed ents.FindInSphere clientside working as ents.FindInBox
Fixed the problem with DTextEntry
check it before I wreck it
working on high poly beep truck. added side panel, refined bonnet, created bonet latch and hinge
Added a VERY shitty hack to stop buildingdefinitions references from getting lost!
EntityView physics events dont use er, events
Started splitting network and gamemanager functionality
Added mission status UI
AllowedSubscriptionCount calculated correctly
Move smartObject.AllowedSubscriptionCount incrament to InteractionPlan constructor
Deincrament suscription change
-leftCtrl + lmb on unit = selects gameobject in inspector
-Fixing SO not checking for max Subscriptions and InteractionPlan too.
last checkin was the wrong file, this is the real fix for in combat while running glitch on the human
fix for in combat while runing glitching
Press F1 to select the currently selected Unit's view gameobject
Debug select only control
Ground/world clicks deselect all entities not just units, duh
PlayerController entity selection fixes, event properties
Entity.OnSelect/OnDeselect bool set in base methods
Entity.Transform property rename for clarity
Player can select any entity in editor
Fixed compilation error in underwater.shader
EntityViewEditor for children