reporust_rebootcancel

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

47 Days Ago
Print out content as warning if HTTP request fails and slight cleanup
47 Days Ago
Switch PremiumStatusResult from struct -> class because it seems IL2CPP can't deserialize JSON into a struct
47 Days Ago
Backup
47 Days Ago
Merge from vram_budget: Enable building atlasses for streaming
47 Days Ago
Started work on graphical texture optimisation tools (very much WIP). This will come in handy for future tuning of the texture streaming system. Especially once we get back to instancing. Hoo boy.
47 Days Ago
Enable building atlasses for mip level streaming. This might be a pandora's box, but it brings non-streaming texture memory to less than 1 GB, leaving plenty of room for streaming textures.
47 Days Ago
merge from premium_servers -> main
47 Days Ago
Cherrpick rest of commits from `manual_refresh` -> `premium_servers` after the merge from main (so we don't take staging updates onto `premium_servers`)
47 Days Ago
merge from manual_refresh -> premium_servers (before the merge from main)
47 Days Ago
Show "Error" when manually refreshing premium status if the API threw an error instead of `$0/$0` Don't update the local premium status from manual refresh if it threw an error
47 Days Ago
Ensure premium status is always saved to registry when it's changed
47 Days Ago
Fix manual refresh only showing the new status in the UI but not updating the premium status across the whole client
47 Days Ago
Merge from croc (fix client/server compile errors)
47 Days Ago
Merge from tiger (to fix trophies)
47 Days Ago
Have croc not bother to approach prey if it's already too far from water, instead of starting to approach it but then give up
47 Days Ago
Previous changeset didn't go through
47 Days Ago
Have croc match their prey aggression Which means they'll be hyperagressive if sprayed non-stop Pause sometimes when not hit for a while Take their time if not hit at all This helps the croc feel more balanced when faced with different player loadouts Also make croc belly flop side-steppable again as the primary counter play
47 Days Ago
backup
47 Days Ago
Client update fix
47 Days Ago
Added some missing shaders to always included shaders
47 Days Ago
Added Crative.alwaysOnEnabled bool convar to toggle the feature entirely. Add some extra safety checks behind alwaysOnEnabled.
47 Days Ago
manifest
47 Days Ago
codegen -> main
47 Days Ago
code gen
47 Days Ago
show_sprinkler_range -> main
47 Days Ago
Added convar to allow enable/disable
47 Days Ago
Remove unneeded ddraw commands
47 Days Ago
Flags
47 Days Ago
Fixed inaccurate sprinkler radius
47 Days Ago
Added toggleAlwaysOnRadius command
47 Days Ago
Fixed volume guide being slightly offset towards the player
47 Days Ago
Update: use PlayerCache for ServerUpdateParallel Should enable us to optimize for data persistence - will attempt next CL. Tests: played back staging server demo twice, got same analytics numbers
47 Days Ago
- Huge code cleanup - Ensure spheres and hemisphere prefabs can be correctly swapped between
47 Days Ago
Volume guide now disables properly when turning off
47 Days Ago
dilate palette textures, fixes black pixels bleeding into bilinear sampling at ray intersection
47 Days Ago
Further heater zone placement refinements
47 Days Ago
edited crocodile sprint and swim attack anims
47 Days Ago
Added toggleAlwaysOn single entity command, sets flag for the IAlwaysOn entity you are looking at.
47 Days Ago
Updating reload animation with correct dart movement
47 Days Ago
Corrected some incorrect heater growable sizes
47 Days Ago
Corrected a bunch of incorrect visual sprinkler radius size calculations
47 Days Ago
Ensure sphere prefab loads into memory correctly
47 Days Ago
- Proper prefab based volumes support - Ensured prefab scales properly
47 Days Ago
Flipped combat knife mesh in v and w to have parity with the workshop downloaded combat knife model, and now text doesn't appear flipped on the in-game combat knife. Have tested with all approved knife skins. This does mean some unapproved knife skins will have flipped text/symbols if they uploaded their skin with manual flip compensation.
47 Days Ago
Fixed client not granting premium status when value is exactly 15$ (matches API)
47 Days Ago
▊▄▆▇▉: ▉▋▄▅ ▋▆▊▆▋▅▅_▌▇▋█▆▋▍_▅▄▌ - ▉▅▇▋▍▄▉▅ ▉█▊▌▍▇▌, ▌▉▇▆▉█ ▊▍ ▇█▍█▄ ▊▍▄▅▆ ▋▄▊▊█▋▅ ▅▅▅▊▉▄ ▇█▊█▅: ▊▌▉█, ▍▅▄▆▍▊█ █▊██▉▆
47 Days Ago
Added Ziggurat Water Treatment Tank Prop Setup Basic Materials for Water Treatment Tank Prop
47 Days Ago
Fixes. Support for turning off.
47 Days Ago
▄▅▅▊▆▍: ▇▉▋▊ ▄▆▅▅▄▆▉ █▊▇▌▍█▄▋▍ ▍▆▉▆▌▇▇ ▄▉▇▅ ▋█▊▉▍▌▍▊▌ ▇▉▊▍▅▊▆ █▄▄▊▅▍▆▍ ▅▍█▌▊: ▍▅▊▊, ▅▌▍▄▋▌'▅ ██▌▉▇▊▊▅▆ ▄▌▄ █▊▄▌▅ ▊█▄▇▅▍▍
47 Days Ago
merge from rw_2