userJake_Richcancel
reporust_rebootcancel

3,060 Commits over 884 Days - 0.14cph!

2 Years Ago
Let the client know rust+ is off by setting app.serverid
2 Years Ago
Disable Rust+
2 Years Ago
Disable crawling wounded state Add convar `crawlingenabled` to disable crawling
2 Years Ago
Raycasts for lasers on client on job system
2 Years Ago
Disable printpos, printrot, printhead, printeyes & printinput commands
2 Years Ago
Added hardcore server tag
2 Years Ago
Block global chat on the server when convars are set (so players cant send console commands to bypass)
2 Years Ago
Disable contact system
2 Years Ago
Disable compass
2 Years Ago
Prevent "harmony.unload" from unloading all harmony hooks on the server
2 Years Ago
Add Mono.Cecil Harmony mods load new code when hotloading Enabled harmony in the editor
2 Years Ago
Global chat & local chat convars
2 Years Ago
Disabled global chat Added local chat channel Local chat range 100m
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Set slots per furnace to proper values (were set arbitrary for testing)
2 Years Ago
Merge from main
2 Years Ago
Fix client mode error
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Remove scientists and turrets from "safe" monuments
2 Years Ago
Disable safe zones
2 Years Ago
Fixed items not going into slots Fixed error when opening non-furnace
2 Years Ago
Disable commands on client: monuments, rendermap, renderlabs, rendertunnels
2 Years Ago
Disable "g" map Disable respawn map
2 Years Ago
Prefab to make lines that connect between each slot
2 Years Ago
Updated furnace slots & ui formatting
2 Years Ago
Merge from main
2 Years Ago
Remove team system
2 Years Ago
Colors and tweaks to get it closer to the target look
2 Years Ago
New new smelting ui
2 Years Ago
Cleaned codegen without running generate again :(
2 Years Ago
Renamed clientperf_detailed to clientperf_frametime
2 Years Ago
Change ServerInfo to a class so can sort by ping & update after its in the browser Download from web on worker thread
2 Years Ago
Simplify querying ping
2 Years Ago
Fix sqlite cache and ping works with sqlite now
2 Years Ago
Removed ping field from combatlog entry
2 Years Ago
Fix NRE when downloading texture
2 Years Ago
Prevent SocketMod_Area from colliding with itself (fixes windmill floating on top of wall)
2 Years Ago
Store lowest ping in local sqlite cache Fix task concurrency again
2 Years Ago
Filter by version tag when using cache
2 Years Ago
Clear texture cache after destroying textures
2 Years Ago
Switch order of sorting operations for performance
2 Years Ago
Merge from main
2 Years Ago
Merge from furnace_ui_rework
2 Years Ago
Ensure GetIdealSlot is in #Server
2 Years Ago
Merge from furnace_ui_rework
2 Years Ago
Fix right clicking items into multiple unfilled stacks
2 Years Ago
Moved GetIdealSlot and GetIdealContainer to serverside to fix furnace slots once and for all (and break some existing behaviour I'm sure)