244,638 Commits over 3,898 Days - 2.61cph!
Leaderboard backup, run #
12727
Added OnOrg to PackageCard and PackageList. Added basic Org Page when clicking org on Main Menu. Helps users find games made by the same creator(s).
https://files.facepunch.com/CarsonKompon/2024/July/26_01-31-CuddlyCaracal.mp4
Don't let them multi-click the preview unlock
Fix NRE
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
Cabling now works with new parenting structure
New Crowdin translations by GitHub Action
return removed shield displayName
tweak particles
cell breaks
break material
Merge from pickup_item_number_size
Fixed the red item dropped messages appearing too large
barnacles tiling material
Enable mesh read/write on train_track_3x18_procgen_COL
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
blunderbuss viewmodel anim sounds
Merge from rcon_commands -> main
Include more information on each connection
- number of messages sent, recieved and broadcast
- connection duration
Merge from dome_collider_fixes
Add `print_rcon_clients` command to print a list of all connected RCON clients
Hill cliff progress / better erosion / additional large hill cliff variants
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
Add Inspector to Tileset Editor
Add RenderingWidget/Preview to Tileset Editor
Add base settings to TilesetEditor Inspector. Minor changes to TilesetResource
Elevator Vehicle Parent -> Main
Stop the bouncy floor again
Re-enable clipping checks
Allow bikes to bypass them the same as horses
Lift up elevator collider to prevent clipping - which in turn is unparenting bikes on the elevator
VectorInts are fields instead of properies (like they used to) with [JsonInclude] fields
Don't make VectorInt properties readonly since some games set them already (fixes tests failing)
Asset picker: only allow multi selection if we want that
Fixes on jungle ruin kits. Changed ruin wall caps to atlas.
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
Undo changes to old wolf animator
Stop prefab source widget changing value and closing picker before a selection has been submitted
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
Remove debug draw and replace constants with convar
First pass on wolf combat behaviour
added wire_cage_a + b materials
Add ParticleLineEmitter
Clean ParticleLineRenderer
Fixed tin can alarm triggered multiple times when crossed while mounted to a vehicle
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
Merge from runtime_profiling_rcon -> main