Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Prevent movement event to be spammed for moving less than a pixel. | Erik Broes | 2011-02-25 | -1/+12 |
| | ||||
* | Startup time now reported in seconds, nanoseconds, Really? O.o | Erik Broes | 2011-02-25 | -1/+7 |
| | ||||
* | Properly handle PLAYER_ITEM and its clickedFace. | Erik Broes | 2011-02-25 | -14/+14 |
| | ||||
* | Fixed 'sign'-BlockFace (1!=l). | Erik Broes | 2011-02-25 | -1/+1 |
| | ||||
* | All worlds should be saved on save-all. Player data should be saved when a ↵ | EvilSeph | 2011-02-25 | -2/+4 |
| | | | | save occurs. | |||
* | Added ">" to input command line, separated it from output buffer properly | Dinnerbone | 2011-02-25 | -3/+2 |
| | ||||
* | Much better console interaction. History, no more losing the command, ↵ | Dinnerbone | 2011-02-25 | -7/+57 |
| | | | | colours, inline editing, etc. Shorter log output to console (but not to file). | |||
* | Temporary fix for teleportation | Dinnerbone | 2011-02-25 | -0/+19 |
| | ||||
* | possible fix for block breaking bug | Tahg | 2011-02-24 | -26/+32 |
| | ||||
* | Fixed logging back in on non-default worlds (Yes really) | Dinnerbone | 2011-02-24 | -1/+6 |
| | ||||
* | Fixed ENTITY_DAMAGE involving slimes (per DHowet) | Dinnerbone | 2011-02-24 | -2/+20 |
| | ||||
* | Fixed some debug | Tahg | 2011-02-24 | -8/+30 |
| | ||||
* | synchronize hashmap lookups | Tahg | 2011-02-23 | -1/+3 |
| | ||||
* | attempt to track down some bugs | Tahg | 2011-02-23 | -0/+6 |
| | ||||
* | Corrected Exceptions text when loading and saving ops | stevenh | 2011-02-24 | -2/+2 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -344/+415 |
| | ||||
* | BlockStationary fix | Erik Broes | 2011-02-23 | -1/+1 |
| | ||||
* | ConsoleCommandSender no longer has a default constructor, use ↵ | Dinnerbone | 2011-02-23 | -1/+3 |
| | | | | ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc | |||
* | possible fix for levers, ladders, and buttons | speakeasy | 2011-02-23 | -1/+1 |
| | ||||
* | Fixed bad cast in EntityItem | Dinnerbone | 2011-02-23 | -1/+1 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -3063/+2951 |
| | ||||
* | Fix PlayerRespawnEvent for multi-worlds | Taylor Kelly | 2011-02-22 | -0/+5 |
| | ||||
* | refactor Items | Tahg | 2011-02-21 | -7/+7 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -151/+106 |
| | ||||
* | Merge branch 'master' of github.com:Bukkit/CraftBukkit | Dinnerbone | 2011-02-21 | -39/+87 |
|\ | ||||
| * | Second part of NPE and arctan update :3 | VictorD | 2011-02-20 | -4/+10 |
| | | ||||
| * | Fix encoding in net.minecraft.server files. | Daniel Chesters | 2011-02-20 | -16/+16 |
| | | ||||
| * | Fixed issue with color markers in messages sent to the client. | David Flemström | 2011-02-20 | -4/+7 |
| | | | | | | | | | | | | | | | | This fix eliminates crashes related to color markers being at end-of-line, and also makes colors persist across line breaks. - The broadcast message is split up in multiple packets, one per line - Color markers are reorganized, so that color 'sticks across lines' - The wrapping method calculates the *rendered* line length. Thus, if the user has a weird font, it might look weird. | |||
| * | 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 | -1/+6 |
| | | ||||
| * | 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 slime as a detected entity. | sk89q | 2011-02-19 | -0/+2 |
| | | ||||
* | | Make all new loggers default to the same logging as "Minecraft" (to console ↵ | Dinnerbone | 2011-02-20 | -0/+42 |
|/ | | | | + file, same format) | |||
* | Redirect System.out and System.err to a Logger | Dinnerbone | 2011-02-20 | -0/+8 |
| | ||||
* | Fixed CLI arguments | Dinnerbone | 2011-02-19 | -1/+1 |
| | ||||
* | 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. | |||
* | Updated to use CreatureType and CreatureSpawner | Andrew Ardill | 2011-02-17 | -1/+2 |
| | | | | | | 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/+31 |
| | ||||
* | Added CREATURE_SPAWN event per ss2man44 | EvilSeph | 2011-02-16 | -0/+45 |
| | ||||
* | Implementation of BlockBreakEvent | Meaglin | 2011-02-13 | -0/+20 |
| | ||||
* | 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 | -5/+1 |
| | ||||
* | Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added ↵ | afforess | 2011-02-12 | -16/+24 |
| | | | | 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 |
| | ||||
* | 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 |
| |