249,480 Commits over 3,959 Days - 2.63cph!

6 Months Ago
Enable mesh read/write on train_track_3x18_procgen_COL
6 Months Ago
Disable auto sizing on the number field if the item name on an item pickup notice is < 10 characters Don't show the total item amount in brackets if it's the same amount that you just picked up Very minor allocation improvement
6 Months Ago
blunderbuss viewmodel anim sounds
6 Months Ago
Merge from rcon_commands -> main
6 Months Ago
Include more information on each connection - number of messages sent, recieved and broadcast - connection duration
6 Months Ago
Merge from main
6 Months Ago
Merge from dome_collider_fixes
6 Months Ago
Add `print_rcon_clients` command to print a list of all connected RCON clients
6 Months Ago
Unsubtract RailsFix
6 Months Ago
Merge main -> RailsFix
6 Months Ago
Hill cliff progress / better erosion / additional large hill cliff variants
6 Months Ago
MultiPick -> MultiSelect Add SegmentedControl to Tileset Editor with Setup and Tiles tabs Tileset Editor undo/redo works properly now and has undo steps for properties changing
6 Months Ago
MultiPick > MultiSelect
6 Months Ago
Add Inspector to Tileset Editor Add RenderingWidget/Preview to Tileset Editor Add base settings to TilesetEditor Inspector. Minor changes to TilesetResource
6 Months Ago
Elevator Vehicle Parent -> Main
6 Months Ago
Stop the bouncy floor again
6 Months Ago
Re-enable clipping checks Allow bikes to bypass them the same as horses
6 Months Ago
Lift up elevator collider to prevent clipping - which in turn is unparenting bikes on the elevator
6 Months Ago
VectorInts are fields instead of properies (like they used to) with [JsonInclude] fields
6 Months Ago
Don't make VectorInt properties readonly since some games set them already (fixes tests failing)
6 Months Ago
Asset picker: only allow multi selection if we want that
6 Months Ago
Fixes on jungle ruin kits. Changed ruin wall caps to atlas.
6 Months Ago
▅▅▄▍ ▍▉▍▉▇▄▆▍
6 Months Ago
Added a lot more functionality to Vector2Int and Vector3Int. Much more in line with their floating-point counterparts now, only including what makes the most sense for integer values. Also added documentation/summaries to everything. Resolves Facepunch/sbox-issues#5254 Fix Vector3Int converter error
6 Months Ago
Undo changes to old wolf animator
6 Months Ago
Stop prefab source widget changing value and closing picker before a selection has been submitted
6 Months Ago
Asset picker: will now grab/install remote cloud assets when selected (fixes Facepunch/sbox-issues#5904), improved validation so you can only select resource types you're supposed to
6 Months Ago
Fix missing convar
6 Months Ago
Remove debug draw and replace constants with convar
6 Months Ago
First pass on wolf combat behaviour
6 Months Ago
added wire_cage_a + b materials
6 Months Ago
Add ParticleLineEmitter Clean ParticleLineRenderer
6 Months Ago
Fixed tin can alarm triggered multiple times when crossed while mounted to a vehicle
6 Months Ago
Expose particle DeathTime, so effects can use it to do calculations Fix ParticleSpriteRenderer error when no texture defined Add ParticleEmitter.RateOverDistance , overrides for manipulating burst count, rate count
6 Months Ago
Merge from runtime_profiling_rcon -> main
6 Months Ago
New Crowdin translations by GitHub Action
6 Months Ago
remove scriptfuncs from localization strings
6 Months Ago
merge from tincan_alarm
6 Months Ago
Fix Vector2.Json serialization only loading x value when supplying string as json object and not number array. Also updated function summaries that said "vector4" instead of "vector2" Vector2Int and Vector3Int values now serialize to/from JSON properly. Resolves Facepunch/sbox-issues#5821 Created Vector2Int/Vector3Int ControlWidgets. Resolves Facepunch/sbox-issues#5606
6 Months Ago
Refactored wire checks and fixed a missing Pool.FreeList
6 Months Ago
Fix new game objects created thru heirarchy context menu always spawning at 0,0,0
6 Months Ago
Update: Fixing all deprecated uses of Pool since merge from main Tests: built all targets
6 Months Ago
Update: merge from main Tests: built all targets
6 Months Ago
Added tin can alarm to T1 tech tree Updated craft recipe
6 Months Ago
This only needs to be a warning
6 Months Ago
merge from pickup_item_number_size
6 Months Ago
merge from SBToolCupboard
6 Months Ago
merge from homing_spectate_fix
6 Months Ago
merge from patrolheli_fixes/dmgfx
6 Months Ago
merge from hurt_overlay_changes