summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Implemented arrows.sk89q2011-01-02-0/+30
* Fixed a bunch of warnings.Lymia2011-01-02-30/+24
* Changed base of the source file to be based off of grum/mc-dev:durron5972011-01-01-117/+145
* Changed tabs to 4 spaces, removed unnecessary importsdurron5972011-01-01-63/+60
* Transition to MavenErik Broes2011-01-01-0/+0
* Changed BlockCanBuildEvent to store the int and not the materialdurron5972011-01-01-1/+1
* Changed BlockCanBuild event to pass the materialdurron5972011-01-01-2/+4
* Fixed MaterialDinnerbone2011-01-01-253/+271
* Didn't work correctly before. Now it doesdurron5972011-01-01-5/+10
* Implemented BLOCK_CANBUILDdurron5972011-01-01-2/+15
* Changed Block to CraftBlock. Changed callHook to getServerdurron5972010-12-31-5/+6
* Reimplemented BlockFlow to use multiple BlockFromToEventsdurron5972010-12-31-29/+20
* Merge branch 'master' of github.com:Dinnerbone/CraftbukkitDinnerbone2010-12-31-2/+266
|\
| * Implemented BLOCK_FLOWdurron5972010-12-31-0/+260
| * Added callHook method to WorldServer so we can get callEvents fromdurron5972010-12-31-0/+5
* | Fixed physics eventDinnerbone2010-12-31-1/+1
* | Implemented BLOCK_PHYSICSDinnerbone2010-12-30-0/+38
|/
* Fixed insane fall damage (entities reset on death)Dinnerbone2010-12-30-12/+59
* Fixed player handle being reset on death or disconnectionDinnerbone2010-12-30-29/+35
* Implemented Player.sendMessage()Dinnerbone2010-12-30-0/+5
* Don't override getName in CraftPlayerDinnerbone2010-12-30-8/+2
* No lookup for worlds, store on objectDinnerbone2010-12-30-16/+8
* Implemented entitiesDinnerbone2010-12-30-21/+155
* Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed pla...Dinnerbone2010-12-29-318/+39
* Made Block.setType/Block.setData functionalDinnerbone2010-12-29-4/+10
* Merge branch 'master' of github.com:Dinnerbone/CraftbukkitDinnerbone2010-12-29-11/+12
|\
| * Updated PLAYER_MOVE hook to deal correctly with a cancelled event.VictorD2010-12-29-11/+12
* | Add some .toString()sDinnerbone2010-12-29-0/+15
* | Merge branch 'master' of github.com:Dinnerbone/CraftbukkitDinnerbone2010-12-28-0/+316
|\|
| * Added support for event PLAYER_MOVEVictorD2010-12-29-0/+316
* | Keep Blocks updated when changed by the worldDinnerbone2010-12-28-2/+135
|/
* Implemented PLAYER_LOGINDinnerbone2010-12-28-11/+23
* Implemented PLAYER_CHAT and PLAYER_COMMANDDinnerbone2010-12-28-0/+520
* Moved from jd-gui to jadErik Broes2010-12-28-468/+505
* Changed event calling to reflect new event structureDinnerbone2010-12-28-3/+3
* Added chunk/block/location/worldDinnerbone2010-12-27-2/+318
* Changed quit to use PlayerEventDinnerbone2010-12-27-3/+1
* Call hooks, update to new codeDinnerbone2010-12-26-90/+435
* PluginManager => SimplePluginManagerDinnerbone2010-12-25-2/+2
* No longer hardcoding sample plugin, now uses plugins dirDinnerbone2010-12-24-7/+10
* Fixed a few bugs getting sample plugin to loadDinnerbone2010-12-24-1/+1
* Load sample plugin for nowDinnerbone2010-12-24-3/+29
* Hook onto the server, and added playerDinnerbone2010-12-22-10/+529
* Initial structureDinnerbone2010-12-21-0/+41