193,915 Commits over 4,079 Days - 1.98cph!

Yesterday
Remove some busted tea prefab files introduced in 120974
Yesterday
Adjust the armour slot weighting system to more closely line up with the intended random values Old slots/chance: 0/70%, 1/10%, 2/10%, 3/10% New slots/chance: 0/50%, 1/25%, 2/15%, 3/10% Adjusted all crafting teas, standard tea still guarantees 1 slot, advanced guarantees 2 slots and pure increases chance of 3 slots Added editor only ItemModContainerArmorSlot.TestSlots that outputs results of half a million rolls, can accept a tea bonus value to test out results with different tea levels
2 Days Ago
LOD3 rebaked textures after optimisation improvements to kit
2 Days Ago
Throw error if greater > 31 packed SyncVars New Implementation is done! 🎉
2 Days Ago
Fixed SourceGenerator not throwing errors properly when looking at field name (invalid string/uppercase starting string)
2 Days Ago
Fixed "Confusing path at the start of the tier 2 tech tree" and drunk C4 in wb3
2 Days Ago
More code cleanup
2 Days Ago
Add support for Pack=True/False. Unpacked SyncVars are sent immediately when changed.
2 Days Ago
Removed old SyncVar implementation
2 Days Ago
Successful queue, sending and receiving on new code generator implementation. Stripped out another overhead byte not needed with our new solution. Generate byte table inside code generator. Developer > 2 logging support. Safety with property setter on the client (throw an exception). Few more Diagnostics error throws (class > 256 syncvars, Base Class == BaseEntity). Try & Catch on Syncvar replicate. Time to fully rip out the old solution.
2 Days Ago
- Add description - Make sure stability convar is definitely always restored - Some cleanup
2 Days Ago
suffix all store building skins with "Building Skin" to ensure it's clear, they're building skins
2 Days Ago
fixed missed doprepare on jungle berries
2 Days Ago
merge from tea_time
2 Days Ago
manifest
2 Days Ago
merge from main
2 Days Ago
Updated crafting tea shortname
2 Days Ago
Advanced and pure warming teas
2 Days Ago
Advanced and pure versions of cooling teas
2 Days Ago
merge from Jungle_equal_spawns
3 Days Ago
Missed Files - Code Analysis Dependencies
3 Days Ago
Roslyn Compiler setup for SyncVars working (auto property generation) Not adding to queue etc yet. Seperated .csproj to seperate directory since Unity keeps forcing .NET Framework
3 Days Ago
Added Advanced and pure crafting teas Updated mixing table recipe list
3 Days Ago
Added advanced and pure harvesting teas - in line with older teas Updated recipe list manifest
3 Days Ago
Tweaked jungle ore node spawn rules Added dedicated berry and hemp populations for the jungle
3 Days Ago
merge from feedback_server_version
3 Days Ago
merge from workshopsource_lwbtransparency
4 Days Ago
Boleadoras - Updated models textures and icon, looks cool now :)
4 Days Ago
merge from inputfield_rtl_fix
4 Days Ago
Bag rename UI RTL support
4 Days Ago
Minor cleanups Remove temporary hacks for DButton and IMaterial.GetColor Clear networking queue on map shutdown, not map init Fixes clientside errors happening before LevelInit hook not being sent to the server Remove most of deprecated CSteamAPIContext usage on the client It is removed entirely in some newer version of Steamworks API Merge Pull Requests * Pico optimization for cam.Start2D() * Added list.GetEntry
4 Days Ago
Changed the RustInput base prefab input field for a RTLTMP_InputField
4 Days Ago
Changed crafting menu input field to use RTLTMP_InputField
4 Days Ago
Added RTLTMP_InputField, inherited by TmProEmojiInputField and can be used by RustInput
4 Days Ago
Sea mines...
4 Days Ago
Fixed chat input field and chat entries not supporting RTL languages (Arabic, Hebrew)
4 Days Ago
Setup syntax receiver
4 Days Ago
Implemented Microsoft.CodeAnalysis via plugins instead (fetched nuget dlls from external project)
4 Days Ago
projection madness
4 Days Ago
Fixes
4 Days Ago
Added more test floor wallpapers
4 Days Ago
Added TOD based density attenuation
4 Days Ago
FX
4 Days Ago
Optimisation on jungle concrete walkways (LOD3 bake pending)
4 Days Ago
merge from phraseupdate_improvements
4 Days Ago
Safe deployable
4 Days Ago
Spikes!
4 Days Ago
Include Microsoft.CodeAnalysis Initial Source Generator setup
4 Days Ago
Do not try to build this yet
4 Days Ago
Optim: PrefabPreProcess.FindComponents is now using GetComponentsInChildren With profiler, this ended up 2x faster than old way (lighthouse monument goes from 96ms to 46ms) Tests: used old code inline to validate outputs of new code