157,339 Commits over 4,536 Days - 1.45cph!

2 Years Ago
Removed 'doorway_desc' unused phrase from a bunch of prefabs
2 Years Ago
Update: output results in micros for Recursion test Tests: ran the benchmark, confirmed output
2 Years Ago
radtown_npc_drivethrough -> world_update_2
2 Years Ago
Adjusted entry triggers at radtown to increase reliability
2 Years Ago
Minor fixes, removed unused phrases
2 Years Ago
merge from main
2 Years Ago
▍ ▊▅▅▄▉▅▆▅▆▋ ▉▍▍███▋▉ ▋█▍ ▆▊▌▄▇▍█▇▆▇▅▋▄▇▊
2 Years 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
2 Years Ago
Bradley now sucessfully enters and exists splines when at the end/start of radtown
2 Years Ago
Phrase update
2 Years Ago
▇ ▆▊▄▋▅▌ ▋▉█▄▊▉▇▍▇▇▊▇▌▋▋▇▌▇▌ ▄▌▄▇ █▍▅▉ ▇▄ ██▊▌ ▅▍▆▄▍▍▇▍▊▊▅▍ ▋▅▇ ▊▌▌▊ ▍▄▄ ▋▆▄▄█▍▄▍▌
2 Years Ago
▌ ▍▍▌▇▆ █▆█▄ ▇▌▌▌
2 Years Ago
merge from localization
2 Years Ago
Compile fix (Translate is client only so the localization tools aren't available in SERVER only)
2 Years Ago
merge from main
2 Years Ago
Viewmodel overrides.
2 Years Ago
Added FlextText to RustText converter (similar to TMP -> RustText)
2 Years Ago
Fixed wallpaper store page wainscoting preview not cycling through variations
2 Years Ago
Localized all store pages
2 Years Ago
Fixed bugs when Bradley locks into spline Added methods for start and end depending on direction Radtown changes S2P
2 Years Ago
Added an error message in the inspector when the Phrase already exists with the same token but with a different English value
2 Years Ago
▍ ▍▅▅▊█▌▋▇▌ ▋▉▅▍▇▅▋▉▌▌▇▇ ▇▉ ▉▆▊▊▄▌▋▆▌▅▄▇ ▉▅▉▊▇▍▍▄█▄ ▆▊▍ ▆▄▌▋█ ▋▊▉▉▊█▌▅ ▊█▄▉▊
2 Years Ago
▌▋ ▇▇▌▍▄ ▋▌▇▌ ██▍▉▊▅▄▋▇▌▇▊▅▅▊▅▅▍
2 Years Ago
Missing file
2 Years Ago
Conditional first person FX stuff.
2 Years Ago
merge from main
2 Years 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.
2 Years Ago
Applied the Phrase property drawer to RustTextEditor
2 Years Ago
Ensure Bradley starts incrementing spline arc length from the correct starting distance (1 from backwards, 0 from forwards) Fixed target list NRE
2 Years 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
2 Years 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
2 Years 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
2 Years Ago
Localized general store items names and subtitles
2 Years Ago
Phrase custom property drawer: - Preview the phrase translation using the selected language - Show the english string when collapsed - Save and undo fixes
2 Years 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.
2 Years Ago
world_update_2 -> radtown_npc_drivethrough
2 Years Ago
Added support for directionality to SimpleSplineTranslator - this will allow Bradley to reverse along the spline as well as go forward over it
2 Years Ago
Basic Bradley backend spline setup
2 Years Ago
Added a custom property drawer for Phrases, allowing you to search through existing translations in a window to easily re-use existing tokens
2 Years Ago
Bugfix: missed original allocation in PlayerCorpse Tests: none, trivial changes
2 Years Ago
Update: PlayerCorpse pools ItemContainer Tests: dressed up, suicide, saw uptick of containers, body disappeared, saw downtick of containers. Repeated, got expected results and didn't see a leak
2 Years Ago
Localized item store (still a few pages left)
2 Years Ago
merge /main/DPV -> /main/world_update_2
2 Years Ago
Reverted accidental Procedural Map scene change
2 Years Ago
Fixed incorrect building grade lookup in creative mode (need to check skin id as well)
2 Years Ago
Hooked up water well NPC avatar
2 Years Ago
Merge from elevator_ShouldNetworkTo_fix
2 Years Ago
Merge from team_ids_run_from_server
2 Years Ago
Revert fix in 104383, instead don't check the parents ShouldNetworkTo if the entity returns false from ShouldInheritNetworkGroup
2 Years Ago
Merge from main