• v1.0.0 1b126b69c0

    NGnius released this 2020-08-23 14:31:04 +00:00 | 22 commits to master since this release

    I got tired of coding in new things jankily all the time, so I reworked a lot of the Pixi code to make it more modular and robust. This comes with some great improvements for me, like more code reuse and an easier job in the future.

    But you won't notice that (unless you want to code for Pixi -- if you're interested please don't be shy, I'm starting to run out of spare time to work on it).

    This update completely changes how Pixi commands work by simplifying it to one single command: Pixi "thing". This means that Pixi now magically guesses how to import things. If you're not happy with Pixi's guess, you can use Pixi2 "way to import" "thing" to avoid guessing. Eventually I'll update the documentation to reflect these changes.

    This update is available on GCMM or the manual way if you really want.

    Changelog

    • Upgraded to latest GCIPA plugin system
    • Refactored Pixi importing to create a standard API
    • Improved optimisation algorithm and applied it (optionally) to all things
    • Replaced specific-use commands with single "magic" command Pixi
    • Sprinkled some pixi dust over everything
    Downloads