This website requires JavaScript.
65394859c9
all the fillr stuff
Taylor Kelly
2011-01-03 11:01:36 +08:00
49d6f74dca
Added more math to Vector, renamed some methods.
sk89q
2011-01-03 18:10:17 +08:00
b3bc868ce3
Made Vector.equals() fuzzy.
sk89q
2011-01-03 17:55:42 +08:00
135c6f240a
Change vehicle hook changes.
sk89q
2011-01-03 17:26:34 +08:00
e05708c9df
Implemented vehicle hooks (some changes will still be made).
sk89q
2011-01-03 16:52:44 +08:00
5d6b436ad3
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.
sk89q
2011-01-03 14:03:17 +08:00
bb87bcdd74
Renamed ArrowEntity->Arrow to be consistent.
sk89q
2011-01-03 14:10:49 +08:00
2c1cc25655
Cleaned ant build file for Bukkit.
FrozenCow
2011-01-03 09:43:02 +08:00
df0ea1e67e
Light level is a byte
Dinnerbone
2011-01-03 03:00:54 +00:00
8df3fbb986
Javadoc the world!
Dinnerbone
2011-01-03 02:59:16 +00:00
806e30733e
Added world.spawnTree(), world.spawnBigTree().
sk89q
2011-01-02 18:00:57 -08:00
40985fcde0
Block.getLightLevel()
sk89q
2011-01-02 18:31:04 -08:00
88bb572084
Fixed logic issue toggling plugins
Dinnerbone
2011-01-03 02:41:18 +00:00
b80eb77fa6
removed unnecessary import
durron597
2011-01-02 21:38:48 -05:00
bfe6aea288
Plugins no longer defaulted to enabled
Dinnerbone
2011-01-03 02:21:48 +00:00
51eb1846bf
Added enablePlugin and disablePlugin, triggers events
Dinnerbone
2011-01-03 02:20:11 +00:00
abda42fdc4
Implemented PluginEnabled and PluginDisabled
Dinnerbone
2011-01-03 02:06:22 +00:00
ac8d4c61f9
Merge branch 'master' of https://github.com/FrozenCow/Bukkit into FrozenCow-master
Robbie Trencheny
2011-01-02 17:03:46 -08:00
33c886ded6
Added ant build file.
FrozenCow
2011-01-03 01:56:17 +01:00
85c2dd59df
Improved Vector and Location with some utility methods, optimized Vector.isInSphere().
sk89q
2011-01-02 10:42:13 -08:00
675dab41c2
Added getPlayer(String name) to Server
Dinnerbone
2011-01-03 00:20:09 +00:00
f4fa9c6e00
Updated Event list
Dinnerbone
2011-01-02 18:08:26 +00:00
696bdf7ff1
Updated event priorities
Dinnerbone
2011-01-02 15:10:51 +00:00
22497e6376
Merge remote branch 'upstream/master'
durron597
2011-01-02 05:52:42 -05:00
6635eba303
We're GPL.
Erik Broes
2011-01-02 10:57:42 +01:00
c81b816b72
Made X, Y, and Z components in Vector protected.
sk89q
2011-01-02 16:41:26 +08:00
e3fe73ca04
Added ArrowEntity and World.spawnArrow().
sk89q
2011-01-02 16:26:50 +08:00
fd3072b427
Added Vector class.
sk89q
2011-01-02 16:23:56 +08:00
4a9c7e0712
Added custom event support.
Lymia
2011-01-02 01:50:45 -06:00
0a4642b834
Merge remote branch 'upstream/master'
durron597
2011-01-02 02:16:29 -05:00
739142b42e
Fixed generics warning.
Lymia
2011-01-02 00:38:51 -06:00
212404f7f7
Opps! Wrong class.
Lymia
2011-01-02 00:29:34 -06:00
e3497e12a0
Added generics to PluginManager
Lymia
2011-01-02 00:26:04 -06:00
61232549e4
Use parametrized reflection to remove warnings
durron597
2011-01-01 17:08:32 -05:00
9ecdf8b4ba
POM version crap
Dinnerbone
2011-01-01 19:46:55 +00:00
5c133892df
Java 1.5! (Also ninjaencoding)
Dinnerbone
2011-01-01 19:35:03 +00:00
3317654a9c
Changed all tabs to 4 spaces
durron597
2011-01-01 08:01:07 -05:00
7da0dd44cc
removed unnecessary imports
durron597
2011-01-01 07:54:30 -05:00
a117df5dbb
Removed @Override from the cancellable methods
durron597
2011-01-01 07:53:09 -05:00
c0ebff830e
Merge remote branch 'upstream/master' into HEAD
durron597
2011-01-01 06:55:14 -05:00
2a336b31cf
Standardized indentation to 4 spaces
durron597
2011-01-01 06:53:56 -05:00
a85bf13627
Removed ItemStack import
durron597
2011-01-01 06:53:26 -05:00
b896169644
Removed @Override for cancellable interface
durron597
2011-01-01 06:52:28 -05:00
53d287854e
Removed cancellable import
durron597
2011-01-01 06:51:34 -05:00
ddff384203
Transition to Maven
Erik Broes
2011-01-01 11:23:14 +01:00
7b6539422b
Changed BlockCanBuildEvent to store the int and not the material
durron597
2011-01-01 03:21:49 -05:00
d6442bdea1
Changed BlockCanBuild event to pass the material
durron597
2011-01-01 03:12:39 -05:00
0022835ee2
Fixed sample plugin
Dinnerbone
2011-01-01 07:24:50 +00:00
6ed3e15795
Fixed sample plugin
Dinnerbone
2011-01-01 07:06:43 +00:00
d11a863e74
Fixed material
Dinnerbone
2011-01-01 07:01:53 +00:00
443c924da4
Merge branch 'master' of github.com:Dinnerbone/Bukkit
Dinnerbone
2011-01-01 06:59:52 +00:00
f6267e9647
Moved itemstack.type to material
Dinnerbone
2011-01-01 06:59:21 +00:00
f9a0022224
Added onBlockCanBuild to loader
durron597
2011-01-01 01:55:04 -05:00
f7fcfd22a5
Sample to let you place cactus anywhere
durron597
2011-01-01 01:40:02 -05:00
0c20593916
Merge remote branch 'upstream/master'
durron597
2011-01-01 01:26:38 -05:00
0b7cab13d0
Implemented BLOCK_CANBUILD, had wrong Listener method name
durron597
2011-01-01 01:25:22 -05:00
eadfe2adff
Implemented BLOCK_CANBUILD
durron597
2011-01-01 01:20:44 -05:00
f527fd4398
Added BlockCanBuild Event. Fixed Event enumeration
durron597
2010-12-31 22:44:11 -05:00
e26e2d70e8
Actually put the correct functionality in isCancelled and setCancelled
durron597
2010-12-31 22:42:45 -05:00
a44979c88b
Reimplemented BlockFlow to use multiple BlockFromToEvents
durron597
2010-12-31 21:17:16 -05:00
2e3f21bcf2
Added Cancellable interface
durron597
2010-12-31 20:40:44 -05:00
6dc4698062
Added private static final UID
durron597
2010-12-31 20:38:17 -05:00
4ac732ebbd
Merge branch 'master' of github.com:Dinnerbone/Bukkit
Dinnerbone
2010-12-31 21:58:47 +00:00
8dcdb8b42f
Updated sample plugin to test physics
Dinnerbone
2010-12-31 21:45:55 +00:00
0a2b312ecd
Added self face
durron597
2010-12-31 09:10:31 -05:00
8a6569f229
Stated "not implemented yet"
durron597
2010-12-31 09:09:22 -05:00
055c64106d
Implemented BlockRightClickedEvent
durron597
2010-12-31 09:09:02 -05:00
a8b7a63a8e
Fixed bug with BlockFlow.equals Added second constructor for collections
durron597
2010-12-31 09:07:39 -05:00
0520b39adf
Changed it so we store both the block and the face for speed
durron597
2010-12-31 09:07:12 -05:00
94921bc3e5
Implemented BLOCK_FLOW
durron597
2010-12-31 07:53:56 -05:00
df2f0d42ae
Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned up BlockListener
durron597
2010-12-30 18:22:22 -05:00
0889be4df5
Changed fromTo to be Block, Face
durron597
2010-12-30 17:49:52 -05:00
008eb89768
Merge remote branch 'upstream/master'
durron597
2010-12-30 17:40:14 -05:00
4c94922215
Changed event enumeration
durron597
2010-12-30 17:16:50 -05:00
a1d10a087c
Added block events
durron597
2010-12-30 17:16:06 -05:00
728122befc
BlockPhysics can be canceled
Dinnerbone
2010-12-30 22:07:37 +00:00
6f6c4d7ce0
Added the single most important event ever to be conceived
Dinnerbone
2010-12-30 21:59:53 +00:00
0b29a78cc3
Added debugging tools to sampleplugin
Dinnerbone
2010-12-30 20:33:48 +00:00
6ddb16a8dd
Broken plugins no longer crash the server
Dinnerbone
2010-12-30 18:54:04 +00:00
df119a36e0
Added sendMessage() to player, added /pos to sample plugin
Dinnerbone
2010-12-30 04:52:26 +00:00
31d03b2ac0
Moved getName from Player to HumanEntity
Dinnerbone
2010-12-30 04:29:53 +00:00
592df41bb1
Rename EntityHuman -> HumanEntity
Dinnerbone
2010-12-30 03:50:08 +00:00
2180eb69ec
EntityHuman is a LivingEntity
Dinnerbone
2010-12-29 23:18:09 +00:00
08e1d41b3f
Changed ItemStack to be a class, added body
Dinnerbone
2010-12-29 23:07:15 +00:00
47207a0dbe
Added Entity interfaces, changed Player to implement these
Dinnerbone
2010-12-29 22:11:33 +00:00
36b1e38d4c
Location implements Cloneable
Dinnerbone
2010-12-29 03:19:12 +00:00
b9801a50da
Swapped yaw/pitch in Location constructor to match Minecraft
Dinnerbone
2010-12-29 01:15:16 +00:00
3f78497752
Fixed another nullcheck in pluginmanager
Dinnerbone
2010-12-29 00:10:22 +00:00
0a9d59291f
Additional constructor for PlayerLoginEvent
Dinnerbone
2010-12-28 22:54:39 +00:00
f9058e5161
Tweak to PlayerChatEvent, allow plugins to set the player that the chat/command executes as
Dinnerbone
2010-12-28 21:52:08 +00:00
caf0d3e27a
Make a start on block events, fixed nullcheck in PluginManager
Dinnerbone
2010-12-28 21:02:39 +00:00
1ce00ae074
Added onPlayerLogin
Dinnerbone
2010-12-28 17:39:23 +00:00
78a2cccfb5
Added onPlayerMove and onPlayerTeleport
Dinnerbone
2010-12-28 16:59:25 +00:00
d94db03ae2
Added onPlayerChat and onPlayerCommand
Dinnerbone
2010-12-28 16:41:37 +00:00
40e6a23369
Fixed sample plugin
Dinnerbone
2010-12-28 15:51:45 +00:00
b5339d83f4
Fixed rename
Dinnerbone
2010-12-28 15:41:11 +00:00
87b8e08230
Removed server argument on events, renamed player events and commented out the rest for now
Dinnerbone
2010-12-28 15:39:36 +00:00
d6937757d7
Removed eventFactory, it's useless
durron597
2010-12-28 11:03:10 +08:00
37f3b8fe58
Eventing redone, revision 1
durron597
2010-12-28 10:48:03 +08:00
2e88ac9e9f
Added Location
Dinnerbone
2010-12-27 02:11:52 +00:00