255,511 Commits over 3,990 Days - 2.67cph!

14 Days Ago
Added super crappy swarm particle effects (testing)
14 Days Ago
Make SpringDamp / SmoothDamp frame rate independent Fixes #1819
14 Days Ago
made handcar deployable, with a new socketmed_rail that requires it to be within a defined radius of a rail and aligns it to the spline
14 Days Ago
Food visual color tinting support via property block.
14 Days Ago
add a few props
14 Days Ago
Improved stop distance check
14 Days Ago
Fix frontiersman pack not showing page
14 Days Ago
Refactored some FoodViewModel visual config code so I can use it for the world and 3p models going forwards. WIP tint code.
14 Days Ago
Swarm goes for eye height rather than body
14 Days Ago
redesign store item
14 Days Ago
- Fixed swarm base not animating correctly - Removed excess logs
14 Days Ago
Update: ServerProfiler - emit fake "Allocation" threads and duplicate allocation marks there - Also updated the whole buffer estimation to take into account these metadata marks - Added support for naming and sorting thread tracks Well, they do appear, but the thread_sort_index is ignored by perfetto(see https://github.com/google/perfetto/issues/555). Might finally bite the bullet and write a protobuf exporter, but afraid that it'll be more expensive to run and won't compress as well. Tests: exported a snapshot from editor
14 Days Ago
Fix error on thread post
14 Days Ago
▍▌▇▉▋ ▆▆▍▆ ▅▅▌▇▋▌_▍██▄▉▅▇▇▍_▉▆▆▇▌
14 Days Ago
Got basic steering behaviour compiling
14 Days Ago
▌▆▍▅▋: █▇▍▄█▊▆▄▊ █▋▊▆▍▋▌ ▌▄▆ ▇▍▉▅▆ ▊▇▍█ ▅▊▅ ▋▊▍▆▉▄ ▅▄▉▅▊ ▆▍▋▍▇▊ ▅▊▄▆ ▊▋-▌▍▆▋▇▄▋▋▌▄▇ ▍▍▆▋▆▌▊▄▊ ▆▇▆▅▉▊ ▍▇▆ ▉▉▍▄▌▅▇▇▇▋
14 Days Ago
Forum settings, parents, flags
14 Days Ago
Proper rotated offset Don't need this
14 Days Ago
merge from main/vclouds
14 Days Ago
Grabbables can define a hand preset, use grab reference to position SimpleObject
14 Days Ago
Birdhouse Model, Prefab, deployable setup
14 Days Ago
- ▋█▋ ▌▄▆▊▍▆_▅▆▉▌▉▆▍▄▉_▌█▄▇▄▅▋▅ ▇█▉▌▄▇▄ ▄▉ ▌▌▉▍▌ ▍▇▊▇█▌▊ ▅▇▍▆▊▆▍ ███▉▄▍▌ ▆▇█ ▄▍▉▌▄▇▅ ▉▉▍█▋ - ▊▊▋▍▉ ▆▄▊▉█ ▄▄ ▉▅█▆█▍▍▊▍▆ - ▆▉▇▋▅▍▋ ▋▄▆ █▋▋▋▌ ▅█ ▊▆▊ ▍▊▌█▇▍▍▍▄▊ ▍▋▋█ █▅▉▋▄▄ ▍▌ ▇▌▊ ▌▇▊▇ ▇▉▇█▇▆ ▉▋▍█ ▅▄▋ ▊█▇▊▄▇
14 Days Ago
merge from main
14 Days Ago
fix cloud shadow map with new ground radius
14 Days Ago
account for offset when holding in different hand
14 Days Ago
GrabReference [not hooked up yet] https://files.facepunch.com/tony/1b1111b1/sbox-dev_GTh0Xc9JsD.jpg
14 Days Ago
fixed mount preview players not drawing legs in most cases - re-assigend renderers to LODGroup in skin_legs.male.prefab, shouldn't affect anything else because we manage it separately from that anyway - also added toggle for mount position/eyeposition handles on vehicles
14 Days Ago
better control of max speed of handcar (previously could reach the general max train speed), pumping speed is driven from both player input and track speed, better ik placement
14 Days Ago
turned wind off on HandcarFunc mat
14 Days Ago
Can now name electrical branches.
14 Days Ago
Swarm: - Better targetting system - Stop threshold - Steering behaviour
14 Days Ago
Hide ThreadAdmin if we're not an admin
14 Days Ago
max menu scale to 0.7
14 Days Ago
Highlight linked post Add read line, scroll to it Error fix when posting thread/reply Thread pagination
14 Days Ago
merge from jungle foliage
14 Days Ago
extra strangler fig tree types to accomodate corners of buildings
14 Days Ago
Update: ServerProfiler - enable safety checks by default - Also prefixed error logs to make it easy to identify where it came from Tests: did 6 exports in editor, no false-positives
14 Days Ago
14 Days Ago
Adding updated chicken animations
14 Days Ago
Third person animations for peace, love heart and camera frame gestures.
14 Days Ago
Bugfix: ServerProfiler - don't emit thread tracks with only allocations in them - Handle "legal" case where we don't have any method marks on worker threads after frame start timestamp - Handle "legal" case where we get a thread profile for a thread that was stopped before the frame start - Handle "legal" case where we get empty thread profiles due to method filtering - Dead func removal This can be a controversial choice, as allocations do happen there, but it's not something we can interact with because there's not enough helpful information about them(for example, what if we filter out entire thread methods?). Tests: did 4 exports, wasn't able to find weird allocation records on different threads.
14 Days Ago
UI prefab setup
14 Days Ago
Add DefaultGrabbable so we can set the held item immediately
14 Days Ago
Merge from main
14 Days Ago
Subtract 113075 (branch name) for now until I get chance to fix an issue.
14 Days Ago
Add toggle mode for hand input, grip/trigger pressed/released detection
14 Days Ago
merge from connect_language -> hackweek_modding_improvements
14 Days Ago
Include language in `GiveUserInformation` so loading messages can be adjusted (instead of having to wait for ClientReady)
14 Days Ago
merge from ddraw_perms -> hackweek_modding_requests
14 Days Ago
Allow ddraw to work if you are client admin OR if it's the server sending the commands - avoids modded servers having to mess with admin flags