250,571 Commits over 3,959 Days - 2.64cph!
Smaller add button, rename to new
Delete flat view, doesn't make sense - I think most people were just using it for searching
Fix double-clicking on assets & packages
Fix history menu
Show cloud browser in default layout
Renaming assets now lets you just change capitalisation, resolves Facepunch/sbox-issues#6564
Failing test involving generic methods with default arguments
Check existing Tiles using new Tile registry
Register all spawned Tiles to the GameManager. Added GameManager.GetTilesInChunk()
Added Tile.MaxPerChunk. Fixed Tiles sometimes spawning on top of other tiles.
Land now costs differing values, pulls from ChunkData
Show up to 5 pinned recipes in the top-right instead of just one
Experimental changes to horses, trying to improve the gamefeel
- Added subtle neck movement in the direction you're heading
- Increased turning speed
- Reduced stopping time, pressing backward at full speed will now trigger the stand anim and slide
▋▇▋▅▄ ▍▋▇▋ ▅▆_▄▆▋▅_█▆▌▋▌▇█▇▆
▆▄▄ ▍▉▄▇▌▊▋ █▆▉▅█▌▌▆▋ █▆▅▅▍▋█▋▋▌▅▉▅▆▉▊ ▉▉▉▌▌▆█▇▄ ▍▄▆▉ ▌▅▋██▇▍▄▌▅ ▅▅▆▊▄█▆▇
▋▋▇▋▅ ▅▍▇▉ █▋_█▍▊▋_▆▇▉▋▄▄▍▄▉ (▊▌▍▅▉▇▅▌ ▌▉▇ ▉▋▌▊▆▉▅▌▍█▅ ▌▉▋▄ ▊▍▋▅▋▋)
separation of towing (renamed from hitching) into its own class, exposing an interface for things that want to tow or be towed (shared interface, the joint goes both ways)
QteEntity, QteSnake and TriggerQTE basics.
▊▉▉▌▇▊▅ ▇▄▍▋▇▅, ▉▍▋ ▋▅▊▉▉▍ ▇▅ ▆▆█▊█▅ ▋▌▆█ ▍▇█▅▄▍█▄, ▉█▇ ▊▉▉▇ █▅▅▌ ▇▍ ▊▆▇▉▄▅█▌▍▆▍ ▅▊▊▊▆▉
display coin ui when take and add
Added snake model to entity
Initial files/prefab/folders
small caves rocks dressing
medium caves rocks dressing
Allow surrender gesture when ducking
merge from /world_update_2/flashlightfixes/fulloverhaul/
merge from travelling_vendor_fixes_2
merge from patrol_heli_crash_filters
merge from radioactive_water_buff
large caves rocks dressing
update to mil tunnel rocks prefab, some terrain tweaks to go along
Leaderboard backup, run #
14501
▆▋▉▊▇ ▅▅▆▉ ▉▄▋█▅▍▆▇▋▄▋_▍▄▍▅▇ - ▇▆▆▍▄▇▉▅▍ ▍▉▌▉▉ ▊▄▉▄▅▋▄ ▋▅▇▌▌
▊█▌ ▇▌▇ ▋▋█▅▇▍▋▊ ▆▊▌▄▄█ ▋▌▋ ▌▆ ▋█▊ ▊▆▍▆ ▋▍▊█▄▌ █▄▇▆▉▄▆ ▅▇▅▆▋▋▋▉▄▋
Some folder restructuring now that we have actual assets
Initial
Assets have colors - these all suck right now, will go back through and pick some less sucky colours later
Preview tweaks
Search widget
Asset popup, will turn this into something more tooltip-oriented later
Split left / split right
Chips from tags
Tweak styling, move current project to top of asset locations list
Implement chip tag filtering
Initial cloud browser, separate from asset browser
Initial tabbed asset picker w/ both local and cloud assets
Rebase fixes
Use ContextMenu
Asset type picker entries are now handled by AssetBrowser/CloudBrowser
Open up asset locations
https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_mXx146R80H.png
Add all types to cloud browser
Can only select one cloud asset type at once (or it'll mess with facets etc.)
https://files.facepunch.com/alexguthrie/1b0211b1/sbox-dev_1BIcVF3lFI.mp4
Order modes
Add cloud browser to hammer
Asset browser defaults to project assets path
Update view mode icon when scrolling
Disable Parent Directory button if we're in project assets root
PathWidget fixes, separate segment update
Remove AssetBrowserLocation.FromPath, unused
Run OnPathEdited at the end of AssetBrowser ctor so we can disable Parent Directory button if needed
Remove AssetPopup, we're just overcomplicating things for no reason there
Directory context menu
Clean up asset list entries
Remove unused, hook up AssetLocations.OnFolderSelected
Invoke events
Clean up
Implement asset picker
If a picked asset is a cloud package then stick the ident in the search bar in the asset picker
Rather than going to .sbox/blablabla
Renames, deletes, duplicates handled by IAssetListEntry
CloudBrowser cleanup
Ended up not using any of this, get rid
PackagePopup: show tags, word wrap
NRE fix
Fix warnings
Drag-drop
Open folder context menu in blank space
Show asset type color in tag picker
Don't wipe facets if there aren't any to replace them with, or if we don't find any packages at all
Merge from main (stomp PlayerAnimation, will need to redo changes)
Clear out null components on hotload
Add RigidBody version of Sweep to Scene.Trace
Proof of concept for using AsyncGPUReadback to get the mesh data from the GPU even if it's been marked as non r/w
Only grabs vertices for now
Leaderboard backup, run #
14499
air acceleration tweak, treadmill launches backwards if running in reverse
Forgot to return array to pool
Fix non uniform scale sphere collider updates