Commit Graph

  • e99eb8f79d Moar space for the maps in the detailed view. Amaury Carrade 2015-07-14 04:36:41 +0200
  • 4f3e856a73 Added some statistics on the maps list GUI. Amaury Carrade 2015-07-14 03:13:49 +0200
  • a3195327ac Added the “rename” button (not implemented yet) Amaury Carrade 2015-07-13 21:55:39 +0200
  • ad9d57071b Added JavaDoc and updated the GUI API to prepare the future anvil API. Amaury Carrade 2015-07-13 18:16:11 +0200
  • 831a5214ed You can now delete an image through the GUI. Amaury Carrade 2015-07-12 20:31:20 +0200
  • d69e2aa34b Improved map parts preview with a checkerboard-like display. Amaury Carrade 2015-07-12 16:26:01 +0200
  • 7809c95d80 Added a map details GUI. Amaury Carrade 2015-07-12 16:04:19 +0200
  • cd9b310aa2 Changed the images display in the GUI a little bit. Amaury Carrade 2015-07-12 03:16:38 +0200
  • bebac6e621 More intuitive way of getting the map(s) through the GUI. Amaury Carrade 2015-07-12 03:03:53 +0200
  • e1cd920d4c One GUI to rule them all, One GUI to find them, One GUI to bring them all and in the darkness bind them. Amaury Carrade 2015-07-12 01:45:17 +0200
  • 892f6d2834 Updated the vanilla infos remover to log all InvocationTargetException encountered. Amaury Carrade 2015-07-11 20:55:30 +0200
  • c738359d2e Improved the GUI API. Amaury Carrade 2015-07-10 21:44:45 +0200
  • 9084d28401 Merge branch 'indev' of github.com:Coutume/ImageOnMap into feature-explorer-gui-13 Amaury Carrade 2015-07-10 19:51:51 +0200
  • b0caf6604f * NEW: Updated .gitignore for IntelliJ and other IDEs. Adrien Prokopowicz 2015-07-10 19:48:33 +0200
  • a1fa5b1f00 Images count in the tooltips of the category selection GUI. Amaury Carrade 2015-07-10 15:55:08 +0200
  • 07bc9cf4a5 You can now destroy from your inventory a map, or all maps from a poster, by putting a map in the map list GUI. Amaury Carrade 2015-07-10 15:07:12 +0200
  • 0a79eee89b Fixed & enhanced GUI API (blame @IamBlueSlime for bugs). Amaury Carrade 2015-07-10 12:12:13 +0200
  • 26d28787be Removed useless and ugly vanilla infos (such as “Unknown map”) from the tooltips. Amaury Carrade 2015-07-10 11:39:01 +0200
  • 2dfc0bf794 Implemented the beginning of the GUI: command /maptool manage, paginated & per-category GUI. Amaury Carrade 2015-07-10 04:30:28 +0200
  • 1534b574f2 Added a GUI API Amaury Carrade 2015-07-09 20:49:13 +0200
  • ec6b4ec997 Merge branch 'indev' Adrien Prokopowicz 2015-06-03 21:56:13 +0200
  • 3ace5f5edf Merge indev into master Adrien Prokopowicz 2015-06-03 21:55:45 +0200
  • ce61923268 * BUG: Fix command permissions management. Prokopyl 2015-06-03 20:53:07 +0200
  • 2a49d94d1e Migration is now fully functional ! v3.0-alpha.1 Prokopyl 2015-04-12 01:28:05 +0200
  • 6725c15002 Fixed migration for players who changed names before migrating. Prokopyl 2015-04-10 02:22:47 +0200
  • 90dd9eb24d Migration preparation done. Prokopyl 2015-04-09 22:32:51 +0200
  • aa27636962 * NEW: The plugin now tries to load images from the old "Image" directory if the new one does not exist. Prokopyl 2015-04-08 14:17:10 +0200
  • b87dfdf231 Implemented the map item limit (global and per-player). Prokopyl 2015-04-04 06:05:47 +0200
  • 27f836977f * NEW: Added the "map item cache" and the associated /maptool getremaining (or getrest) command. Prokopyl 2015-04-01 03:53:52 +0200
  • 2280e96125 * NEW: Poster map items now show position information. Prokopyl 2015-04-01 02:22:06 +0200
  • ca8cebd0a0 * BUG: Newly created maps now have their names assigned correctly. Prokopyl 2015-03-31 21:41:37 +0200
  • 860fed25e5 * OPT: The map database is now thread-safe. Prokopyl 2015-03-31 20:48:44 +0200
  • b192214609 * BUG: Maps are correctly updated if there are map objects already loaded when the plugin is enabled. Prokopyl 2015-03-31 20:04:56 +0200
  • 6c95e8a95e * NEW: Implemented the list, get and delete maptool commands. Prokopyl 2015-03-31 19:17:06 +0200
  • 244a3d7122 * BUG: Fix poster image saving when rendering. Prokopyl 2015-03-30 00:44:44 +0200
  • 5c9feddd6e Added image-to-map rendering. Prokopyl 2015-03-26 16:03:40 +0100
  • 5c369c65cd * NEW: Implemented the new map data storing system. Prokopyl 2015-03-26 06:39:48 +0100
  • 15e5c5457f * NEW: Worker runnables can now have callbacks. These are executed in the Bukkit main thread, therefore allowing to use the Bukkit API in a thread-safe manner. Prokopyl 2015-03-19 02:01:26 +0100
  • 7a8ec83d6a Implemented the command management classes (inspired from CommandTools). Prokopyl 2015-03-18 01:49:30 +0100
  • e4bd514a6e * OPT: Fix a few compilation warnings. Prokopyl 2015-03-17 00:32:42 +0100
  • 1cb42e4965 Started refactoring. Plugin is not working yet ! Prokopyl 2015-03-16 20:40:44 +0100
  • a5d0193736 * BUG: Splitting images having dimensions that are multiples of 128 now works correctly. Prokopyl 2015-03-03 11:24:18 +0100
  • f7d9a07a58 * BUG: Fix the "resize" argument of the /tomap command (fixes #6). Prokopyl 2015-02-22 23:19:41 +0100
  • 2da29a297c * OPT: Removed old todo.txt file. Prokopyl 2015-02-20 16:46:00 +0100
  • bdf35e9eef * BUG: Map items show correctly their position if they are part of a multiple-map poster. Prokopyl 2015-02-18 15:27:07 +0100
  • aa7aa32592 * NEW: Updated version to 2.99. Prokopyl 2015-02-17 20:01:44 +0100
  • 3e19bb0b74 * OPT: Remove the unfinished AnimatedMap implementation for now. Prokopyl 2015-02-17 19:28:58 +0100
  • e31c20191f Code cleanup, starting to reorganize packages, and various (unstable!) updates. ProkopyL 2015-02-17 18:31:55 +0100
  • d541aede3f Cleaning up exception and error management. ProkopyL 2015-02-15 13:19:05 +0100
  • e19d8b5f39 Fixes for #3. ProkopyL 2015-02-14 22:14:22 +0100
  • 6474acecdf * NEW: Switched project to Maven. ProkopyL 2015-02-14 19:25:20 +0100
  • 675bf898aa diverses corrections Coutume 2014-12-13 16:34:07 +0100
  • b1a7734f86 Préversion 4. Voir commit suivant (encore ) pour les détails Coutume 2014-10-21 18:23:35 +0200
  • 6b9e5ef5e0 Préversion 4. Le commit suivant détaillera les changements Coutume 2014-10-21 18:20:35 +0200
  • ace2c2c948 update source Coutume 2014-03-12 19:08:51 +0100
  • 12e55030fb Maps are now loaded only when they will be displayed Coutume 2014-02-13 15:16:33 +0100
  • ebafa23827 Mis à jour du fichier todo.txt Coutume 2014-02-07 20:05:34 +0100
  • 43e68502dd Suppression de fichiers inutiles sur le repo Coutume 2014-02-07 19:57:28 +0100
  • 2aa8ff40bc suppression du dossier bin Coutume 2014-02-07 19:53:52 +0100
  • 250e080394 Ajout enregistrement du monde de la map Coutume 2014-02-07 19:50:38 +0100
  • 2828445706 divers Coutume 2014-01-29 18:05:06 +0100
  • 939b01f995 Ajout de la commande tout-en-un maptool pour gérer les maps Coutume 2014-01-29 15:57:47 +0100
  • 17d6813f3e Ajout de la commande getmap; Ajout fichier config pour les maps Coutume 2014-01-12 23:45:43 +0100
  • f967564107 Diverses modifications Coutume 2014-01-12 15:59:54 +0100
  • f3510b1d3f Corrections de bugs liés au chargement des images Coutume 2014-01-06 10:31:51 +0100
  • ea018da66c Ajout de MetricsLite afin de collecter des données sur l'utilisation du plugin Coutume 2013-12-05 13:53:29 +0100
  • 111d4ebc0b Amelioration de l'algo de découpe des images Coutume 2013-12-05 12:56:31 +0100
  • 09608e5bf5 V1.9 = Beta de la 2.0. Changelog à venir... Coutume 2013-12-04 07:28:51 +0100
  • 525cc12d79 Traduction des messages de la commande rmmap Coutume 2013-10-08 14:14:02 +0200
  • 770cff2fa8 Ajout de paramètres pour limiter le nombre de map par serveur et par joueur Coutume 2013-10-03 02:25:21 +0200
  • 3655cffd38 Ajout d'une option à la commande /tomap pour écrire ou pas le pseudo du joueur sur la carte Coutume 2013-10-02 17:23:30 +0200
  • d5b5868a5d Ajout d'une vérification à la création du dossier Image Coutume 2013-10-02 01:49:39 +0200
  • aa9c7df875 Ajout de la commande /rmmap Coutume 2013-10-01 17:38:33 +0200
  • b9393d7ec5 Ajout des permissions pour les commandes Coutume 2013-10-01 17:31:26 +0200
  • 2f4f467201 Ajout du fichier plugin.yml Coutume 2013-09-25 23:18:00 +0200
  • f12b48a6e5 First update# On branch master Coutume 2013-09-25 22:08:17 +0200
  • 525c6e7891 Initial commit Coutume 2013-09-25 11:59:06 -0700