userIan Hendersoncancel

4,951 Commits over 792 Days - 0.26cph!

7 Months Ago
Use Cecil for SyncVar weaving. Boostrap weaving on domain reload Properly map depdency paths Include unity modules Better timing to avoid race conditions
7 Months Ago
boomerang_distance_fix -> main
7 Months Ago
Fixed Boomerang combat log returning weird distance values
7 Months 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)
7 Months Ago
Scrap Source Generator - Try IL Weaving instead
7 Months Ago
Moved to new project -> Rust.SourceGenerators.SyncVar Fix legacy shelter mini example
7 Months Ago
▋▇▇▋▊▉▊_▌▌▉▅█▆█_▉▆▆▍▌▅▋▇_▊▍▅ -> ▉▇▇█
7 Months Ago
▉▄▌▄ ▄▉▄▌▌▉▆ ▆▋▆▍▆▍▍ ▊▄▊▇▇▅██ ▉█ ▆▊ ▇▆▋▄▅▉ ▋▋█ ▊▌▇▌█▄▌ (▍▊ ▊▌▅ ▋▌▇▆▆▋ ▊▊▊▄) ▊▉▆▅▄█ ▋▅██ ▅▉▍▅▇▉▍ - ▄▊▉ ▌▋██▊▇ █ ▌▍▌▅▅▋▉ ▆▋▉▆▍▇▅▉ ▆▇▄▆ ▌▅ ▌▊▋▊ ▄▅ ▆▌▅▋ ▉▊▄▌▅▉ ▇▄▋▇▌▉▍▊▄ ▆▇▆▉ ▄▇ █▉ ▆▍▆▄█▄ ▊▇█▊▋▊▇.
7 Months Ago
storage_monitor_rotate_fix -> main
7 Months Ago
Change client rotate method to also check for storage monitor
7 Months Ago
Can't rotate the TC if a storage monitor is attached
7 Months Ago
vending_machine_storagemonitor_rotate_fix -> main
7 Months Ago
Don't allow Vending Machine rotation if the storage monitor is attached (breaks wire connections)
7 Months Ago
storage_monitor_container_io_rewrite -> main
7 Months Ago
Added support for Container IO to Storage Monitor Resolves issues of storage monitor not working correctly with the new Vending Machines
7 Months Ago
boomerang_hand_up_fix -> main
7 Months Ago
main -> syncvars
7 Months Ago
Throw error if greater > 31 packed SyncVars New Implementation is done! 🎉
7 Months Ago
Fixed SourceGenerator not throwing errors properly when looking at field name (invalid string/uppercase starting string)
7 Months Ago
Add support for Pack=True/False. Unpacked SyncVars are sent immediately when changed.
7 Months Ago
More code cleanup
7 Months Ago
Removed old SyncVar implementation
7 Months 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.
7 Months Ago
Missed Files - Code Analysis Dependencies
7 Months 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
7 Months Ago
Setup syntax receiver
7 Months Ago
Implemented Microsoft.CodeAnalysis via plugins instead (fetched nuget dlls from external project)
7 Months Ago
Include Microsoft.CodeAnalysis Initial Source Generator setup
7 Months Ago
Give queue back to the pool if its empty (after sending)
7 Months Ago
Fixed bitmask read using too small a bit count
7 Months Ago
Code cleanup
7 Months Ago
Remove client -> server syncvars
7 Months Ago
main -> syncvars
7 Months Ago
better_isbroken_icon -> main
7 Months Ago
main -> hackweek_drawbridge
7 Months Ago
Fix modded and hapis vending machines only allowing one user to interact with them at a time
7 Months Ago
Fix boomerang occasionally causing an NRE when attempting to create its world model. Happens if the entity was just destroyed recently before the projectile attempts to stick. (was never an issue clientside)
7 Months Ago
Scale all damage types rather than bothering with an index
7 Months Ago
▍▇▉▉█▍▋▆ ▄▍ █▊▇▄▅ █▇▆▇▌ ▋▆▍▊▄ ▍█ ▍▆▇ █▌ ▉▄▋▆▍, ██▆ ▅▆ █▋▅▊ ▉▄ ▉▇▉▊
7 Months Ago
Compile error
7 Months Ago
Cleanup
7 Months Ago
Route Boomerang catch code through modelstate - like it always should've been
7 Months Ago
Generation fixes
7 Months Ago
Allow sending sync vars to specific players Correct send info from client -> server
7 Months Ago
Turn packing off by default (this is so the server can send packets to different endpoints, eg player x, or y)
7 Months Ago
Protobuf support for sync vars
7 Months Ago
Throw error if too many sync vars are defined
7 Months Ago
Developer logging and disconnect/kick for incorrect replications on both client/server
7 Months Ago
Some fixes for client authoritative queue packing
7 Months Ago
Seperate client and server packing queues due to listen servers messing everything up Client now uses packed sending Cleanup