Azriel Hoh

Results 71 comments of Azriel Hoh

Writing a small application to partially extract and convert character data. * [x] Decode LF2 data files: https://github.com/azriel91/lf2_codec * [x] Parse it into LF2 data model: https://github.com/azriel91/lf2_parse. - [x] Parse...

In GitLab by @azriel91 on Aug 29, 2019, 09:11 unassigned @azriel91

In GitLab by @azriel91 on Sep 3, 2019, 11:13 Maybe use [`warmy`](https://github.com/phaazon/warmy) instead, as it is looks ready for our use case.

Files touched: ```bash $ rg -Fi 'implement random' -t rust --no-heading | tr -s ' ' ' ' crate/game_loading/src/system/map_selection_spawning_system.rs: // TODO: implement Random crate/map_selection/src/system/map_selection_system.rs: // TODO: implement random. crate/character_selection/src/system/character_selection_system.rs: //...

In GitLab by @azriel91 on Oct 22, 2019, 11:54 Simply changing `run_isolated()` calls to `run()` worked. Perhaps underlying libraries or drivers were fixed to no longer have issues with running...

In GitLab by @azriel91 on Oct 23, 2019, 09:40 unassigned @azriel91

In GitLab by @azriel91 on Nov 7, 2019, 11:53 Perhaps introduce environmental / configuration flags that the asset part loaders read. Then even with `SpriteRef`s exist, they may choose to...

In GitLab by @azriel91 on Jul 26, 2019, 09:33 unassigned @azriel91

Btw, are you using a workspace, where the root crate is non-virtual (aka has source code)? **edit:** With version 0.8.0, in my workspace that has 60 member crates, on my...

It can be since `master` includes an updated `cargo` dependency. Would be good to have a release of `cargo-outdated` so that installing from crates.io would avoid this issue.