reposboxcancel

17,201 Commits over 1,308 Days - 0.55cph!

3 Years Ago
Skip trying to download files if we're a listen server host
3 Years Ago
Simple event system to allow PlayerController to store messages for PlayerAnimator (and Player if it wants them) Rotation.Clamp optional overload returns the amount clamped by Shuffle feet when rotating (disabled because no aniamtion for it)
3 Years Ago
Clean/Document StandardPlayerAnimator
3 Years Ago
Moved Player.Tick, Respawn, OnKilled to BasePlayer Added Rotation.Difference Added Rotation.Angle() Added Rotation.Slerp Added Rotation.Clamp Added PlayerAnimator system
3 Years Ago
Added Entity.WorldToLocal( vec ) Made Player abstract, created BasePlayer in Sandbox.Base addon Output changed [Replicate] properties to the .codegen
3 Years Ago
Add body groups to citizen, add ModelEntity.SetBodygroup
3 Years Ago
Jump/Air anim
3 Years Ago
Added Rotation.LookAt 😅 Keep player model upright Don't SetLocalAngles in c_baseplayer
3 Years Ago
Binding a bunch of animgraph functions Fix crashes with bad animgraph input (ankles) Added basic walk animgraph for citizen Added Rotation.Inverse Added AnimatingEntity.SetAnimParam Renamed AnimatingEntity to AnimEntity Fixed UserInput forward/side/up not properly clamped Added temporary SetAnimParam to WalkController Players call AnimFrame on server after simulating Don't call animrame in WalkController
3 Years Ago
Update AnimatingEntity.cs Set SUPPORTS_ANIM_GRAPH 1
3 Years Ago
Run/Walk keys work Rename PlayerController.Run to PlayerController.Tick (avoid ambiguity) Add animationsystem to sbox_game Fix crash in CGroundIKSolveInstanceData Citizen animgraph start
3 Years Ago
Don't get stuck in the ceiling Added TraceResult.SurfaceFriction CMoveData, IGameMovement no longer needed WalkController Clean
3 Years Ago
Removed AirAccelerate, Accelerate can do it tweak model sizes/physics testmap update Merge branch 'master' of sbox
3 Years Ago
Allow for shaders to be referenced or open from addons, modularize loaidng Initial methods to allow easy compilation of Vfx files in engine Reenable mat_reloadmaterials
3 Years Ago
Add test shaders addon Add shadertest map, will be used in the long term for rendering reference Initial commit of user shader headers Merge branch 'master' of sbox
3 Years Ago
Added ModelEntity.ViewOffset PlayerController can set the ViewOffset Don't try to rotate skeleton if it has no bones Gravity property TestMap update
3 Years Ago
Trace can take mins/maxs Real player body size Switch DebugOverlay to use ISceneViewDebugOverlays directly
3 Years Ago
UserInput has Pressed( button) and Released( button ) Walk Controller ported (missing swim and ladder)
3 Years Ago
Bound DebugOverlay (partially)
3 Years Ago
Adding GroundEntity, BaseVelocity to PlayerController Update WalkController.cs
3 Years Ago
Bind GroundEntity, BaseVelocity
3 Years Ago
Deathmatch gamemode base Walk move foundation
3 Years Ago
Fixed ProjectGen not finding dependancy projects if caps different
3 Years Ago
Fixed ProjectGen not loading .addon config properly
3 Years Ago
List gamemodes on menu (temporary development shit)
3 Years Ago
Dependancy resolution can be simpler now
3 Years Ago
Dropped .code (compiler config) .addon config contains dependancy info Initializing addon code doesn't mark for compile For now, client mounts all addons when joining a server Addon directly sets compiler dependancies
3 Years Ago
FileSystem.ReadJson - allow comments, ignore case, allow trailing commas AddonConfig contains Gamemode definitions Use Gamemode Name from ConVar
3 Years Ago
Add Rotation.Identity
3 Years Ago
Whitelist RuntimeHelpers.InitializeArray
3 Years Ago
Procedural model experiments
3 Years Ago
Rotate bindpose when using import rotation. Set import rotation to zero to avoid nan values.
3 Years Ago
Player networks their own name Removed playerresource Don't set up physics by default on all ModelEntitys Fixed button definitions not matching engine SoundEvent can define volume (temporary) Update FlyingController.cs
3 Years Ago
Fix import rotation crashing with bones
3 Years Ago
Exporter updates
3 Years Ago
Added import fbx rotation Rotate a couple of models to test
3 Years Ago
Minimal soundstacks Add custom "general" soundstack
3 Years Ago
Adding modeldoc to sbox_game Avoid crashing when reading fbx skin weights citizen clothes Added soundsystem to sbox_game Clothes compile Fix resource compile crash when sound event doesn't exist Disabled Content codegen - needs some more thought
3 Years Ago
Cable compiles Don't load hlvr soundstack Create preview_flat.vpk Change default sound event type to core_simple_3d (until we have our own) re-export broom with updated exporter Citizen prop exports Compiled models Updated unity export scripts Merge branch 'master' of sbox
3 Years Ago
Wake up the physics aggregate to make sure every body gets woken up
3 Years Ago
Different menu transparency if in game
3 Years Ago
Menu knows if it's in game or not, shows disconnect button
3 Years Ago
Cleaned up all the Valve logos Handle rcon socket bind failure more graciously
3 Years Ago
Loading Screen status
3 Years Ago
Refactored assembly loading to hotload in groups - which solves the problem of changing base types Merge branch 'master' of sbox Reduce compilation timing spam
3 Years Ago
Bind FollowEntity and try putting pants on the player
3 Years Ago
Cable compile Don't add _bakeresourcecache, tools_*.bin to AssetList
3 Years Ago
Cable sources
3 Years Ago
Remove unused binds, remove unused model class
3 Years Ago
Derive player from AnimatingEntity Add -PC to shader compiles