reporust_rebootcancel

108,630 Commits over 3,867 Days - 1.17cph!

4 Years Ago
Compound - jiggling about prevent movement volumes to prevent access to getting stuck honey pots Awnings - added a custom collider, fixed collider being one way on cloth
4 Years Ago
LS - re-sculpting terrain around the drains to help prevent out of bound exploits on some rare seeds
4 Years Ago
Small oilrig fixes, powerplant fixes, excavator fixes
4 Years Ago
▊▊█▄▇ ▋ ▉▋▅▄ ▉▅▆▍▌▌▅▊ ▌▊ █▊▍ █▄▇▅▅ ▋▅▊▉ ▇▊▆▌ ▆▇▄▌ ▅▅▆▊▆▌█▍ ▉█▉█▄▅
4 Years Ago
4 Years Ago
▊▄▄▊█▄ ▊▋▌▆▄▉▌▍█ ▉▆█▋▌▅ ▆▊▋ ▌▄█▍▆▉ ▌▄ ▉▉ ▉▌▉▍▋▊▉▊ ▄▇▅▄▋▍
4 Years Ago
▅▌▇█▍ ▅▅▆▋▍ ▇▋ ▅█▋▍▌▌▋█
4 Years Ago
Allow playerseed command to work with player names instead of IDs (only for players who are in the scene though)
4 Years Ago
Fix the playerseed command not handling Steam IDs due to them being longer than what fits into an int
4 Years Ago
▉▍▆▋▊▉ ▌▋█▌▅█▄▌ ▊▄▊▍▊▇▊▆, ▍▇██▄ █▅▇▇▄▍█▅ ▊▆▆▄█▉ ▉▋▍ ▄▉█▌▍▊▌▋▋
4 Years Ago
█▇▌▇▋ ▋▍▋▅▄▊▌▋ ▌▆▌ ▋▋▊▉▇▋▊▊ ▆▆▇▆▉▊▊█ ▅██▉▊▌▊▆▍
4 Years Ago
▍▄▅▅▆▍█▆, ▄▊▍▅▄ ▆▉▆▇▅, ▉▅▆██▆ ▅▉█▉▆ ▌▆▆▋▇▅▉
4 Years Ago
█▅▄█▍ ▆▅▊▊ ▉▊▋▍▋█▇▄▆▉/▍▌▋
4 Years Ago
Merge Main -> CardGames
4 Years Ago
▇▉▊▄▄▉ ▆▊█▌▆▆▉▊▄▅ ▆▄ █▆▉▆ ▉▉▊▇ ▅█▍ ▌█▌▋▆▇▆▊ ▋▊▌▇▆▆
4 Years Ago
▌▆▍▌▉▊▋▅, ▆███▍▅▇█, ▌▇█▌█ ▄█▅▉▋▆▌
4 Years Ago
▇▍▆▊▅ ▌▇▊▅ ▅▋▊▆▊▊▌█▋▇
4 Years Ago
Merge from main
4 Years Ago
Remove unused variable
4 Years Ago
Remove some logs
4 Years Ago
Progress on bush spawn settings Replaced tall grass in tundra with bushes
4 Years Ago
Unified prefab setup for all bushes / their billboards should have the same viewing distances
4 Years Ago
cloud billboard alternate triangulation
4 Years Ago
adding subsivision to cloud billboard
4 Years Ago
Added decor.procmap.v3 to world setup
4 Years Ago
SkyTest scene for Thai
4 Years Ago
Tweaked cactus material Tweaked cacti LOD distances Tweaked arid bush colors, size, billboards and materials Created new decor.procmap.v3 prefab Tweaked spawn rules for arid bushes and allowed their billboards to render much further Made unique spawners for ocotillo and dead bushes
4 Years Ago
cherrypicking 60345
4 Years Ago
cherrypicking disable_easter_2021
4 Years Ago
Hapis scene backup
4 Years Ago
A* navigation now respects the current speed fraction. Updated cargo ship AI design file.
4 Years Ago
cargo ship AI design files. updated cargo ship test scene.
4 Years Ago
HumanPathFinder gets virtual info zone if applicable. BaseNavigator SetPosition navmesh function will now attempt to fallback to the A* mode.
4 Years Ago
Network++ Save++
4 Years Ago
RustNative update (alt forest type now uses forest splat instead of grass splat, as requested by Damian)
4 Years Ago
Fixed "generate textures" being an order of magnitude slower than it needs to be
4 Years Ago
Bunch of stuff for virtual AIInformationZone support. Added a tool to convert cargoship data and old move/cover point stuff to the new setup. NPCSpawner can now setup A*/virtual aiz data if required. Cargo test scene update
4 Years Ago
large oilrig bag of fixes
4 Years Ago
Network++ Save++
4 Years Ago
Scene 2 Prefab all
4 Years Ago
Store an id per gesture slot (via convar), use that to populate the gesture wheel
4 Years Ago
Made a new CollectionManifest class that gets referenced in the GameManifest so we can store things like gesture and underwear lists outside of resources or referenced on players
4 Years Ago
Merge from main
4 Years Ago
More code cleanup
4 Years Ago
Doubled health recovered by horses after eating food
4 Years Ago
Hitch and Trough now acts as a food store and doesn't manipulate animal decay When a horse eats from the trough it's decay time is now updated along with health and stamina (the horse now controls this process, not the trough)
4 Years Ago
Merge Main -> CardGames
4 Years Ago
Scene backup
4 Years Ago
Fixed build exception when ItemDefinition.shortname is null in ItemManager.Initialize (this exception appears to cause a full editor crash on 2019.4.23?)
4 Years Ago
BaseNavigator fixes for A* mode. Cargoship wip and test scene.