branchrust_reboot/main/cinematic_toolscancel

90 Commits over 1,124 Days - 0.00cph!

7 Years Ago
Split debug camera movement and input so movement still updates while menu is open
7 Years Ago
Check if demo button should be active on menu awake
7 Years Ago
Fix sorted demo list not updating when deleting demo
7 Years Ago
Only show demo browser button if user has demo files, as requested
7 Years Ago
Change camera parent key from LEFT MOUSE to F WASD movement with debug camera while orbiting offsets camera SHIFT + R key combination to reset orbit offset position
7 Years Ago
demo.browser convar (don't mess with main menu for a feature only a few people will use)
7 Years Ago
Functional sort buttons on demo browser (sort by name, date, length)
7 Years Ago
Open demo browser as popup on right hand side menu
7 Years Ago
Convar for custom ratio guide (eg. "2.35:1" or "4:3" etc)
7 Years Ago
Fixed 1.5x scale on demo playback UI
7 Years Ago
TAB key to cycle between the different bones of the target entity
7 Years Ago
convar for camera guide color
7 Years Ago
Camera framing guide overlay and commands to toggle (rule of thirds, golden ratio, crosshair)
7 Years Ago
Demo name formatting changes
7 Years Ago
Demo browser
7 Years Ago
Orbit target entity mode for debug camera
7 Years Ago
Strip out "demos/" from filename display
7 Years Ago
Tweaked sizing of some elements
7 Years Ago
Visual pass on Demo playback UI
7 Years Ago
Fixed demo.skip not working after a demo reaches the final frame
7 Years Ago
Better format demo.playernames and add column for steam id
7 Years Ago
Better debug.debugcamera_list display and zoom formatting
7 Years Ago
Made DemoHUD a standalone prefab (for future iteration) DemoHUD automatically hides if the menu or developer tools are open
7 Years Ago
Add demo.playernames to print all players in the currently playing demo
7 Years Ago
Merge from main
7 Years Ago
Camera shake commands [amplitude, frequency, duration]
7 Years Ago
Set debug camera fov/zoom length to value (debugcamera_fov <value>)
7 Years Ago
Fix camera lerp bounce issue at lower values. Convar to enable/disable camera lerp 'locomotion'
7 Years Ago
Fixed dev tools/menu blur using delta time and not unscaled delta time (fixes blur staying on while demo is in slow motion)
7 Years Ago
Can now call cinematic_play with the same animation that is currently playing and it will revert to frame 0 of the animation Fixed cinematic_play defaulting to a massive speed if no speed variable was provided
7 Years Ago
Remove "Recorded:" prefix
7 Years Ago
Store and display demo recorded time in demo hud
7 Years Ago
Show filename and timescale on demo HUD text
7 Years Ago
Client compile fix
7 Years Ago
Added demo.togglehud command for input binding
7 Years Ago
Added support for switching demos on the same map without reloading the map (still wip, there's a few errors)
7 Years Ago
Fix demos not being able to jump to time 0 after a demo is finished (IsPaused was left on)
7 Years Ago
Added debug.debugcamera_list to list out all saved debug camera positions into the console
7 Years Ago
Add demo.hud, displays a timestamp during demo playback in the top left of the screen
7 Years Ago
Add an optional speed parameter for cinematic_play command