reporust_rebootcancel

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

6 Years Ago
[D11] [UI] Vital Info notices now update from the list so they can be enabled/disabled at runtime. Disabled layout element height animation while investigating layout build optimisations.
6 Years Ago
[D11] Small translation change
6 Years Ago
▌▌▄█ ▉▆▉ ▆ ▍█▅▆ ▌▆▊▍▍▊ ▌██▍▇▋ ▇▍▄ ▊▆ ▉▌██▊▉ ▅▉ ▋▋▇▋▅█▋ ▌▄▆▋▊ ▋█▌█▅█▌█
6 Years Ago
[D11] Initial check-in for new style Frontend
6 Years Ago
[D11] [UI] Changed pie wheel texture filtering to bilinear to address visible artifacting.
6 Years Ago
[D11] DTLS reliable-order retransmission max attempts. Fix for orphaned connections causing large outgoing network spikes.
6 Years Ago
Fixed hunters jacket skin mat
6 Years Ago
Better culling distances on the topside.
6 Years Ago
Almost
6 Years Ago
Yawer progress.
6 Years Ago
Backup
6 Years Ago
▍▌▅ ▌▌█▍▊▌▆ ▊▄▅▇▋▇▌▄ ▇▌▅▌█▋▊ ▄█▅▉▌▉ (▍▊▆▉▇█▅ ▌▊▊)
6 Years Ago
Fixed missing play button icons RustButton resets its styles properly if disabled while pressed Fixed timeline minute/second display being wrong
6 Years Ago
[D11] [UI] UI Sprite filtering properties changed to Point where possible (left certain UI sprites on Bilinear to prevent artifacting when moving). Fixed textures that couldn't be crunch compressed due to not being a multiple of 4. Fixed Various UI Texture settings that were inconsistent or not needed.
6 Years Ago
Fixed reload problems at extremely low FPS
6 Years Ago
Disconnect on checksum mismatch
6 Years Ago
Cherry picked 37573 from hdrp: fixed water system get height NRE
6 Years Ago
Fixed NRE in water system get height calls before native path was initialized
6 Years Ago
▌█▉▅ ▆█▇▊▌.▆▋▋▊▆▅▇█▅ ▅▋▄▌▅ / ▄▌▌ ▉▅▇▇
6 Years Ago
[D11] merge from d11 main branch
6 Years Ago
demo.record generates a name if none provided, adds extension only if passed name doesn't contain one demo.play returns properly on empty filename
6 Years Ago
[D11] [UI] Fixed weapon reloading when opening ammo wheel.
6 Years Ago
Bundle fixes
6 Years Ago
▄▊█▇▇ ▄▉▅▆█▅▊▋.█▄▆▄▄▌▋_▇▊▍█ ▉▉▇▅▋▍ ▋█ ▆▊▆█▄▌ ▆▋▉▉▊█▌ ▉▇ ▅▌▋ ▄▋ ▌█▌▇ ▋▄▋ ▌▊█▇▇▊ ▋█▄▆ ▊▆▅▌▄▆▋ ▍█▊▍ ▅▆ ▆▄▍▄▉▌▌▌ (▋▄▄ ▇▄▅▆▇▋▄)
6 Years Ago
Fixed binds not working with cinematic_play and cinematic_stop
6 Years Ago
▇▆▍▆▄ ▊▇▊▊▊█▋▆▌▉▅▍▍ ▊▌▊█▅▋ ▄▆▄ ▄▇▌▍▅
6 Years Ago
Added Rust.UI.Editor asmdef #ifdef'd OnValidate
6 Years Ago
Remove debug code
6 Years Ago
[D11] Added PS4 input switch option to test PS4 inputs in editor.
6 Years Ago
[D11] re-run texture streaming script to apply flags to all the new hdrp textures, fixes grass on ps4 (not sure why it fixes it sadly)
6 Years Ago
Should fix import StyleAsset:OnValidate crash
6 Years Ago
merging moviemaker into hdrp
6 Years Ago
Bundle fix
6 Years Ago
Server compile fix
6 Years Ago
Merged from hdrp
6 Years Ago
Bundles
6 Years Ago
Timescale setting
6 Years Ago
▅▊▊▋▊ ▆▍▊▅▆▊▇▄.▊▅▊▌▉▇▅_▄█▄▉▍▉▋▊▄▆ (▉▍▇▆ ▇▋▍▆▇▄█ ▌▍▉▌ ▊▉▍▆ █▄▄ █▍█▊▊▄ ▋▄█▇▉▍▊, ▊▍▋▇█▊▊▆▆ ▊▆▉▉▊▆▄▌ ▇▉ ▅███▌▊▅, ▌█▆ ▊▅▇▍ ▌▅▊▋▊▋▌ █▌▆ ▆▆▅▄██▄)
6 Years Ago
[D11][RAYCASTS] Avoid the raycasts for animal footsteps on consoles. Also introduced a fuzzy distance function which eliminates the baggage of the maincamera.distance
6 Years Ago
[D11] [UI] Leaderboards page no longer enabled by default when on frontend (was causing periodic layout rebuilds unnecessarily.
6 Years Ago
[D11] Packets sent and received added to game server telemetry.
6 Years Ago
Remaining statics. Cull distance pass.
6 Years Ago
Backup
6 Years Ago
[D11] add xbox specific settings for the big sky textures, now that I have the player installed again
6 Years Ago
[D11][RAYCASTS] Drinking mechanic improved ( improved code + got rid of duplicate raycast )
6 Years Ago
Exposure setting
6 Years Ago
[D11][RAYCAST] Distance lod on helicopter update
6 Years Ago
[d11][lightjob] Fix for null reference processing job results. Done on the behalf of mattp.
6 Years Ago
[D11] [UI] Staff Credits screen broken up into canvases for dynamic content. Fixed "File End" text showing in credits.
6 Years Ago
[D11][RAYCASTS] Indirect raycast class to help track where they are all coming from within gameplay.