summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeLines
* TextWrapper now wraps text at the proper width and also prevent splitting ↵Erik Broes2011-03-12-4/+14
| | | | unless it is needed
* Sourcefiles shouldn't be executableErik Broes2011-03-12-0/+0
|
* Clean code a bitErik Broes2011-03-12-102/+92
|
* Added Player.sendRawMessage().sk89q2011-03-12-0/+4
|
* fixed diodesTahg2011-03-12-1/+1
|
* more NPE fixes regarding redstoneTahg2011-03-11-3/+3
|
* stupid ChunkPosition's are relative to the chunkTahg2011-03-11-1/+1
|
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-52/+61
|
* NPE fix in redstoneTahg2011-03-11-1/+1
|
* properly implement locksTahg2011-03-10-49/+33
|
* Fixing grammar and CraftBukkit comment.EvilSeph2011-03-10-2/+2
|
* Redstone fixesTahg2011-03-10-2/+2
|
* Add redstone events to common blocksTahg2011-03-10-27/+220
|
* Additional hooks for chunksTahg2011-03-10-1/+28
|
* Additional redstone hooksTahg2011-03-10-1/+18
|
* Add non updating type/data setsTahg2011-03-10-0/+24
|
* Add locks to HashsetTahg2011-03-10-63/+128
|
* Attempt to fix double disconnectsDinnerbone2011-03-10-3/+5
|
* Slight tweak to EntityPlayer to add toString for name+position for error ↵Dinnerbone2011-03-10-0/+7
| | | | tracking
* Attempt to fix console crashDinnerbone2011-03-09-1/+5
|
* Changed block cache to soft references (should help a lot with memory usage)Dinnerbone2011-03-09-1/+202
|
* Fixed LOGIN packet issueDinnerbone2011-03-09-2/+4
|
* Fixed exploit allowing people to place blocks anywhereDinnerbone2011-03-09-0/+13
|
* Implemented LivingEntity.getEyeLocation()Andrew Ardill2011-03-09-0/+8
|
* Record invalid ItemInHandIndex packetErik Broes2011-03-09-0/+10
|
* Fixed crash with bad holding slotDinnerbone2011-03-09-1/+5
|
* Sign exploit fix is spammy no more. Probably.Dinnerbone2011-03-09-1/+2
|
* (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 ↵Erik Broes2011-03-02-6/+8
| | | | the same :D
* 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
|