192,973 Commits over 4,049 Days - 1.99cph!

8 Months Ago
Attempt to fix get path index ahead NRE
8 Months Ago
More work on ziggurat interior
8 Months Ago
Check terrain filters before terrain anchors in all procedural placement scripts (faster, thanks Graham)
8 Months Ago
Motion iteration
8 Months Ago
world_update_2 -> Aux2
8 Months Ago
▌▆█▅▊▅▊▋▉▆ ▋▇▄▌▋▇█▉▄▅▍▊, █▆▊ ▆▋▊▊▊▇▇▋ ▅▋▅▇▋▋█ ▉▊ ▍▌▉▄▉ ▇▄ ▋▍▋▆▄▅▆▌ ▆█ ▇█▍▅▌▍█
8 Months 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
8 Months Ago
Fixed death screen 'Respawn' button text being truncated in Finnish
8 Months Ago
Set prevent building radius to is trigger on new divesites
8 Months Ago
Removed 'doorway_desc' unused phrase from a bunch of prefabs
8 Months Ago
Update: output results in micros for Recursion test Tests: ran the benchmark, confirmed output
8 Months Ago
world_update_2 -> Aux2
8 Months Ago
radtown_npc_drivethrough -> world_update_2
8 Months Ago
Adjusted entry triggers at radtown to increase reliability
8 Months Ago
Minor fixes, removed unused phrases
8 Months Ago
merge from main
8 Months Ago
▍▊▅▅▄▉▅▆▅▆ ▋▉▍▍███▋ ▉▋█ ▍▆▊▌▄▇▍█▇▆▇▅▋▄▇
8 Months Ago
Bradley now sucessfully enters and exists splines when at the end/start of radtown
8 Months Ago
Phrase update
8 Months Ago
▇▆▊▄▋▅ ▌▋▉█▄▊_▉▇▍▇▇▊▇▌▋▋▇▌ ▇▌▄▌ ▄.▇█ -> ▍.▅▉ (▇▄██▊▌▅▍▆▄▍ ▍▇▍ ▊▊▅▍ ▋▅▇ ▊▌▌▊▍▄▄▋)
8 Months Ago
▌▍▍▌▇ ▆█▆█ ▄▇▌▌
8 Months Ago
merge from localization
8 Months Ago
Compile fix (Translate is client only so the localization tools aren't available in SERVER only)
8 Months Ago
merge from main
8 Months Ago
Viewmodel overrides.
8 Months Ago
Added FlextText to RustText converter (similar to TMP -> RustText)
8 Months Ago
Fixed wallpaper store page wainscoting preview not cycling through variations
8 Months Ago
Localized all store pages
8 Months Ago
Fixed bugs when Bradley locks into spline Added methods for start and end depending on direction Radtown changes S2P
8 Months Ago
Added an error message in the inspector when the Phrase already exists with the same token but with a different English value
8 Months Ago
▍▍-▅▅▊█▌▋ ▇▌▋▉▅▍▇▅▋▉▌▌ ▇▇ ▇▉▉▆▊▊▄▌▋▆▌▅ (▄▇▉▅▉▊▇▍▍ ▄█▄ ▆▊▍▆▄ ▌▋█▋▊▉▉, ▊█▌▅)
8 Months Ago
Added surface.GetPanelPaintState returns a table with the following keys: * translate_x * translate_y * scissor_left * scissor_top * scissor_right * scissor_bottom * scissor_enabled Build the game using v142 toolset (dropped Windows XP support) Player:StripWeapons drops weapons before removing them This mimics behavior of Player:StripWeapon() Added massCenterOveride for certain physics init functions PhysicsInit PhysicsInitMultiConvex PhysicsInitConvex PhysicsFromMesh PhysicsInitBox PhysModelCreateBox doesnt reset solid parameters
8 Months Ago
▌▋▇▇▌ ▍▄▋▌ ▇▌██▍▉▊▅▄▋_▇▌▇▊▅▅▊
8 Months Ago
Missing file
8 Months Ago
Conditional first person FX stuff.
8 Months Ago
merge from main
8 Months 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.
8 Months Ago
Applied the Phrase property drawer to RustTextEditor
8 Months Ago
Ensure Bradley starts incrementing spline arc length from the correct starting distance (1 from backwards, 0 from forwards) Fixed target list NRE
8 Months 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
8 Months 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
8 Months 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
8 Months Ago
Localized general store items names and subtitles
8 Months Ago
Phrase custom property drawer: - Preview the phrase translation using the selected language - Show the english string when collapsed - Save and undo fixes
8 Months Ago
Update: Item & ItemModContainer pools ItemContainer Tests: spawned an AK, added extended mag, dropped it - saw uptick. after it despawned - got downtick. Spawning another AK gave me a fresh and empty one.
8 Months Ago
world_update_2 -> radtown_npc_drivethrough
8 Months Ago
Added support for directionality to SimpleSplineTranslator - this will allow Bradley to reverse along the spline as well as go forward over it
8 Months Ago
Basic Bradley backend spline setup
8 Months Ago
Added a custom property drawer for Phrases, allowing you to search through existing translations in a window to easily re-use existing tokens
8 Months Ago
Bugfix: missed original allocation in PlayerCorpse Tests: none, trivial changes