139,802 Commits over 4,505 Days - 1.29cph!

3 Months Ago
Add culling support for apartment furniture - start with large spheres around each apartment - add extra check if the player is inside the apartment to handle corners of the apartment the culling sphere doesn't reach
3 Months Ago
Update: Codegen Tests: builds
3 Months Ago
Merge: from main Needs codegen
3 Months Ago
Optim: reimplement all Arg.Get* via GetStringView Avoids allocations in the GetString fallback Tests: unit tests
3 Months Ago
Update: add StringView-to-numeric extensions Tests: ran unit tests
3 Months Ago
Fixed mid-length hair being skinned to eyes
3 Months Ago
Clean(tests): get rid of redundant profiling code Tests: builds
3 Months Ago
Fix a bug causing io lines to not update correctly when multiple storage adaptors on the same barrel have connections between themselves
3 Months Ago
Optim: BuildCommand - remove another Substring alloc via StringView Down to 3 allocs/0.34KB per call Tests: ran a couple commands with and without args
3 Months Ago
Reconnect apartment doors to apartment prefabs
3 Months Ago
Optim: ConsoleSystem.Index uses StringView internally to avoid allocations Tests: booted into craggy, ran a couple commands (short and fully qualified)
3 Months Ago
Put apartment elevator at the end of the wing - add extra floor for basement - split apartment floors into their own prefabs
3 Months Ago
Integrate item container and child item container preserving into the new system Re-implement entity children preserving, with attachments repositioning if their sockets shifted, child io entity also have their connected lines update correctly Fixes various current bugs with storage adaptors / door controllers when their parent is reskinned Make ceilinglight reskinnable again, will fix reskinning io entities themselves next Fix not being able to skin snowmobile back to default
3 Months Ago
Duplicated second elevator in reception area
3 Months Ago
Apartment elevator now functional
3 Months Ago
restored missing hair textures for movember moustache and santa beard
3 Months Ago
Industrial Torch - Small texture update (still WIP), changed base materials from smoothness to metalness, fixed material assignment on worldmodel (from half on to full off)
3 Months Ago
Added a viewmodel button to the skin viewer, pops the view model (wip)
3 Months Ago
increase censorship pixelation size with decreasing camera FOV (binoculars, etc) to account for further away stuff taking up more screen area
3 Months Ago
m16a2 world model added
3 Months Ago
add optional override for pixelation censorship pixel size, override it for player preview so it looks correct
3 Months Ago
functional darts 1p viewmodel
3 Months Ago
Analytics event for changing entity colours with the spraycan should now be raised for all appropriate entities
3 Months Ago
scene fix
3 Months Ago
finalize RRP underwater post processing
3 Months Ago
HasActiveFakeConnection tweaked order of conditions + added `relay.status` convar
3 Months Ago
Optim: Arg.Args is now a StringView[] Most of the code uses GetString to lazy alloc a string. BuildCommand is now 4 allocs/0.4KB per call Tests: unit tests, booted into craggy and set a couple variables, tested crosshair clientvars
3 Months Ago
merge from texture_optimisations
3 Months Ago
Adding bullet joint to m16 rig
3 Months Ago
Optim: Arg.FullString is now a StringView - updated CodeGenerator to support StringView params - ran codegen Saves an allocation(once I’m done with conversion). Currently at 12 allocs/0.85KB per call Tests: booted into cragy, tried echo and say commands
3 Months Ago
Head texture optimisations
3 Months Ago
Randomly apply a movement offset thruster effect too when tightening radius. Refactor.
3 Months Ago
more clean up
3 Months Ago
Update: add StringView.Trim(char) overload - add unit tests Tests: ran unit tests
3 Months Ago
Optim: add StringView.SplitQuotesStrings overload - Refactored logic to work on StringViews internally Only has 1 alloc(StringView[]). Using it is blocked on whether I'll be able to convert Arg.Args field to StringView[] or not Tests: none
3 Months Ago
Merge from parent
3 Months Ago
Merge from parent
3 Months Ago
Merge from main
3 Months Ago
Update: add StringView.EndsWith(StringView) - added trivial unit test Tests: ran unit tests
3 Months Ago
Fixing swimwear 05 skinning
3 Months Ago
Merge from rain_grace
3 Months Ago
exported latest M16a2 vm anims and added vm renderer script to gun parts in its viewmodel prefab
3 Months Ago
Merge from main
3 Months Ago
Remove no longer needed RustDOTSInstancing.cginc
3 Months Ago
Port UNITY_ANY_INSTANCING_ENABLED from UnityInstancing.hlsl to UnityInstancing.cginc
3 Months Ago
Fixing gap on twitch underwear
3 Months Ago
skin/core optimisations
3 Months Ago
Remove log
3 Months Ago
Texture cleanup
3 Months Ago
Use a different method to override UnityShaderVariables.cginc and clean up some unneeded changes to Standard.shader