reporust_rebootcancel

107,050 Commits over 3,836 Days - 1.16cph!

6 Years Ago
Subtracted shader updates because of macOS; postponed for Metal
6 Years Ago
[D11] [Tutorial] Tom's objective Changes.
6 Years Ago
[D11] Network protocol header added to all web requests (Rustworks and Playfab).
6 Years Ago
[D11] Fix for crash when holding the select button on a server entry button
6 Years Ago
▌▋▇▅▌▅▉ ▅▆▍▌ ▅▉▅▍▊▉▊ ▉▋█▋▄/█▋█▊/▆▌▅▌█▌▅▇ ▄█▊ ▉█▄█▊█▉█▉▊
6 Years Ago
[D11] Updated version to 2018.3.2
6 Years Ago
[D11] Config B changes
6 Years Ago
[D11][UI] Create Server menu text validation
6 Years Ago
[D11] [UI] fix for trigger icons not changing to ps4 icons on ps4 builds on the my stats and the connected players screens fixed a typo in an options screen hint string
6 Years Ago
[D11][UI] Crafting screen sort categories changes
6 Years Ago
[D11] another fix for prefab unloading
6 Years Ago
[D11] [UI] define fix
6 Years Ago
[D11] [UI] stopped input while the controller screen is open in game
6 Years Ago
Ignore "kinematic bodies with CCD enabled are not supported! CCD will be ignored." bullshit error because a million things are temporarily setting rigidbodies to kinematic on the server
6 Years Ago
Only spawn PerformanceUI on the client
6 Years Ago
[D11] [Tutorial] Removed trees to see hill better adjusted lighting in cave.
6 Years Ago
[D11] Profanity check platform API support.
6 Years Ago
Tidied up perf text
6 Years Ago
A couple more gc allocs removed
6 Years Ago
Remove gc allocs in PerformanceUI
6 Years Ago
Fix a few GC allocs
6 Years Ago
Scientist Corpse error fix
6 Years Ago
Rest of L4
6 Years Ago
Fixed shader-related cliff flickering
6 Years Ago
Backup
6 Years Ago
progress
6 Years Ago
Merged shader updates
6 Years Ago
One more
6 Years Ago
[D11] [Tutorial] Update to tutorial map added Rust decal prefab and material
6 Years Ago
[D11] Fix for missing define, and some translation strings added/fixed
6 Years Ago
[D11] UnloadAsset was removing the asset from the wrong dictionary which meant it wasn't possible to reload it, and probably didn't actually save any memory!
6 Years Ago
[D11][Audio] Added detailed reverb to cave_large_hard
6 Years Ago
[D11] forgot these new files from last commit.
6 Years Ago
[D11] Make it possible to fix the lod level for the TOD resources so that the other lod assets are not even referenced in. This saves us a few megabytes and should help the procedural map scene load slightly quicker. Fixed to best quality lod for now.
6 Years Ago
Small shader fixes
6 Years Ago
[D11] Fix for attempting to call ConnectedPlayers before the script has initialised.
6 Years Ago
[D11] Enbaled interactive on create server menu
6 Years Ago
[D11][TUTORIAL] Highlighted crafting items no longer stay highlighted when finished with
6 Years Ago
[D11][UI] Removed interactable toggle to stop issue with first selected option. Added missing button control
6 Years Ago
[D11] [UI] Replaced player stat icons with WIP icons for now until we get all the icons needed.
6 Years Ago
[D11] [UI] Added view stats functionality to leaderboards screen. Adjusted leaderboard screen layout. Added WIP icons for non-functional leaderboard tabs. Updated translations for leaderboards screen.
6 Years Ago
[D11] filesystem warmup needs to run every time to reload any unloaded prefabs
6 Years Ago
[D11][TUTORIAL] Increased damage from helicopter, replaced more placeholder text
6 Years Ago
[D11] Added more hints to the Server Wipe Options popups, and popups now extend size for hints larger than one line of text
6 Years Ago
Remove a couple more gc allocs
6 Years Ago
[D11][Audio] Initial integration of D11 music + stings , created music clips, music themes, aslo sound defs, class and template for stings. Fixed incorrect channel assignments of some ambient SFX sound classes.
6 Years Ago
[D11] revert part of my last commit as there was a legit need for the state.
6 Years Ago
[D11][UI] Loadout widget now display amount of items in each catagory
6 Years Ago
Put litenetlib logging on a NET_DEBUG define
6 Years Ago
Fix some gc allocs