userJake_Richcancel

4,179 Commits over 1,157 Days - 0.15cph!

10 Months Ago
Codegen
10 Months Ago
Merge from main -> runtime_profiling_pooling
10 Months Ago
merge from runtime_profiling_raknet -> main
10 Months Ago
Run codegen after merge
10 Months Ago
Merge from main -> runtime_profiling_raknet
10 Months Ago
merge from fix_monument_scenes_client_entities -> main
10 Months Ago
Fix monument scenes causing entities to spawn on both client and server inside monuments
10 Months Ago
Merge from fix_barricade_launch_mounds -> main
10 Months Ago
S2P launch site
10 Months Ago
Mark the mounds at launch site as "allow barricades" to fix barricade placement on top of them
10 Months Ago
Merge from fix_barricade_new_cliffs -> main
10 Months Ago
Fix wood barricades disabling magnet snapping when sprint is held - this was only intended for high walls as you are often sprinting during combat - allows you to easily snap together wooden barricades
10 Months Ago
Improved wooden barricades blocking other wooden barricades - split into different sized deploy volume for wooden barricades specifically - made the volume shorter and thinner - allows the magnet effect on the edges to draw together wooden barricades on a slope without them blocking eachother as much
10 Months Ago
Fix wooden barricades being difficult to place on the new cliffs - split deploy volumes: one for world layer and another for construction + vehicle + players - moved and shrunk world deploy volume so it doesn't intersect with cliffs as much
10 Months Ago
merge from fix_raknet_end_sample -> main
10 Months Ago
Fix missing EndSample() in Raknet.OnMessage
10 Months Ago
merge fix_train_tunnel_rain -> main
10 Months Ago
Fix using wrong GetHeight() overload
10 Months Ago
Fix rain getting players wet when they are inside train tunnels - extend the top position of the sky check to 1m above terrain if the players is >100m below terrain - this prevents the raycast from starting under the terrain and going through the top of a tunnel mesh
10 Months Ago
Merge from fix_minicopter_altitude_sinking -> main
10 Months Ago
Fix minicopters / hot air balloons losing altitude when flying over canyons and small hills - terrain below 25m won't affect max altitude calculations - subtract 25m from max altitude calculations to keep it effectively the same max height - applies to both helicopters & hot air balloons
10 Months Ago
Merge from fix_reserved_slot_kick -> main
10 Months Ago
Fix missing parenthesis causing reserved slot flag to be ignored
10 Months Ago
Merge from main -> fix_reserved_slot_kick
10 Months Ago
merge from fix_ramp_wall_placement -> main
10 Months Ago
Fix wall placed beside ramp not able to be replaced after it's destroyed - applies to all walls: full size, half size, doorway, frame, window & low wall - https://files.facepunch.com/jakerich/iojYkzF7bnBKc9Sp/b0nGqYrAiPHtL3Zz.jpg
10 Months Ago
merge from fix_foundation_terrain_placement -> main
10 Months Ago
Fix foundations not being placeable when the middle is clipping into terrain or rocks - as long as one corner or edge of a foundation is still above the terrain, it will place - still block placement if the foundation is completely under the terrain - add new SocketMod_Grouping to control multiple socket checks (which is how it checks multiple points on foundation) - applied to both square foundation and triangle foundation
10 Months Ago
▊█▅▉▉ ▋▉▇▌ ▇▌▍▊ -> ▉█▆▄▇▇██▇_▆▄▋▇▅█▊▉▇▆▅█▉
10 Months Ago
merge from fix_reserved_slot_kick -> main
10 Months Ago
Don't allow players to skip queue due to reserved slots when manually kicked with `kick` command
10 Months Ago
merge from enable_monument_scenes -> main
10 Months Ago
Fix monument scenes being enabled on server by default - disabled on server - enabled on client
10 Months Ago
▉▍▍▉▇ ▍▇▇▇ ▉█▊_▌▄▄▍▄█▇_▅▆▍█▄▌▉▉▋_▆▍██▉▄▉ -> ▌▄▆▅
10 Months Ago
▍▊▆▇▍▄▍ ▌▆▆▋▌▅▉ ▇▇▊▌▇▌▄ ▊▆▊▋▍ ▊▄▍▅▄▆▅▄▆ ▋▆ ▉▍▊▋█▍▉ ▇▄▉▌ ▅▅▌▆▅▍
10 Months Ago
Merge from enable_monument_scenes -> main
10 Months Ago
Fix compile error
10 Months Ago
Merge from enable_monument_scenes -> main
10 Months Ago
Enable monument scenes by default - switch `monument_scenes` convar -> `monument_scenes_enabled` so saved convar will default to true
10 Months Ago
Merge from fix_debugqueue_cmd -> main
10 Months Ago
Merge from fix_io_budget_float -> main
10 Months Ago
Fix IO budgets not working well after 9hrs of uptime due to floating point errors - 4ms resolution after 9 hours, 8ms after 18 hours, etc - switch from realtimeSinceStartup -> realtimeSinceStartupAsDouble
10 Months Ago
Fix `debugqueue` printing to server console instead of replying to the command in RCON / F1 console Make `debugqueue` print all queue sizes, not just electric low priority
11 Months Ago
▍▋▌█ ▄▋▆▌▉▄▄▌ ▊▄ ▌█ ▇▇▅▇▇▊
11 Months Ago
██▅▆▊ ▌▋▇█ ▊▆▄▍ -> ▉▅▌▍▋▅▍▆▇_██▇▊▌▋▉▆▊█▇▄▇
11 Months Ago
merge from fix_weapon_mod_avg -> main
11 Months Ago
Fixed some properties of weapon mods using average instead of multiplying scalars together - example: 8x scope + GCO was going from +50% recoil -> +30% recoil instead of +65% recoil
11 Months Ago
▅▅▄▊▇ ▇█▌▄ ▉▋▊▋ -> ▅▅▋█▉▌▍▍▇_▄▄▄▉█▍▍▉▅▌▉█▄
11 Months Ago
Merge from fix_zstring_analytics_clear -> main
11 Months Ago
Fix analytics bulk uploader not clearing string buffer between each line serialized