Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Go to file
Prokopyl 5c9feddd6e Added image-to-map rendering.
* NEW: Implemented the RendererExecutor for splitted and scaled images.
* NEW: Implemented image saving.
* NEW: Worker callbacks now take as a parameter the return value of the Runnable.
* NEW: Worker runnables can now request data from the main thread using the Future API.
* BUG: null is now a valid value for the "name" field.
* BUG: Fix map loading for Posters and Single maps.
* OPT: The PosterImage class now only makes the primary calculations when instanciated.
  The splitting is now a separate method.
* OPT: When a map data entry is invalid, only the error message is shown in console 
  rather than the full backtrace.
2015-03-26 16:03:40 +01:00
src/main Added image-to-map rendering. 2015-03-26 16:03:40 +01:00
.gitignore * NEW: Switched project to Maven. 2015-02-14 19:25:20 +01:00
licenseheader.txt Started refactoring. Plugin is not working yet ! 2015-03-16 20:40:44 +01:00
nb-configuration.xml Started refactoring. Plugin is not working yet ! 2015-03-16 20:40:44 +01:00
pom.xml * NEW: Updated version to 2.99. 2015-02-17 20:01:44 +01:00
README.md Initial commit 2013-09-25 11:59:06 -07:00
todo.txt Mis à jour du fichier todo.txt 2014-02-07 20:05:34 +01:00

ImageOnMap

Repo for ImageOnMap, a bukkit plugin