Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Jun 23, 2022
  3. Apr 14, 2022
  4. Feb 23, 2022
  5. Feb 15, 2022
  6. Jan 20, 2022
  7. Dec 09, 2021
  8. Dec 08, 2021
  9. Dec 04, 2021
  10. Dec 03, 2021
  11. Dec 02, 2021
  12. Nov 30, 2021
  13. Nov 29, 2021
    • Erik von Reis's avatar
      RCG: fix out of order calculations · 283e8be5
      Erik von Reis authored
      Two out-of-order bugs are fixed.
      
      1. Ordering simply counts how many inputs of a part of visited. When that number matches the total inputs for the part, the part is visited,
      but inside a subystem, delays were counted twice.  Once on the initial pass looking for signal sources, and again as a normal part.
      
      Parts that took input directly from delays could appear early in the sequence.
      
      This change skips following links form delays as a normal part.
      
      2. If a data source, including subsystem inputs, constants, delays, grounds were connected directly to a subsystem output, then
      parts immediately connected from the output would be added to the subsystem sequence, though they were at a higher level.
      
      This bug could cause these parts to be sequenced out of order.
      
      Change is to check whether a part leading form a data source is in the subsystem.  This check is already included when following from normal (non-input) parts.
      283e8be5
    • Erik von Reis's avatar
    • Erik von Reis's avatar
  14. Nov 28, 2021
  15. Nov 19, 2021
  16. Nov 18, 2021
  17. Nov 17, 2021
  18. Nov 09, 2021
  19. Nov 02, 2021
  20. Oct 06, 2021
Loading