userIan Hendersoncancel
reporust_rebootcancel

5,974 Commits over 974 Days - 0.26cph!

1 Year Ago
Fixed Changed event being ran on autoload
1 Year Ago
Convert train line up to unload and train num connected cars to syncvars
1 Year Ago
Set GenerateEvent default to true
1 Year Ago
Use a wrapper method instead of emitting equality comparitor in IL - it was ugly at best
1 Year Ago
Add support for RequireChanged flag - this runs the old and new values through an equality comparison before pushing sync.
1 Year Ago
Swapped train engine fuel amount over to use SyncVars instead of protobufs. First set of testing.
1 Year Ago
Use an autosave buffer as an intermediary when writing to syncvar bytes Prevents byte allocations every autosave
1 Year Ago
Add Autosave system. SyncVars marked as Autosave will automatically be injected into Save/Load methods so no need to write protobufs.
1 Year Ago
Updated source generator to support event generation. Ensured our attribute matches this More tests in the legacy shelter
1 Year Ago
Better weaver symbol logic (to prepare for being built) Downgraded code analysis to 3.8 so it doesnt explode hot reload
1 Year Ago
Safer SyncVar Implementation: Rosyln Source Generator creates: Weaver ID table (managed to make it free), read, write methods and backing fields. Run Weaving step based on the result of source generator, only bother hooking setter IL to run code created during the source generator phase Add source generator dependencies
1 Year Ago
main -> syncvars
1 Year Ago
vending_machine_modify_listings -> main
1 Year Ago
Can now modify Vending Machine listings. Clicking on an existing listing repopulates the sell order input fields.
1 Year Ago
bee_spawnrate_reduction -> main
1 Year Ago
Missed oak_e... Lives in a different folder
1 Year Ago
Add Flash [ON]/[OFF] display to camera UI Control flash with standard F light on/off Wider flash Created a new bulb icon (light one)
1 Year Ago
Network flash effect Minor prefab changes
1 Year Ago
Added a usable flash to the instant camera
1 Year Ago
bee_lifetime_reduction -> main
1 Year Ago
Reduce time that Bee Master Swarms stick around. Reduce time that Bee Swarms stick around.
1 Year Ago
bee_spawnrate_reduction -> main
1 Year Ago
Reduce Beehive spawn rate to 20% (down from a much higher amount)
1 Year Ago
More test code
1 Year Ago
main -> syncvars
1 Year Ago
Fix strings not parsing correctly in the receive code. Net read strings take an argument (needs to be supported on our end)
1 Year Ago
Properly handle error messages Display more information when something goes wrong Show postive/negative error logs as green and red
1 Year Ago
First set of code cleanup on the new weaving solution Split everything off into smaller areas Injection simplification Seperate build/editor dependency logic
1 Year Ago
SyncVars fully working with weaving. Fixed incorrect stack for WriteSyncVar.
1 Year Ago
Fix malformed WriteSyncVar Setter plumbed up to the correct entry logic for queueing/sending SyncVars
1 Year Ago
Find queue/send method properly (search parent class) Don't pass byte - cant append that OpCode unless its an int
1 Year Ago
Use Cecil for SyncVar weaving. Boostrap weaving on domain reload Properly map depdency paths Include unity modules Better timing to avoid race conditions
1 Year Ago
boomerang_distance_fix -> main
1 Year Ago
Fixed Boomerang combat log returning weird distance values
1 Year 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)
1 Year Ago
Scrap Source Generator - Try IL Weaving instead
1 Year Ago
Moved to new project -> Rust.SourceGenerators.SyncVar Fix legacy shelter mini example
1 Year Ago
storage_monitor_rotate_fix -> main
1 Year Ago
Change client rotate method to also check for storage monitor
1 Year Ago
Can't rotate the TC if a storage monitor is attached
1 Year Ago
vending_machine_storagemonitor_rotate_fix -> main
1 Year Ago
Don't allow Vending Machine rotation if the storage monitor is attached (breaks wire connections)
1 Year Ago
storage_monitor_container_io_rewrite -> main
1 Year Ago
Added support for Container IO to Storage Monitor Resolves issues of storage monitor not working correctly with the new Vending Machines
1 Year Ago
boomerang_hand_up_fix -> main
1 Year Ago
main -> syncvars
1 Year Ago
Throw error if greater > 31 packed SyncVars New Implementation is done! 🎉
1 Year Ago
Fixed SourceGenerator not throwing errors properly when looking at field name (invalid string/uppercase starting string)
1 Year Ago
Add support for Pack=True/False. Unpacked SyncVars are sent immediately when changed.
1 Year Ago
More code cleanup