| Commit message (Expand) | Author | Age | Lines |
* | Cleanups. We use Maven, not Ant. | Erik Broes | 2011-01-03 | -221/+15 |
* | ... Entity has no health. | Dinnerbone | 2011-01-03 | -13/+0 |
* | Moved simplejson as dependency | Dinnerbone | 2011-01-03 | -2220/+35 |
* | Overhaul entity damage structure... | angelsl | 2011-01-03 | -83/+155 |
* | Move health stuff from LivingEntity to Entity. | angelsl | 2011-01-03 | -11/+25 |
* | Entity damage hooks | angelsl | 2011-01-03 | -2/+196 |
* | More formatting | Dinnerbone | 2011-01-03 | -2184/+2190 |
* | Formatting | Dinnerbone | 2011-01-03 | -445/+442 |
* | Fixed Fillr.java, added /get command ingame | Dinnerbone | 2011-01-03 | -18/+38 |
* | Added LivingEntity.throwEgg() and LivingEntity.throwSnowball(). | sk89q | 2011-01-03 | -0/+28 |
* | hot damn. get <name> added | Taylor Kelly | 2011-01-03 | -0/+46 |
* | hot damn. get <name> added | Taylor Kelly | 2011-01-03 | -1/+1 |
* | better visibility/javadoc | Taylor Kelly | 2011-01-03 | -30/+19 |
* | updated TODO | Taylor Kelly | 2011-01-03 | -0/+3 |
* | updated TODO | Taylor Kelly | 2011-01-03 | -3/+0 |
* | json stuff | Taylor Kelly | 2011-01-03 | -0/+2184 |
* | yml for fillr | Taylor Kelly | 2011-01-03 | -0/+3 |
* | fillr -> plugin | Taylor Kelly | 2011-01-03 | -55/+24 |
* | all the fillr stuff | Taylor Kelly | 2011-01-03 | -3/+582 |
* | Added more math to Vector, renamed some methods. | sk89q | 2011-01-03 | -17/+51 |
* | Made Vector.equals() fuzzy. | sk89q | 2011-01-03 | -3/+21 |
* | Change vehicle hook changes. | sk89q | 2011-01-03 | -32/+44 |
* | Implemented vehicle hooks (some changes will still be made). | sk89q | 2011-01-03 | -4/+348 |
* | Added minecart classes, vehicle class, and the ability to spawn minecarts. St... | sk89q | 2011-01-03 | -1/+103 |
* | Renamed ArrowEntity->Arrow to be consistent. | sk89q | 2011-01-03 | -2/+2 |
* | Cleaned ant build file for Bukkit. | FrozenCow | 2011-01-03 | -3/+1 |
* | Light level is a byte | Dinnerbone | 2011-01-03 | -2/+2 |
* | Javadoc the world! | Dinnerbone | 2011-01-03 | -1/+29 |
* | Added world.spawnTree(), world.spawnBigTree(). | sk89q | 2011-01-03 | -0/+16 |
* | Block.getLightLevel() | sk89q | 2011-01-03 | -0/+7 |
* | Fixed logic issue toggling plugins | Dinnerbone | 2011-01-03 | -2/+2 |
* | removed unnecessary import | durron597 | 2011-01-02 | -3/+0 |
* | Plugins no longer defaulted to enabled | Dinnerbone | 2011-01-03 | -1/+1 |
* | Added enablePlugin and disablePlugin, triggers events | Dinnerbone | 2011-01-03 | -0/+93 |
* | Implemented PluginEnabled and PluginDisabled | Dinnerbone | 2011-01-03 | -31/+109 |
* | Merge branch 'master' of https://github.com/FrozenCow/Bukkit into FrozenCow-m... | Robbie Trencheny | 2011-01-02 | -0/+41 |
|\ |
|
| * | Added ant build file. | FrozenCow | 2011-01-03 | -0/+41 |
* | | Improved Vector and Location with some utility methods, optimized Vector.isIn... | sk89q | 2011-01-03 | -352/+419 |
* | | Added getPlayer(String name) to Server | Dinnerbone | 2011-01-03 | -0/+10 |
|/ |
|
* | Updated Event list | Dinnerbone | 2011-01-02 | -44/+269 |
* | Updated event priorities | Dinnerbone | 2011-01-02 | -9/+18 |
* | Merge remote branch 'upstream/master' | durron597 | 2011-01-02 | -7/+1092 |
|\ |
|
| * | We're GPL. | Erik Broes | 2011-01-02 | -0/+674 |
| * | Made X, Y, and Z components in Vector protected. | sk89q | 2011-01-02 | -3/+3 |
| * | Added ArrowEntity and World.spawnArrow(). | sk89q | 2011-01-02 | -0/+21 |
| * | Added Vector class. | sk89q | 2011-01-02 | -0/+356 |
| * | Added custom event support. | Lymia | 2011-01-02 | -7/+41 |
* | | Merge remote branch 'upstream/master' | durron597 | 2011-01-02 | -1/+3 |
|\| |
|
| * | Fixed generics warning. | Lymia | 2011-01-02 | -1/+3 |
| * | Opps! Wrong class. | Lymia | 2011-01-02 | -3/+3 |