userJake_Richcancel
reporust_rebootcancel

3,405 Commits over 976 Days - 0.15cph!

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
3 Years Ago
Set slots per furnace to proper values (were set arbitrary for testing)
3 Years Ago
Merge from main
3 Years Ago
Fix client mode error
3 Years Ago
Merge from main
3 Years Ago
Merge from main
3 Years Ago
Merge from main
3 Years Ago
Remove scientists and turrets from "safe" monuments
3 Years Ago
Disable safe zones
3 Years Ago
Fixed items not going into slots Fixed error when opening non-furnace
3 Years Ago
Disable commands on client: monuments, rendermap, renderlabs, rendertunnels
3 Years Ago
Disable "g" map Disable respawn map
3 Years Ago
Prefab to make lines that connect between each slot
3 Years Ago
Updated furnace slots & ui formatting
3 Years Ago
Merge from main
3 Years Ago
Remove team system
3 Years Ago
Colors and tweaks to get it closer to the target look
3 Years Ago
New new smelting ui
3 Years Ago
Cleaned codegen without running generate again :(
3 Years Ago
Renamed clientperf_detailed to clientperf_frametime
3 Years Ago
Change ServerInfo to a class so can sort by ping & update after its in the browser Download from web on worker thread
3 Years Ago
Simplify querying ping
3 Years Ago
Fix sqlite cache and ping works with sqlite now
3 Years Ago
Removed ping field from combatlog entry
3 Years Ago
Fix NRE when downloading texture
3 Years Ago
Prevent SocketMod_Area from colliding with itself (fixes windmill floating on top of wall)
3 Years Ago
Store lowest ping in local sqlite cache Fix task concurrency again
3 Years Ago
Filter by version tag when using cache
3 Years Ago
Clear texture cache after destroying textures
3 Years Ago
Switch order of sorting operations for performance
3 Years Ago
Merge from main
3 Years Ago
Merge from furnace_ui_rework
3 Years Ago
Ensure GetIdealSlot is in #Server
3 Years Ago
Merge from furnace_ui_rework
3 Years Ago
Fix right clicking items into multiple unfilled stacks
3 Years Ago
Moved GetIdealSlot and GetIdealContainer to serverside to fix furnace slots once and for all (and break some existing behaviour I'm sure)
3 Years Ago
Fix controls missing on campfire (again) and off phrase
3 Years Ago
Split up loot panel into fuel vs materials Large furnace speed increased from 12 -> 15, material slots from 4 -> 5
3 Years Ago
Fix output label not set
3 Years Ago
Merge from furnace_ui_rework
3 Years Ago
Fix Awake() error when trying to create oven loot panel & fix pooling inconsistancy