Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change some more signatures :( | Erik Broes | 2011-03-27 | -9/+38 |
| | | | | | | | | onPlayerCommandPreprocess(PlayerChatEvent event) -> onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event) onBlockFlow(BlockFromToEvent event) -> onBlockFromTo(BlockFromToEvent event) onPlayerJoin(PlayerEvent event) -> onPlayerJoin(PlayerJoinEvent event) onPlayerQuit(PlayerEvent event) -> onPlayerQuit(PlayerQuitEvent event) onPlayerTeleport(PlayerMoveEvent event) -> onPlayerTeleport(PlayerTeleportEvent event) | |||
* | Fix some wrong event creations after previous change | Erik Broes | 2011-03-26 | -2/+2 |
| | ||||
* | Some more backwards incompatible changes (minor though), also a ton of small ↵ | Erik Broes | 2011-03-26 | -376/+312 |
| | | | | | | | | | | cleanup. onPluginEnable(PluginEvent event) -> onPluginEnable(PluginEnableEvent event) onPluginDisable(PluginEvent event) -> onPluginDisable(PluginDisableEvent event) onVehicleUpdate(VehicleEvent event) -> onVehicleUpdate(VehicleUpdateEvent event) onWorldSave(WorldEvent event) -> onWorldSave(WorldSaveEvent event) onWorldLoad(WorldEvent event) -> onWorldLoad(WorldLoadEvent event) | |||
* | Add setSheared() to Sheep and setSize() to Slimes. | Celtic Minstrel | 2011-03-26 | -2/+20 |
| | ||||
* | Add material data classes for cake, jukeboxes, and diodes. Remove some ↵ | Celtic Minstrel | 2011-03-26 | -6/+168 |
| | | | | unneeded ones. | |||
* | 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 |
| | ||||
* | Updated README.md | Erik Broes | 2011-03-25 | -0/+3 |
| | ||||
* | 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 ↵ | Raphfrk | 2011-03-25 | -16/+36 |
| | | | | .jar files are scanned | |||
* | 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 |
| | | | | | - The return value indicates if the teleport was successful. - void teleportTo(...) should delegate to the new teleport(...). | |||
* | 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, ↵ | sunkid | 2011-03-21 | -6/+427 |
| | | | | LEAVES, STEP, and DOUBLE_STEP | |||
* | 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 |
| | | | | before the onEnable calls | |||
* | Added server methods required to support RemoteBukkit: | stevenh | 2011-03-12 | -0/+31 |
| | | | | | | | * getPort() * getIP() * getServerName() * dispatchCommand(...) | |||
* | Corrected description of CommandSender.getServer() | stevenh | 2011-03-12 | -1/+1 |
| | ||||
* | Removed unneeded string constant concat | stevenh | 2011-03-12 | -6/+6 |
| | | | | Note: editor removed spaces on otherwise empty lines | |||
* | Compensate for sendMessage losing its 'unintended splitting on existing ↵ | Erik Broes | 2011-03-12 | -1/+3 |
| | | | | newlines'-feature | |||
* | Kill stupid encoding warnings finally | Erik Broes | 2011-03-12 | -1/+4 |
| | ||||
* | 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 ↵ | VictorD | 2011-03-05 | -16/+51 |
| | | | | improving a few equals, clone and hashCode methods). | |||
* | Added entity.get/setMomentum | Dinnerbone | 2011-03-04 | -0/+15 |
| |