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

2 Months Ago
Industrial decor pack store page
2 Months Ago
Bugfix: StringView - ensure defaulted string view can compare to empty string as equal - left a note about string.Equals(object) not recognizing StringView - reorganized comparisons in Ranges test to make them pass Tests: ran unit tests
2 Months Ago
Skin bundle update
2 Months Ago
Use HasGreatlyChanged() for wetness, calories and hydration
2 Months Ago
first pass of the monument blocker-collapse
2 Months Ago
merge from main
2 Months Ago
fixing coconut underwear skinning
2 Months Ago
merge from industrial_dlc
2 Months Ago
cleaned up single shalllow wall shelves naming so it isnt so granular - set to "wall shelves", set one as industrial and the other as bamboo
2 Months Ago
Update(tests): add a bit more coverage to IndexOf and IndexOfAny null tests Tests: ran tests
2 Months Ago
reduced time of bowless crossbow reload vm, 3p and w model anims by 25 frames. Deleted unused bowless crossbow old rig 3p anims
2 Months Ago
merge from workshop_legacy_pose_client_fix
2 Months Ago
added torch image to industrial dlc sitem
2 Months Ago
Thruster UI button tweak to allow for the extra text
2 Months Ago
Show the thruster effect type in thruster UI when client+server for easier testing. Don't seen anything at all except thruster labels to the client for consistency + security.
2 Months Ago
new sounds for the bdu helmet and vest
2 Months Ago
fix some warning spam in the iconrender scene in editor
2 Months Ago
Merge: from main
2 Months Ago
Do not perform dithering unless any form of anti-aliasing is active
2 Months Ago
Fixed use legacy bind pose being editor only
2 Months Ago
Merge from main
2 Months Ago
Merge: from tovector3_parse_format_fix - Bugfix: fixes another edge case of weirdly formatted vec3 using StringView.ToVec3 Tests: unit tests
2 Months Ago
Merge: from main
2 Months Ago
Bowless crossbow store page media
2 Months Ago
Bugfix: StringView.ToVec3 - ensure we grab first-of-a-set separator Tests: ran StringView and Command unit tests
2 Months Ago
Update: add StringView.IndexOfAny - expanded unit test to cover Will need it to bugfix ToVec3 again Tests: ran unit test
2 Months Ago
Refactor/rename for more obvious separation of targeting and final calculation positions.
2 Months Ago
Merge from main
2 Months Ago
Update(editor): add a couple more ToVec3 Tests: catches failing cases
2 Months Ago
Added support for the shadow filtering dev convar in RRP
2 Months Ago
Update: StringView now allows construction from null strings - expanded unit tests This brings it closer to ReadOnlySpan semantics. Tests: some unit tests failing, will investigate later
2 Months Ago
- Fixed the shadow filtering on the lowest shadow preset on RRP - Updated the RRP directional shadow bias to be closer to Unity's BiRP implementation - Updated the RRP asset to add the warning for editing it during play mode
2 Months Ago
Fix buttons always showing as red at lower LOD
2 Months Ago
merge from main
2 Months Ago
Merge from shelves_fixes
2 Months Ago
Slightly tweaked area check positions
2 Months Ago
industrial decor pack square steam images on sitem (just missing torch)
2 Months Ago
merge from bowless_crossbow
2 Months Ago
bowless crossbow steam icon and steam images of sitem
2 Months Ago
M16 higher burst fire rate
2 Months Ago
Shotgun and item updates
2 Months Ago
Merge from main
2 Months Ago
Merge from main
2 Months Ago
updated LOD3 of industrial large furnace, standardisation pass between the two large furnaces
2 Months Ago
Industrial Storage - updated icon
2 Months Ago
merge from m16a2
2 Months Ago
merge from discord_plushie (fixes)
2 Months Ago
Industrial Storage - adjusted bottom piece on vertical barrel
2 Months Ago
Merge: from tovector3_parse_format_fix - Bugfix: fixes ToVector3 parsing bugs for various spacing configurations of Vec3, added unit tests to cover it Tests: ran unit tests, checked F3 modes camera offset is correct and spawned entities appear where expecte
2 Months Ago
Bugfix: StringView.ToVector3 - trim off both whitespaces and , Tests: StringView and Command unit tests pass