summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Expand)AuthorAgeLines
* Fixed insane fall damage (entities reset on death)Dinnerbone2010-12-30-3/+47
* Fixed player handle being reset on death or disconnectionDinnerbone2010-12-30-22/+17
* 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-15/+3
* Implemented entitiesDinnerbone2010-12-30-20/+154
* Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed pla...Dinnerbone2010-12-29-1/+1
* Made Block.setType/Block.setData functionalDinnerbone2010-12-29-4/+10
* Add some .toString()sDinnerbone2010-12-29-0/+15
* Keep Blocks updated when changed by the worldDinnerbone2010-12-28-2/+19
* Implemented PLAYER_CHAT and PLAYER_COMMANDDinnerbone2010-12-28-0/+4
* Added chunk/block/location/worldDinnerbone2010-12-27-2/+318
* Call hooks, update to new codeDinnerbone2010-12-26-5/+17
* 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/+22
* Hook onto the server, and added playerDinnerbone2010-12-22-10/+61
* Initial structureDinnerbone2010-12-21-0/+41