summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeLines
...
* | fixed painting NPETahg2011-04-26-1/+1
* | Fixed PlayerQuitEvent.setMessage().EvilSeph2011-04-25-2/+6
* | Fixed CraftBukkit comments in World.java.EvilSeph2011-04-25-0/+4
* | Fixed sleeping.EvilSeph2011-04-25-2/+3
* | Added missing CraftBukkit comments.EvilSeph2011-04-25-3/+6
* | Fixed rain not putting out fires due to a mistranslation issue.EvilSeph2011-04-25-50/+55
* | Added events related to weather in 1.5. Thanks wizjany!EvilSeph2011-04-25-32/+206
* | We need to reset the invalid position.EvilSeph2011-04-25-0/+5
* | Implemented painting events (thanks verrier and tanelsuurhans)Erik Broes2011-04-25-0/+324
* | Added the ability to retrieve a world's Seed.Rigby2011-04-25-0/+4
* | Fix forgotten call of EntityInteractEvent for PressurePlates.Erik Broes2011-04-25-0/+2
* | Fix TextWrapping issues; Now limits the packets send to the client to either:...Erik Broes2011-04-25-35/+98
* | Fixed ENTITY_INTERACT event for BlockSoil. Thanks wizjany!EvilSeph2011-04-25-1/+2
* | Fixes the whitescreen issue some people were having.EvilSeph2011-04-24-0/+21
* | Hid stacktrace for socket exceptions.EvilSeph2011-04-23-0/+15
* | Added reset for pitch/yaw if they are somehow set to NaN.EvilSeph2011-04-23-2/+12
* | Limited sign text length to 15 characters, as per the spec.EvilSeph2011-04-23-0/+50
* | Made the server not accept Packet27 as it is not used.EvilSeph2011-04-22-0/+205
* | Reduced console spam under certain conditions.EvilSeph2011-04-22-1/+2
* | Fixed NPE in lightning fire event.sk89q2011-04-22-2/+2
* | Add methods to control thunder.sk89q2011-04-22-0/+23
* | Added weather control methods.sk89q2011-04-22-1/+23
* | Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.sk89q2011-04-22-4/+11
* | Added events for fires caused by lightning. (Not 100% sure that they get call...sk89q2011-04-22-0/+121
* | Changed Block.setTypeId() back to old behavior before the new translation pro...sk89q2011-04-21-1/+1
* | Fixing CLI arguments for the 100th time - now with CraftBukkit comment-ey goo...EvilSeph2011-04-22-1/+1
* | Proper fix for the console spam on disconnect/kick.EvilSeph2011-04-21-3/+2
* | Fixed ordering of params used in SignChangeEvent.EvilSeph2011-04-21-2/+2
* | Implemented stats/achievement givingDinnerbone2011-04-21-0/+46
* | Reduced console spam on disconnect/kick.EvilSeph2011-04-21-1/+2
* | Made reload support allow-flight.EvilSeph2011-04-21-0/+1
|/
* Fixed the fix of Creeper.setPoweredDinnerbone2011-04-21-2/+2
* Fixed creeper.setPoweredDinnerbone2011-04-21-2/+2
* Implemented LIGHTNING damageDinnerbone2011-04-21-1/+13
* Implemented Weather and WeatherStormDinnerbone2011-04-21-0/+41
* Implemented Creeper.is/setPoweredDinnerbone2011-04-21-0/+12
* Java compatDinnerbone2011-04-21-2/+3
* Update for 1.5_02.Erik Broes2011-04-21-1278/+1558
* Reapplying changes lost with our new system in CraftInventory and CraftInvent...EvilSeph2011-04-21-15/+15
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-3172/+3152
* Don't want the scheduler taking invalid arguments as well.sk89q2011-04-18-0/+8
* Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash t...sk89q2011-04-18-5/+20
* Fixed another issue involving invalid player positions or movement.EvilSeph2011-04-19-17/+28
* Fixed name display in log messages for invalid yaw/pitch check.EvilSeph2011-04-19-2/+2
* Added pre-login event for catching logins right after name verification has c...sk89q2011-04-16-2/+59
* The @Override annotation should only be used when overriding a method.Andrew Ardill2011-04-14-2/+0
* Fixed an oversight allowing players to set invalid positions.EvilSeph2011-04-13-0/+24
* Fixed the NaN check in Entity.javaEvilSeph2011-04-13-2/+2
* Removed redundant check due to merging the ifs. Ooops.EvilSeph2011-04-12-6/+0
* Fixed a crash involving invalid positions.EvilSeph2011-04-12-0/+12