243,203 Commits over 3,898 Days - 2.60cph!

31 Days Ago
Add zoom controls
31 Days Ago
Compile fix, cleanup
31 Days Ago
Remove camera zoom
31 Days Ago
▋▌▇▍ ▊▌▋▊▌ ▅▉▊▉ ▉▇▅ █▇▌█▊▇▄▅▆ ▆▇ ▄█▊▋ ▍▅█▍▅▋, ▍▌▄▌ ▉▌██▅▅▆█▌▍▌ ▉▆▆█▋▆▊▇▉▋▅▅▇▉█▄
31 Days Ago
Don't look towards forward when standing still. Set ViewAngles to forward angles while moving so you don't look elsewhere when you stop Added Reset Camera button to make the camera face the forward direction of the player instantly
31 Days Ago
Fix re-serializing a deserialized node with exposed properties
31 Days Ago
31 Days Ago
Fix overlapping ambience
31 Days Ago
Better physics setup (placeholder wheel movements) Added push intertaction
31 Days Ago
Combined the best of the two cameras. Camera follows the forward vector when not moving the mouse
31 Days Ago
Remove old spline leave code
31 Days Ago
Fix plug dimensions Hacky fix for weird scale of bitwise or node icon Link pulse colors for Boolean / null / Color types https://files.facepunch.com/ziks/2024-10-02/sbox-dev_pT2RtiTvKq.mp4 https://files.facepunch.com/ziks/2024-10-02/sbox-dev_S1OdYgxDUi.mp4
31 Days Ago
Support bodygroup attachments, add EligibleEquipment, IsUniversal
31 Days Ago
Use localized entity names for bouncy ball, sandbox editor entities Removed unused variables in Problems panels Removed duplicates in localization files Fixed missing wooden ladder footsteps Jalopy wheel size change for new model So the visuals match with the physics better
31 Days Ago
Camera 2
31 Days Ago
Created player_gizmo vmdl DeathUI is now FadeUI and can be called externally Created SceneEntrance and SceneTrigger Components. Added scene triggers to intro area / platforming stages Fix CoinUI NRE
31 Days Ago
Perform strafe target check before bothering to enter orbit state
31 Days Ago
Remove arguments overloading in surface.SetDrawColor (#2125) * Remove arguments overload * Code styling
31 Days Ago
Unlock stat based map achievements
31 Days Ago
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
31 Days Ago
Prevent Bradley from instantly rejoining spline
31 Days Ago
tweaks to the viemodel reload anim based on feedback
31 Days Ago
Right click to clear, edit jiggle bones to have configurable angular limits
31 Days Ago
Clothing Updates
31 Days Ago
Fix wolves jumping to players still in mid air, change sample navmesh method signature to be more intuitive, add owner field to fsm transitions
31 Days Ago
Update: Engine blend loop drops it's sound resources on disable Tests: none, trivial change (same type of change as previous)
31 Days Ago
Walker map project template
31 Days Ago
Update: Tree now drops it's sound resources on client destruction - It also drops the Gain mod when fading out sound loop during fall Tests: cut down a tree, saw relevant audio events in logs
31 Days Ago
More wip
31 Days Ago
Update: Traveling Vendor drops it's sound resources on client destruction Tests: none, trivial change (same type of change as previous)
31 Days Ago
Implement attachment point UI, button press selects a random eligible attachment
31 Days Ago
Update: Parachute and Sled drop their sound resources on destroy Tests: none, trivial changes (same type of change as previous)
31 Days Ago
Update: CCTV and SpinnerWheel drop their sound resources on disable/destroy Tests: none, trivial change (same type of change as previous)
31 Days Ago
Update: Sub, Snowmobile, Tugboar and Train drop their sound resources on disable/kill - In Snowmobile's case Ski audio was previously (accidentally?) retained when sim stopped - Train engine used to retain damage and engine reflection sounds (assume an accident/bug) Tests: none, trivial changes (same type of changes as previously)
31 Days Ago
TTT: Updated Turkish Localization (#2127) * TTT: Quickchat Fix in Turkish * Update turkish.lua * Update turkish.lua * Updated Turkish Properties
31 Days Ago
Update: CargoShip drops sounds resources on disable - Also added a couple convenience StopXSound methods, since it has a bunch of different sounds. Tests: none, trivial change (same type of change as before)
31 Days Ago
Update: Ferry drops it's sound resources when disabled Tests: none, trivial change (same type of change as previous)
31 Days Ago
Bugfix: PatrolHeli now releases modulators alongside the sounds Tests: none, trivial change
31 Days Ago
Clean up formatting More node UI tweaks https://files.facepunch.com/ziks/2024-10-02/sbox-dev_IOVG6YMt1f.png
31 Days Ago
Remove TimeOfDay from Scene serialization TimeOfDay now implements ISaveData and saves to World Added more Tree Types, spawning in their respective biomes Added distinction between grass/forest trees
31 Days Ago
Bugfix: Drone now releases pitch modulator on destruction Tests: none, trivial change
31 Days Ago
Update: Modular Vehicle drops sound resources on destruction Tests: plugged in engine comps on Craggy's spawned vehicle, drove around in it. Put some timed c4 and drove until explosion - confirmed resources got released via logs.
31 Days Ago
Localization Support for key bindings. (#2126)
31 Days Ago
Fix exception when loading map, causing them to not be able to unload
31 Days Ago
Update: Helicopter now drops sound resources when disabled/retired - Also fixed a potential NRE when requesting a sound fails Tests: spawned an attack heli and flew around in it with jumping out at various stages. Also destroyed it to trigger sound recycling.
31 Days Ago
Bugfix: Bicycle now uses it's coasting sound when not pedaling Tests: rode the bicycle with pedaling on and off.
31 Days Ago
Update: Bycicle drops all sound resources when sound definition changes - Previously it tried to manage lifetime of modulators internally, but since we can pool it'll happen automatically now. Tests: rode the bike with jumping off during different moments. Noclipped away and back, redid same actions - all stable.
31 Days Ago
Create .editorconfig Lets try and see if this does anything useful
31 Days Ago
Gunsmith: display weapon from data Configure a couple of attachment points, create prefabs for charms, fix FP charm vmat Gunsmith: Camera controls, add charm resources
31 Days Ago
Fix possible NRE in PlugIn.OnPaint Add some more shortcuts to graph editors * Ctrl+D: duplicate selection * Esc: Clear selection * F: Frame on selection