241,030 Commits over 3,867 Days - 2.60cph!

9 Years Ago
Added server.description convar Added common server tags + rules
9 Years Ago
Server browser cleanups
9 Years Ago
game_scenes
9 Years Ago
DM Cleanup to deal with BehaviourPlan in place of Interaction or Ability specifically Idle Behaviours now use Ability Organising scenes a bit, only scenes in /Scenes/Game Build will get added to build settings and the game_scenes config file
9 Years Ago
UI background blur Server info popup
9 Years Ago
AgentSettings store InteractionSettingsWrapper for IdleBehaviours
9 Years Ago
Fixed NRE on AgentSettingsEditor
9 Years Ago
added left_arm wounded looping animations fixed the thompson and ak47 3rd person attack animations (they line up better with the point of aim) tweaked the 3rd person beartrap animation
9 Years Ago
Scene files.
9 Years Ago
FOR FUCK SAKE interior floor asset/ cleaning
9 Years Ago
Renamed ScriptableObjectExt to DataAsset AssetName property + NameOverride field in DataAsset
9 Years Ago
StatName returns formatted asset name or override (should be moved to base ScriptableObjectExt
bot
9 Years Ago
Linux Build 760
9 Years Ago
News source
bot
9 Years Ago
OSX Build 899
bot
9 Years Ago
LinuxDS Build 733
bot
9 Years Ago
Windows Build 620
9 Years Ago
* Added hud_fastswitch & cl_downloadfilter to blocked convar list * Entity.SetSubMaterial now errors when given wrong arguments * Added Entity.GetEffects() * Added Entity.GetEFlags() * Added Entity.GetPredictable() - Clientside * Removed CLuaLocomotion.IsAscendingOrDescendingLadder - Alias of IsUsingLadder * Added CLuaLocomotion.JumpAcrossGap( Vector landingGoal, Vector landingForward ) * Added CLuaLocomotion.SetVelocity( Vector vel ) * Added CLuaLocomotion.IsOnGround() * Added Player.GetTimeoutSeconds() - Serverside * Added Player.IsTimingOut() - Serverside * Added CRecipientFilter.__tostring * CreateSound's 3rd argument is now CRecipientFilter, only works serverside * Finalized Vehicle.GetVehicleParams() * Fixed a crash issue with Vehicle.SetSpringLength()
9 Years Ago
Server browser styling
9 Years Ago
9 Years Ago
▍▋▉▇▄▆▄▌█▅▉▋█▇▍ ▍▄▉▅▌▍▉▊. ▉▇▌▊▊▆█ ▍▆▅▋▆▇ ▆▉ ▉▌▅▄▊▍▆█▌▋▍▇▆▉▆▅▆▇▄▍▄ (▆▊█▊▍ ▅▇▉'▋ ▄▉ ▋▉▄▆▋▌ ▍▊▆▍▍▍ ▊▍▅█▍▄█ ▍▆▆ ▉▆▆▊█▋▌) ! ▍▌▅▊▇▊▋█▄ ▇██ █▋▄▇▋ ▌▊▋▋ ▇▉▆▄▇▉▍ ▋▍▅▇ ▅▌▇▅ ▌▆▆ ▆█▍▍▊▄▉ ▋▉█▍█ (▌▋ ▄▅▊▇▌▉▍▅, ▋ ▊▄▆▄ ▆▊█ ▍ ▉▉▉█▇ ▋█▌▅ ▉▉▄ █▌ █▆▉▅ ▊▊▋ ▍▊▇▅▊▆ ▌█▄▆▅▅▉)
9 Years Ago
Record server join history date properly Added string.Truncate( maxchars ) (adds ".." to truncated string) Started SteamTool (high level wrapper on top of steamworks.net) Added transform.OrderChildren( func )
9 Years Ago
FOR FUCK SAKE factory interior floor asset/ cleaning asset
9 Years Ago
KOTH island WIP. LUT improvements.
9 Years Ago
Progress
bot
9 Years Ago
Windows Build
bot
9 Years Ago
OSX Build
9 Years Ago
Progress
9 Years Ago
- Removed loads of missing components - Deleted loads of old unused assets/prefabs - Purged shit
9 Years Ago
- Moved more UI to central init - Null reference fixes
9 Years Ago
- Stuff I forgot to check in earlier
9 Years Ago
tonemapping twaek
9 Years Ago
More BeforeInspector fixes and refactoring Made AgentSettings abstract, derived IndividualAgentSettings and GroupAgentSettings
9 Years Ago
A couple tiny Sound fixes/tweaks
9 Years Ago
Added automatic mode for lobby
9 Years Ago
Typing kill suicides instantly instead of wounding
9 Years Ago
SQLite speedups
9 Years Ago
Merge from main
9 Years Ago
added animated koinobori kites to test court. starting incense burner
9 Years Ago
added animated koinobori
9 Years Ago
Progress
9 Years Ago
- Area1_1 now has placeholder entrances/mission so it can still be loaded
9 Years Ago
Now sends a ready state so server can't serve until other player is in game
9 Years Ago
If Intention is passed as null in ActionChain's constructor, assign new NullIntetion() to avoid having to null check in Action constructors
9 Years Ago
Refactoring InfluenceQuery a little. Fixed NRE in FindInfluence
9 Years Ago
Consolidating Water2 to Third Party folder for easy transfer to other projects in the future
9 Years Ago
- UIWorldTextPanels now wait until they find a valid player instance - Removed some now-unused scripts from some enemies
9 Years Ago
Server query fix
9 Years Ago
GroupManager tinkering
9 Years Ago
- EnemyAbilityManager is now a simpleton - Removed current calls to EnemyAbilityManager as it's going to be incorporated into the new mission stuff