Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Releases: Naoghuman/lib-tile

New release v0.2.0

13 Aug 14:53
Compare
Choose a tag to compare

Welcome to Lib-Tile with the new release 0.2.0.

Lib-Tile is a multi Maven project written in JavaFX and NetBeans IDE and provides the functionalities to use and handle easily Tiles in your JavaFX application.

A Tile is per definition a little transparent Image which overlay a background-color or -image with the help of repetitions from the image in a layer.

Summary

  • This is a mayor update.
  • Rework the api from the library.
  • Add new TileValidator.
  • Add new sub-library Lib-Tile-Customized-Examples.
  • Update the documentation and JavaDoc to reflect the changes.

Enhancement

#18 [api] Rework api from Validator.
#17 [api] Switch 'autor' and 'autorUrl' to Optional.
#9 [Lib-Tile] Rework the API for the library.
#4 [Documentation] Add a template for the release-notes.

Feature

#8 [Lib-Tile] Prepare libraries for Maven Central.
#6 [Lib-Tile-Customized-Examples] Add new library Lib-Tile-Customized-Examples.

Refactoring

#16 [documentation] Update the JavaDoc.
#15 [project] Update the project description.
#13 [pom] Remove the maven-release-plugin in the build section.
#11 [Lib-Tile-TransparentTextures-Images] Update the README.md.
#12 [Documentation] Fix output from the README in the browser.
#7 [Lib-Tile] Update the README.
#5 [Lib-Tile-TransparentTextures] Rename parameters in first constructor.
#2 [pom] Remove not needed dependency to to commens-lang3.

Additional

#10 [pom] Update dependency to maven-compiler-plugin.

Greetings
Naoghuman (Peter Rogge)

New release v0.1.0

14 Aug 06:38
Compare
Choose a tag to compare

Welcome to Lib-Tile with the new release 0.1.0.

The project Lib-Tile contains following subprojects which are included into this release:

  • Lib-Tile-Core
  • Lib-Tile-TransparentTextures
  • Lib-Tile-TransparentTextures-Images

There are different zip files as download available. Plz choose the right one in dependency from your necessities:

  • Download Lib-Tile-Core-0.1.0.zip
    • Contains only the library lib-tile-core-0.1.0.jar.
    • You need to define your own AbstractTileLoader and your own Tiles
      images in your application.
  • Download Lib-Tile-Core-And-TransparentTextures-0.1.0.zip
    • Contains the libraries lib-tile-core-0.1.0.jar, lib-tile-transparenttextures-0.1.0.jar,
      lib-tile-transparenttextures-images-0.1.0.jar.
    • You can use the predefined tileset Transparent Textures in your application.

Summary

  • With this release the new project Lib-Tile with its sub-libraries are released in version 0.1.0.

New

  • Lib-Tile-Core
  • Lib-Tile-TransparentTextures
    • With the library Lib-Tile-TransparentTextures the developer have access
      to the tileset Transparent Textures from the internet page
      https://www.transparenttextures.com/ through the enum TransparentTexturesTile.
      Momentary that are 396 Tiles.
  • Lib-Tile-TransparentTextures-Images