reporust_rebootcancel

128,138 Commits over 4,109 Days - 1.30cph!

6 Years Ago
Merge from main
6 Years Ago
Merge from main
6 Years Ago
Remove vehicle settings that are currently unused
6 Years Ago
Hooked up piano model Fixed IK hand target gizmos not appearing
6 Years Ago
First and main pass on model optimizations (non-monuments) Scene2prefab on most scenes with references to optimized meshes
6 Years Ago
Initial support for multiple driver's seats. Driver seats now defined per mount point, instead of always being mount point zero. Updated existing vehices.
6 Years Ago
merge from main/helicoptersounds
6 Years Ago
missing file
6 Years Ago
Enable doppler on player driven helis Cleanup
6 Years Ago
Fix for wheel data being accessed before init on separate client/server. Don't take passenger input as driver input when there's also a driver.
6 Years Ago
Improved NPC heli flight sounds Add doppler support New scrap heli and minicopter damage sounds
6 Years Ago
Fix client/server define
6 Years Ago
Line endings only
6 Years Ago
Merge from main
6 Years Ago
Piano model
6 Years Ago
Adjust COM
6 Years Ago
Adjust module weights some more
6 Years Ago
6 Years Ago
Adjust module weights
6 Years Ago
Unity 2019.2 compatibility
6 Years Ago
Fix for occlusion culling warnings when running at low resolutions
6 Years Ago
Use BatchRendererGroup for persistent draw calls in instancing code
6 Years Ago
Fix for not always copying asset bundles during build
6 Years Ago
"▄▉▋▍▍ ▅██▉█▉▉▆▆▆▄█▍" ▄▍ ▉▍▆▆▆▄▊ ▆▌▆ ▉▆▋▍▋▊ ▉ ▊▍▄▌▋▉ ▍▇▍▅▍▍▉ █▌▊▍█▅▇
6 Years Ago
skin approval
6 Years Ago
[D11] Adds proper ifdeffing so we can comment out this optmisation if needed
6 Years Ago
[D11] Fairly happy that this can now be checked into main branch. Seems to behaive ok... never more than about 200 behind on a large map on PC and on PS4 the game is mostly 30fps
6 Years Ago
Optimisation: Disable shadow casting for LOD levels 2+, on all objects shorter than 5 units
6 Years Ago
[D11] [UI] My Stats hook-up WIP. Titles fixed, stats hooked up (only currently works on leaderboards page).
6 Years Ago
pressure pads can be hidden under rugs pressure pads produce a small amount of power for a split second when activated if unpowered
6 Years Ago
[D11][UI] removed unneeded options from in-game menu and reporting flows, removed WIP signs from options menu
6 Years Ago
[D11] [UI] WIP My Stats page Rustworks hook-up.
6 Years Ago
[D11] Fix for ReverbZoneTrigger blocking collision
6 Years Ago
[D11][UI] Implemented unban option. Added warning message for trying to access the ban list on a official server
6 Years Ago
F1 grenades less lethal towards turrets added preventBuilding to fuel generator
6 Years Ago
▊▄▇▆▄ ▍▉ █▋▇▇▇▅▌ ▌▇▅▇█ █▊▉█▉ ▅▌▋▊▋▉██▍█ ▄▋▇▊▅▉▍▊▍█▋ (▉▋▊▌▊▌▍▊█▄ ▄▉▋▅▅▅▍▊▆▌ ▌█ ▋▋▅▍▉)
6 Years Ago
[D11] [UI] Game version number WIP update. UI Stats WIP update.
6 Years Ago
[D11][DTLS] Disconnections handled on the main thread - fix for occasional server exception on kick.
6 Years Ago
[D11] [UI] Fixed string spilling onto other UI elements because it was too long.
6 Years Ago
Fixed NRE in CraftingNotice
6 Years Ago
Server compile fix
6 Years Ago
Hide TopBunnies properly if it's not easter event
6 Years Ago
[D11] [UI] My Stats UI now shares the prefab for UI.Stats. Removed carousel-switching inputs from base UI.Stats prefab (no longer needed).
6 Years Ago
Vitals layout optimization
6 Years Ago
[D11] [UI] WIP UI Stats page updates.
6 Years Ago
[D11][DTLS] Socket read timeout dropped from 2.5 minutes to 2 minutes. 'dtls.setreadtimeout' console command added for overriding this.