Commit Graph

  • e54914bd22 Fix a null pointer exception if a certain world has no gates. Tobias Ottenweller 2013-02-23 19:52:41 +01:00
  • 606ea1d5c5 Updated the change log file. Tobias Ottenweller 2013-02-23 19:51:54 +01:00
  • b072229914 small bug fix. Tobias Ottenweller 2013-02-20 14:45:16 +01:00
  • 0b8be1ec4b PluginPortalListener clean up. Tobias Ottenweller 2013-02-20 14:38:02 +01:00
  • 1fef272af2 Fixed typos in plugin.yml. Tobias Ottenweller 2013-02-20 14:37:45 +01:00
  • 26927d35c2 Fix for Issue #14. Tobias Ottenweller 2013-02-20 14:32:37 +01:00
  • c79a856907 New fix for Issue #8. Now using EntityPortalEnterEvent additionally. Tobias Ottenweller 2013-02-19 18:59:54 +01:00
  • c25bb01aa1 Added missing command to readme file. Tobias Ottenweller 2013-02-19 12:52:49 +01:00
  • 68bf008bc4 Fixed typo Tobias Ottenweller 2013-02-19 12:49:33 +01:00
  • 638afcc82f Updated the readme file. #2 Tobias Ottenweller 2013-02-19 12:48:31 +01:00
  • f020096126 Updated the readme file. Tobias Ottenweller 2013-02-19 12:43:45 +01:00
  • a4ee78b88a Updated setLocation and setExit aliases. Tobias Ottenweller 2013-02-19 12:43:12 +01:00
  • f3a87516d6 Sort the output of the help command alphabetically. Tobias Ottenweller 2013-02-19 12:27:46 +01:00
  • 984069ff35 Added a change log file. Tobias Ottenweller 2013-02-19 11:45:00 +01:00
  • 0dacfaa79b Additional work for Issue #8 Tobias Ottenweller 2013-02-17 19:43:34 +01:00
  • 02262880da Fixed stupid bug letting the closest gate method fail. Tobias Ottenweller 2013-02-17 19:39:15 +01:00
  • 9ce65ed26d Removed unused class. Tobias Ottenweller 2013-02-17 14:59:40 +01:00
  • db173521e4 Removed unused import. Tobias Ottenweller 2013-02-17 14:58:17 +01:00
  • 16095226f9 Fixed Issue #8 Tobias Ottenweller 2013-02-17 14:56:48 +01:00
  • 3ea11da591 Refactoring: Moved code into LocationUtil and GateUtil. Tobias Ottenweller 2013-02-17 14:56:01 +01:00
  • 59fdb54a09 Fixed a bug where an already closed gate got used for teleporting. Tobias Ottenweller 2013-02-17 13:11:16 +01:00
  • 02b904a78d Removed some whitespace. Tobias Ottenweller 2013-02-17 13:10:34 +01:00
  • 0117e7294a Code style applied. Increased the maximum number of gate blocks to 40. Tobias Ottenweller 2013-02-17 13:10:11 +01:00
  • 1de6812eb6 Updated and simplified the command aliases. Tobias Ottenweller 2013-02-17 12:31:59 +01:00
  • 26e5b68a7d Updated the 'senderMustBePlayer' attribute of all commands. Tobias Ottenweller 2013-02-17 12:20:04 +01:00
  • f09b90f0a6 Code style applied. Tobias Ottenweller 2013-02-16 13:21:21 +01:00
  • 32f1cba2bd Do not create yml configuration object on every save/load. Tobias Ottenweller 2013-02-15 23:38:04 +01:00
  • 56a5f828ee Added log statements when gates get closed during serialization. Tobias Ottenweller 2013-02-15 23:36:14 +01:00
  • cd0ebc3a7a Added shouldPersistToDisk attribute to BaseCommand. Updated subclasses to reflect the new attribute. Tobias Ottenweller 2013-02-15 23:31:39 +01:00
  • dd5a60cb2a Updated classpath Tobias Ottenweller 2013-02-15 23:30:16 +01:00
  • 32fc475a8a Fixed broken colored print for the create command. Tobias Ottenweller 2013-02-11 21:59:41 +01:00
  • 43f002032d Removed unused import. Tobias Ottenweller 2013-02-11 21:59:11 +01:00
  • cf2155ab40 Made ingame prints colored. Tobias Ottenweller 2013-02-11 21:06:10 +01:00
  • b9e84b122d Bumped version to 2.1.0-dev Tobias Ottenweller 2013-02-11 21:05:19 +01:00
  • 749c04f585 Fixed bug where renaming a gate did create a duplicate gate on save. Tobias Ottenweller 2013-02-11 19:27:09 +01:00
  • dae92a0357 Merge branch 'master' of github.com:craftinc/craftinc-gates Tobias Ottenweller 2013-02-10 16:17:51 +01:00
  • ca982f5ba9 Bumped version to 2.0.1a version2.0.1a Tobias Ottenweller 2013-02-10 16:17:17 +01:00
  • 5b4036ac7c Merge branch 'master' of github.com:craftinc/craftinc-gates Tobias Ottenweller 2013-02-10 15:40:28 +01:00
  • bf1f2bcff2 Fixed loading of gates created by version 2.0.0 Tobias Ottenweller 2013-02-10 15:40:18 +01:00
  • ead21c0b79 Removed even more debug prints. Tobias Ottenweller 2013-02-10 14:10:40 +01:00
  • ed58f762fe Removed debug prints. Tobias Ottenweller 2013-02-10 03:56:50 +01:00
  • 59a7f4f80e Fixed index out of bounds exception. Tobias Ottenweller 2013-02-10 03:56:00 +01:00
  • 58695cadd3 Added untested support for Vault permission handling. Tobias Ottenweller 2013-02-10 01:05:12 +01:00
  • cab78c34cc Updated classpath. Tobias Ottenweller 2013-02-09 23:16:21 +01:00
  • e407d2b9fa added softdepend Vault symlink of plugin.yml in resources Paul Schulze 2013-02-09 23:14:41 +01:00
  • 936619a1b5 Bumped version to 2.0.1. version2.0.1 Tobias Ottenweller 2013-02-09 21:18:46 +01:00
  • 8e7b180fbe Persist yaw and pitch at location and exit of gates. Tobias Ottenweller 2013-02-09 21:02:22 +01:00
  • 56d0b8bf1c Fixed yaw calculation for teleportation. Tobias Ottenweller 2013-02-09 21:01:57 +01:00
  • 0f6f05b045 Allow users to use gates by default. Tobias Ottenweller 2013-02-09 21:01:31 +01:00
  • 13b97d2c78 Updated readme. #2 Tobias Ottenweller 2013-02-09 17:18:58 +01:00
  • 304009d978 Updated readme. Tobias Ottenweller 2013-02-09 17:17:21 +01:00
  • e4662fbc0d Updated version to 2.0.0. version2.0.0 Tobias Ottenweller 2013-02-09 16:48:06 +01:00
  • 776e4ef3c9 Fixed bug where gates with no exit did cause an exception. Tobias Ottenweller 2013-02-09 16:27:03 +01:00
  • a677995968 Updated website link. Tobias Ottenweller 2013-02-09 15:58:04 +01:00
  • 67fc0abe9b Removed last traces of »ancient gates«. Tobias Ottenweller 2013-02-09 15:52:45 +01:00
  • 01348188d9 Updated project name. Tobias Ottenweller 2013-02-09 15:46:17 +01:00
  • 94619cb90f Fixed broken list command. Tobias Ottenweller 2013-02-09 15:37:17 +01:00
  • e9ec81cf04 Allow Integer and Double as valid numbers read from YAML. Tobias Ottenweller 2013-01-24 20:48:36 +01:00
  • 5ec8a05688 Updated class path. Tobias Ottenweller 2013-01-24 20:47:52 +01:00
  • 50dad81876 Handle exceptions thrown by location deserialization. Move invalid gates (e.g. world does not exist anymore) into 'invalid_gates.yml' file. Tobias Ottenweller 2012-12-27 15:44:21 +01:00
  • 0cd67f3488 Updated project files and bukkit to version 1.4.5-R1.0 Tobias Ottenweller 2012-12-27 12:03:48 +01:00
  • ed9aa2fa09 Let location serialization throw exceptions if a given world does not exist anymore. Tobias Ottenweller 2012-12-27 11:44:35 +01:00
  • 384c2b819d Small readme update. Tobias Ottenweller 2012-12-27 11:16:42 +01:00
  • 7e4e911a68 Updated read me. Tobias Ottenweller 2012-11-15 14:03:04 +01:00
  • 6b28b4dc8a Fixed broken Permissions section of the readme file. #2 Tobias Ottenweller 2012-11-04 19:45:10 +01:00
  • e1dbb96ff4 Fixed broken Permissions section of the readme file. Tobias Ottenweller 2012-11-04 19:44:25 +01:00
  • e7e8f6ab8c Updated README. Tobias Ottenweller 2012-11-04 19:42:35 +01:00
  • bc92ce6707 Updated permissions and the 'plugin.yml'. Tobias Ottenweller 2012-11-04 19:42:22 +01:00
  • 9067f875ce Refactoring: org.mcteam.ancientgates -> de.craftinc.gates Tobias Ottenweller 2012-11-04 19:29:14 +01:00
  • 139bfc7d54 mavenization gitignore added maven target/ and intellij project stuff simplified a return statement in PluginPlayerListener added TODO in LocationSerializer (creating a world should not be done there) Paul Schulze 2012-09-30 12:41:02 +02:00
  • 9e3b6a6cdb better help description for the create command Tobias Ottenweller 2012-05-17 21:30:13 +02:00
  • bbe4b29073 introduction of plugin portal listener Tobias Ottenweller 2012-05-17 17:43:52 +02:00
  • 8375a390cc refactoring of block listener Tobias Ottenweller 2012-05-17 17:42:46 +02:00
  • 6e2fa9237a small plugin.yml update Tobias Ottenweller 2012-05-17 17:42:27 +02:00
  • 30d1ed1f9b fixed typo in read me Tobias Ottenweller 2012-05-17 17:42:11 +02:00
  • 09da38f354 removed debug print Tobias Ottenweller 2012-05-17 16:55:30 +02:00
  • 7be2f02e03 Commands refactoring Tobias Ottenweller 2012-05-17 16:44:59 +02:00
  • 107de7551c exception handling in player listener Tobias Ottenweller 2012-05-17 16:44:33 +02:00
  • 7f2c85e5cc unhide to setVisible Tobias Ottenweller 2012-05-17 16:44:09 +02:00
  • 1844df81f3 Gate will throw exceptions when something goes wrong Tobias Ottenweller 2012-05-17 16:43:51 +02:00
  • 69571ea511 BaseGate will throw exceptions when something goes wrong Tobias Ottenweller 2012-05-17 16:43:21 +02:00
  • 2ee725dc21 refactoring of command help Tobias Ottenweller 2012-05-16 23:17:13 +02:00
  • aa520bb36e refactoring of command info Tobias Ottenweller 2012-05-16 23:16:58 +02:00
  • afc7efcf26 refactoring of command list Tobias Ottenweller 2012-05-16 23:16:08 +02:00
  • 649777c939 refactoring of delete command Tobias Ottenweller 2012-05-16 23:00:04 +02:00
  • c5490270de changed setId method of gate class Tobias Ottenweller 2012-05-16 22:58:34 +02:00
  • d605e54a1c added validation before serialization Tobias Ottenweller 2012-05-16 22:45:54 +02:00
  • f5049ecdfb initial values for attributes of base gate Tobias Ottenweller 2012-05-16 22:45:40 +02:00
  • fc5752f840 refactoring of command close Tobias Ottenweller 2012-05-16 22:45:08 +02:00
  • cd42698928 removed command csf Tobias Ottenweller 2012-05-16 22:44:52 +02:00
  • 5f12bb5d99 refactoring of command create Tobias Ottenweller 2012-05-16 22:43:43 +02:00
  • 94404d74c6 some refactoring applied to BaseCommand Tobias Ottenweller 2012-05-16 22:43:27 +02:00
  • 259d2cd3c4 PlayerListener refactoring for real Tobias Ottenweller 2012-05-16 22:03:57 +02:00
  • d293eaf52d PlayerListener refactoring Tobias Ottenweller 2012-05-16 22:03:36 +02:00
  • b43ffd17df filled method in LocationSerializer Tobias Ottenweller 2012-05-15 22:19:18 +02:00
  • f7a86b3c6f Plugin: loading and saving gates Tobias Ottenweller 2012-05-14 22:05:54 +02:00
  • 3c5f37d170 small read me update (more coming later) Tobias Ottenweller 2012-05-14 22:04:54 +02:00
  • 297769181e refactoring: project workspace cleanup Tobias Ottenweller 2012-05-13 18:34:59 +02:00
  • 0a1d744f0c refactoring: removing references to gson Tobias Ottenweller 2012-05-13 18:29:52 +02:00
  • 181785c1b1 removing gson Tobias Ottenweller 2012-05-13 18:29:27 +02:00