137,104 Commits over 4,474 Days - 1.28cph!

1 Year Ago
Use Cecil for SyncVar weaving. Boostrap weaving on domain reload Properly map depdency paths Include unity modules Better timing to avoid race conditions
1 Year Ago
Fixed pipes blocked in corners when snapping
1 Year Ago
merge from main
1 Year Ago
Fixed heavy plate items not having pickup sounds
1 Year Ago
Cherry picking directional item dropping from a previous hackweek
1 Year Ago
Launchers and melee view model anim updates and added missing .viewmodel content
1 Year Ago
Fixed over zealous collision on ziggurat stair sides
1 Year Ago
merge from inputfield_rtl_fix
1 Year Ago
Rust Plus view
1 Year Ago
large sail blockout
1 Year Ago
Removed duplicate nested tree prefab in schizolobium c
1 Year Ago
Fixed input fields in RTL mode having keyboard arrow button navigation flipped
1 Year Ago
Musical instrument view model anim updates and added missing .viewmodel content
1 Year Ago
update to small sail blockout
1 Year Ago
Explosives view model anim updates and added missing .viewmodel content
1 Year Ago
merge from convexmesh_warnings_fix
1 Year Ago
Missed one usage of ScrapHeliGibs_Part002
1 Year Ago
Show the building blocked preview on the vine tree
1 Year Ago
merge from inputfield_rtl_fix
1 Year Ago
Input field character limit pass
1 Year Ago
Pistol view model anim updates and added missing .viewmodel content
1 Year Ago
Added a 128 character limit to RustInput.Normal, so we don't have 0 char limit by default Restored smart alarm character limits
1 Year Ago
Merge from parent
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
merge from inputfield_rtl_fix
1 Year Ago
Use Arabic instead of Farsi when running FixRTL on text strings
1 Year Ago
Added new floor material, updated names to clarify which materials are placeholder
1 Year Ago
Bugfix: ContinuousProfiler - don't record Sync marks when paused for export - Based off 23b9590b commit This is last known bug - lib was still writing Sync marks for new frame, eventually leading to main thread buffer growth, which invalidated pointers during export. Test: soaked for almost 1hour with watchallocs - no more unrecognized reads on main thread
1 Year Ago
boomerang_distance_fix -> main
1 Year Ago
fixed some weird stretchy triangles in tree LODs
1 Year Ago
Schizolobium engine set up so now spawns jungle and is harvestable. Added third variant. Added collision meshes.
1 Year Ago
Updating the last few weapons missing from the list with view model camera animations
1 Year Ago
Changed the default value for the graphics.spatiallyawareenvironmentvolumes convar to true
1 Year Ago
Ran DoPrepare on advanced and pure crafting quality tea items (they were using the same item ID)
1 Year Ago
Fixed Boomerang combat log returning weird distance values
1 Year Ago
Merge from multi_flower_vending_sales
1 Year Ago
Set orchid, rose and sunflower amountType to Count instead of Genetics, allowing multiple to be sold in vending machines.
1 Year Ago
merge from hotreload_warning_fix
1 Year Ago
Another HotReloadSettingsObject warning fix attempt, only strip the class content instead of the whole file
1 Year Ago
Attempts to better filter what files are pushed for weaving Better Diagnostics Cleanup GenerateResult (Just generate pe and pdb output streams in method before writing to them)
1 Year Ago
merge from convexmesh_warnings_fix
1 Year Ago
Simplified scrap heli gibs collider meshes, fixes ScrapHeliGibs_Part002 and Part046 warnings
1 Year Ago
exit dialog
1 Year Ago
"Old_Boat_GM" convex collider fix
1 Year Ago
Added a simpler patrol heli part02 collider, to fix the warning ''Couldn't create a Convex Mesh from source mesh 'patrol_helicopter_part02' within the maximum polygons limit (256). The partial hull will be used. Consider simplifying your mesh.''
1 Year Ago
Track compute blocks instead of cells in wrapping grid update; fixes case where invalid cells were not being updated when moving in certain patterns, fix WrapIndex function for all cases
1 Year Ago
Merge from incapacitate_dart_changes