reposboxcancel

17,341 Commits over 1,338 Days - 0.54cph!

3 Years Ago
Interop: Mark Color32 as [small] - which means it shouldn't be passed as a pointer (because it's smaller than a pointer so native isn't expecting it)
3 Years Ago
Fixed Physgun effect errors
3 Years Ago
Fixed picking up other player's guns out of their hands Fixed guns hidden on drop
3 Years Ago
Update ci.yml
3 Years Ago
Cache model data Double jump to noclip Fixed more Right/Left mixups
3 Years Ago
Rebuild All Physgun light
3 Years Ago
Don't commit these now we're compiling them in sbox_game
3 Years Ago
Rebuild skinning when ragdoll network vars changed Update citizen ragdoll Merge branch 'master' of sbox
3 Years Ago
Update groups with dependents of scenesystem changes Merge branch 'master' of sbox
3 Years Ago
Refactored particle binds to protect from crashes when garbage collecting particlesystem's after level closed Model names can end in _c and we'll just fix them in engine
3 Years Ago
Reduce interp by default
3 Years Ago
Citizen ragdoll fixes EnableSelfCollisions by default ModelEntity can be ragdolls
3 Years Ago
PhysicsBodyWorldToLocal, LocalToWorld PhysicsGroup GetBodyIndex( body ) Network serverside ragdoll bones in CSkeletonInstance
3 Years Ago
Clean particle api
3 Years Ago
Added Entity.Root When attaching particles to entity and using offset, use offset as a local position rather than an offset Vector3.Right and .Left were swapped Update ParticleSystem Fix attachment positioning to take into account the viewmodel fov difference These weapons can use proper attachment positions now BaseViewModel - no nered for eye attachment now Physgun effects Player eye angles are networked Add bool networkable Added IFrameUpdate (adding to an entity gives it a per frame think) Recompile testmap, add standard postprocess Physgun particles
3 Years Ago
Update ci.yml
3 Years Ago
Try adding a body proxy to allow traces to welded structures to return the root body and not the child
3 Years Ago
Don't try to weld ents that have multiple bodies to avoid dealing with welding ragdolls right now
3 Years Ago
Remove welding testing code from player
3 Years Ago
Initial weld tool
3 Years Ago
Refactor and add viewmodel depth prepass Don't override far planes in viewmodels so it outputs consistent depth Pass View to Pixel Coordinates matrix Pass D_VIEWMODEL_PASS dynamic combo to viewmodels Add screenspace_raytrace shader header
3 Years Ago
Update ci.yml
3 Years Ago
Bind GameParticleManager
3 Years Ago
Added PhysicsBody.GetVelocityAtPoint( p ) Update ci.yml Added Breakables utility class Add Model.IsError Gun/BoxShooter gibbing debug
3 Years Ago
Allow physics debug world in release Fix PeiceName spelling Bind PhysicsBody.ApplyImpulseAt, Mass Overide ModelEntity.Rot, set physics object rot if exists Crate gib fixes Add ModelEnt.SetModel( model ) modellib in sbox_game Add Model.Load Interop: Default value for structs Crate gibs tweaks Added Model.GetAttachment( name )
3 Years Ago
Update ci.yml
3 Years Ago
kv3lib to sbox_game Allow addons to use System.Text.Json Added Model.GetData<T>( keyname ) Add Vector3 JsonConverter Added ModelExtension (addon code to make it transparent) Model.GetBreakList()
3 Years Ago
Update symstore
3 Years Ago
InteropGen - handle const* returns def: Move KeyValues3 to common Added EngineGlue.KeyValues3ToJson Added ModelEntity.GetModel() Added Model.GetJson( subkey )
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Update CI
3 Years Ago
Bind HModel
3 Years Ago
Crate gib fix
3 Years Ago
Log chat in the console Hotload tweaks
3 Years Ago
Update ci.yml
3 Years Ago
More hotload optimizations
3 Years Ago
Added [Hotload.Safe] - add to a class/struct to treat it as immutable as far as hotloading is concerned Hotload ignore UI styles and other shit
3 Years Ago
Don't try to pick up static world with physgun
3 Years Ago
Crosshair basics
3 Years Ago
Console toolbar buttons Merge branch 'master' of sbox
3 Years Ago
Unbind light entities
3 Years Ago
ci
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Update ci.yml
3 Years Ago
Add LightShadowMode enum Merge branch 'master' of sbox