dyna3/.forgejo
Vectornaut 2adf4669f4
All checks were successful
/ test (push) Successful in 2m25s
Refactor: Use pointers to refer to elements and regulators (#84)
Previously, dyna3 used storage keys to refer to elements, necessitating passing around element containers to various functions so that they could access the relevant elements. These storage keys have been replaced with reference-counted pointers, used for tasks like these:

- Specifying the subjects of regulators.
- Collecting the regulators each element is subject to
- Handling selection.
- Creating interface components.

Also, systematizes the handling of serial numbers for entities, through a Serial trait.
And updates to rust 1.86 and institutes explicit checking of the rust version.

Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo>
Reviewed-on: #84
Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net>
Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
2025-05-06 19:17:30 +00:00
..
setup-trunk feat: Continuous integration via Forgejo Actions/runners (#75) 2025-04-02 20:31:42 +00:00
workflows Refactor: Use pointers to refer to elements and regulators (#84) 2025-05-06 19:17:30 +00:00