zemeroth icon indicating copy to clipboard operation
zemeroth copied to clipboard

😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust

Results 94 zemeroth issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.20.2. Changelog Sourced from nix's changelog. [0.20.2] - 28 September 2021 Added Changed Fixed Fixed buffer overflow in unistd::getgrouplist. (#1545) [0.20.1] - 13 August 2021...

dependencies

When completing a campaign battle and clicking end turn the game crashes, since it expects you to wait for the next screen to load.

It will be OK if I edit Line 14 in file "/utils/assets_export.sh" like this: _$HOME/.cargo/bin/_resvg --zoom=12 --export-id="$id" $INPUT_FILE "$OUT_DIR/$id.png" That's because that The resvg installation root maybe be changed. You...

https://github.com/rust-gamedev/wg/discussions/121

chore

Using Inkscape's _drop shadow_ filter, this PR makes the logo readable with dark modes and resolves #648: ![image](https://user-images.githubusercontent.com/7661193/136061356-6afa8f08-9391-4035-9784-c7a4fd844f6e.png) I also moved both the original logo and the updated one to...

Starting from the 0.16 version resvg produces weird PNGs and reports "Warning: --export-area-drawing has no effect when --export-id is set." (while I'm not event passing the --export-area-drawing argument).

bug

- add Google Play link to the readme (resolve #674) - restructure the readme somewhat to make it easier to orient in