reporust_rebootcancel

121,135 Commits over 4,018 Days - 1.26cph!

6 Months Ago
server handles decoding saved sculptures from disk properly
6 Months Ago
merge from main
6 Months Ago
made server file storage a convar - default behaviour retained
6 Months Ago
Battering ram NRE fix
6 Months Ago
Added ballista MountPose blend tree Player model now walks left and right when steering the ballista
6 Months Ago
Set some initial placeholder preset values for all four presets (mostly just to stop it crashing)
6 Months Ago
Update: export Allocs as process-wide events This puts them on a separate track, making it easier to spot them. Tests: checked craggy snapshot in perfetto
6 Months Ago
Clean: removing some unnecessary sanitization logic One of recent updates now guarantees storage is enough to house all snapshot data Tests: loaded craggy snapshot in perfetto - no missing names/allocs, no asserts
6 Months Ago
Added all new options to preset list
6 Months Ago
Update: export Alloc events to json snapshot They get a bit lost in the sea of all other instantaneous events, so will need to somehow improve this Tests: loaded craggy snapshot in perfetto
6 Months Ago
Fixed catapult reloading progress bar staying on screen
6 Months Ago
Update: record GC alloc events in the snapshot Currently don't emit them in the json, but that'll be the next thing Tests: took a perf snapshot on craggy
6 Months Ago
added playground.sculputres.sav TestSave - grid of some differently carved sculptures for material testing
6 Months Ago
merge from ai_wolf_iteration
6 Months Ago
Fix fire not scaring wolves when the player is standing on top of a tall object They will now approach very slowly, flee as soon as the player swings their torch, and flee after jumping if fire is still lit Cancel wolf jump when player goes down the tall object before the wolf arrives
6 Months Ago
merge from main
6 Months Ago
Preset hookup test
6 Months Ago
Merge from main
6 Months Ago
merge from main
6 Months Ago
▋▇▅ ▇▇▆▋▇▅▍▋.▄▊▅_▇█▆▆▇▉_█▄▆▇_▄▌▌▅▄▄_▇██▇█ ▊▅ █▋▆▆ ▍▋ ▇▅▉▄▊▌▊
6 Months Ago
merge from frankenstein_shelterraid_fix
6 Months Ago
merge from gesture_menu_nre_fix
6 Months Ago
merge from rps_disconnect_fix
6 Months Ago
merge from gesturepack
6 Months Ago
merge from ai_wolf_iteration
6 Months Ago
Smoke grenade mat to match the ammo icon.
6 Months Ago
Progress
6 Months Ago
Smoke grenade improvements.
6 Months Ago
Add metallic map to detail layer on standard shaders
6 Months Ago
Merge from dofexposer
6 Months Ago
More prefab backups
6 Months Ago
Fixed DofExposer not finding the post volume when added at run time
6 Months Ago
merge from main
6 Months Ago
More prefab changes
6 Months Ago
Fixed some skin ID issues
6 Months Ago
Merge from main/hazmat plushy
6 Months Ago
Can now test items in the store that haven't been uploaded yet
6 Months Ago
Prop prefab backup
6 Months Ago
Parent merge
6 Months Ago
Fixed bad DofExposer merge
6 Months Ago
Added store.limitedItemTests and store.generalItemTests convars, stores a list of ids that will appear in the limited/general store tab (comma delineated) Added store.refreshStore
6 Months Ago
Parent merge
6 Months Ago
Backup of gesture pack and wolf2 stills
6 Months Ago
Backups
6 Months Ago
Backups/unsaved
6 Months Ago
Merge from main
6 Months Ago
Fix RPS dialog staying on if player is disconnected mid game
6 Months Ago
Fixed NRE when attempting to assign gestures in the options menu while not conneted to a game
6 Months Ago
▇▍▌▄ ▋▅▆▌▇▉▍▉
6 Months Ago
Optim: reduce profiling capacity, instead lazy-grow it - When frame didn't fit the capacity, drop it and rerecord it This should help avoid large stutters in editor (and hopefully on the server as well). Tests: tested craggy in editor - spikes gone. Tested on 6k world in standalone server - spikes still present. Also noticed one export failed, but think it's unrelated to current changes