branchrust_reboot/main/Hackweek-SkinViewercancel

70 Commits over 273 Days - 0.01cph!

1 Year Ago
Minor fixes
1 Year Ago
Skin viewer scene edit
1 Year Ago
Skin viewer basic UI for loading info etc
1 Year Ago
Fixed clothing items removing their bone setup in the skin viewer, causing them not to show
1 Year Ago
Try applying skin to clothing in preview
1 Year Ago
Fix skin viewer lighting layer issues
1 Year Ago
Merge main -> HackWeek-SkinViewer
1 Year Ago
Got the double-layer model interaction when using the skin viewer in the item store working correctly
1 Year Ago
Merge Main -> SkinViewer
1 Year Ago
Removed skin viewer UI canvas and interaction stuff. No longer relevant now that it's sent to a rendertexture on separate overlay UI that's always on top
1 Year Ago
Fixing problems with closing the viewer in the item store + other stuff
1 Year Ago
Fixed the fallback positioning code
1 Year Ago
Camera layer fix
1 Year Ago
Cleaned up PropRenderer merge
1 Year Ago
Merge Main -> Hackweek-SkinViewer
1 Year Ago
Some work-in-progress skin viewer stuff I had from hack week. Converting it to use a rendertexture instead of a separate camera.
2 Years Ago
Fixed border appearing behind the model
2 Years Ago
Skin viewer now on a rendertexture
2 Years Ago
MenuUI.ItemStore revert
2 Years Ago
Reverting menu stuff
2 Years Ago
Reverted MenuUI back to screen space overlay style (same as on Main). Too many issues with how I implemented this last hack week, going to redo it a better way.
2 Years Ago
Bigger preview window
2 Years Ago
Finally fixed skin viewer key controls not working in the main menu popup version. The commit - by necessity - also enables Movement keybinds in the NeedsKeyboard script in MenuUI.
2 Years Ago
Switched viewer to use direct horizontal and vertical rotation. Using the item's axes sometimes worked poorly since some items are at a permanent angle (e.g. pickaxe). Key and mouse drag rotation now shares a method.
2 Years Ago
Updated OnSkinChanged to match use in BuildingBlock.Grades
2 Years Ago
Simplified skin refresh methods
2 Years Ago
Reapplied branch changes to BaseEntity.Skin
2 Years Ago
Merge Main -> Hackweek-SkinViewer. Stomping my changes to BaseEntity.Skin for now, will redo.
2 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.
2 Years Ago
Remove SkinViewer scene from build list (we'll just use the prefab)
2 Years Ago
Partial fix for clothing loading issues
2 Years Ago
Get skinviewer skin loading working in listen server mode
2 Years Ago
Fix for LR300 workshop item name bug
2 Years Ago
Add support for skinviewer loading weapons and clothing
2 Years Ago
Close only if the user clicked outside the camera area
2 Years Ago
Modal interaction blocker
2 Years Ago
Remove UI canvas raycaster
2 Years Ago
Mouse drag direction fix
2 Years Ago
Camera size edit
2 Years Ago
Visual border on the popup window. Set the window size programmatically.
2 Years Ago
Image order experiment
2 Years Ago
Minor edits
2 Years Ago
Delay camera showing until the skin has loaded
2 Years Ago
Match perfectly the size of the skin preview image (hardcoded for now)
2 Years Ago
Clean up unnecessary components
2 Years Ago
Apply changes to prefab
2 Years Ago
Fixed camera movement looking like winning Solitare in the 90s
2 Years Ago
Camera experiment
2 Years Ago
Use PropRenderer scene lighting and positioning
2 Years Ago
WIP on some lighting issues