userJake_Richcancel

4,032 Commits over 1,127 Days - 0.15cph!

6 Months Ago
merge from fix_battery_charge_left -> main
6 Months Ago
Add `set_battery_charge` admin command to manually modify battery charge
6 Months Ago
Fix battery showing "5m" of charge left instead of "24hr 5m" when >24hrs charge left
6 Months Ago
Merge from qol_scope_zoom_toast -> main
6 Months Ago
Only show zoom toast after they hold ADS down for 3 seconds
6 Months Ago
Change toast cooldown from 15m -> 5m
6 Months Ago
Add toast to variable zoom scope - will prompt you on hotkeys to zoom up and down - will stop showing once you click the button 5x
6 Months Ago
merge from fix_telephone_grid -> main
6 Months Ago
Fix telephone using the numbered grid instead of letter grid
6 Months Ago
merge from main -> fix_telephone_grid
6 Months Ago
merge from increase_vis_entity_buffer -> main
6 Months Ago
Increase collider buffer from 8k -> 32k - allows copypaste to copy large bases
6 Months Ago
▊▊▍▍█ ▇▅▊▍ ▍▆█_▅▋▉█▆▋▉_▉▇▇█ -> ▆▅█▌
6 Months Ago
▊▄▉ ▉▉▊▇▊▊▆ ▋▍▌▊▅▆ ▇▉▉▋▅ ▌▄ ▊▍▅▄▅▄ ▍▅▌ ▉▋▅▆ ▇▆▆▋▌▉▄▍█ ▌▆▄▊▍ ▊▋▌▍▄▋▍ ▍▊ █▉▅ ▉▋▄▍▇ ▄▉▍▌▅▇▋▍▉
6 Months Ago
merge from fix_amplify_import_times -> aux3
6 Months Ago
merge from main -> aux3
6 Months Ago
Fix amplify package reading content of every single file on initial import instead of only reading shader files - in theory will reduce full rebuild times
6 Months Ago
Don't upload "breaking server rules" from the server either
6 Months Ago
Add option to report players for breaking server rules via the F7 menu - events will only be sent to game servers
6 Months Ago
merge from fix_lod_camrea_nre -> main
6 Months Ago
Try fixing LOD camera NRE again
6 Months Ago
merge from fix_lod_camera_nre -> main
6 Months Ago
Fix NRE when LOD is calculating on main menu but no cameras are spawned
6 Months Ago
merge from fix_antihack_toast_reason -> main
6 Months Ago
When sending "Antihack!" toast to client, include the antihack reason that is blocking placement - gives better information to bug reports
6 Months Ago
merge from fix_monument_scenes_osx -> main
6 Months Ago
merge from fix_monument_scenes_osx -> main
6 Months Ago
Fix monument scenes not working on osx because the scene's path was using windows line endings
6 Months Ago
merge from main -> fix_monument_scenes_osx
6 Months Ago
merge from fix_computer_station_invisible_lods -> main
6 Months Ago
Fix SERVER compile errors
6 Months Ago
6 Months Ago
▅▍▍▄▄█▄▄▅ ▍▍▄▆ ▆▊▍▊▉ ▊▌ ▌▌▅▍ ▄▄█▊██ █▉▇▋▊▋▋▇ & ▅▌▇▇▍▉ ▇▆▆▄▄▆▇▍ ▊▌▅▇ ▋▄▄▄▍█ ▉▋ >▉█▋ █▊▌▅ ▆█▋█ █▌▊▉▌▋ - ▇▉▅▄▉▌█▉ ▇▍▋▇ ▄▌▍▌▆▄ ▍▉▌ ▇▆▅▄█▌ ▇▋█▄█▆▇▉▍ ▇▊▍▉ ▆ ▌▇▌▇▍▇ ▍▉▉▊ ▊ ▉▇▍▄ ▆▄▍▄▄▅ ▌▌▌▇▄▋ ▆▍▉ ▉▄▇ - ▆▍▄▇▋ ▅▅▌▋▅▋█ ▌▍ ▇▉▊▆▋▍▉▄ ▄█▄▄▌▉▋▉ ▄▅▊▆▄▍▍ ▍▇▌ ▌▅▇ ▋▅██▅█▊ ▇▆▌▄▋▆▍
6 Months Ago
Delete duplicate but incorrect filename `editorconfig`, apply previous changes to `.editorconfig` instead
6 Months Ago
merge from fix_copypaste_shipping_container_color -> main
6 Months Ago
Fix shipping container colors being reset to random when pasting entities
6 Months Ago
merge from fix_telephone_grid -> main
6 Months Ago
Switch telephone to using the MapHelper class
6 Months Ago
Add `printgrid` command to debug position -> grid name code
6 Months Ago
Refactor teleport2grid so finding map grid based on string is inside MapHelper.cs
6 Months Ago
merge from wallpaper_analytics -> main
6 Months Ago
Add analytics when spraycan is used to change entity skin in the world
6 Months Ago
Log skin id of any entity submitted to analytics
6 Months Ago
merge from main -> wallpaper_analytics
6 Months Ago
fix codegen (used changes from different branch)
6 Months Ago
merge from main -> wallpaper_analytics
6 Months Ago
Lock high priority network queue behind convar `high_priority_network_queue`
6 Months Ago
merge from main -> network_queue_priority
6 Months Ago
codegen
6 Months Ago
merge from network_queue_priority -> aux3