Commit Graph

19261 Commits

Author SHA1 Message Date
94c1492af9 yml for fillr
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:13:38 +08:00
a57c79eb6f fillr -> plugin
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:06:36 +08:00
d4ecbac104 Merge remote branch 'upstream/master'
By: durron597 <martin.jared@gmail.com>
2011-01-02 22:31:39 -05:00
a28d7a476c fixed spelling error in comment
By: durron597 <martin.jared@gmail.com>
2011-01-02 22:31:32 -05:00
734b691ee8 Light levels are bytes
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 03:25:58 +00:00
40fe64d5d7 Fixed isChunkLoaded(Chunk chunk)
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 03:25:24 +00:00
7f5bbdf764 all the fillr stuff
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 11:01:36 +08:00
d0a03cd4c4 Added more math to Vector, renamed some methods.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 18:10:17 +08:00
6284b8117c Made Vector.equals() fuzzy.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 17:55:42 +08:00
04c824307a Change vehicle hook changes.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 17:26:34 +08:00
2ff558c10b Implemented vehicle hooks (some changes will still be made).
By: sk89q <the.sk89q@gmail.com>
2011-01-03 16:52:44 +08:00
339e57513a Added minecart classes, vehicle class, and the ability to spawn minecarts. StorageMinecart needs a getInventory(), but that is waiting on the addition of inventory code.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 14:03:17 +08:00
b5fffb9a81 Renamed ArrowEntity->Arrow to be consistent.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 14:10:49 +08:00
dc5b6726dc Changed to pluginmanager direct for enabling plugins
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:40:47 +00:00
8d08cd71c9 Enable plugins by default the right way
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:25:09 +00:00
8d1eea196c Added world.spawnTree(), world.spawnBigTree().
By: sk89q <the.sk89q@gmail.com>
2011-01-02 18:01:17 -08:00
9a7f982668 Block.getLightLevel()
By: sk89q <the.sk89q@gmail.com>
2011-01-02 18:30:46 -08:00
dc3ed9d7d6 Cleaned ant build file for Bukkit.
By: FrozenCow <frozencow@gmail.com>
2011-01-03 09:43:02 +08:00
817d943876 Light level is a byte
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 03:00:54 +00:00
d9c488c9e0 Javadoc the world!
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:59:16 +00:00
a2cbf2b29e Added world.spawnTree(), world.spawnBigTree().
By: sk89q <the.sk89q@gmail.com>
2011-01-02 18:00:57 -08:00
c6d45a3ae2 Block.getLightLevel()
By: sk89q <the.sk89q@gmail.com>
2011-01-02 18:31:04 -08:00
63595772bd Fixed logic issue toggling plugins
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:41:18 +00:00
e125065dbd removed unnecessary import
By: durron597 <martin.jared@gmail.com>
2011-01-02 21:38:48 -05:00
fbffdad484 Plugins no longer defaulted to enabled
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:21:48 +00:00
f436f334ed Added enablePlugin and disablePlugin, triggers events
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:20:11 +00:00
91e76c3c32 Implemented PluginEnabled and PluginDisabled
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 02:06:22 +00:00
501c5ca60d Merge branch 'master' of https://github.com/FrozenCow/Bukkit into FrozenCow-master
By: Robbie Trencheny <me@robbiet.us>
2011-01-02 17:03:46 -08:00
061cd7e964 Added ant build file.
By: FrozenCow <frozencow@gmail.com>
2011-01-03 01:56:17 +01:00
161d48858d Added getPlayer(String name) to server
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 00:16:00 +00:00
61b42932b1 Improved Vector and Location with some utility methods, optimized Vector.isInSphere().
By: sk89q <the.sk89q@gmail.com>
2011-01-02 10:42:13 -08:00
f6873cab82 Added getPlayer(String name) to Server
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 00:20:09 +00:00
3dc584d5b8 Updated Event list
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-02 18:08:26 +00:00
1111d65ec7 Updated event priorities
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-02 15:10:51 +00:00
ca642baafd Removed @Override for the interface method spawnArrow
By: durron597 <martin.jared@gmail.com>
2011-01-02 05:54:16 -05:00
337c76c9df Merge remote branch 'upstream/master'
By: durron597 <martin.jared@gmail.com>
2011-01-02 05:52:42 -05:00
1a68f03f72 Merge remote branch 'upstream/master' into HEAD
By: durron597 <martin.jared@gmail.com>
2011-01-02 05:50:26 -05:00
bf8919735d Added notchToBlockFace convenience method
By: durron597 <martin.jared@gmail.com>
2011-01-02 05:29:51 -05:00
c427a5e808 We're LGPL.
By: Erik Broes <erikbroes@grum.nl>
2011-01-02 10:58:11 +01:00
f501a8f384 We're GPL.
By: Erik Broes <erikbroes@grum.nl>
2011-01-02 10:57:42 +01:00
a1efe84ebc Made X, Y, and Z components in Vector protected.
By: sk89q <the.sk89q@gmail.com>
2011-01-02 16:41:26 +08:00
755c51da47 Implemented arrows.
By: sk89q <the.sk89q@gmail.com>
2011-01-02 16:40:27 +08:00
1ce014ded9 Added ArrowEntity and World.spawnArrow().
By: sk89q <the.sk89q@gmail.com>
2011-01-02 16:26:50 +08:00
7da3223201 Added Vector class.
By: sk89q <the.sk89q@gmail.com>
2011-01-02 16:23:56 +08:00
aeb55da0e1 Added custom event support.
By: Lymia <lymiahugs@gmail.com>
2011-01-02 01:50:45 -06:00
2ba9a0b8c2 Merge remote branch 'upstream/master'
By: durron597 <martin.jared@gmail.com>
2011-01-02 02:16:29 -05:00
4937cffabb Fixed generics warning.
By: Lymia <lymiahugs@gmail.com>
2011-01-02 00:38:51 -06:00
8bec12c50b Fixed a bunch of warnings.
By: Lymia <lymiahugs@gmail.com>
2011-01-02 00:36:27 -06:00
51005cf1be Opps! Wrong class.
By: Lymia <lymiahugs@gmail.com>
2011-01-02 00:29:34 -06:00
9013f59815 Added generics to PluginManager
By: Lymia <lymiahugs@gmail.com>
2011-01-02 00:26:04 -06:00