reporust_rebootcancel

132,642 Commits over 4,293 Days - 1.29cph!

16 Days Ago
fbx update salvaged hammer
16 Days Ago
Salvaged Hammer Refresh models and textures
17 Days Ago
Update: add paste_line <name> [count = 1] [offset = 1] - will spawn the clipboard in a line using player's facing with offset-sized spacing - also if pasting players, make sure they run their ForceTriggerUpdate - codegen Tests: spawned a 100 boats in a line
17 Days Ago
▆▌▋▋▅▄▍▄▋ ▅▄▊ █▍▍▄▊▌▋▍█▉ ▅▄▍▌▋▌ ▉▌▄▉ ▄▌▉ ▆▌▊▉▅▋ ▊▇▍▉█
17 Days Ago
Test key caching
17 Days Ago
Cache all the data instead of parsing everything in OnGUI Some cleanup
17 Days Ago
Rejigged exlosives box prefab (non-variant, split off matrix displays). Reran manifest.
17 Days Ago
Test runner window automatically loads the last results after a test suite has finished
17 Days Ago
Merge: from main
17 Days Ago
Can run tests from the window
17 Days Ago
Fixed negative scale warning on cannon gibs
17 Days Ago
Remade scrap box prefab so not prefab variant. Renamed prefab to remove "wooden". Added scrap box LODs. Adjusted metal/gloss levels on scrap box. Updated manifest and localisation.
17 Days Ago
▅▍▍▍▍█▌▉ █▆▅▉▍▍▄▆▇▅ ▄█▍▍ ▉▉▆ █▉▅▅▄ ▅█▅▅▅▅
17 Days Ago
merge from indirect_instancing
17 Days Ago
Keep Indirect Instancing disabled by default (until rare wrong object bug is fixed)
17 Days Ago
rebase on main
17 Days Ago
* Improve job scheduling to make leaving the job phase more robust through loading screens * Fix NRE when trying to remove instances before Indirect Instancing was initialised
17 Days Ago
Add vertex density slider for terrain detail Fix grid position alignment issues with some cell sizes Editor recreates terrain buffers on inspector changes
17 Days Ago
main -> autoturret_improvements
17 Days Ago
Revert 140177 - needs more investigation
17 Days Ago
Remove unused field
17 Days Ago
boat_ai_boxing_fix -> main
17 Days Ago
BoatAIInstruction uses nullables to get around the 1 allocation per queue add (thanks Daniel!)
17 Days Ago
main -> boat_ai_boxing_fix
17 Days Ago
notification_custom_link_support -> main
17 Days Ago
Allow external/internal arguments to be passed
17 Days Ago
Merge from naval_update
17 Days Ago
Fixed tutorial islands getting the wrong ID when loading a save
17 Days Ago
First pass of test runner editor window, still wip
17 Days Ago
Can now create notifications with custom links
17 Days Ago
Fix player collider not being the right size when waking up for a frame, caused incorrect triggers to be picked up by ForceUpdateTriggers This resulted in the player being affected by the TriggerPlayerForce attached to boat blocks when waking up, which happens when entering/exiting the deep sea
17 Days Ago
Merge from boat_water_fx_optim
17 Days Ago
Even more fx optimisations, move the blocks into a work queue and support breaking out mid processing if we take too long to avoid queue overruns Also added early returns for disabling fx (so fully occluded blocks are now effectively free) and bypassed the Angle calculation if a block is fully occluded
17 Days Ago
scrap box - initial prefab setup, item created, placeholder icon created, updated localization, updated manifest, updated icon manifest.
17 Days Ago
Collisionmeshdata error fix for Candy Cane, Ball, Present
17 Days Ago
merge from naval_update
17 Days Ago
Swap to of the anchor colliders to metal where it makes sense Swap bbs interaction colliders to wood instead of concrete
17 Days Ago
Sail is now actually cloth instead of wood Made colliders a bit more accurate on the top
17 Days Ago
Update workshop scene "publish submission" info paragraph
17 Days Ago
Fix a duplicate bone name on the cannon Swap interaction collider from box to sphere, fits better and stops bullets getting caught on the corners like before Fix incorrect material
17 Days Ago
17 Days Ago
Change helicopter repair blocking from "all wheels grounded" to "engine is off"
17 Days Ago
Collider fixes for plank and ramp, assign wood material
17 Days Ago
Bugfix: TriggerParentDelayedExit::SupportsTickSkipping was always evaluating to false - switched it to be off by default, as it was likely off during my earlier testing Tests: none, trivial change
17 Days Ago
Fixed some duplicate collider names on triangle ladder hatch
17 Days Ago
Merge: from main
17 Days Ago
changes on the throw icepick sounds
17 Days Ago
Merge: from triggerparentdelayedexit_teleport_fix - Bugfix: teleporting from a player boat should no longer cause weird parenting issues Tests: built a boat, teleported away - no weird movement afterwards
17 Days Ago
Bugfix: don't try to delay unparenting when teleporting away from the boat Tests: built a small boat, spawned a player on it, turned on the engine, teleported away - didn't have the weird extra movement
17 Days Ago
Medical syringe animation updates