Commit Graph

  • ad06dd854c Making argument index optional and heavy OCD Olof Larsson 2013-03-14 12:35:42 +01:00
  • 92ac999c2e implement Cloneable just because we can, trim entity velocityY Olof Larsson 2013-03-13 08:23:37 +01:00
  • b324024c20 Making PS2 the defacto standard by renaming it to PS and fix issues that occurred. Olof Larsson 2013-03-12 20:13:10 +01:00
  • 3b0a3eff59 Moved to new package, created PSFormater system, added static comparators such as locationDistance and inSameUniverse Olof Larsson 2013-03-12 17:35:14 +01:00
  • 19a21d25a1 Refactored name constants and added in the old introduction since it is still valid. Olof Larsson 2013-03-12 15:25:34 +01:00
  • 09f2d8b8b7 Throw exceptions instead of returning null Olof Larsson 2013-03-12 15:01:06 +01:00
  • 006e0435a4 Transparent paste method simply called "with" Olof Larsson 2013-03-12 14:43:24 +01:00
  • 69adda27ed Value of Bukkit Equivalents Olof Larsson 2013-03-12 14:27:06 +01:00
  • 6c6ea61b5c Field groups, asBukkitEquivalents, renamed worldName --> world Olof Larsson 2013-03-12 13:47:26 +01:00
  • cfbfe9b4aa Builder and value of JsonElement Olof Larsson 2013-03-12 11:23:34 +01:00
  • 3999d8e081 Fixed typo in current PS version, made constants of serialized gson names, added with-pseudo-setters. Olof Larsson 2013-03-12 10:43:20 +01:00
  • 16aaf820ff Starting work on new immutable PS class Olof Larsson 2013-03-12 10:27:49 +01:00
  • 1982709181 rename Olof Larsson 2013-03-12 08:33:20 +01:00
  • 9fe7a9c489 Added actuall mixin Olof Larsson 2013-03-12 07:51:38 +01:00
  • 8dbb8f793d Minor utilities and fixes Olof Larsson 2013-03-07 12:55:20 +01:00
  • 8c5c35c725 The entity class may now decide when it's default Olof Larsson 2013-03-06 14:50:38 +01:00
  • 941478c574 Recoding TeleporterMixin Olof Larsson 2013-03-05 17:14:13 +01:00
  • e07241d4d7 Adding in an event on PS teleportation. Olof Larsson 2013-03-05 09:52:08 +01:00
  • 2543fc306e Use oid and fixId everywhere for safety. Olof Larsson 2013-03-04 11:04:51 +01:00
  • 5c2752129d Improving command requirement Req Olof Larsson 2013-03-02 16:29:20 +01:00
  • 65f84c25fe new senderId sources and minor message mixin fix. Olof Larsson 2013-03-02 15:56:11 +01:00
  • 8e071f2f6f New features for the message mixin. Olof Larsson 2013-03-02 15:41:05 +01:00
  • b00eb28834 Adding debug output to the protocol lib useage location to get more data. Olof Larsson 2013-03-01 13:10:56 +01:00
  • 148b09542d Remove debug output I forgot about. Olof Larsson 2013-03-01 12:56:06 +01:00
  • fc22f60e37 Removed the old version of the item stack adapter. This is good since we loose some CraftBukkit usage. Olof Larsson 2013-02-28 19:54:41 +01:00
  • 8c11390bf9 I heard Lombok actually wasn't that fun. So I removed it. Olof Larsson 2013-02-28 19:44:30 +01:00
  • 9b0f96e794 version bump Olof Larsson 2013-02-28 14:07:47 +01:00
  • f1acaf8143 Removed potion packet util and added MCoreEntityPotionColorEvent. Olof Larsson 2013-02-28 12:48:09 +01:00
  • bd1e2e29de Scheduled teleports should not depent on tickrate. Olof Larsson 2013-02-27 08:27:28 +01:00
  • 9a4280fad9 typo fix Olof Larsson 2013-02-22 10:13:52 +01:00
  • 06bf6f2946 use one mcore only Olof Larsson 2013-02-22 08:27:28 +01:00
  • 022e05ceaa more mixin and loads of other stuff Olof Larsson 2013-02-22 08:12:02 +01:00
  • dba940f337 Remove that old stuff and add in some new herp. Olof Larsson 2013-01-30 12:48:18 +01:00
  • 9068618e8c Always case insensitive Olof Larsson 2013-01-29 19:00:10 +01:00
  • d9c6abe12b Work on mixins and PS. Olof Larsson 2013-01-29 18:58:36 +01:00
  • 33ab2f0e88 Violently shivering froodl. Olof Larsson 2013-01-28 21:14:36 +01:00
  • 8675a87aba Remove plugin reference from MCommand. Aim to work with CommandSender instead of Player in most situations. Olof Larsson 2013-01-17 15:44:38 +01:00
  • e4942a2eb8 The two sets were of course redundant. The two maps covered those two cases. Olof Larsson 2013-01-16 12:33:16 +01:00
  • 3191ff7916 Add entity and id comparators. Store entity id in Entity just as we put a reference there to the collection. Olof Larsson 2013-01-16 12:16:47 +01:00
  • d69a61d6c2 Move all field initialization to the constructor. Olof Larsson 2013-01-16 11:05:47 +01:00
  • cebdaebb2e Minor syntax fix Olof Larsson 2013-01-15 16:15:37 +01:00
  • 0185870205 Rename Perm --> PermUtil and improved permission management utilities. Olof Larsson 2013-01-15 16:08:43 +01:00
  • cfd3ff0d94 minor cleanup Olof Larsson 2013-01-15 07:58:51 +01:00
  • d2d5d802dd Work on the ItemStack adapter. Added missing firework flight power. Updated format description document. Olof Larsson 2013-01-15 07:49:14 +01:00
  • 6b8baafa37 Possible resource leak fix Olof Larsson 2013-01-10 13:58:19 +01:00
  • f3530d521b Teleporter may now throw exceptions Olof Larsson 2013-01-10 13:56:34 +01:00
  • 693705fc10 pager Olof Larsson 2013-01-09 10:59:21 +01:00
  • 3d0d0c1862 Detaching entities and ids using separate methods. Made ids sort naturally as well. Olof Larsson 2013-01-09 09:51:53 +01:00
  • 514162387f Minimalizing and simplifying MStore. Also adding default sorting to entities and collections. Olof Larsson 2013-01-09 09:41:14 +01:00
  • 9a66c7ce2c Hardening config cmd aliases and adding pageheight-aware pager. Olof Larsson 2013-01-08 18:10:53 +01:00
  • e4da009bfc Better permission nodes, player references and ensureHas utility in Perm. Olof Larsson 2013-01-05 14:25:35 +01:00
  • b13f8f2df0 We like sort order :) Olof Larsson 2013-01-01 11:07:42 +01:00
  • cfff2c5c09 The issue was fixed so now we fixed :3 Olof Larsson 2012-12-31 10:57:31 +01:00
  • cf23084db6 Add support for the new ItemMeta. Olof Larsson 2012-12-21 23:16:33 +01:00
  • c19f8ba061 Made the PotionEffectAdapter a bit more flexible Olof Larsson 2012-12-21 12:45:32 +01:00
  • 3efa531559 Update for 1.4.6 Olof Larsson 2012-12-21 08:35:07 +01:00
  • 5d193587ed NMS-free fake explosion. Olof Larsson 2012-12-20 15:17:28 +01:00
  • 0a15dae2a4 some indent and a version bump Olof Larsson 2012-12-20 13:05:48 +01:00
  • 01fd133352 Fix indent style Olof Larsson 2012-12-20 08:50:03 +01:00
  • e5c7d7708e Fix config files nog updating and reworked ItemStack adapter to avoid NMS NBT. Olof Larsson 2012-12-20 08:32:09 +01:00
  • 552f74274a Legacy custom serializer since removal of getHandle Olof Larsson 2012-12-18 09:13:55 +01:00
  • 1e601bea2d Version 5 1.1.0 for CB 1.4.5-R0.3 Olof Larsson 2012-12-17 14:51:11 +01:00
  • 73ecbd659a PS bug fixes, more argument readers, NMS utils Olof Larsson 2012-12-17 13:13:12 +01:00
  • 79c42a56e6 Possible hotfix for empty NMS lists. Olof Larsson 2012-11-24 19:14:25 +01:00
  • 303f91430a A polymorph adapter and some text utils. Olof Larsson 2012-11-18 00:05:28 +01:00
  • ef49abde15 rm Olof Larsson 2012-11-11 14:50:30 +01:00
  • f66425f1f7 added media logo Olof Larsson 2012-11-11 14:47:41 +01:00
  • 000a9e628a mcore5 Olof Larsson 2012-11-11 13:07:30 +01:00
  • 822db7a308 Spelling and a reflection freakout fix. Olof Larsson 2012-11-10 22:08:42 +01:00
  • b4497f9b26 Beta version of better ItemStack serialization using a NBT <--> Gson converter. Olof Larsson 2012-11-10 19:17:46 +01:00
  • 34a7323f4a base commands are now configurable Olof Larsson 2012-11-08 00:09:51 +01:00
  • 08dd0e1c3c initial 1.4.2 changes Olof Larsson 2012-11-07 11:33:59 +01:00
  • 4e6a839d79 wow. getting close to stable next major version \:D/ Olof Larsson 2012-10-02 21:54:20 +02:00
  • 38aad961cc java conventions and lombok Olof Larsson 2012-10-01 16:32:18 +02:00
  • 6fbc4b9a7a some lomboking Olof Larsson 2012-10-01 15:12:22 +02:00
  • 9e5866303e many random updates again :P Olof Larsson 2012-10-01 13:18:49 +02:00
  • c670731a4e Changes :P Olof Larsson 2012-09-23 14:46:05 +02:00
  • a47df27b30 Logging with color and improvement to Colls. Olof Larsson 2012-09-22 12:40:52 +02:00
  • d27473a8ad Removing old deprecation and noting what to delete asap. Olof Larsson 2012-09-21 01:00:55 +02:00
  • 1527dc5aa7 Removing two old invalid aproaches. Olof Larsson 2012-09-21 00:55:59 +02:00
  • 4d613e3b45 Removing the usel system. Olof Larsson 2012-09-21 00:54:20 +02:00
  • 682e6513a4 Loads of changes. Olof Larsson 2012-09-21 00:50:43 +02:00
  • 3c9a0a4640 Avoid PlayerPreLogin event, PS improvements and Store improvements. Olof Larsson 2012-09-08 12:16:41 +02:00
  • 14756e79fd Say hello to my little firend xD Olof Larsson 2012-09-02 18:47:21 +02:00
  • 5845a7c19b Renaming WCat to USel. Some universe messing around. Olof Larsson 2012-09-02 14:13:20 +02:00
  • 4883d0754f Beta universe implementation. Olof Larsson 2012-09-01 18:31:33 +02:00
  • 46b044e5c4 Avoiding some error output we dislike. Olof Larsson 2012-08-31 19:08:11 +02:00
  • e286f923b1 Bugfixes and removed the matcher method within the coll. Olof Larsson 2012-08-31 18:13:41 +02:00
  • f706ea7ac2 Improvements to the simple config. Added an init method to the store coll. Olof Larsson 2012-08-31 16:16:24 +02:00
  • 7e0305aec0 A bugfix and a simple config class. Olof Larsson 2012-08-31 15:30:20 +02:00
  • 6089d5e0ed Some work on putting the components together Olof Larsson 2012-08-31 14:53:15 +02:00
  • eba582f3f3 A few bugfixes. Olof Larsson 2012-08-31 13:40:18 +02:00
  • 541b6ffd1e Avoid creating folders in vain. Olof Larsson 2012-08-31 13:32:53 +02:00
  • d56c87759a MCore is now itself an mplugin. Olof Larsson 2012-08-31 12:59:26 +02:00
  • c99c441490 Updating player util. Olof Larsson 2012-08-31 12:41:56 +02:00
  • f1c1f60d38 Renaming lib package to xlib. As in eXternal library. This makes it sort better in IDEs. Olof Larsson 2012-08-31 11:16:56 +02:00
  • 2bca9a6572 Adding in the development version of the new data store system. Olof Larsson 2012-08-31 11:07:13 +02:00
  • 541c6d2e0a Oh so nice and clean. Olof Larsson 2012-08-31 10:56:27 +02:00
  • 36c8d217c8 Getting rid of the persist-maps in mcore. Olof Larsson 2012-08-31 10:32:49 +02:00
  • 7e7435e614 Removing most of the stupid map-references. Olof Larsson 2012-08-31 09:59:14 +02:00