branchrust_reboot/main/cinematic_toolscancel

92 Commits over 1,124 Days - 0.00cph!

1 Year Ago
Merge from main
1 Year Ago
Prevent keybinds running when renaming a shot Added an interaction blocker underneath the demo UI to prevent any mouse interaction with game UI
1 Year Ago
inventory.deployloadout will now first search any PlayerInventoryProperties in the assets/content/properties/playerinventory folder before falling back to regular saved loadouts Will match on the nice name, not the filename (case insensitive)
1 Year Ago
Inventory loadout commands now save the players main storage as well as the belt and clothing Fixed inventory loadouts failing to save blueprints Fixed inventory loadouts sometimes not applying every saved item
1 Year Ago
Can no longer set camspeed to negative values
1 Year Ago
Merge from main
4 Years Ago
Saved camera debug positions are now in the /camsaves directory rather than the root of the project/build
4 Years Ago
Fix compile error
4 Years Ago
merge from main
4 Years Ago
Demo main menu UI tweaks. Menu no longer closes when clicking inside the main panel. Delete confirmation now closes when clicking outside of the dialogue box.
4 Years Ago
Merge from main
4 Years Ago
Using demo.play to play a demo that was recorded on a different map/seed will now load that map and play the demo
4 Years Ago
Applied ShufflePlayerSeed fix for corpses to client.playerseed
4 Years Ago
Fix demo browser playing/deleting incorrect entry when list is sorted
4 Years Ago
Add quality of life improvements to demo recorder UI for Paddy
4 Years Ago
Reapply fix to allow viewing map while in demo (was stomped in merge) Fixed map fade in/out getting stuck while a demo is paused (wrong timescale) Don't run map interface input while playing demo Updated compass to work while playing a demo
4 Years Ago
Merge from main
4 Years Ago
Corpses will now update their skin to match the players even if the player has had their skin updated via client.shuffleplayerseed
4 Years Ago
Added support for saving camera states with the debug camera to file via new debugcamera_savetofile command Saves to root of project or install directory, can then be loaded like a normal camera state via debugcamera_load Updated debugcamera_list to list any found camera state files as well
4 Years Ago
Hide recorder with demo.togglehud
4 Years Ago
Finish demo recorder frontend, record time elapsed, saved notification
4 Years Ago
Initial frontend UI for demo recording
4 Years Ago
player.mount now works for horses
4 Years Ago
Fixed player.mount not working correctly
4 Years Ago
Add first person spectating of other players in demo playback
4 Years Ago
Make ent_find_radius find all entities, not just ones with colliders
4 Years Ago
Add debug_camera_target convar, set debug camera target entity by netid
4 Years Ago
Allow debug camera to lookat local player of demo recording
4 Years Ago
Add ent_find_radius convar, gets a list of entity info in radius (only works in demo playback)
4 Years Ago
Allow map UI to be viewed during demo playback
4 Years Ago
Disregard line of sight checks when using player.mount command
4 Years Ago
Add player.swapseat to swap the mounted seat of a specified player
4 Years Ago
Added player.dismount command Fixed player.mount sometimes mounting the client Mountable in the editor
4 Years Ago
Show team nametag indicators if the player recording the demo was in a team at the time (needs testing)
4 Years Ago
Allow player nametags to be visible in demos. By default nametags are turned off when playing demo.
4 Years Ago
Deselect demo item when sorting
4 Years Ago
Merge from main Fix camera guide color convar not using Color32 Add refresh button to demo browser Add confirmation popup when deleting demo from browser Convar to enable/disable 'lookat' mode when using debugcamera_unfreeze
4 Years Ago
Add demo delete confirmation UI prefab
4 Years Ago
Add player lookat mode for debug camera Add log for switching target bone for Paddy
4 Years Ago
Refactor demo file writing so that post record data can be saved in header
4 Years Ago
Merge from main Added an end of file signifier (-1) before the length of the demo is recorded and early return if we hit that value from the demo reader
4 Years Ago
Fix Client compile error
4 Years Ago
Up demo version to 2 to add length of demo to the end of file
4 Years Ago
Stop demo after reading it to list in browser to avoid file sharing violation
4 Years Ago
Update demo browser theme as requested
4 Years Ago
Simplify aspect ratio camera guide convar as requested
4 Years Ago
Add debug camera convar for following bone rotation (for shots where camera is mounted to a gun for example)
4 Years Ago
Fix debug camera bone cycling on player models
4 Years Ago
Allow debug camera to target self player model
4 Years Ago
Reset cam bone when switching target entity Tab sets cam bone to first bone when there's no current cam bone