| Commit message (Expand) | Author | Age | Lines |
... | |
* | Add material data classes for cake, jukeboxes, and diodes. Remove some unneed... | Celtic Minstrel | 2011-03-26 | -6/+168 |
* | World.spawnCreature now returns LivingEntity instead of Creature. | Celtic Minstrel | 2011-03-26 | -2/+2 |
* | Fixed missing breaks breaking stuff. | Erik Broes | 2011-03-26 | -0/+3 |
* | Added player join event | Raphfrk | 2011-03-26 | -2/+32 |
* | Added Server.getServerId() for ID purposes. | sk89q | 2011-03-26 | -0/+8 |
* | added the MaterialData subclass Door | sunkid | 2011-03-25 | -2/+88 |
* | Add: player.getCompassTarget | Erik Broes | 2011-03-25 | -0/+7 |
* | Fixed basic dependency functionality - If class can't be found, all other .ja... | Raphfrk | 2011-03-25 | -16/+36 |
* | Add CreatureType.GIANT | Erik Broes | 2011-03-24 | -0/+1 |
* | Fix wrong useItemInHand setting | Erik Broes | 2011-03-24 | -1/+2 |
* | Fix for placing blocks after interacting with a block | Erik Broes | 2011-03-24 | -1/+1 |
* | Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage | Erik Broes | 2011-03-24 | -0/+47 |
* | Remove lingering PlayerItemEvent file | Erik Broes | 2011-03-24 | -103/+0 |
* | Replaced void teleportTo(Location) with boolean teleport(Location). | Byron Shelden | 2011-03-23 | -0/+18 |
* | Reworked BlockDamageEvent to match with the latest Mojang client/server changes. | Erik Broes | 2011-03-23 | -24/+28 |
* | Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM | Erik Broes | 2011-03-23 | -45/+222 |
* | Added PlayerBucket events | Erik Broes | 2011-03-23 | -0/+146 |
* | Renamed many events/constants to be not past tense <-- Major Break says: "HI" | Erik Broes | 2011-03-23 | -51/+43 |
* | added MaterialData classes and associated Enums for COAL, CROPS, LOG, LEAVES,... | sunkid | 2011-03-21 | -6/+427 |
* | Added DamageType.VOID | Gunther De Wachter | 2011-03-17 | -0/+6 |
* | onLoad optional... | Dinnerbone | 2011-03-15 | -0/+4 |
* | Plugins can no longer register events while disabled | Dinnerbone | 2011-03-14 | -1/+29 |
* | All previous deprecated methods removed (OH GOD EVERYTHING BROKEN) | Dinnerbone | 2011-03-14 | -57/+1 |
* | Adds an onLoad method to Plugin. The onLoad method is called for all plugins ... | Raphfrk | 2011-03-14 | -0/+9 |
* | Added server methods required to support RemoteBukkit: | stevenh | 2011-03-12 | -0/+31 |
* | Corrected description of CommandSender.getServer() | stevenh | 2011-03-12 | -1/+1 |
* | Removed unneeded string constant concat | stevenh | 2011-03-12 | -6/+6 |
* | Compensate for sendMessage losing its 'unintended splitting on existing newli... | Erik Broes | 2011-03-12 | -1/+3 |
* | Added Player.sendRawMessage(). | sk89q | 2011-03-12 | -0/+7 |
* | Merge branch 'master' of github.com:Bukkit/Bukkit | stevenh | 2011-03-11 | -1/+50 |
|\ |
|
| * | added methods for getting redstone power | Tahg | 2011-03-10 | -1/+35 |
| * | Chunk hooks | Tahg | 2011-03-10 | -0/+6 |
| * | Added LivingEntity.getEyeLocation() for getting the eyes location. | Andrew Ardill | 2011-03-09 | -0/+9 |
* | | Fixed blank yaml config files throwing a null pointer exception | stevenh | 2011-03-11 | -1/+5 |
|/ |
|
* | Reverted classloader changes by 1f0d89be27, now actually works! Again! | Dinnerbone | 2011-03-08 | -14/+6 |
* | Don't throw commands if the plugin is disabled | Dinnerbone | 2011-03-07 | -0/+4 |
* | Purged deprecated MobType and MobSpawner | Dinnerbone | 2011-03-07 | -129/+11 |
* | Added damage(int) and damage(int, Entity) for LivingEntity | Forsaken | 2011-03-07 | -0/+15 |
* | Adds basic plugin dependencies, courtesy of Raphfrk | Dinnerbone | 2011-03-07 | -23/+182 |
* | Fixed Material constructor | holic | 2011-03-07 | -1/+1 |
* | Regenerate and refresh chunk methods | Raphfrk | 2011-03-07 | -0/+18 |
* | Deprecated momentum on player (remove tomorrow), added velocity | Dinnerbone | 2011-03-05 | -0/+18 |
* | Added a few null pointer checks and performed minor touchups (tried improving... | VictorD | 2011-03-05 | -16/+51 |
* | Added entity.get/setMomentum | Dinnerbone | 2011-03-04 | -0/+15 |
* | You shouldn't be here, little method. We already have a getData. | Dinnerbone | 2011-03-04 | -2/+0 |
* | Small change for CraftBukkit BlockFlowing fix | Erik Broes | 2011-03-02 | -2/+4 |
* | Add World.save() and Server.savePlayers(); | Morgan Humes | 2011-03-02 | -0/+10 |
* | Java 1.5 compat. | Erik Broes | 2011-03-02 | -3/+24 |
* | Added method to set spawn location | SpeaKeasY | 2011-03-01 | -0/+7 |
* | Added World.getPlayers | Tanel Suurhans | 2011-02-28 | -10/+8 |