branchrust_reboot/main/viewmodel_scene_flexcancel

108 Commits over 365 Days - 0.01cph!

Today
Compile fix
Today
merge from main
27 Days Ago
Consistent icon sizing for animation buttons
27 Days Ago
Camera scroll zoom shift tooltip
27 Days Ago
More reliable skin icon downloading. Skin menu styling fixes. Flash skin title text red/yellow during skin download for user feedback
27 Days Ago
Filter skins by name
27 Days Ago
Bigger button style in scroll views
27 Days Ago
Workshop skins now loading correctly with their icon
27 Days Ago
Button style changes
27 Days Ago
scene update
27 Days Ago
- Added overlays to scene and Overlay cycle and hide script, set up cycle button - new composition button now cycles through intial set of options
28 Days Ago
Scene save
28 Days Ago
Fixed admire button regression
28 Days Ago
Cleaned up skin debug and made skins load over multiple frames to prevent big stall on opening the skin menu
28 Days Ago
Steam workshop skins now load correctly on items/wearables/worldmodel/viewmodel
28 Days Ago
Ensure skin select panel gets updated immediately when a new item or wearable is selected. Redirect skins now working. Steam skins load when opening the skin menu for the first time
28 Days Ago
Skin selector UI and basic functionality to select an active item/wearable and then select a skin for it so the player, viewmodel and worldmodel all get skinned. Still need to get all Steam workshop skins and redirect skins working
28 Days Ago
Added "Admire active viewmodel" button on the right, hotkeyed with `N`. Eyeball-aligned the text of the bottom right buttons for prettiness :sparkles:
28 Days Ago
Added a toggle radgoll button to kill the active player and fake a client-only ragdoll, disabling all BaseEntity and networking logic
29 Days Ago
Use the gesture viewmodel when using gestures so we can see 1st person hands, ensure any held item viewmodel is redeployed when the gesture ends and when ending gesture loops
29 Days Ago
Fixed camera positioning, fixed screen shake / effects, enable post processing
29 Days Ago
Warmup item/wearables icons on startup to avoid FPS dips
29 Days Ago
New player select menu next to the Randomise Player Seed button to view the current player seed and to manually enter seeds. Accepts SteamIDs to view specific player models
29 Days Ago
Wearables/held items should never have shadow casters triangles but make the distinction in the triangle count display text if that is ever the case
30 Days Ago
Ensure triangle counts update this frame. Ensure we aren't counting shadow casters and that any quads are counted properly
30 Days Ago
increased triangle count font size and made it left aligned
30 Days Ago
merge from main
36 Days Ago
Added TOD toggles for Dawn/Noon/Dusk/Night using sun/moon icons
36 Days Ago
Setup ToD toggles in code. TODO: ToD buttons on the canvas
36 Days Ago
New "Toggle triangle counts" button that toggles a text window underneath with tri counts broken down by Player, Viewmodel, Worldmodel, Entity, Total. Works with the currently toggled LOD
36 Days Ago
Allow freecam to go up/down using E/Q too (this is on top of existing leftshift/ctrl)
36 Days Ago
Ensure the viewmodel always spawns at a fixed location and not at wherever the orbit camera is currently
36 Days Ago
button to loop the selected animation
36 Days Ago
Character Animation and Skin Viewer scene now supports LOD toggles with new buttons
36 Days Ago
Fixed ironsights
36 Days Ago
Keep the viewmodel active in the world so it can be seen in freecam
36 Days Ago
Hold leftshift for faster orbit camera zooming
37 Days Ago
Fixed gestures and misc animations not working
37 Days Ago
Fixed all old controls now that we're using the new input system. Only allow freecam when we don't have any camera options toggled
37 Days Ago
Fixed player not spawning
37 Days Ago
merge from main
8 Months Ago
Don't run two cameras, it confuses the viewmodel camera system. Instead use one camera and reposition it to match the orbit camera, this matches the regular game behaviour of switching between the game camera and debug cam Marked some button lists as non static so domain reloads can be disabled, still has some issues
9 Months Ago
merge from main
10 Months Ago
Missed style file (rhyme time)
10 Months Ago
Change Image material on buttons so they all appear white
10 Months Ago
Dynamically load all gestures from `GestureCollection.Instance.AllGestures` and use their sprite for the button. Halved the looping time of looping gestures to 2.5f seconds. All gestures are working but the sprites can be improved
10 Months Ago
Set selection scrollview content to use preferred size to prevent being able to scroll beyond elements
10 Months Ago
Fixed button text that broke after merge
10 Months Ago
Invoke gestures with a gesture config, not a string Clamp the gesture list so the scroll doesn't feel bad
10 Months Ago
Merge from main