reporust_rebootcancel

139,344 Commits over 4,383 Days - 1.32cph!

13 Days Ago
Pack parallel flying results, only pass valid indices to flying checks, remove the now unused waterindices - consistency tests pass
13 Days Ago
13 Days Ago
Rename
13 Days Ago
bunny costume store icon and square images for steam
13 Days Ago
move audio deploy to rpc (for now), code gen
13 Days Ago
Unitask metas appeared only after opening editor, committing that
13 Days Ago
Use bitwise and for entity flag checks like on main
13 Days Ago
Started making model prefabs of rentable shop parts. Started replacing the meshes within the shop prefabs. Deleted obsolete blockouts.
13 Days Ago
Merge from main
13 Days Ago
Refactor path following, fix issues with animals, slow down after root motion anims remain, isReachable inconsistent, swim speed not handled
13 Days Ago
setup salvaged hammer refresh world/projectile/entity prefabs
13 Days Ago
Added container corpse tests Checks setup, pickup, repair, protection is correct All pass, but would have caught a recent issue
13 Days Ago
roll back gestures in playeranimation controller
13 Days Ago
Bugfix(tests): CompanionServerTests - use persistent RelationshipManager - house RelationshipManagerDB in a temp folder Tests: ran CompanionServerTests unit tests, 1 sporadically fails
13 Days Ago
Re exporting anims with out of date hierarchy
13 Days Ago
Codegen and made UI_Console_CommandList partial
13 Days Ago
Fix armored ladder hatches being included in the convex collider test, they have an explicit socket blocking placement on boats
13 Days Ago
Updating skinning and burstcloth for pilot hazmat
13 Days Ago
Bugfix(tests): CompanionServerTests - setup player lookup map Broke since one of our optims way back. Tests: ran CompanionServerTests - now 2 failing
13 Days Ago
13 Days Ago
adjusted ao of water wheel
13 Days Ago
setting up salvaged hammer refresh viewmodel prefab and anim events
13 Days Ago
New deployable tests Check pickup item matches item definition Check redirect deployables have the same hp, protection, various pickup and repair properties as base deployable Finds 17 things to fix
13 Days Ago
merge from playerrigupdate2
13 Days Ago
More hair setup, dye sets
13 Days Ago
Bugfix(tests): CompanionServerTests - use unique persistence database per test run If a test goes wrong, the cleanup doesn't happen, which borks all the subsequent tests in a run Tests: ran CompanionServerTests - 16 pass, 3 fail
13 Days Ago
Bugfix(tests): rewrite GrowableGenesTests no allocs tests to use ServerProfiler new api Think my old hacky solution finally broke Tests: ran GrowableGenesTests test - it passes
13 Days Ago
merge from main
13 Days Ago
Committed 3p chair updates with sitting loop to show issue with transitioning from sitting to idle if 3p sitting is an anim and not a pose
13 Days Ago
Bugfix(tests): workaround "don't add editor components" safety check when running editor unit tests Tests: ran GameTraceTests unit tests - they now all pass
13 Days Ago
ElectricWaterWheel compile fix
13 Days Ago
set rustige egg gems to be opaque
13 Days Ago
Bugfix(tests): fix missing InvokeHandler in GamePhysicsTests Tests: ran GamePhysicsTests unit tests, now all pass
13 Days Ago
Added shutters for rentable kiosk B. Tidied up prefab (removed missing refs etc).
13 Days Ago
Merge from main
13 Days Ago
merge from main
13 Days Ago
merge from new_console-ui
13 Days Ago
Tweaked shared convar colors again
13 Days Ago
merge from waterwheel_deployable
13 Days Ago
merge from new_console-ui
13 Days Ago
Fixed inputfield culling issues after entering long strings
13 Days Ago
Console command list is now a UI_Window, some refactoring and cleanup
13 Days Ago
Added a fourth row to the hud components panel in the tools tabs
13 Days Ago
Fix LOD extents validation, causing rendering issues.
13 Days Ago
Changed color for shared convars
13 Days Ago
Fixed additional space for commands with no default value to show Show [?] instead of nothing if the value is set by the server
14 Days Ago
Changed deepsea.enabled logs to normal logs
14 Days Ago
Console set its text size on init [truncated] shows in yellow
14 Days Ago
Switch to BigEndian, fixes static AAC is working!
14 Days Ago
Refactor the ShoutcastStreamer to support different underlying codecs, load the appropriate decoder for each stream MP3 is up and running (already works), AAC is implemented but not quite working yet Very experimental