userJames Kingcancel

7,938 Commits over 3,745 Days - 0.09cph!

5 Months Ago
ValidOrNullAttribute Random.FromListWeighted RandomLoadoutAllocator
5 Months Ago
Player score history for round-based games Team assigner auto balance modes Retakes team balancing on round start
5 Months Ago
Use TagSet for RandomSpawnAssigner Fix getting game mode description AutoBombPlant component Spawn point tags, stored by each Pawn ActiveBombSiteSelector for retakes First pass at Retakes Fix defuse events in PlayerScore Retakes fixes Get rid of old team-specific loadout code Retakes default loadouts
5 Months Ago
Retakes: bombsite B spawns
5 Months Ago
Add TeamAssigner.TargetRatio Make TeamSpawnAssigner.SpawnTags a TagSet Add RespawnPlayers.ForceNew
5 Months Ago
Retakes: bombsite A spawns
5 Months Ago
Add dev commands to copy player pos / angle as a spawn point https://files.facepunch.com/ziks/2024-07-03/sbox-dev_7p70uUaijR.mp4
5 Months Ago
Simplify scene ref gizmos, fix leak when closing scene
5 Months Ago
Add BindingSurface.Node
5 Months Ago
5 Months Ago
Hotload: Skip some System.Text.Json types
5 Months Ago
Fix cubes_actions test name
5 Months Ago
Add cubes_actions.scene Each cube uses an action to change color every update
5 Months Ago
Fix OnComponentUpdate / OnComponentFixedUpdate not running
5 Months Ago
Fixed Facepunch/sbox-issues#5752
5 Months Ago
Update Facepunch.ActionGraphs * Optimization when cloning * Nicer error messages with invalid pure methods (Facepunch/sbox-issues#5743)
5 Months Ago
Cache ExposedProperties
5 Months Ago
5 Months Ago
ByteStream Rewrite (#1610) * Added failing ByteStream stress test * Rewrite ByteStream to use Span / ReadOnlySpan where possible
5 Months Ago
▄██▅ ▄██▍▅▅▆▍▊▋▌▍▍█▊▄▋▌▍ ! ▋▄ ▊▋█▇ ▅▍▇▄▌▌▊▇▄▌▋ ▊▅▊▆ █▋█▆▉▊.▅▄▋█.▊▅█▋.▄▇▋ ▍▉▄▆▌▌▌▍▆▉▌▊▍▇▊▆▋▆▇▆█▍▊▍▍▊▊ ▅▊▅▊ ▍█▍ ▋▉▊ ▍▊▍▊▇▇▄▇▇▌ ▄▄ ▍▊█ ▋▅▆▄
5 Months Ago
Add some logging to help investigate #142
5 Months Ago
5 Months Ago
Make NodeBinding.FromMethodBase exceptions into binding errors
5 Months Ago
Allow late joiners in casual defuse
5 Months Ago
Added failing ByteStream stress test Rewrite ByteStream to use Span / ReadOnlySpan where possible
5 Months Ago
Fix for first-time codegen
5 Months Ago
Codegen fixes
5 Months Ago
Basic events
5 Months Ago
Fix /Code folder not existing
5 Months Ago
Create LICENSE
5 Months Ago
Create README.md
5 Months Ago
Look for matching source file when creating component from template
5 Months Ago
Fix warnings
5 Months Ago
Use ClassName when serializing types generated with compedit Maybe we'll want to always serialize as ClassName if the attrib is present?
5 Months Ago
Fix template default directory Fix first time code gen
5 Months Ago
Update .sbproj
5 Months Ago
Disable event editor for now
5 Months Ago
Added various editor events to ActionGraph editor For component editor library to hook into Expose a way to deserialize ActionGraphs with a cache Add ActionGraphTargetAttribute Use first SourceLocationAttribute if multiple found
5 Months Ago
Property default values
5 Months Ago
Source location fixes
5 Months Ago
Use first SourceLocationAttribute if multiple found
5 Months Ago
Fix hotloading generated components
5 Months Ago
Added various editor events to ActionGraph editor For component editor library to hook into Expose a way to deserialize ActionGraphs with a cache Add ActionGraphTargetAttribute
5 Months Ago
Implement CreatePropertyNodeType, fix property input label
5 Months Ago
Fixed editing ActionGraph-backed methods in realtime
5 Months Ago
Add public helper for caching ActionGraph instances on deserialize
5 Months Ago
Added various editor events to ActionGraph editor For component editor library to hook into
5 Months Ago
First pass at method generation
5 Months Ago
Class, property codegen
5 Months Ago
Initial commit