Azriel Hoh

Results 48 issues of Azriel Hoh

Tasks: * [ ] Update dependencies ```bash # Runs rustfmt, cargo update, and cargo outdated cargo make --no-workspace maintain ``` * ~~Remove `TODO`s~~ * [ ] Run clippy. * [...

Add [Frozen](https://lf-empire.de/lfe-fileplanet/characters/773-frozen26) as a playable character.

F: gameplay

Standards / guidelines: * [ ] `SystemData` type conventions * [ ] Workspace structure (adding crates) * [ ] Crate structure (adding types) * [ ] Variable names * [...

C: developer docs

In GitLab by @azriel91 on Nov 29, 2019, 12:10 * `AssetType::Object(..)` and `AssetType::Map` store `SequenceIdMappings` in `AssetSequenceIdMappings`, as they only have one `ItemId`. This must be done prior to loading...

M: code

In GitLab by @azriel91 on Aug 27, 2019, 13:23 * Each asset type needs its own type uuid. * Each asset needs its own asset uuid. Generating UUIDs for each...

F: core
W: third party

In GitLab by @azriel91 on Jun 10, 2019, 17:33 Currently selecting `random` doesn't actually select a random character or map. Implement this, with the following variants: * Players will not...

good first issue
F: core

In GitLab by @azriel91 on Mar 30, 2019, 13:55 At the time of writing, the `input-handling` branch of [`crossterm`](https://github.com/TimonPost/crossterm) is in the works to provide an abstraction to make it...

M: code

In GitLab by @azriel91 on Mar 4, 2020, 11:43 Currently after clicking `Host` or `Join`, the UI does not give any feedback what the application state is: * Requesting a...

F: ui

In GitLab by @azriel91 on Oct 31, 2019, 15:57 Bundles currently provide two functionalities: * Group systems, and add them together. * Add resources to the `World`. However, the use...

M: code