242,135 Commits over 3,867 Days - 2.61cph!

3 Months Ago
Add Regenerate Tiles button with warning beneath explaining what it will do Only show warning when tiles already exist Display image in Preview when set/updated. Show import gizmos when in setup tab. Show WarningBox with a different message when trying to view Tiles tab with no Tiles Generate Tiles button generates tiles from shown import gizmos. Doesnt display in Tiles tab yet Start on Tiles tab if Tileset already has Tiles Onlyu display new import gizmos when no tiles exist or when hovering the Regenerate Button Added "Delete All Tiles" button when resource has tiles. When undoing/redoing an action the inspector will rebuild appropriately Added Tile Gizmos. Hovering over a Tile Gizmo will highlight it. Implemented TilesetResource.CurrentTileSize so Setup variable can affect current tiles (with optional regeneration button) https://files.facepunch.com/CarsonKompon/2024/July/26_00-18-MadeupHoneybee.mp4
3 Months Ago
card back tests
3 Months Ago
tin can alarm sounds
3 Months Ago
Cabling now works with new parenting structure
3 Months Ago
Merge from main
3 Months Ago
New Crowdin translations by GitHub Action
3 Months Ago
return removed shield displayName
3 Months Ago
tweak particles cell breaks break material
3 Months Ago
Merge from pickup_item_number_size
3 Months Ago
missing file save
3 Months Ago
Fixed the red item dropped messages appearing too large
3 Months Ago
barnacles tiling material
3 Months Ago
Enable mesh read/write on train_track_3x18_procgen_COL
3 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
3 Months Ago
blunderbuss viewmodel anim sounds
3 Months Ago
Merge from rcon_commands -> main
3 Months Ago
Include more information on each connection - number of messages sent, recieved and broadcast - connection duration
3 Months Ago
Merge from main
3 Months Ago
Merge from dome_collider_fixes
3 Months Ago
Add `print_rcon_clients` command to print a list of all connected RCON clients
3 Months Ago
Unsubtract RailsFix
3 Months Ago
Merge main -> RailsFix
3 Months Ago
Hill cliff progress / better erosion / additional large hill cliff variants
3 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
3 Months Ago
MultiPick > MultiSelect
3 Months Ago
Add Inspector to Tileset Editor Add RenderingWidget/Preview to Tileset Editor Add base settings to TilesetEditor Inspector. Minor changes to TilesetResource
3 Months Ago
Elevator Vehicle Parent -> Main
3 Months Ago
Stop the bouncy floor again
3 Months Ago
Re-enable clipping checks Allow bikes to bypass them the same as horses
3 Months Ago
Lift up elevator collider to prevent clipping - which in turn is unparenting bikes on the elevator
3 Months Ago
VectorInts are fields instead of properies (like they used to) with [JsonInclude] fields
3 Months Ago
Don't make VectorInt properties readonly since some games set them already (fixes tests failing)
3 Months Ago
Asset picker: only allow multi selection if we want that
3 Months Ago
Fixes on jungle ruin kits. Changed ruin wall caps to atlas.
3 Months Ago
▅▅▄▍ ▍▉▍▉▇▄▆▍
3 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
3 Months Ago
Undo changes to old wolf animator
3 Months Ago
Stop prefab source widget changing value and closing picker before a selection has been submitted
3 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
3 Months Ago
Fix missing convar
3 Months Ago
Remove debug draw and replace constants with convar
3 Months Ago
First pass on wolf combat behaviour
3 Months Ago
added wire_cage_a + b materials
3 Months Ago
Add ParticleLineEmitter Clean ParticleLineRenderer
3 Months Ago
Fixed tin can alarm triggered multiple times when crossed while mounted to a vehicle
3 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
3 Months Ago
Merge from runtime_profiling_rcon -> main
3 Months Ago
New Crowdin translations by GitHub Action
3 Months Ago
remove scriptfuncs from localization strings
3 Months Ago
merge from tincan_alarm