Releases: CRModders/FluxAPI
[0.3.6] Flux API 0.8.0 Alpha 2
- [Math] util exposure: intersection calculation for mouse enter and exit
- [Input API] registering multiple processors on top of normal Gdx.input, and extended adapters that detect modifier
- [Component API] initial children components and initial mouse enter and exit detection
[0.3.6] Flux API 0.8.0-alpha.1+0.3.6
- [UI Components] Attempt to better abstract UIObject
- Reason: reusable abstraction initially started when updating Mod Menu and found that a little part of rendering could be improved...that went a little bigger in scope
- [Resource Loader] Improve Resource Loader
- Function: allows CR to receive FileHandles from quilt jar mods, no configuration needed
- Mod ID changed from
fluxapi
toflux-api
- Most of APIs (that are not yet updated) are unavailable and are likely to be moved to a different package when returned
[0.3.1] Flux API 0.7.6+0.3.1
- Initial update to Cosmic Reach 0.3.1
Flux API 0.7.5
Maven: dev.crmodders:fluxapi:0.7.5
Full Changelog: 0.7.4...0.7.5
Flux API 0.7.4
Maven: dev.crmodders:fluxapi:0.7.4
Full Changelog: 0.7.3...0.7.4
Flux API 0.7.3
Maven: dev.crmodders:fluxapi:0.7.3
Full Changelog: 0.7.2...0.7.3
Flux API 0.7.2
Maven: dev.crmodders:fluxapi:0.7.2
Full Changelog: 0.7.1...0.7.2
Flux API 0.7.1
Maven: dev.crmodders:fluxapi:0.7.1
Full Changelog: 0.7.0...0.7.1
Flux API 0.7.0
Maven: dev.crmodders:fluxapi:0.7.0
Full Changelog: 0.6.3...0.7.0
Flux API 0.6.3
Full Changelog: 0.6.2...0.6.3
Made Flux be able to detect what Loader its on from the selections of QUILT, FABRIC, PUZZLE, UNKNOWN
using the LoaderDetector
class & Added an Entrypoint Util CrossLoaderEntrypointUtil
that works across the loader selections.
Renamed FluxAppel to FluxPuzzle.
Updated the Puzzle Loader Version used.
Changed some mixins from @Overwrite
to @Inject