-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Initial Building Construction #23
Labels
Milestone
Comments
Indy2222
added a commit
that referenced
this issue
Jun 22, 2022
This has the following benefits: * Future object spawning crates (e.g. controller) won't have to depend on map crate and structures which are tight with persistent map format. * Spawn events no longer need to be buffered and resend. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 25, 2022
This has the following benefits: * Future object spawning crates (e.g. controller) won't have to depend on map crate and structures which are tight with persistent map format. * Spawn events no longer need to be buffered and resend. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 25, 2022
This has the following benefits: * Future object spawning crates (e.g. controller) won't have to depend on map crate and structures which are tight with persistent map format. * Spawn events no longer need to be buffered and resend. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 25, 2022
This has the following benefits: * Future object spawning crates (e.g. controller) won't have to depend on map crate and structures which are tight with persistent map format. * Spawn events no longer need to be buffered and resend. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
It is the intention to have all input even handling on one place, that is inside command.rs. Systems in this module send events to other systems which implement low-level implementation. With this slightly updated architecture, it will be easier to overload left-click handling (e.g. selection vs construction of a new building). Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
This has the following benefits: * Future object spawning crates (e.g. controller) won't have to depend on map crate and structures which are tight with persistent map format. * Spawn events no longer need to be buffered and resend. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Object drafting will need to access de_index. Without the split, there would be circular dependencies. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Object drafting will need to access de_index. Without the split, there would be circular dependencies. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Object drafting will need to access de_index. Without the split, there would be circular dependencies. Relates to #23.
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Indy2222
added a commit
that referenced
this issue
Jun 27, 2022
Indy2222
added a commit
that referenced
this issue
Jun 28, 2022
Indy2222
added a commit
that referenced
this issue
Jun 28, 2022
Indy2222
added a commit
that referenced
this issue
Jun 28, 2022
Indy2222
added a commit
that referenced
this issue
Jun 28, 2022
Indy2222
added a commit
that referenced
this issue
Jun 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: