Alice D.

Results 31 comments of Alice D.

In terms of documentation, I do have this documentation branch available here, which is currently being written: https://github.com/taisei-project/taisei/tree/new-documentation/doc That should certainly cover your first and third points of manuals and...

Rebased and fixed some compilation issues with `clang`, as well as making the stage end properly and on cue. There's still a few TODOs in it but at least now...

Unfortunately we don't directly support building on Windows, as most of our development crew are Linux and Mac-based. One of the ways I've been working towards is to build Windows...

This stage runs, but there's a lot of dead-time since we decided to redo a lot of the stage mob patterns. That'll need to get done before merge.

No worries at all, just commenting so we have an idea of where each PR is at.

Couldn't the "benchmark" be as simple as loading the background stages, gauging their performance, and then adjusting the render quality for background rendering until it gets a smooth 60 fps...

@Akaricchi What were you hoping you see in a "Building/Maintainer" documentation? What's currently up, minus the developer-specific stuff, plus some examples of how to generate packages?

For some reason, `ninja ctags -C build/` wasn't working. Might have been that I didn't have the proper tool installed. Removed the custom build target in `meson.build`, and this should...

Spent the afternoon refactoring this. `sha256sum` and `sig` files are now generated by the new `releasefiles.py` script which `meson` now calls directly with `release_files` provided as an argument. I also...

This PR is now a lot less cumbersome to review, as #321 was merged.