summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Collapse)AuthorAgeLines
* Fixed setTypeIdAndData sending client updates when not using physicsRaphfrk2011-03-14-1/+5
|
* This should fix the chunk ghosting bugRaphfrk2011-03-14-2/+8
|
* Fix getDisplayName getting lost when getBukkitEntity is calledErik Broes2011-03-13-4/+2
|
* Added methods to support RemoteBukkitstevenh2011-03-12-3/+70
| | | | | | | This means all commands even "default" server commands work within the command structure returning output to the command sender Updated default kick command to be compatible with kick + msg used by remote tools that work with hMod
* Blocks now return power for sources other than redstone dustTahg2011-03-12-1/+1
|
* 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
|
* stupid ChunkPosition's are relative to the chunkTahg2011-03-11-1/+1
|
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-32/+36
|
* properly implement locksTahg2011-03-10-49/+33
|
* 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 console crashDinnerbone2011-03-09-1/+5
|
* Changed block cache to soft references (should help a lot with memory usage)Dinnerbone2011-03-09-1/+202
|
* Implemented LivingEntity.getEyeLocation()Andrew Ardill2011-03-09-0/+8
|
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-36/+1
|
* Implemented LivingEntity.damageDinnerbone2011-03-07-0/+8
|
* Regenerate and refresh chunk methodsRaphfrk2011-03-07-18/+64
|
* 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-7/+2
|
* Implements World.save and Server.savePlayers()Morgan Humes2011-03-02-1/+13
|
* Java 1.5 compat.Erik Broes2011-03-02-5/+40
|
* Synchronized and moved Hash classesFrozenCow2011-03-01-1/+287
|
* 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-3/+1
|
* implement World.getPlayersTanel Suurhans2011-02-28-0/+17
|
* Spiral teleporting! Wheeeee!Dinnerbone2011-02-28-0/+2
|
* Implemented Server.getPluginCommandDinnerbone2011-02-28-0/+10
|
* Catch errors loading pluginsDinnerbone2011-02-27-1/+7
|
* Fixed empty console! Oops!Dinnerbone2011-02-26-4/+4
|
* Added command line option 'date-format' to control how dates are printed to ↵Dinnerbone2011-02-26-1/+35
| | | | console (not to log)
* Added ">" to input command line, separated it from output buffer properlyDinnerbone2011-02-25-3/+5
|
* Much better console interaction. History, no more losing the command, ↵Dinnerbone2011-02-25-0/+119
| | | | colours, inline editing, etc. Shorter log output to console (but not to file).
* Attempt to convert multiworld worlds... world.Dinnerbone2011-02-24-0/+9
|
* Fixed CraftItem NPEsDinnerbone2011-02-23-0/+1
|
* ConsoleCommandSender no longer has a default constructor, use ↵Dinnerbone2011-02-23-1/+5
| | | | ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc
* Fix for isOpTahg2011-02-23-1/+1
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-217/+219
|
* refactor ItemsTahg2011-02-21-51/+65
|
* returning if a thread is not alive should happen before any changes toAndrew Ardill2011-02-21-2/+2
| | | | | the list of workers, hence the return statement should be in the synchronized block.
* implementation of isQueued()Andrew Ardill2011-02-21-0/+14
|