Erik Broes | 5c37168fc3cWe're LGPL. | We're LGPL. | | |
 sk89q | 8222af3e4d4 | Implemented arrows. | | |
Lymia | 32224b916dd | Fixed a bunch of warnings. | | |
durron597 | ce271f8abca | Changed base of the source file to be based off of grum/mc-dev:net/minecraft/server/BlockFlowing.java | | |
Dinnerbone | ebc0eeec2df | POM version crap | | |
Dinnerbone | 653dd79a6c1 | Java 1.5! | | |
Erik Broes | 98b405139ed | Updated pom.xml to produce a 'ready to run' jar | | |
durron597 | f199cc7190e | Changed tabs to 4 spaces, removed unnecessary imports | | |
Erik Broes | 84bf373c55d | Transition to Maven | | |
durron597 | fc58672e6a5 | Changed BlockCanBuildEvent to store the int and not the material | | |
durron597 | 3094b40b892 | Changed BlockCanBuild event to pass the material | | |
Dinnerbone | 49b225ac08c | Fixed Material | | |
durron597 | c7d680163f0 | Didn't work correctly before.Now it does | | |
durron597 | 2efc265b968 | Implemented BLOCK_CANBUILD | | |
durron597 | 02c469a93dc | Changed Block to CraftBlock.Changed callHook to getServer | | |
durron597 | 4af385af1fe | Reimplemented BlockFlow to use multiple BlockFromToEvents | | |
Dinnerbone | d72ecbaf3ffM | Merge branch 'master' of github.com:Dinnerbone/CraftbukkitConflicts:
src/net/minecraft/server/WorldServer.java | | |
Dinnerbone | 1795a66df3a | Fixed physics event | | |
durron597 | ea0b6164922 | Implemented BLOCK_FLOW | | |
durron597 | 4d05943bab1 | Added callHook method to WorldServer so we can get callEvents fromany world instance | | |
Dinnerbone | a69c75bedec | Implemented BLOCK_PHYSICS | | |
Dinnerbone | a9191c24b33 | Fixed insane fall damage (entities reset on death) | | |
Dinnerbone | a0630362102 | Fixed player handle being reset on death or disconnection | | |
Dinnerbone | bd53a823d22 | Implemented Player.sendMessage() | | |
Dinnerbone | f8e01e128bc | Don't override getName in CraftPlayer | | |
Dinnerbone | 416964ef5a9 | No lookup for worlds, store on object | | |
Dinnerbone | c57530392c8 | Implemented entities | | |
Dinnerbone | 193bf013673 | Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed player.getLocation() to return pitch/yaw | | |
Dinnerbone | 6d28eb01115 | Made Block.setType/Block.setData functional | | |
Dinnerbone | 36b95edc0c9M | Merge branch 'master' of github.com:Dinnerbone/Craftbukkit | | |
Dinnerbone | e85cabeb4fb | Add some .toString()s | | |
VictorD | 5faa4765549 | Updated PLAYER_MOVE hook to deal correctly with a cancelled event. | | |
Dinnerbone | b3c6a7953d3M | Merge branch 'master' of github.com:Dinnerbone/Craftbukkit | | |
Dinnerbone | 804b5e7d2b9 | Keep Blocks updated when changed by the world | | |
VictorD | 5402eb5c865 | Added support for event PLAYER_MOVE | | |
Dinnerbone | ef622b20d14 | Implemented PLAYER_LOGIN | | |
Dinnerbone | f9eb5a92a1a | Implemented PLAYER_CHAT and PLAYER_COMMAND | | |
Erik Broes | c49239fa8c5 | Moved from jd-gui to jad | | |
Dinnerbone | 656f8a8e400 | Changed event calling to reflect new event structure | | |
Dinnerbone | b04fa07b450 | Added chunk/block/location/world | | |
Dinnerbone | b5aa8762783 | Changed quit to use PlayerEvent | | |
Dinnerbone | 01a0562cabb | Call hooks, update to new code | | |
Dinnerbone | 2798e5b84fa | PluginManager => SimplePluginManager | | |
Dinnerbone | cc734a3aa60 | No longer hardcoding sample plugin, now uses plugins dir | | |
Dinnerbone | c8b9f833d96 | Fixed a few bugs getting sample plugin to load | | |
Dinnerbone | 82746553608 | Load sample plugin for now | | |
Dinnerbone | a799b1463b0 | Hook onto the server, and added player | | |
Dinnerbone | 84f7c6c8d22 | Initial structure | | |