255,546 Commits over 3,990 Days - 2.67cph!
Fixed previous Show Hitbox Debug displaying BBox hitboxes in the wrong place
Fix uploads failing (due to package update)
Make the tiger sneak faster when fully in its prey's back
Invert Ladder climbing controls when looking down (just like half-life)
Remove logic to migrate from old project cookie, editor layout locations
Fix default layout raising cloud browser, do asset browser instead
Update: ServerDemoPlayer - use time as progress indicator, instead of bytes of stream consumed
- Also removed a couple TODOs that are either done or decided to drop
In the previous version there would be no progress report until the next timestamped messages was reached - this is confusing UX.
Tests: played back the demo where I connect 15 seconds in, causing a jump from 0% to 18% progress. Now it's gradual.
Minicrossbow placed in an auto turret now shows fire arrows
Fix pagination being a page off
Fix package page offset not resetting
Inventory will always put you back at your current weapon when cancelling selection with right click and will auto-dismiss after 2s
Merge from train_tunnel_altitude_2
Fixed more cases of some underground train tunnel triggers sticking out of terrain
Default WindowedLocalInstances preference to true
Fixed WorldModels not getting created for a bunch of weapons :/
IES should be using RgbaF16 to avoid banding
Switching weapons by hitting LMB no longer fires the active weapon on connected clients. Resolves #84
Don't run PickupNotice if Player is bot (prevents popups from appearing on host client when bots pick up weapons)
More design cleanup
Fix some permissions
Flesh out monetization section
Projectiles now ignore any objects with `particles` tag. Prevents rockets from instantly explosing since they would collide with the casing eject particle
Setup leard armor insert worldmodel on the item
Do InputRouter::OnWindowActive based on engine window (not app) focus, fixes click-to-focus going thru as an input and shooting or whatever
merge from primitive -> aux2
▍▋▊█▆▆_▊▄▆▍▇▋_▆▉▇▋▊▍▋▄▉▌_▍▋▋ -> ▊▍▆▍▌█▅▉▉
▌▅▆▄▇▉▋ ▄▍▅▌▅▌ █▍▉▌▋▊ ▇▆█▊▄▉ ▇▆▍▇▆▋▊ ▋█▉▇▇ ▇▊ ▌▆▌▅▊▊▊ ▍▇▇▊ ▅▉ ▄▅ ██▉'▆ ▉▍ ▆▋▋▋█▆██ ▍▊ ▅█▄▌▅█▇ ▍█▌▇▌▊.▋▄▅▉▊▄▄▌▅▌ ▋▉ █▅▇▆▇
Cherrypick CS
112520 (fix_catfish_primitive_items)
Cherrypick
112514 "fix_metal_detector_no_loot"
updated .worldmodelprefab and fbx
Delete IESTextureGenerator, causes exceptions and IES are now images
lead armour plate model
world model lods, materials and textures
setup .worlmodel prefab
Add bitmap loader for IES files, treat them as images
Better throw event timing in anim
Update mouse capture position if we get new absolute pos while locked (eg when unfocused, tabbed)
Keeps cursor position predictable/reliable, stops occasional out of date position being restored and yeeting my mouse across the screen
Only SetCursorPosition while engine window's got mouse focus, prevents unwanted movement in editor
Throw anim frame mismatch fix
merge from primitive/supplydrop_flyhack_fix
Fixed supply drop flyhack kicks, for real this time
Correct roughness curve for dynamic reflections
ask the backend if this server key/wipeid already has a map uploaded, if so, early exit
Apply offset when sampling Prepass Normals
https://files.facepunch.com/sampavlovic/1b0411b1/dfC5VELlYw.png
Fix catfish giving out pistol bullets (which are restricted in primitive)
Added Show Hitbox Debug option in Debugging Menu in the editor. debug_hitbox ConVar. Can debug hitboxes in the editor or in-game similar to Show Interpolation Debug. Fixes Facepunch/sbox-issues#7505
Disable projectile refraction on projectiles with noGravity set (AutoTurret)
merge from primitive/batteringram_playercollider_fix
Reduced player collider size when sitting in the battering ram
Fixes turrets, fire, spikes and explosions damaging you from outside
Make SegmentParams struct internal