141,761 Commits over 4,383 Days - 1.35cph!

60 Days Ago
Create item for golf hole bucket - can now place it
60 Days Ago
Update: PoolAnalyzer - in cases of assignment, scan all block hierarchy up to local var declaration block - debug binary built from cb708ddf Down to 15 confirmed false-positives (5 different types) Tests: unit tests + started unity
60 Days Ago
- Improved hitting workflow again - Will now auto dismount if you've hit the ball then walked after sending it - Fix phrases not poping off
60 Days Ago
ao tweaks
60 Days Ago
deployable golf tee initial setup
60 Days Ago
- Player no longer auto dismounts after golfing. Stays on the mountable until space is pressed, this stops you getting disorientated - Dont draw trajectory if you have shot your ball
60 Days Ago
Show phrase when swapping golf club type
60 Days Ago
Ensure mountable dies when dismounting from a ball
60 Days Ago
Missed file
60 Days Ago
Update: PoolAnalyzer - check finally and using blocks - debug binary built from b28334fc Down to 48 potentially false-positive errors Tests: unit tests + started unity
60 Days Ago
▊▊█▊▍▍ ▍▇▍▌▅▋▆▍
60 Days Ago
Basic ItemDefinition tests, checks dlc items are not researchable as well as missing sounds Finds 6 missing phys impact sounds Add descriptions, regenerate testlist
60 Days Ago
Update: PoolAnalyzer - more escape cases - recursively process expression statements to detect deeply nested escape cases - add support for field initializer escapes - debug binary built from e61378eb Currently detecting 54 errors (still a bunch of false-positives present) Tests: unit tests + started unity
2 Months Ago
Set power node fixes
2 Months Ago
Data cable icon updated
2 Months Ago
Apartment complex B / small and large greyboxes Added prefabs to the scene
2 Months Ago
Update: PoolAnalyzer - escape analysis if assigned to a variable as part of method arg list - debug binary build from 8b392070 Currently seeing 60 errors in C+S (3 valid, 2 false-positives, rest unknown). Tests: unit tests + launched unity
2 Months Ago
Add TriggerParent
2 Months Ago
Fix buoyancy submerged states being incorrect while batching. Slight perf improvement from no longer calling submerged callbacks for no reason. (thanks BlackLightning)
2 Months Ago
reduced size of cable heads in the viewmodel
2 Months Ago
set up 3p data cable
2 Months Ago
Add Construction component so the sockets actually work and add 2 extra window sockets
2 Months Ago
Support multiple TestParameterSource attributes Can now have more than one parameter source per test, they get combined
2 Months Ago
▊█▋▆█▊▉▋ ▇▄▊▇
2 Months Ago
Biome experiments / backup
2 Months Ago
data cable viewmodel setup, model name changes
2 Months Ago
Basic worldmodel tests, already catches 30+ misconfigured ones
2 Months Ago
Add sockets for doors and a window to the trailer
2 Months Ago
- New Iron position - New Driver position - Better hand IK positions
2 Months Ago
Update: PoolAnalyzer - handle more valid cases - added support for Dispose handling - added if(obj != null) Free(ref obj) handling - added support for using directives (both scoped and inline) I give up on trying to handle local data flow involving pooled objects - there's just too much work here Tests: unit tests + started unity (our Pooling unit tests no longer flag false-positives, this was kind of funny)
2 Months Ago
Codegen
2 Months Ago
Scale trailer hackweek entity by 2.5x
2 Months Ago
Allow towing attachments to scale the force before the joint breaks on a per-prefab basis - instead of changing global convar for hackweek each time I load the editor
2 Months Ago
- Can swap between putter, iron and driver by pressing CTRL when mounted to the ball - Clearup and rewrite the club system (AGAIN) - Reset and replace the position target transforms
2 Months Ago
Added data hub item, acts as a data combiner - 3 inputs 1 output
2 Months Ago
exported golf swing anims
2 Months Ago
2 Months Ago
Plugged the viewmodel prefab in
2 Months Ago
Folder cleanup
2 Months Ago
Fix clientside golf ball being returned to the server
2 Months Ago
Data cable world model and view model prefabs. Assigned new world model to item.
2 Months Ago
▉ ▉▍█▆ ▄█▆ ▄▅▌▆▆▍▉▊▍▉ ▌▌ ▆▆▍▉▅▌▆▍█ █▌▋▊▊▄ ▍▉▄ ▆▊▇▅██▋ ▄█▄▇█▌▊▍ █▍▇▊ ▇▆ ▇▋█▋▉▆▄▉ ▉▍ ▊▅ ▍▇▆ ▉▅ ▋█▌▅▇▆ ▉▍▉▅▋▆▋▋▆▆▋▌▌▌█ ▍▅▊█▌▄ ▋▇▍▇ ▋▌▌▊ ▅█▅ ▄▉▍▋▍▅▇▇▌▆▇▌ ▅█▇▊▊▌ ▆▆▊▉ ▅▋▊▊ ▋▄▇ ▌▄▅▋▉▌▆▍▊▍▍ ▆▄▍▌█ █▋▌▇▅▅ ▌▌▆██▇▅▅▇▇ ▇▄▄▅▆▅ ▉▊▅▋ ▄▌▆▍ ▊▉▆ ▇▅▌▌▊▅▊▆▆ ▉▅▇ ▌▌▉▉▊▍▄▍▋▆ ▇▅▆▆█ ▅▍▉▆▌▍▅▋▍▉ █▊▌█▌▄▊ █▇▆▍█▇ ▊▍▉ ▊▉▅▌▊▊█▋█▇
2 Months Ago
Feedback changes: - Inverted A + D for walking - Reduced putting max by 50%
2 Months Ago
Revert golf ball mountable and golf ball back to what they should be
2 Months Ago
- Remade golf hole and animator - Fixed merge issues - Regen manifest - Fix folder issues
2 Months Ago
Added fillContainers command. It will fill boxes, barrels, TC's (anything with a container) with random items within 5 meters of the player. You can filter items by category too, same as the fill inventory command.
2 Months Ago
Updated UpdateLookingAt to ignore IO entities that arent matching the wiretool type you're holding Way easier to wire chips when holding the ethernet tool, and chips cannot block electricity wiring
2 Months Ago
Update: PoolAnalyzer - escape a bit more - don't analyze statements before Pool.Get call - escape analysis when pooled object is returned out of method - debug binary built from b8b556ae Tests: unit tests + started unity. still a bunch of false-positives, but found first legit bug
2 Months Ago
Art pass for the data cable wire tool including: - World model - Viewmodel - Lods - Material & Textures
2 Months Ago
manifest again