reposboxcancel

17,521 Commits over 1,338 Days - 0.55cph!

3 Years Ago
Add multisample modes to TextureRenderTargetConfig
3 Years Ago
Rename TextureCreationConfig to TextureCustomConfig
3 Years Ago
Add the other texture usage modes
3 Years Ago
Initial support for creating textures (of any type) in managed
3 Years Ago
Fix sunlight shadows not working without -tools
3 Years Ago
Fix AccessControl NRE on generic return types (maybe some others)
3 Years Ago
Cleanup ModelEntity Remove ViewModel layer flag if no longer wanting to draw on that layer Viewmodel Experiments
3 Years Ago
Added TransmitType.Owner - to only transmit to entity owner Clothes fixups Pistol Viewmodel fixups If deleting a client entity, delete its children too
3 Years Ago
semi auto pistol viewmodel fixes Replicate entity's properly Added Entity.EnableViewmodelRendering to render shit in the viewmodel pass Don't create viewmodel in native, we got this Added Entity.GetAttachment( name, worldspace ) Added Game + Player.PostCameraSetup
3 Years Ago
Cleaned up assettypes
3 Years Ago
Entities maintain a list of their children
3 Years Ago
Removing a bunch of vehicle + teamplay stuff - if we can't recreate these in c# we failed Changed UserCommand forward, side, up to vector PlayerCommand isn't used anymore Merge branch 'master' of sbox
3 Years Ago
Fix joint binds not marshalling bools correctly Fix debug only error relating to previous damage changes
3 Years Ago
Player shouldn't take damage from native code (will have to route physics damage etc via managed at some point) Default binds: Q = menu, g = drop, v = view
3 Years Ago
Increase default sound distance
3 Years Ago
Screenshots save as jpg by default, in game/screenshots/ Bind F5 to screenshot by default
3 Years Ago
Just use endpos of the trace for thirdperson collision
3 Years Ago
Add collision to thirdperson camera
3 Years Ago
Add Trace.Radius for sphere traces
3 Years Ago
Add look at camera
3 Years Ago
Allow joints to attach to and from ent with body index or name or directly to a physics body
3 Years Ago
Add BodyCount and GetBody (from index or name) to PhysicsGroup
3 Years Ago
Bind GetJointHandle from physics aggregate
3 Years Ago
Ignore screenshots folder
3 Years Ago
Rust semi pistol Pistol hold anims Pistol Holdtype Gun shooting setup Muzzleflash setup Allow particle systems to attach to ModelEntity attachments Allow set int params on animator Temporary holdtype switch test Merge branch 'master' of sbox
3 Years Ago
Better shadercompile icon for tools Add button to edit shader with VSCode or any editor of choice, Clean up ReadVfxFile function Remove Sandbox.Shaders.Base Add stub for postprocessing manager and postprocess base Iterating on post process manager and postprocess base Shut down sbox postprocess manager Merge branch 'master' of sbox
3 Years Ago
Added IInventoryEntity Merge branch 'master' of sbox
3 Years Ago
Fix typo in CommonConstraintConfig.IsValid
3 Years Ago
Better param names in config to avoid typos
3 Years Ago
Add summary for revolute config
3 Years Ago
Fix WithLimitEnabled
3 Years Ago
Add WithLinearSpring, WithAngularSpring to weld joint config
3 Years Ago
Add comments for revolute motor funcs
3 Years Ago
Add motor api to revolute joint config (WithLimitEnabled, WithPositionModeMotor, WithVelocityModeMotor)
3 Years Ago
Add motor params to revolute joint config
3 Years Ago
Bind PhysicsJointMotorMode enum
3 Years Ago
Put joints in their own folder, keep it all tidy
3 Years Ago
Add StartsNotActive to common joint config
3 Years Ago
Native helper func to fill out PhysicsJointDesc_t
3 Years Ago
Add friction and breakable impulse limits to common joint config
3 Years Ago
Cleanup duplicate code as much as possible in joint api
3 Years Ago
Update .editorconfig Added Entity.EnableHideInFirstPerson, Entity.EnableShadowInFirstPesron
3 Years Ago
Disable EnableSceneObjectOverride for now Don't create joint if both bodies are null in the config Make sure collision property isn't null before trying to get physics body from it
3 Years Ago
Don't allow setting self as parent If we have a parent, copy its ShuldDraw() Added Entity.EnableIgnoreParentShouldDraw (todo name better) When updating visibility, also update child visibility Merge branch 'master' of sbox
3 Years Ago
Remove a log left over by mistake
3 Years Ago
Add ShadowsOnlyEnabled via scene object override
3 Years Ago
If any of the compilers failed to compile, don't load any of them Merge branch 'master' of sbox
3 Years Ago
Typo :S
3 Years Ago
Redesign physics joint api with builder design
3 Years Ago
Added Entity.Owner