grunt-lucas

Results 41 issues of grunt-lucas

See #46 . This is obviously not a good user experience. Porytiles should provide a way for users to supply a compiled tileset as the paired primary. This should not...

enhancement

I can probably make a brew tap for MacOS, or for Linux users who use Homebrew (why? lol) - https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap - https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/ Other package managers to support, figure out how...

enhancement
meta

+ Add support for Windows via MSVC? MinGW? + Apparently it is possible to build a cross-compiled version with minGW on a macbook: ``` brew install mingw-w64 cd porytiles make...

meta

It seems that libpng is dependent on zlib. MacOS ships with a default zlib, but Porytiles uses the latest via homebrew. This should be made clear in the install instructions,...

meta

It would be nice to have pre-baked TAB completion scripts for bash, zsh, and fish (any other popular shells?).

enhancement

In order to be more clear: Compiled tilesets should be referred to as "Porymap-format tilesets" Decompiled tilesets should be referred to as "Porytiles-format tilesets". Thus, the compiler takes you from...

documentation
meta
refactoring

+ generate a single `.h` file which is expected to be `#include`'d in `tileset_anims.c` + users would still need to manually add the callback to `src/data/tilesets/headers.h`? + each source anim...

enhancement

The [CImg library](https://github.com/GreycLab/CImg) provides similar functionality to png++, but it newer and better supported. Png++ is no longer updated and has some issues compiling on certain platforms. This overhaul will...

refactoring

**Description** + Check all in-code TODOs, FIXMEs, FEATUREs, use todo.sh to find them + Address those that are critical to a polished `1.0.0` product, they are marked `1.0.0`

bug
enhancement
meta
refactoring

Lots of TODOs, FIXMEs, and NOTEs exist. Clean them up.

bug
enhancement
meta
refactoring