Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Minor cleaning of code | Erik Broes | 2011-02-20 | -10/+8 |
| | ||||
* | Prevent Blocks from getting lost when a chunk reloads | Erik Broes | 2011-02-20 | -2/+21 |
| | ||||
* | fixed buttons, plates | Tahg | 2011-02-19 | -13/+39 |
| | | | | | added yield to explosion added event for chunk unloading | |||
* | Lowered the priority of the old command handler event. A number of plugins ↵ | sk89q | 2011-02-19 | -1/+9 |
| | | | | were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event. | |||
* | Added Entity.remove() which marks an entity for removal. | sk89q | 2011-02-19 | -1/+6 |
| | ||||
* | Added slime as a detected entity. | sk89q | 2011-02-19 | -0/+2 |
| | ||||
* | Redirect System.out and System.err to a Logger | Dinnerbone | 2011-02-20 | -0/+44 |
| | ||||
* | Fixed CLI arguments | Dinnerbone | 2011-02-19 | -1/+1 |
| | ||||
* | Magic - updated gitdescriber | Luke GB | 2011-02-19 | -1/+1 |
| | ||||
* | When deprecating, the alternative should be provided. | EvilSeph | 2011-02-19 | -4/+4 |
| | ||||
* | Added target block ray trace functionality. | Raphfrk | 2011-02-18 | -0/+70 |
| | ||||
* | Added setFireTicks(), getFireTicks() and getMaxFireTicks(). | Protected | 2011-02-18 | -0/+12 |
| | ||||
* | Added pull request conventions that should be followed if you want your pull ↵ | EvilSeph | 2011-02-18 | -1/+4 |
| | | | | request accepted. | |||
* | Implemented a whole buncha Location overrides in CraftWorld | Dinnerbone | 2011-02-18 | -0/+16 |
| | ||||
* | Don't kick players if a command failed from an exception | Dinnerbone | 2011-02-18 | -2/+14 |
| | ||||
* | Changed hatchingType to MobType from CreatureType as refactoring (and so ↵ | EvilSeph | 2011-02-17 | -1/+1 |
| | | | | plugin breaking) will take place in a week. | |||
* | Implementation of spawnCreature(Location, CreatureType) | Andrew Ardill | 2011-02-17 | -0/+15 |
| | ||||
* | Updated to use CreatureType and CreatureSpawner | Andrew Ardill | 2011-02-17 | -12/+48 |
| | | | | | | Nothing will break as a result of the refactoring of MobType due to deprecated code being left in. These will be removed after 1 week, enough time for plugin devs time to migrate. | |||
* | Added Player.chat(). | sk89q | 2011-02-16 | -19/+35 |
| | ||||
* | Added CREATURE_SPAWN event per ss2man44 | EvilSeph | 2011-02-16 | -0/+45 |
| | ||||
* | implementation of isCurrentlyRunning(int taskId); | Andrew Ardill | 2011-02-17 | -4/+24 |
| | | | | | | Burrows down to the worker thread assigned to this task, and returns its alive status. If no such thread exists, then the task is not running! | |||
* | That messed up Jenkins | Luke GB | 2011-02-15 | -1/+1 |
| | ||||
* | Further POM haxx. Now reads git description during build process. | Luke GB | 2011-02-15 | -2/+26 |
| | | | | NOTE: This may break people building on Windows - you must have git on your path. Ah well, who cares. | |||
* | Add repository info to POM | Luke Granger-Brown | 2011-02-15 | -3/+8 |
| | ||||
* | Allows calling of functions in the main thread | Raphfrk | 2011-02-13 | -1/+132 |
| | ||||
* | Implementation of BlockBreakEvent | Meaglin | 2011-02-13 | -0/+20 |
| | ||||
* | Fixes a deadlock issue in CraftScheduler | Raphfrk | 2011-02-13 | -1/+5 |
| | ||||
* | Make the spawning listen to the server spawn-settings | Erik Broes | 2011-02-13 | -8/+25 |
| | ||||
* | Replace a net.minecraft accessor with a public attr. | Stéphan Kochen | 2011-02-12 | -6/+2 |
| | ||||
* | Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added ↵ | afforess | 2011-02-12 | -16/+73 |
| | | | | SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts. | |||
* | Fixed bug in event when taking fall damage. Now uses event damage. | Andrew Ardill | 2011-02-12 | -1/+1 |
| | ||||
* | Added EXPLOSION_PRIMED event. | culturespy | 2011-02-12 | -2/+217 |
| | ||||
* | Added SIGN_CHANGE event. | Timberjaw | 2011-02-11 | -1/+15 |
| | ||||
* | Added implementation of Colorable to CraftSheep | Andrew Ardill | 2011-02-12 | -0/+11 |
| | | | | inspired by xpansive | |||
* | Adding PLAYER_PICKUP_ITEM event hook | James Logsdon | 2011-02-12 | -0/+212 |
| | ||||
* | Adding PLAYER_DROP_ITEM event hook | James Logsdon | 2011-02-12 | -0/+19 |
| | ||||
* | Send a BlockRedstoneEvent if powered redstone is destroyed | cvpcs | 2011-02-12 | -2/+15 |
| | | | | | | | | When a powered redstone block is destroyed, a BlockRedstoneEvent should be sent to notify plugins that particular block is returning to current 0 before the BlockDamageEvent is sent. This allows plugins dealing with redstone to not have to listen for redstone destruction, but just listen to changes in current. | |||
* | Removed debug and fixed //craftbukkit comments from 0239b76f611597f8486a | Dinnerbone | 2011-02-11 | -3/+2 |
| | ||||
* | more chunk fixes | Tahg | 2011-02-11 | -16/+16 |
| | ||||
* | fix in LongHashset.java | Tahg | 2011-02-10 | -1/+1 |
| | ||||
* | fixes for chunks | Tahg | 2011-02-10 | -99/+120 |
| | ||||
* | Merge branch 'master' of https://github.com/Bukkit/CraftBukkit | Tahg | 2011-02-10 | -26/+634 |
|\ | ||||
| * | Fixed chunk unloading | Dinnerbone | 2011-02-10 | -1/+2 |
| | | ||||
| * | Threadsafe World.c(int i, int j) | Dinnerbone | 2011-02-10 | -5/+10 |
| | | ||||
| * | Added spawn-protection property to server.properties | Zenexer | 2011-02-10 | -10/+8 |
| | | ||||
| * | Added spawn-protection property to server.properties | Zenexer | 2011-02-10 | -8/+8 |
| | | ||||
| * | Added spawn-protection property to server.properties | Zenexer | 2011-02-10 | -10/+12 |
| | | ||||
| * | Fixed LongHashtable.values() | Dinnerbone | 2011-02-09 | -1/+1 |
| | | ||||
| * | Worlds are now in the order they are loaded, with [0] being default | Dinnerbone | 2011-02-09 | -2/+2 |
| | | ||||
| * | Probably fixed getLoadedChunks() | Dinnerbone | 2011-02-09 | -2/+3 |
| | |