reporust_rebootcancel

131,072 Commits over 4,232 Days - 1.29cph!

53 Days Ago
Fix DeferredDecal component not being stripped from server entities
53 Days Ago
Refactor copypaste into multiple methods to try and figure out why certain foundations and walls are missing from pastes - unsure if it's a problem with copying or pasting so starting with pasting - move RemoveOpthanedChildren() above when we start to spawn entities - try to spawn entities in multiple passes to ensure parents are all spawned before children - add more logging
53 Days Ago
Switch certain dynamic occlusion entities to static occludees when we know they can't move - convar `dynamic_occlusion_pausing` (0 = off, 1 = codelocks + industrial adapters on boxes, 2 = codelocks on doors) - currently (and by default) every entity is considered dynamic if parented - now certain entities can indicate if they are static (like boxes) - converts codelocks to dynamic while the door is opening, converts back to static once finished - will check all parents so a box parented to a tugboat will still be considered dynamic since it will find the tugboat as root parent - reduces dynamic ocludee count by 80% (417->74) on a sample base (converts nearly all codelocks and industrial adapters) - refresh entity dynamic status when running `refresh_renderers`
53 Days Ago
53 Days Ago
▉▇▉▋█ ▅▋▆▍ ▄█▊█▌▅▉█▊▊▌▊█_▇▋▍▋▍▉▅_██▇
53 Days Ago
Make dynamicOccludees list public so it works with the command
53 Days Ago
Set industrial adapter to not be dynamic - still gets set to dynamic at all times since it's always spawned parented to an entity
53 Days Ago
Add `print_occlusion` command to print the amount of dynamic ocludees
53 Days Ago
merge from fix_puzzle_reset_analytics_nre
53 Days Ago
Fix NRE in puzzle reset analytics when SpawnGroup referenced is destroyed
53 Days Ago
▄▇▋▊▊▆ ▍▅▍▅ ▌▌▍▇▇▉▇▋ ▄▉█▉▆ ▇▉ ▇▇▊▉▅▊, ▄▆▉ ▄▄▆▊ ▅▋▇▅ ▋▅▆ ▍██▌▅▇ ▆▉▆▇ █▄▇▄▆▌▇▊. ▋▉▋▊▇ ▆▇▆▋▉▆ ▆▇▋▅▅ ▉▌▌▌▇ ▌█ ▉▍▅▉▍▌ ▉▍▌▄█▍▊ ▉▇▄▆█▍▉▊▆ ▄▄▋▍▆▉ ▇▄ █▇▍ ▅▆▊ ▅▊█ ▇▆▊█▅▌▋ █▉▆▌ ▊██▆▋▆▍▅ ▌▍▊▄▉▌ ▊▅▄█▇▋▍ ▉▄▉ ▇▄▌▌▅▍█ ▊▆▉█▄▌▊ ▇▍▋ ▄▌█▋▆▄▉▉ ▋▋ ▄ ▆▉▌▄▇▌▍ ▋█▄▍▌ █▍▋▍█▉▆▇. ▅▇'▄▍ ▊▉▌▄▍ ▆▇█▆ ██ ▋▊▇▊▍▋▉ █▊▄▍ ▍▌▉▄ ▅▍ █▇▌▌▉▍▇▌▄ ▍▌▅▊ █▊▄▉ ▍▇▅▍ ▆▊▉ ▍▇▌▋▉ ▄▉▌▅█▄▌ ▊▉ ▆▊▍▌▍▋▋ ▆▍▉ ▆▍▇ ▉▋▄▍▅ ▋▆▍▅ ▅▊▆▄▇ ▄▄▆ █▌▇ ▍▋ ▊▅▅▇▌▌ ▊▇, ▆█▊▋▍▄▅ █▍▅▇ ▉▄▉▇ ▉▌█▋▆▊▅ █▉▇▌▅▌ ▌▋▌█ ▆▋▌ ▅▊▇▇▍
53 Days Ago
▅▍▆█▌ ▄▆▊▄▊▋ ▅▉ ▉▌▅▄ █▊▋█▌▋ ▅▄▋█▇▇▄▄▅, ▆▅ ▌▇▌ ▇▊▆'▌ ▍▅█▇▋▇ ▆▇▅▉ █▊ ▆▇▇▆▅▇
53 Days Ago
Fixed WireColorSettings.Get NRE
54 Days Ago
merge from fix_console_chat_message -> main
54 Days Ago
Catch error if supplying a console color that isn't a valid enum - try catch the entire console logging thread so an error won't break the console
54 Days Ago
Add `console_print_color` command to confirm colored console messages work
54 Days Ago
Fix colorOverride being overwritten by LogType
54 Days Ago
Fix chat messages not being logged to console due to stacktrace being null when PrintColoured() is called
54 Days Ago
Scientist front turret now points the right way
54 Days Ago
Screen shake & volume stuff.
54 Days Ago
Cannon attack
55 Days Ago
Casino dressing progress Exterior dressing, neon signs, bar area, lighting pass
55 Days Ago
Removed Old 50 Cal Models and Prefabs Imported New 50 Cal Models to Include PT Boat Mounting Parts Setup New 50 Cal Prefabs and Colliders
55 Days Ago
merge from fix_painting_rotation_icons
55 Days Ago
merge from haircap_shadow_fix_again
55 Days Ago
merge from fix_steam_invite
55 Days Ago
merge from cargo_oilrig_path_fix2
55 Days Ago
merge from fix_buried_items_loading
55 Days Ago
PT Boat Throttle fix.
55 Days Ago
Mostly remove a per frame OverlapSphere when updating the camera to check if it's underwater
55 Days Ago
disable texture streaming on hair due to leaving "shadow"
55 Days Ago
updating the colliders for the diy hammock
55 Days Ago
PT Update to remove moving turret parts ready for 50cal.
55 Days Ago
merge from deep_sea
55 Days Ago
Tropical2 terrain set to the terrain layer
55 Days Ago
Added deep sea prevent building volume Changed SocketMod_TerrainCheck to look for deep sea island terrain when out of bounds
55 Days Ago
clean up discarded changes
55 Days Ago
merge from fix_non_harvestable_trees -> naval_update
55 Days Ago
Fix HttpImage attempting to delete asset/builtin textures when the remote image fails to load
55 Days Ago
small engine mesh and textures update
55 Days Ago
pt_boat_gameplay_pass -> naval_update
55 Days Ago
▌▇▇▊ ▋▊▇▉▊▉▉▇
55 Days Ago
xmas floorpapers wip, some more minor tweaks
55 Days Ago
AI aim direction translation fixes Aim pivot fixes AI will only fire if its aim is within 5 degrees of the target
55 Days Ago
AI can now point the boat turrets at players (their current target) Remove items from PT boat turret operators AI support setup for PT turrets
55 Days Ago
bouncing planks setup
55 Days Ago
Fixed cargoship oil rig avoidance
55 Days Ago
Added basic blueprint fragment chance to military crate, large underwater crate, junkpile scientists, and roadside metal detecting
55 Days Ago
Update: if either logging or dry run is enabled, log uploader activity Previously it was editor only, and you had to enable dry-run specifically to get those logs. This makes it easier to work with. Tests: none, trivial change