userFlaviencancel

6,896 Commits over 882 Days - 0.33cph!

45 Days Ago
Forgot Circuit.cs
45 Days Ago
Split the circuit dirty flag into two: Dirty and NeedsRebuild so setting a circuit dirty doesnt trigger a rebuild every time Added rebuild timings
45 Days Ago
Moved the tick to every frame Added timings command to debug circuit perf
45 Days Ago
Codegen
45 Days Ago
Compile fixes
45 Days Ago
merge from automated_testing
45 Days Ago
Moved server block in TestScenario_RocketSplashDamage
45 Days Ago
Don't catch exceptions in WrapTestAsCoroutine
45 Days Ago
Bug fixes and optims, only snapshots dirty slots
45 Days Ago
Trace debug commands, logs when something happens on a circuit
45 Days Ago
Power flow debug viz
46 Days Ago
Added some mint ddraw and debug commands to help debugging circuits
46 Days Ago
merge from main
46 Days Ago
merge from wiretool_reconnect_fix
46 Days Ago
Fixed wiretool connection rejected by the server in some cases after clearing previous connection
46 Days Ago
Fix battery charging issue with closed loop circuits Fixed batteries not considered as sources when building the evaluation order
46 Days Ago
merge from main
46 Days Ago
merge from iolines_shader_fix
46 Days Ago
Swapped all IO wires to use the standard shader instead of standard wire. Fixes some rendering issues, they were made transparent after some changes to the wire shader They don't really need all the features from the wire shader
46 Days Ago
More items converted to the new io system
46 Days Ago
AND OR XOR flags fixes
46 Days Ago
Registered entities aren't allocating a new circuit until wired Don't tick circuit system while loading a save, so we only rebuild everything once all the io entities and wires are registered
46 Days Ago
Converting more items to new IO system: entities are PowerConsumer by default so all lights and simple consumer work by default Button and counter evaluators
47 Days Ago
Added baked config at register time Batteries are data based
47 Days Ago
Splitter evaluator
47 Days Ago
Memory cell evaluator
47 Days Ago
Root combiner distributes drain evenly on batteries connected to its inputs
47 Days Ago
Evaluator refactoring
47 Days Ago
Branch and blocker evaluators Some cleanup and fixes
47 Days Ago
merge from main
47 Days Ago
Batteries tick flow. Charged and depleted on the same tick Bug fixes and refactoring
47 Days Ago
Some reserialized metas
47 Days Ago
Updated some legacy input code to use the new input system
47 Days Ago
Generator, switch and light use the new IO system Got a simple circuit working
47 Days Ago
Entity bridge first pass Added debug commands
48 Days Ago
Drain calculation pass New evaluators: battery and and,or,xor logic gates
48 Days Ago
merge from f1_savecategory
48 Days Ago
merge from server_warnings_fix
48 Days Ago
merge from digitalclock_pool_fix
48 Days Ago
merge from copypasteloadouts_deleteconfirmation
48 Days Ago
merge from ugc_teleportbutton
48 Days Ago
merge from console_autocomplete_fix2
48 Days Ago
merge from chippy_blurry_fix
48 Days Ago
▍▍▇▇▉▅▋ ▊▅▇▇ ▆▌▌▆▊▅▋▇▋▉▄█▉▊▊█▅
48 Days Ago
merge from boats_wireisolation_fix
48 Days Ago
merge from uihud_optims
48 Days Ago
merge from hotreload_fix
48 Days Ago
Eval pass and first evaluators
48 Days Ago
Circuit system baseline
51 Days Ago
Better error log when ItemName is set wrong in ApprovedSkinInfo