summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Actually put the correct functionality in isCancelled and setCancelleddurron5972010-12-31-5/+5
* Reimplemented BlockFlow to use multiple BlockFromToEventsdurron5972010-12-31-87/+15
* Added Cancellable interfacedurron5972010-12-31-5/+26
* Added private static final UIDdurron5972010-12-31-3/+6
* Merge branch 'master' of github.com:Dinnerbone/BukkitDinnerbone2010-12-31-19/+62
|\
| * Added self facedurron5972010-12-31-1/+2
| * Stated "not implemented yet"durron5972010-12-31-5/+1
| * Implemented BlockRightClickedEventdurron5972010-12-31-6/+37
| * Fixed bug with BlockFlow.equalsdurron5972010-12-31-1/+1
| * Changed it so we store both the block and the face for speeddurron5972010-12-31-3/+5
| * Implemented BLOCK_FLOWdurron5972010-12-31-3/+16
* | Updated sample plugin to test physicsDinnerbone2010-12-31-0/+10
|/
* Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned updurron5972010-12-30-16/+98
* Changed fromTo to be Block, Facedurron5972010-12-30-15/+7
* Merge remote branch 'upstream/master'durron5972010-12-30-26/+64
|\
| * BlockPhysics can be canceledDinnerbone2010-12-30-0/+21
| * Added the single most important event ever to be conceivedDinnerbone2010-12-30-0/+75
* | Changed event enumerationdurron5972010-12-30-4/+6
* | Added block eventsdurron5972010-12-30-0/+229
|/
* Broken plugins no longer crash the serverDinnerbone2010-12-30-1/+5
* Added sendMessage() to player, added /pos to sample pluginDinnerbone2010-12-30-0/+7
* Moved getName from Player to HumanEntityDinnerbone2010-12-30-7/+7
* Rename EntityHuman -> HumanEntityDinnerbone2010-12-30-2/+2
* EntityHuman is a LivingEntityDinnerbone2010-12-29-1/+1
* Changed ItemStack to be a class, added bodyDinnerbone2010-12-29-7/+53
* Added Entity interfaces, changed Player to implement theseDinnerbone2010-12-29-15/+311
* Location implements CloneableDinnerbone2010-12-29-1/+6
* Swapped yaw/pitch in Location constructor to match MinecraftDinnerbone2010-12-29-1/+1
* Fixed another nullcheck in pluginmanagerDinnerbone2010-12-29-1/+1
* Additional constructor for PlayerLoginEventDinnerbone2010-12-28-0/+6
* Tweak to PlayerChatEvent, allow plugins to set the player that the chat/comma...Dinnerbone2010-12-28-1/+11
* Make a start on block events, fixed nullcheck in PluginManagerDinnerbone2010-12-28-8/+9
* Added onPlayerLoginDinnerbone2010-12-28-0/+109
* Added onPlayerMove and onPlayerTeleportDinnerbone2010-12-28-4/+169
* Added onPlayerChat and onPlayerCommandDinnerbone2010-12-28-3/+81
* Fixed renameDinnerbone2010-12-28-2/+2
* Removed server argument on events, renamed player events and commented out th...Dinnerbone2010-12-28-88/+66
* Removed eventFactory, it's uselessdurron5972010-12-28-29/+0
* Eventing redone, revision 1durron5972010-12-28-41/+211
* Added LocationDinnerbone2010-12-27-0/+145
* Added chunk, world and block interfacesDinnerbone2010-12-26-0/+176
* Moved PlayerQuit to use normal PlayerEvent, dropped Reason paramDinnerbone2010-12-26-47/+2
* First two hooks working, updated sampleDinnerbone2010-12-26-23/+13
* Register eventsDinnerbone2010-12-26-0/+40
* All code to call events and delegate back to pluginsDinnerbone2010-12-26-13/+187
* What an event!Dinnerbone2010-12-25-0/+113
* Extract interface from PluginManager, move to SimplePluginManagerDinnerbone2010-12-25-116/+181
* Fixed plugin description loadingDinnerbone2010-12-24-2/+25
* Fixed a few bugs getting sample plugin to loadDinnerbone2010-12-24-9/+3
* Fix exception => throwable in catch while loading pluginsDinnerbone2010-12-24-1/+1