userFlaviencancel
reporust_rebootcancel

6,847 Commits over 882 Days - 0.32cph!

35 Days Ago
More io entities using the new flag update Auto turret is not sending full network update when turned on or off
35 Days Ago
Forgot Circuit.cs
35 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
35 Days Ago
Moved the tick to every frame Added timings command to debug circuit perf
35 Days Ago
Codegen
35 Days Ago
Compile fixes
36 Days Ago
merge from automated_testing
36 Days Ago
Moved server block in TestScenario_RocketSplashDamage
36 Days Ago
Don't catch exceptions in WrapTestAsCoroutine
36 Days Ago
Bug fixes and optims, only snapshots dirty slots
36 Days Ago
Trace debug commands, logs when something happens on a circuit
36 Days Ago
Power flow debug viz
36 Days Ago
Added some mint ddraw and debug commands to help debugging circuits
36 Days Ago
merge from main
36 Days Ago
merge from wiretool_reconnect_fix
36 Days Ago
Fixed wiretool connection rejected by the server in some cases after clearing previous connection
37 Days Ago
Fix battery charging issue with closed loop circuits Fixed batteries not considered as sources when building the evaluation order
37 Days Ago
merge from main
37 Days Ago
merge from iolines_shader_fix
37 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
37 Days Ago
More items converted to the new io system
37 Days Ago
AND OR XOR flags fixes
37 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
37 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
37 Days Ago
Added baked config at register time Batteries are data based
37 Days Ago
Splitter evaluator
38 Days Ago
Memory cell evaluator
38 Days Ago
Root combiner distributes drain evenly on batteries connected to its inputs
38 Days Ago
Evaluator refactoring
38 Days Ago
Branch and blocker evaluators Some cleanup and fixes
38 Days Ago
merge from main
38 Days Ago
Batteries tick flow. Charged and depleted on the same tick Bug fixes and refactoring
38 Days Ago
Some reserialized metas
38 Days Ago
Updated some legacy input code to use the new input system
38 Days Ago
Generator, switch and light use the new IO system Got a simple circuit working
38 Days Ago
Entity bridge first pass Added debug commands
38 Days Ago
Drain calculation pass New evaluators: battery and and,or,xor logic gates
38 Days Ago
merge from f1_savecategory
38 Days Ago
merge from server_warnings_fix
38 Days Ago
merge from digitalclock_pool_fix
38 Days Ago
merge from copypasteloadouts_deleteconfirmation
38 Days Ago
merge from ugc_teleportbutton
38 Days Ago
merge from console_autocomplete_fix2
38 Days Ago
merge from chippy_blurry_fix
38 Days Ago
▍▍▇▇▉▅▋ ▊▅▇▇ ▆▌▌▆▊▅▋▇▋▉▄█▉▊▊█▅
38 Days Ago
merge from boats_wireisolation_fix
38 Days Ago
merge from uihud_optims
38 Days Ago
merge from hotreload_fix
39 Days Ago
Eval pass and first evaluators
39 Days Ago
Circuit system baseline