reporust_rebootcancel

106,703 Commits over 3,836 Days - 1.16cph!

1 Year Ago
Fixed camera movement looking like winning Solitare in the 90s
1 Year Ago
Camera experiment
1 Year Ago
Use PropRenderer scene lighting and positioning
1 Year Ago
▄▅██▉▊█
1 Year Ago
Merge from nexus
1 Year Ago
Don't try to send disconnect reason to the server if already disconnected
1 Year Ago
Added shadow cache blur scale param to ShadowCacheBlur.Apply()
1 Year 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)
1 Year Ago
Can now loot another player's backpack if you're behind them and close enough
1 Year Ago
Test uses terrain maps
1 Year Ago
fixed the world setup stack
1 Year Ago
backpack skinned model and wearable setup
1 Year Ago
Added backpacks, only one can be worn/carried at a time, adds new separate row of storage slots. Can be interacted with from the ground or inventory, slightly reduces move speed.
1 Year Ago
WIP on some lighting issues
1 Year Ago
Fixed TerrainPlacementMap issues when used on custom maps
1 Year Ago
Change SkinViewer to be a prefab instead of a scene, and load it as a prefab. Change main menu UI to be in screen space camera instead of screen space overlay, and change the video to be on a rendertexture. Allows for a second camera over the top.
1 Year Ago
caldera backup
1 Year Ago
WIP hitbox suport
1 Year Ago
Editing is now locked while a player has a held entity (please don't shoot the mannequin) Player no longer collides with mannequin rotation gizmos UI fixes
1 Year Ago
Rebuild missions HUD to use flexbox and RustText Label optional objectives as optional on the HUD
1 Year Ago
Can now edit all three bones on each finger
1 Year Ago
Can no longer open the mannequin loot while editing is taking place
1 Year Ago
Rebuild the missions UI using flexbox Show bonus rewards on the missions UI as they unlock Fix missions UI not refreshing rewards fully when updating
1 Year Ago
Eliminated the brief snap to incorrect pose when first spawning a mannequin
1 Year Ago
Even simpler setup. Managed to remove the sky dome in the viewer without breaking things.
1 Year Ago
Fixed confusing rendering issues in skin scene. Gave the scene a blank black background
1 Year Ago
Implement a hash check to limit excessive clothing rebuilds, mannequins will now only regenerate their clothing if the clothing actually changes
1 Year Ago
FX profile for skin viewer
1 Year Ago
Stripped down the skinviewer camera to the bare essentials
1 Year Ago
SkinViewer prefab
1 Year Ago
Basic ability added to click an item's icon in the in-game item store to open up a 3D model view of that item with its skin applied. Currently only works for deployables - weapons/clothing coming soon.
1 Year Ago
Item icons Fixed mannequins wearing underwear or enabling censorship cubes if the respective censorship setting was enabled
1 Year Ago
Added a small support rod that appears if both feet on the manequin aren't touching the ground (realism!)
1 Year Ago
Unsaved
1 Year Ago
Default mannequin to T-pose and add a T-Pose option to the animator Mannequin edit will now get cancelled if the player editing gets disabled or leaves range Can no longer rotate the hips
1 Year Ago
Server compile fixes
1 Year Ago
Initial Added normal & large breadboard entities Save IO components when picked up & placed down
1 Year Ago
Refactors Added dances to animation selections Applied a grid texture to the mannequin
1 Year Ago
Naming consistency
1 Year Ago
merge from main
1 Year Ago
Split the missions panel out of the inventory UI into its own prefab
1 Year Ago
Give bonus rewards for optional objecives if they are complete when finishing the mission
1 Year Ago
Merge from main
1 Year Ago
Pool performance issue debugging
1 Year Ago
Remove copy of mission rewards in mission instance protobufs, use the original from the mission SO instead Set up custom editor for mission objective entries Initial setup for supporting bonus rewards for completing optional objectives
1 Year Ago
Updated test scene
1 Year Ago
Updated raytracing controller
1 Year Ago
Updated world-space AO ray generation shader
1 Year Ago
Added raytrace extension to filetypes conf as txt
1 Year Ago
Added closest hit passes to a few shaders