195,829 Commits over 4,110 Days - 1.99cph!

25 Days Ago
Temperate biome settings. Arid tweaks to compensate.
25 Days Ago
Made both new silencers more common so they will show up in some loot
25 Days Ago
New craftable soda can silencer, same function as normal silencer but dramatically lower durability (about 12 regular ak shots) New craftable oil filter silencer, same function as normal silencer but somewhat lower durability (about 48 regular ak shots) Regular silencer is now uncraftable Numbers are WIP
26 Days Ago
Fix strings not parsing correctly in the receive code. Net read strings take an argument (needs to be supported on our end)
26 Days Ago
Added a new animator state behaviour that lets us adjust the global speed of an animator via a curve on a given state (CurveStateSpeed) Applied to LR deploy to speed up the deploy, deployt time goes from 2s -> 1.5s
26 Days Ago
Arid biome Jungle tweaks to match
26 Days Ago
Hook up new shadow proxies
26 Days Ago
Added new binds to swap seats in vehicles - CTRL + 1 -> driver seat - CTRL + 2 -> seat 2 - etc (will be bindable the controls menu)
26 Days Ago
Properly handle error messages Display more information when something goes wrong Show postive/negative error logs as green and red
26 Days Ago
Autoexposure & related tweaks.
26 Days Ago
First set of code cleanup on the new weaving solution Split everything off into smaller areas Injection simplification Seperate build/editor dependency logic
26 Days Ago
merge from neonsigns_newinputs
26 Days Ago
Added new inputs to animated neon signs to control which frame you want to display - if 'Power In' has power, cycle normally - if 'Power In' has power, and 'Frame 1' receives power, show frame 1 and continue cycle - if 'Power In' has no power and 'Frame 1' receives power, show frame 1 as long as 'Frame 1' is powered - same with inputs frame 2, 3 etc
26 Days Ago
Added a 5 second countdown so the logging doesnt start straight away. Changed the file directory path the CSV file is saved too. It should now be saved in "Steam\steamapps\common\Rust\Diagnostics".
26 Days Ago
Update: Allow user to control how big of a callstack to record when tracking allocations - Defaults to 16, should be enough to track where in code it originates - Updated description - windows binary built with 1a176138 commit Tests: used it on craggy. Discovered an issue with preceeding commit, but this change works as expected
26 Days Ago
▇▌▌▊ ▄▇▄▌▇█▌ `▄▉█▆█▆▍.▅▄▋▋█_▉▋▌▇▇▇▇` ▇▊ ▍▄▉▊▌ ▍▆▄▄▌█
26 Days Ago
Kapok b and c shadowproxies and setup
26 Days Ago
Added three spawnable grass displacement volumes of varying size (cinematic or modded servers)
26 Days Ago
Compile warning fixes Added host_writeconfig_lua (blocked from Lua) Fixed commas in AddOutput map IO input causing issues Now uses the special ESC symbol, like VMFs do. Minor cleanups Automatically delay HTTP calls until SteamHTTP is ready Apply more strict checking of invalid Lua states in CLuaObject Will display console warnings when CLuaObject is used on an invalid Lua state. Ideally these messages should never be seen.
26 Days Ago
Optim: ProfielrExporter.Json - export now uses streaming compression Avoids the need to allocate massive StringBuilder. Running watchallocs for 2 mins caused 3-4 GC collection events, instead of 1 during each export. Tests: done a perfsnapshot and ran watchallocs for couple minutes
26 Days Ago
Enabled Static floor heater (in monuments) now has a heat source S2P Oilrig, Oilrig small, rad town
26 Days Ago
Beehives craft now require sheet metal
26 Days Ago
Burlap gloves now offer small amount of bullet protection
26 Days Ago
Changed Waterpump protection to metal and increased HP
26 Days Ago
Chicken coop crafting coat increased - now requires 1 rope and 75 metal fragments
26 Days Ago
Wooden Barricade stacksize reduced to 5 from 10
26 Days Ago
Honeycomb stack size reduced from 100 to 20
26 Days Ago
26 Days Ago
SyncVars fully working with weaving. Fixed incorrect stack for WriteSyncVar.
26 Days Ago
Fix malformed WriteSyncVar Setter plumbed up to the correct entry logic for queueing/sending SyncVars
26 Days Ago
merge from hackweek_wiresnapping
26 Days Ago
Cleanup, fixes
26 Days Ago
Find queue/send method properly (search parent class) Don't pass byte - cant append that OpCode unless its an int
26 Days Ago
Fixes when snapping from a port away from a wall
26 Days Ago
Use Cecil for SyncVar weaving. Boostrap weaving on domain reload Properly map depdency paths Include unity modules Better timing to avoid race conditions
26 Days Ago
Fixed pipes blocked in corners when snapping
26 Days Ago
merge from main
26 Days Ago
Fixed heavy plate items not having pickup sounds
26 Days Ago
Cherry picking directional item dropping from a previous hackweek
26 Days Ago
Launchers and melee view model anim updates and added missing .viewmodel content
26 Days Ago
Fixed over zealous collision on ziggurat stair sides
26 Days Ago
merge from inputfield_rtl_fix
26 Days Ago
Rust Plus view
26 Days Ago
large sail blockout
26 Days Ago
Removed duplicate nested tree prefab in schizolobium c
26 Days Ago
Fixed input fields in RTL mode having keyboard arrow button navigation flipped
26 Days Ago
Musical instrument view model anim updates and added missing .viewmodel content
26 Days Ago
update to small sail blockout
26 Days Ago
Explosives view model anim updates and added missing .viewmodel content
26 Days Ago
merge from convexmesh_warnings_fix