summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
...
* (Probably) fixed the sign exploitDinnerbone2011-03-08-0/+53
* Fixed the fix of the inventory dupe bugDinnerbone2011-03-08-1/+1
* Fixed an exploit allowing item duplication upon deathDinnerbone2011-03-08-0/+2
* Fixed a minecraft exploit allowing anyone to pick their usernameDinnerbone2011-03-08-0/+37
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-51/+17
* Implemented LivingEntity.damageDinnerbone2011-03-07-0/+8
* Fixed BLOCK_CANBUILD never throwingDinnerbone2011-03-07-1/+1
* Regenerate and refresh chunk methodsRaphfrk2011-03-07-20/+66
* Fixed isChunkInUse()Raphfrk2011-03-07-2/+2
* Velocity now sends updates to playersDinnerbone2011-03-05-4/+3
* Updated CraftServer to lowercase r in registerInterface method..VictorD2011-03-05-1/+1
* Implemented Entity.get/setMomentumDinnerbone2011-03-04-0/+10
* Removed Block.getRawDataDinnerbone2011-03-04-9/+4
* BlockFlowing NPE fix.Erik Broes2011-03-02-6/+15
* Synchronized EntityTrackingtahg2011-03-02-7/+7
* Implements World.save and Server.savePlayers()Morgan Humes2011-03-02-2/+14
* RedstoneChange event thrown then the redstone *changes* not when it stays the...Erik Broes2011-03-02-6/+8
* Java 1.5 compat.Erik Broes2011-03-02-5/+40
* limit chunk unloading to 50 per ticktahg2011-03-02-1/+1
* Synchronized and moved Hash classesFrozenCow2011-03-01-15/+15
* Ignore entity movement packets if distance == 0VictorD2011-03-01-0/+5
* Fixed chatDinnerbone2011-03-01-0/+1
* Let's handle (bwhaha) the Craft* entities a bit better.Erik Broes2011-03-01-53/+52
* Added method to set spawn locationSpeaKeasY2011-03-01-1/+10
* Sped up teleporting even more, + fixed isSneakingDinnerbone2011-02-28-18/+5
* - fix VEHICLE_COLLISION_BLOCK event firingTanel Suurhans2011-02-28-1/+1
* implement World.getPlayersTanel Suurhans2011-02-28-0/+17
* - add BedBlock - implement BLOCK_INTERACT for bedsTanel Suurhans2011-02-28-0/+155
* Hacky fix against block invulnerabilityDinnerbone2011-02-28-0/+18
* Spiral teleporting! Wheeeee!Dinnerbone2011-02-28-0/+2
* BUGFIX: Damage events should be using getDamage() to set damage.Andrew Ardill2011-02-28-2/+5
* Removing debug statements.EvilSeph2011-02-28-48/+17
* Implemented Server.getPluginCommandDinnerbone2011-02-28-0/+10
* Catch errors loading pluginsDinnerbone2011-02-27-1/+7
* Implemented chat recipientsDinnerbone2011-02-26-2/+2
* Removed onCommandDinnerbone2011-02-26-11/+0
* Fixed empty console! Oops!Dinnerbone2011-02-26-4/+4
* Added command line option 'date-format' to control how dates are printed to c...Dinnerbone2011-02-26-5/+40
* More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for...Erik Broes2011-02-25-4/+4
* Prevent movement event to be spammed for moving less than a pixel.Erik Broes2011-02-25-1/+12
* Startup time now reported in seconds, nanoseconds, Really? O.oErik Broes2011-02-25-1/+7
* Properly handle PLAYER_ITEM and its clickedFace.Erik Broes2011-02-25-14/+14
* Fixed 'sign'-BlockFace (1!=l).Erik Broes2011-02-25-1/+1
* All worlds should be saved on save-all. Player data should be saved when a sa...EvilSeph2011-02-25-2/+4
* Added ">" to input command line, separated it from output buffer properlyDinnerbone2011-02-25-6/+7
* Much better console interaction. History, no more losing the command, colours...Dinnerbone2011-02-25-7/+176
* Temporary fix for teleportationDinnerbone2011-02-25-0/+19
* possible fix for block breaking bugTahg2011-02-24-26/+32
* Fixed logging back in on non-default worlds (Yes really)Dinnerbone2011-02-24-1/+6
* Fixed ENTITY_DAMAGE involving slimes (per DHowet)Dinnerbone2011-02-24-2/+20