reporust_rebootcancel

124,601 Commits over 4,171 Days - 1.24cph!

3 Years Ago
Some initial work re opening the skin viewer from the in-game crafting screen. This needs the planned change from second camera to rendertexture to start fully working.
3 Years Ago
Remove SkinViewer scene from build list (we'll just use the prefab)
3 Years Ago
Increase inputs & outputs on breadboard from 5 -> 10
3 Years Ago
Partial fix for clothing loading issues
3 Years Ago
Get skinviewer skin loading working in listen server mode
3 Years Ago
Fix for LR300 workshop item name bug
3 Years Ago
Add support for skinviewer loading weapons and clothing
3 Years Ago
Gave splitter 4 outputs and made it same model as electric branch but colored white
3 Years Ago
Fixed saved sofas in unsaved tunnel dwellings (caused sofa leaks to world origin after server restart). Added a check to SetParent that can catch these, but too many false positives to have it enabled all the time.
3 Years Ago
Removed 1 consumption & power reduction from most electrical components
3 Years Ago
.entity positional updates
3 Years Ago
█▋▋▌ ▅█▉██▇▄▄
3 Years Ago
BaseVehicle now makes sure seats match the enableSaving setting that's used on the vehicle. Prevents orphaned seats when vehicle isn't saved.
3 Years Ago
merge from main
3 Years Ago
Breadboards can be cloned & copy all the circuits on them Breadboards can be connected together with a single wire to bridge 5 inputs & 5 outputs
3 Years Ago
reverted selected holdtype override controllers to current versions on main, re-added current player animator & renamed experimental controller
3 Years Ago
Adding several convars to configure and debug multithreaded networking
3 Years Ago
Caldera map solid baseline build
3 Years Ago
prefab'd the custom map world setup stack
3 Years Ago
Slingshot and rock, materials and textures!
3 Years Ago
empty backpack when storing it in another container
3 Years Ago
reduced island altitude by 10%, this might help with some monuments flattenned the crater lava area, this will allow arid monuments to spawn in the crater volcano hill is smoother
3 Years Ago
Merge fix
3 Years Ago
Merge from main
3 Years Ago
fix for client not refreshing bp inventory when moving bp in some situations
3 Years Ago
Resolving roads being too straight
3 Years Ago
NRE fix
3 Years Ago
Limiting previous workaround only to listen server (so running a dedicated server inside the editor is unaffected)
3 Years Ago
Skipping BaseMountable.FixedUpdateCycle and Buoyancy.Cycle on large maps inside editor since they make the game unplayable
3 Years Ago
Commenting out AIMovePoint.FixedUpdate and AICoverPoint.FixedUpdate (significant performance impact on large maps inside editor, even when DDrawAIDataPoints is false)
3 Years Ago
Conveyors will now turn back on after receiving power if they were on when they lost power
3 Years Ago
Close only if the user clicked outside the camera area
3 Years Ago
Modal interaction blocker
3 Years Ago
Remove UI canvas raycaster
3 Years Ago
Mouse drag direction fix
3 Years Ago
Camera size edit
3 Years Ago
Visual border on the popup window. Set the window size programmatically.
3 Years Ago
Image order experiment
3 Years Ago
Minor edits
3 Years Ago
Delay camera showing until the skin has loaded
3 Years Ago
Match perfectly the size of the skin preview image (hardcoded for now)
3 Years Ago
Clean up unnecessary components
3 Years Ago
Apply changes to prefab
3 Years Ago
Fixed camera movement looking like winning Solitare in the 90s
3 Years Ago
Camera experiment
3 Years Ago
Use PropRenderer scene lighting and positioning
3 Years Ago
▄▅██▉▊█
3 Years Ago
Don't try to send disconnect reason to the server if already disconnected
3 Years Ago
Added shadow cache blur scale param to ShadowCacheBlur.Apply()
3 Years Ago
Fixed ring rail and road not (or barely) finding valid paths on custom maps (this needs testing before we can apply it to main)