Commit Graph

25 Commits

Author SHA1 Message Date
Amaury Carrade 01d9a5e99a Updated copyright
CeCILL licence in a dedicated file + headers updated.
2021-04-12 14:34:16 +02:00
Vlammar a2be7dc1e4 rebased on branch command_rewrite 2021-02-11 22:03:07 +01:00
Vlammar ae3337e003 readded .hideallattributs 2021-02-11 00:43:31 +01:00
Vlammar 92b727ff21 updated old doc 2021-02-07 13:18:39 +01:00
Vlammar b73b5a1f15 fixed the render issue for the left map 2020-12-26 22:51:44 +01:00
Vlammar cc58b1d320 Checkstyle added and refactor 2020-12-10 22:13:05 +01:00
Vlammar 1e8f6d9396 quartzlib yeah :) 2020-12-09 21:56:55 +01:00
Vlammar 700eab8449 replace zlib references in posterwall et SplatterMapManager 2020-11-15 23:11:58 +01:00
Vlammar 2c734d1cb5 fixed bugs of #121 2020-07-30 11:57:19 +02:00
Amaury Carrade 5701296d67
Licenses are a mess in this project. (#96)
* Fixed software licenses in README & license header template.
* Fixed license headers on all files.
2020-06-14 14:29:18 +02:00
Vlammar 6e90e68c19 Forget to remove print 2020-06-14 02:49:46 +02:00
Vlammar 0359740890 fixed a bug where map can't be removed 2020-06-14 02:36:50 +02:00
Vlammar 9f2c63ed3b Fixed a rotation bug on floor/ceilling map 2020-06-07 19:16:44 +02:00
valentin f79674169e added map on ground/ceilling, fixed renderer bug 2020-06-06 22:25:08 +02:00
Vlammar f9c9049aa6 ground and ceiling map possible, many bugs left to fix 2020-02-22 01:15:22 +01:00
Amaury Carrade 411b9c218a Updates are now checked from SpigotMC.org. 2019-11-15 03:10:09 +01:00
Amaury Carrade b05335359a Fixed splatter attribute & moved messages to action bar
- Changed AttributeModifier to an enchantment, because the former was
  arbitrary removed by Minecraft or Spigot.
- Used action bar messages instead of chat messages at various places.
2019-10-26 18:02:48 +02:00
Amaury Carrade fd483d6088 1.13 + 1.14 compatibility: the beginning.
- The plugin should be compatible with 1.13+. Compatibility with 1.12- has been dropped; use old versions for them.
- Map IDs are integer instead of shorts now, as the maps limits has been dropped by Minecraft.
- ImageOnMap items are now green to differentiate them. Map parts are lime.
- Removed glow on maps, as zLib's glow effect is not compatible with 1.13+.
2019-10-26 14:26:12 +02:00
Adrien Prokopowicz 5027f5bf71 * BUG: Fix splatter maps not initializing their maps properly. 2016-07-10 16:13:09 +02:00
Adrien Prokopowicz db8d1d9551 Added proper support for older posters without dimensions.
* NEW: MapDetailGui: Use regular items to represent Single maps, so the
  user can retrieve them.
* NEW: MapDetailGui: Added support for posters without dimensions.
* NEW: MapListGui: Added support for posters without dimensions.
* NEW: MapItemManager: Added support for posters without dimensions.
* BUG: SplatterMapManager: Prevent the use of splatter maps with posters
  without dimensions.
* BUG: PlayerMapStore: Fix the console warning when loading a map store
  that exceeds the quotas.
* BUG: Minor fixes to the french translation.
2016-07-07 02:04:13 +02:00
Amaury Carrade 79004336a0
Fixed some typos in texts.
* BUG: fixed typography errors and things like this.
2016-05-21 20:55:03 +02:00
Amaury Carrade 706ca5601d
Internationalization of the plugin.
* NEW: the plugin can now be translated.
2016-05-21 18:55:32 +02:00
Amaury Carrade 578ea39479
Improved the splatter maps tooltip.
* NEW: added usage instructions and minimal size of the frames wall in the tooltip of the splatter map.
2016-05-21 01:35:21 +02:00
Adrien Prokopowicz c18202f800
Fix Splatter map deployment.
* NEW: Incomplete splatter maps can now be retreived by shift-clicking.
* NEW: When in creative mode, retreived maps are given back when not
  in the player's inventory.
* BUG: Splatter maps are now deployed correctly.
2016-05-02 17:40:54 +02:00
Adrien Prokopowicz 3bfa1266ad First (and dirty) implementation for Splatter maps. Still WIP.
* NEW: Added splatter maps.
* NEW: Shift-left clicking on a poster map in a frames removes the
  complete map.
* NEW: Placing a splatter map on the bottom-left of an item frame wall
  places the entire map.
* NEW: Map GUIs now give splatter maps instead of all the separate map
  parts.
2016-04-15 17:16:09 +02:00