Vectornaut
  • Joined on 2019-09-28
Vectornaut pushed to deployment-packaging at Vectornaut/dyna3 2025-08-08 03:47:29 +00:00
737e725290 Format the README instructions more consistently
d14c303161 Make the instructions less location-dependent
Compare 2 commits »
Vectornaut pushed to deployment-packaging at Vectornaut/dyna3 2025-08-08 03:36:49 +00:00
707b5bf52f Update the instructions for running the examples
Vectornaut created pull request StudioInfinity/dyna3#113 2025-08-08 02:05:36 +00:00
Write a deployment packaging script
Vectornaut created branch deployment-packaging in Vectornaut/dyna3 2025-08-08 01:59:32 +00:00
Vectornaut pushed to deployment-packaging at Vectornaut/dyna3 2025-08-08 01:59:32 +00:00
b1d5db2dc2 Make deployment script more like examples script
203e47397d Move run-examples.sh into the tools folder
c0294123d8 Write a deployment packaging script
a4565281d5 Refactor: rename loaders and adopt 'Self' type convention (#111)
Compare 4 commits »
Vectornaut commented on pull request StudioInfinity/dyna3#111 2025-08-06 21:15:55 +00:00
simplify-names

Done in commit 83c1823!

Vectornaut commented on pull request StudioInfinity/dyna3#111 2025-08-06 21:15:50 +00:00
simplify-names

Done in commit 83c1823!

Vectornaut pushed to simplify-names at Vectornaut/dyna3 2025-08-06 21:15:02 +00:00
83c1823a4f Expand abbreviations in test assembly names
Vectornaut created pull request StudioInfinity/dyna3#111 2025-08-05 22:05:42 +00:00
simplify-names
Vectornaut created branch simplify-names in Vectornaut/dyna3 2025-08-05 21:59:24 +00:00
Vectornaut pushed to simplify-names at Vectornaut/dyna3 2025-08-05 21:59:24 +00:00
1d03d1e8c2 Use Self in implementations whenever possible
e0230a6fde Drop _assemb suffixes from test assembly loaders
Compare 2 commits »
Vectornaut pushed to main at Vectornaut/dyna3 2025-08-05 20:42:35 +00:00
ef1a579ac0 refactor: Code formatting (#108)
2eba80fb69 Simplify the realization triggering system (#105)
Compare 2 commits »
Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 21:55:06 +00:00
Add trailing commas and clean up formatting

This is now issue #110. (To help with organization, I opened a separate issue instead of mashing it together with #109).

Vectornaut opened issue StudioInfinity/dyna3#110 2025-08-04 21:53:15 +00:00
Use Self in implementations whenever possible
Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 21:45:42 +00:00
Add trailing commas and clean up formatting

This is now issue #109.

Vectornaut opened issue StudioInfinity/dyna3#109 2025-08-04 21:45:19 +00:00
Drop the _assemb suffixes from test assembly loaders
Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 17:27:11 +00:00
Add trailing commas and clean up formatting

Let's do it in the next PR, along with renaming the test assembly loader functions. I think those two mass name changes are more similar to each other than to the changes this PR was intended for.

Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 03:20:45 +00:00
Add trailing commas and clean up formatting

Okay, let's do that in the next pull request.

Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 03:19:43 +00:00
Add trailing commas and clean up formatting

Spacing around the = in single-line calls looks okay to me, and it's consistent with typical Rust style for things like the [cfg attribute](https://doc.rust-lang.org/rust-by-example/attribute/c

Vectornaut commented on pull request StudioInfinity/dyna3#108 2025-08-04 03:11:51 +00:00
Add trailing commas and clean up formatting

Done in commit e67a658.