summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Merge remote branch 'upstream/master'durron5972011-01-05-19/+519
|\
| * Initial implementation of inventory stuff, (read-)only for StorageMinecart sofarErik Broes2011-01-05-2/+97
| |
| * Implemented LEAVES_DECAYDinnerbone2011-01-04-0/+155
| |
| * More NPEs!Dinnerbone2011-01-04-2/+2
| |
| * Fixed random NPE on startupDinnerbone2011-01-04-4/+6
| |
| * Fixed building in waterDinnerbone2011-01-04-5/+1
| |
| * Implemented CHUNK_LOADEDDinnerbone2011-01-04-4/+244
| |
| * Implemented Chunk.getWorld()Dinnerbone2011-01-04-2/+14
| |
* | Beginnings of block_placeddurron5972011-01-05-1/+29
| |
* | Merge remote branch 'upstream/master'durron5972011-01-03-11/+181
|\|
| * Added -w for world directoryDinnerbone2011-01-04-0/+5
| |
| * Merge branch 'master' of github.com:Bukkit/CraftBukkitDinnerbone2011-01-04-0/+4
| |\
| | * Added getHighestBlockYAtFrozenCow2011-01-04-0/+4
| | |
| * | Added command-line arguments, forced noguiDinnerbone2011-01-04-11/+172
| |/
* | Merge remote branch 'upstream/master'durron5972011-01-03-29/+2194
|\|
| * Fixed NPE on Player related methods in CraftServerDinnerbone2011-01-03-9/+6
| |
| * Fixed compile errorsDinnerbone2011-01-03-3/+0
| |
| * Direct fire exposure eventangelsl2011-01-03-0/+870
| |
| * Explosion damage entity hook.angelsl2011-01-03-2/+227
| |
| * Cactus damage event.angelsl2011-01-03-0/+110
| |
| * Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity.angelsl2011-01-03-1/+1
| |
| * Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().sk89q2011-01-03-0/+51
| |
| * Fixed missing import for craftworldDinnerbone2011-01-03-0/+1
| |
| * Implemented some minecart vehicle hooks, but there's a some things missing ↵sk89q2011-01-03-0/+764
| | | | | | | | in CraftBukkit before the implementation can be finished.
| * Added minecart classes and World.spawn*Minecart(). Minecart.getPassenger() ↵sk89q2011-01-03-1/+151
| | | | | | | | is still a stub that needs to be implemented (due to of a need of a MC entity -> CraftBukkit entity lookup) and StorageMinecart.getInventory() is waiting on the implementation of inventory.
| * Renamed ArrowEntity->Arrow to be consistent.sk89q2011-01-03-18/+18
| |
* | Merge remote branch 'upstream/master'durron5972011-01-02-3/+42
|\|
| * Light levels are bytesDinnerbone2011-01-03-2/+2
| |
| * Fixed isChunkLoaded(Chunk chunk)Dinnerbone2011-01-03-2/+2
| |
| * Added world.spawnTree(), world.spawnBigTree().sk89q2011-01-03-1/+17
| |
| * Block.getLightLevel()sk89q2011-01-03-0/+23
| |
* | fixed spelling error in commentdurron5972011-01-02-1/+1
|/
* Changed to pluginmanager direct for enabling pluginsDinnerbone2011-01-03-1/+1
|
* Enable plugins by default the right wayDinnerbone2011-01-03-2/+8
|
* Added getPlayer(String name) to serverDinnerbone2011-01-03-0/+12
|
* Removed @Override for the interface method spawnArrowdurron5972011-01-02-1/+0
|
* Merge remote branch 'upstream/master' into HEADdurron5972011-01-02-0/+30
|\
| * Implemented arrows.sk89q2011-01-02-0/+30
| |
* | Added notchToBlockFace convenience methoddurron5972011-01-02-0/+25
| |
* | Merge remote branch 'upstream/master'durron5972011-01-02-30/+24
|\|
| * Fixed a bunch of warnings.Lymia2011-01-02-30/+24
| |
* | Changed BLOCK_CANBUILD to have some checks that user can't overridedurron5972011-01-01-3/+27
| | | | | | | | (building on top of themselves, for example)
* | Changed commenting to use the system of writing XXX for methods thatdurron5972011-01-01-5/+3
|/ | | | we copied out of World.java
* Changed base of the source file to be based off of grum/mc-dev:durron5972011-01-01-117/+145
| | | | net/minecraft/server/BlockFlowing.java
* Changed tabs to 4 spaces, removed unnecessary importsdurron5972011-01-01-63/+60
|
* Transition to MavenErik Broes2011-01-01-0/+0
|
* Changed BlockCanBuildEvent to store the int and not the materialdurron5972011-01-01-1/+1
|
* Changed BlockCanBuild event to pass the materialdurron5972011-01-01-2/+4
|
* Fixed MaterialDinnerbone2011-01-01-253/+271
|
* Didn't work correctly before. Now it doesdurron5972011-01-01-5/+10
|