reporust_rebootcancel

123,976 Commits over 4,171 Days - 1.24cph!

1 Year Ago
Disabled the duplicate translation error for now, need a better solution
1 Year Ago
Fixed random typos reported on Crowdin
1 Year Ago
Fixed typos in seed item descriptions
1 Year Ago
▊█▅▉▉ ▋▉▇▌ ▇▌▍▊ -> ▉█▆▄▇▇██▇_▆▄▋▇▅█▊▉▇▆▅█▉
1 Year Ago
PlaceCliffsUniform improvements
1 Year Ago
merge from fix_reserved_slot_kick -> main
1 Year Ago
Don't allow players to skip queue due to reserved slots when manually kicked with `kick` command
1 Year Ago
Rock formation density improvements
1 Year Ago
traveling_vendor_fixes -> main
1 Year Ago
Attempt to fix get path index ahead NRE
1 Year Ago
More work on ziggurat interior
1 Year Ago
Check terrain filters before terrain anchors in all procedural placement scripts (faster, thanks Graham)
1 Year Ago
Motion iteration
1 Year Ago
▌▆█▅▊▅▊▋▉▆ ▋▇▄▌▋▇█▉▄▅▍▊, █▆▊ ▆▋▊▊▊▇▇▋ ▅▋▅▇▋▋█ ▉▊ ▍▌▉▄▉ ▇▄ ▋▍▋▆▄▅▆▌ ▆█ ▇█▍▅▌▍█
1 Year Ago
Fixed bug that would sometimes cause the travelling vendor to only refill 1 at a time rather than refreshing the whole stock at once
1 Year Ago
Fixed death screen 'Respawn' button text being truncated in Finnish
1 Year Ago
Set prevent building radius to is trigger on new divesites
1 Year Ago
Removed 'doorway_desc' unused phrase from a bunch of prefabs
1 Year Ago
Update: output results in micros for Recursion test Tests: ran the benchmark, confirmed output
1 Year Ago
radtown_npc_drivethrough -> world_update_2
1 Year Ago
Adjusted entry triggers at radtown to increase reliability
1 Year Ago
Minor fixes, removed unused phrases
1 Year Ago
merge from main
1 Year Ago
▍▊▅▅▄▉▅▆▅▆ ▋▉▍▍███▋ ▉▋█ ▍▆▊▌▄▇▍█▇▆▇▅▋▄▇
1 Year Ago
Bradley now sucessfully enters and exists splines when at the end/start of radtown
1 Year Ago
Phrase update
1 Year Ago
▇▆▊▄▋▅ ▌▋▉█▄▊_▉▇▍▇▇▊▇▌▋▋▇▌ ▇▌▄▌ ▄.▇█ -> ▍.▅▉ (▇▄██▊▌▅▍▆▄▍ ▍▇▍ ▊▊▅▍ ▋▅▇ ▊▌▌▊▍▄▄▋)
1 Year Ago
▌▍▍▌▇ ▆█▆█ ▄▇▌▌
1 Year Ago
merge from localization
1 Year Ago
Compile fix (Translate is client only so the localization tools aren't available in SERVER only)
1 Year Ago
merge from main
1 Year Ago
Viewmodel overrides.
1 Year Ago
Added FlextText to RustText converter (similar to TMP -> RustText)
1 Year Ago
Fixed wallpaper store page wainscoting preview not cycling through variations
1 Year Ago
Localized all store pages
1 Year Ago
Fixed bugs when Bradley locks into spline Added methods for start and end depending on direction Radtown changes S2P
1 Year Ago
Added an error message in the inspector when the Phrase already exists with the same token but with a different English value
1 Year Ago
▍▍-▅▅▊█▌▋ ▇▌▋▉▅▍▇▅▋▉▌▌ ▇▇ ▇▉▉▆▊▊▄▌▋▆▌▅ (▄▇▉▅▉▊▇▍▍ ▄█▄ ▆▊▍▆▄ ▌▋█▋▊▉▉, ▊█▌▅)
1 Year Ago
▌▋▇▇▌ ▍▄▋▌ ▇▌██▍▉▊▅▄▋_▇▌▇▊▅▅▊
1 Year Ago
Missing file
1 Year Ago
Conditional first person FX stuff.
1 Year Ago
merge from main
1 Year Ago
Update: PlayerLoot pools Client-side ItemContainers Tests: tested both server-client looting and just client looting. checked telemetry on both sides - saw expected ups and downs.
1 Year Ago
Applied the Phrase property drawer to RustTextEditor
1 Year Ago
Ensure Bradley starts incrementing spline arc length from the correct starting distance (1 from backwards, 0 from forwards) Fixed target list NRE
1 Year Ago
Update: forgot to allocate the ItemContainer from pool for IndustrialCrafter Tests: Setup a T3 workbench with industrial crafter and ak bp(saw an uptick), broke the foundation(saw a downtick), setup again - it was empty as expected
1 Year Ago
Update: IndustrialCrafter pools ItemContainer - reimplemented properties as explicit interface props where applicable - cached LootPanelTitle translated phrase (as it was allocating on every get) - removed dead code in CanPickup - got rid of if branch on ServerInit (since we now destroy inventory on entity destroy) Tests: Setup a T3 workbench with industrial crafter and ak bp(saw an uptick), broke the foundation(saw a downtick), setup again - it was empty as expected
1 Year Ago
Bradley drive through~ Spline movement code Bradley uses direction injection Direction flipping based on target relative direction Stores and uses initial entry direction to keep a relative forward direction and avoid flipping bradley round the other way Allow peeking next position with a given direction S2P
1 Year Ago
Localized general store items names and subtitles
1 Year Ago
Phrase custom property drawer: - Preview the phrase translation using the selected language - Show the english string when collapsed - Save and undo fixes