Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -2917/+2898 |
| | ||||
* | Fixed another issue involving invalid player positions or movement. | EvilSeph | 2011-04-19 | -17/+28 |
| | ||||
* | Fixed name display in log messages for invalid yaw/pitch check. | EvilSeph | 2011-04-19 | -2/+2 |
| | ||||
* | Added pre-login event for catching logins right after name verification has ↵ | sk89q | 2011-04-16 | -2/+59 |
| | | | | completed. This happens in a different thread from the server (and thus can also block). | |||
* | Fixed an oversight allowing players to set invalid positions. | EvilSeph | 2011-04-13 | -0/+24 |
| | ||||
* | Fixed the NaN check in Entity.java | EvilSeph | 2011-04-13 | -2/+2 |
| | ||||
* | Removed redundant check due to merging the ifs. Ooops. | EvilSeph | 2011-04-12 | -6/+0 |
| | ||||
* | Fixed a crash involving invalid positions. | EvilSeph | 2011-04-12 | -0/+12 |
| | ||||
* | Made fauxSleeping persist on death and cross-world teleport. | sk89q | 2011-04-11 | -1/+2 |
| | ||||
* | Fixed potential NPE with bed leave event. | sk89q | 2011-04-11 | -1/+6 |
| | ||||
* | Fixin' the problem of AFK people not in bed. | sk89q | 2011-04-11 | -3/+26 |
| | ||||
* | Added bed events and methods. | sk89q | 2011-04-07 | -2/+32 |
| | ||||
* | Prevent nasty connection errors from hitting the console. | Tony | 2011-04-07 | -0/+14 |
| | ||||
* | Fix for invalid float values too | Dinnerbone | 2011-04-07 | -0/+19 |
| | ||||
* | Fixed a crash in pitch/yaw calculation, probably a big improvement ↵ | Dinnerbone | 2011-04-07 | -2/+2 |
| | | | | performance too (but then maybe not :D) | |||
* | Allows eggs support with Slimes, Wolves and Monsters | Dinnerbone | 2011-04-05 | -0/+9 |
| | ||||
* | Made changes that were missed in translation that might cause chunk issues. | EvilSeph | 2011-04-04 | -2/+2 |
| | ||||
* | added some API for entities | Tahg | 2011-04-04 | -5/+117 |
| | ||||
* | Changed PlayerQuit to allow last minute modifications to player state. | afforess | 2011-04-03 | -5/+7 |
| | ||||
* | Added player.saveData and player.loadData. | afforess | 2011-04-03 | -1/+1 |
| | ||||
* | Base digging/blockbreaks on actual time rather than the servers tickrate. | Erik Broes | 2011-04-03 | -2/+3 |
| | | | | | Servers under high load suffer from tick-time degradation as severe as 1 tick taking 0.25s (rather than 0.05s). This will failing blockbreaks. | |||
* | Added the ability to set the quit message | Raphfrk | 2011-04-02 | -4/+8 |
| | ||||
* | Added VEHICLE_DESTROY event | Robert Sargant | 2011-04-02 | -0/+23 |
| | ||||
* | Exempt players from calling CreatureSpawn | Erik Broes | 2011-04-01 | -2/+2 |
| | ||||
* | Fix coordinates on SIGN_CHANGE | Erik Broes | 2011-04-01 | -2/+2 |
| | ||||
* | Updated packet-filters | Erik Broes | 2011-04-01 | -33/+34 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -759/+985 |
| | ||||
* | Allow GIANTS to spawn from Eggs | Erik Broes | 2011-03-29 | -0/+3 |
| | ||||
* | Changed the Kick result from KICK_BANNED to KICK_WHITELIST because not being ↵ | HACKhalo2 | 2011-03-29 | -1/+1 |
| | | | | on the whitelist doesn't mean your banned. | |||
* | Ctrl+C saves world before stopping | Dinnerbone | 2011-03-29 | -1/+3 |
| | ||||
* | Fixed trickle exploit | Dinnerbone | 2011-03-27 | -0/+237 |
| | ||||
* | Line endings, damnit! | Dinnerbone | 2011-03-27 | -5/+5 |
| | ||||
* | Limit server to only send the packets it creates and only accept the packets ↵ | Erik Broes | 2011-03-27 | -0/+252 |
| | | | | the client creates | |||
* | Updated for the changes done in Bukkit | Erik Broes | 2011-03-27 | -5/+5 |
| | ||||
* | Fix some wrong event creations after previous change | Erik Broes | 2011-03-26 | -4/+3 |
| | ||||
* | Reset 'stance' to something valid after receiving a broken one. Hopefully ↵ | Erik Broes | 2011-03-26 | -0/+1 |
| | | | | stops the server from falling over. | |||
* | Updated for the cleanups done in Bukkit | Erik Broes | 2011-03-26 | -86/+48 |
| | ||||
* | Added ability to disable the join/leave notices by setting the message to ↵ | Raphfrk | 2011-03-26 | -3/+15 |
| | | | | null in the event. The join message is moved to the onJoinEvent rather than during login | |||
* | Add LEFT_CLICK_BLOCK's face | Erik Broes | 2011-03-26 | -3/+5 |
| | ||||
* | Implement player.getCompassTarget | Erik Broes | 2011-03-25 | -2/+10 |
| | ||||
* | Fix inability to use items under certain circumstances | Erik Broes | 2011-03-25 | -7/+9 |
| | ||||
* | Fixed unable to eat/throw | Erik Broes | 2011-03-24 | -10/+13 |
| | ||||
* | Reset blocks faster clientside | Erik Broes | 2011-03-24 | -0/+11 |
| | ||||
* | Minor logic change and small cleanups | Erik Broes | 2011-03-24 | -5/+6 |
| | ||||
* | Fix accidental Double.MAX_VALUE coordinates in initial PlayerMoveEvent | Erik Broes | 2011-03-24 | -10/+13 |
| | ||||
* | Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage | Erik Broes | 2011-03-24 | -1/+1 |
| | ||||
* | Fix 'double RIGHT_CLICK' event on right-clicking a block with a ↵ | Erik Broes | 2011-03-24 | -44/+24 |
| | | | | non-interactive object | |||
* | Update to PlayerMoveEvent. The From field is set the value of the previous ↵ | Raphfrk | 2011-03-23 | -5/+11 |
| | | | | To Field, and, Pitch or Yaw changes of more then 10 degrees will trigger the event | |||
* | Now also handle entities spawning on a loading a world. (Redacted by Grum) | lem21h | 2011-03-23 | -41/+17 |
| | ||||
* | Fix the "Ghost minecart" issue. | Nicholas Devenish | 2011-03-23 | -5/+0 |
| | | | | | | | | | | | This reverts commit 73647864179cbab9f340044e9d33add445fbe774 - "Ignore entity movement packets if distance == 0" This a commit introduced an intermittent bug which has caused minecart ghosting - they are invisible until you interact with them physically. This is described in leaky bugs: http://leaky.bukkit.org/issues/547 http://leaky.bukkit.org/issues/563 And caused by the fact that normally when loading a chunk, entities fall with gravity before the block data has been loaded, and are sent a zero-distance packet to reset their positions. See Issue #190: https://github.com/Bukkit/CraftBukkit/issues/#issue/190 |