Skip to content

Releases: CRModders/FluxAPI

[0.3.6] Flux API 0.8.0 Alpha 2

10 Nov 05:22
Compare
Choose a tag to compare
Pre-release
  • [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

04 Nov 15:31
Compare
Choose a tag to compare
Pre-release
  • [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 to flux-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

20 Oct 02:09
Compare
Choose a tag to compare
Pre-release
  • Initial update to Cosmic Reach 0.3.1

Flux API 0.7.5

29 Jul 01:26
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.5
Full Changelog: 0.7.4...0.7.5

Flux API 0.7.4

02 Jul 16:47
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.4
Full Changelog: 0.7.3...0.7.4

Flux API 0.7.3

24 Jun 16:31
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.3
Full Changelog: 0.7.2...0.7.3

Flux API 0.7.2

10 Jun 16:03
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.2
Full Changelog: 0.7.1...0.7.2

Flux API 0.7.1

10 Jun 15:52
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.1
Full Changelog: 0.7.0...0.7.1

Flux API 0.7.0

09 Jun 15:03
Compare
Choose a tag to compare

Maven: dev.crmodders:fluxapi:0.7.0
Full Changelog: 0.6.3...0.7.0

Flux API 0.6.3

31 May 02:07
Compare
Choose a tag to compare

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