reposboxcancel

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

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
3 Years Ago
Fixed invalid panels in PanelsToDeleteAfterTransitions Ignore sendtables.bin Merge branch 'master' of sbox
3 Years Ago
Add animating entity, only supports setting of a single sequence currently
3 Years Ago
Bind everything needed to enable physics instead of overriding basemodelentity
3 Years Ago
Mount addons when joining server (temporary) Reduce file send buffer size Reset player velocity on respawn
3 Years Ago
Record LastAttacker/LastAttackerWeapon (we can do better than this, but it'll do for now) Don't cache player name, review this later Highlight local player in killfeed Merge branch 'master' of sbox
3 Years Ago
Rename to ApplyImpulseAtLocation that takes a location and impulse, makes more sense than a global impulse vector
3 Years Ago
Override CBaseModelEntity to enable physics
3 Years Ago
Fixed infinite loop in MainThreadContext
3 Years Ago
Addons use content folder instead of data Move our addons data/ contents to content/ Bigger buffer size for CRC'ing Switching our SynchronizationContext to use a Channel instead of a List CreateDirectory: ignore empty strings GetCRC return 0 on file missing instead of exception FileRecv handle files in the root propertly Don't download files from the server if we already have them
3 Years Ago
RPC to single player works Make Todd less likely to be the first bot
3 Years Ago
Don't clear network socket interfaces on server shutdown, unless we're a dedicated server Flag up if we can'r resolve a reference in access control Add single player target for Client RPC calls
3 Years Ago
Clean up custom network var writing
3 Years Ago
Automatically enrol classes deriving from LibraryClass
3 Years Ago
Use steamclient sockets by default, only use gameservernetworkingsockets if dedicated server
3 Years Ago
net 5.0.0
3 Years Ago
Hardcode extra engine shader paths
3 Years Ago
Fix "worldspawn" exception
3 Years Ago
Random bot names Error notice fixes Adde Panel.WaitThen, Panel.WaitForTransitionThen Added killfeed to flying head addon Rebuilding ghost - try to make it not be red die particles
3 Years Ago
Fixed exception with particle screenshake
3 Years Ago
Add sbox to gameinfo SearchPaths so we can target it on dynamic shader compilation Make Vfx files be read from each searchpath rather than just Core and extend it to be supported by addons soon Add test concommand to force enable dynamic shader compilation
3 Years Ago
Added ModelEntity.CollisionsEnabled tracer particle tweaks EntityEffects binds Added Entity.DrawingEnabled particle updates