summaryrefslogtreecommitdiffstats
path: root/src/net/minecraft/server
Commit message (Expand)AuthorAgeLines
* Transition to MavenErik Broes2011-01-01-1857/+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-251/+251
* 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-9/+12
* Fixed player handle being reset on death or disconnectionDinnerbone2010-12-30-7/+18
* No lookup for worlds, store on objectDinnerbone2010-12-30-1/+5
* Implemented entitiesDinnerbone2010-12-30-1/+1
* Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed pla...Dinnerbone2010-12-29-317/+38
* 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
* | 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-0/+116
|/
* Implemented PLAYER_LOGINDinnerbone2010-12-28-11/+23
* Implemented PLAYER_CHAT and PLAYER_COMMANDDinnerbone2010-12-28-0/+516
* Moved from jd-gui to jadErik Broes2010-12-28-468/+505
* Changed event calling to reflect new event structureDinnerbone2010-12-28-3/+3
* Changed quit to use PlayerEventDinnerbone2010-12-27-3/+1
* Call hooks, update to new codeDinnerbone2010-12-26-85/+418
* Load sample plugin for nowDinnerbone2010-12-24-0/+7
* Hook onto the server, and added playerDinnerbone2010-12-22-0/+468