Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fixed setTypeIdAndData sending client updates when not using physics | Raphfrk | 2011-03-14 | -1/+5 |
| | ||||
* | This should fix the chunk ghosting bug | Raphfrk | 2011-03-14 | -2/+8 |
| | ||||
* | Fix getDisplayName getting lost when getBukkitEntity is called | Erik Broes | 2011-03-13 | -4/+2 |
| | ||||
* | Added methods to support RemoteBukkit | stevenh | 2011-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 dust | Tahg | 2011-03-12 | -1/+1 |
| | ||||
* | TextWrapper now wraps text at the proper width and also prevent splitting ↵ | Erik Broes | 2011-03-12 | -4/+14 |
| | | | | unless it is needed | |||
* | Sourcefiles shouldn't be executable | Erik Broes | 2011-03-12 | -0/+0 |
| | ||||
* | Clean code a bit | Erik Broes | 2011-03-12 | -102/+92 |
| | ||||
* | Added Player.sendRawMessage(). | sk89q | 2011-03-12 | -0/+4 |
| | ||||
* | stupid ChunkPosition's are relative to the chunk | Tahg | 2011-03-11 | -1/+1 |
| | ||||
* | Code cleanup, fixed doors, chunk entity fetching | Tahg | 2011-03-11 | -32/+36 |
| | ||||
* | properly implement locks | Tahg | 2011-03-10 | -49/+33 |
| | ||||
* | Additional hooks for chunks | Tahg | 2011-03-10 | -1/+28 |
| | ||||
* | Additional redstone hooks | Tahg | 2011-03-10 | -1/+18 |
| | ||||
* | Add non updating type/data sets | Tahg | 2011-03-10 | -0/+24 |
| | ||||
* | Add locks to Hashset | Tahg | 2011-03-10 | -63/+128 |
| | ||||
* | Attempt to fix console crash | Dinnerbone | 2011-03-09 | -1/+5 |
| | ||||
* | Changed block cache to soft references (should help a lot with memory usage) | Dinnerbone | 2011-03-09 | -1/+202 |
| | ||||
* | Implemented LivingEntity.getEyeLocation() | Andrew Ardill | 2011-03-09 | -0/+8 |
| | ||||
* | Purged deprecated MobType and MobSpawner | Dinnerbone | 2011-03-07 | -36/+1 |
| | ||||
* | Implemented LivingEntity.damage | Dinnerbone | 2011-03-07 | -0/+8 |
| | ||||
* | Regenerate and refresh chunk methods | Raphfrk | 2011-03-07 | -18/+64 |
| | ||||
* | Fixed isChunkInUse() | Raphfrk | 2011-03-07 | -2/+2 |
| | ||||
* | Velocity now sends updates to players | Dinnerbone | 2011-03-05 | -4/+3 |
| | ||||
* | Updated CraftServer to lowercase r in registerInterface method.. | VictorD | 2011-03-05 | -1/+1 |
| | ||||
* | Implemented Entity.get/setMomentum | Dinnerbone | 2011-03-04 | -0/+10 |
| | ||||
* | Removed Block.getRawData | Dinnerbone | 2011-03-04 | -7/+2 |
| | ||||
* | Implements World.save and Server.savePlayers() | Morgan Humes | 2011-03-02 | -1/+13 |
| | ||||
* | Java 1.5 compat. | Erik Broes | 2011-03-02 | -5/+40 |
| | ||||
* | Synchronized and moved Hash classes | FrozenCow | 2011-03-01 | -1/+287 |
| | ||||
* | Fixed chat | Dinnerbone | 2011-03-01 | -0/+1 |
| | ||||
* | Let's handle (bwhaha) the Craft* entities a bit better. | Erik Broes | 2011-03-01 | -53/+52 |
| | ||||
* | Added method to set spawn location | SpeaKeasY | 2011-03-01 | -1/+10 |
| | ||||
* | Sped up teleporting even more, + fixed isSneaking | Dinnerbone | 2011-02-28 | -3/+1 |
| | ||||
* | implement World.getPlayers | Tanel Suurhans | 2011-02-28 | -0/+17 |
| | ||||
* | Spiral teleporting! Wheeeee! | Dinnerbone | 2011-02-28 | -0/+2 |
| | ||||
* | Implemented Server.getPluginCommand | Dinnerbone | 2011-02-28 | -0/+10 |
| | ||||
* | Catch errors loading plugins | Dinnerbone | 2011-02-27 | -1/+7 |
| | ||||
* | Fixed empty console! Oops! | Dinnerbone | 2011-02-26 | -4/+4 |
| | ||||
* | Added command line option 'date-format' to control how dates are printed to ↵ | Dinnerbone | 2011-02-26 | -1/+35 |
| | | | | console (not to log) | |||
* | Added ">" to input command line, separated it from output buffer properly | Dinnerbone | 2011-02-25 | -3/+5 |
| | ||||
* | Much better console interaction. History, no more losing the command, ↵ | Dinnerbone | 2011-02-25 | -0/+119 |
| | | | | colours, inline editing, etc. Shorter log output to console (but not to file). | |||
* | Attempt to convert multiworld worlds... world. | Dinnerbone | 2011-02-24 | -0/+9 |
| | ||||
* | Fixed CraftItem NPEs | Dinnerbone | 2011-02-23 | -0/+1 |
| | ||||
* | ConsoleCommandSender no longer has a default constructor, use ↵ | Dinnerbone | 2011-02-23 | -1/+5 |
| | | | | ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc | |||
* | Fix for isOp | Tahg | 2011-02-23 | -1/+1 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -217/+219 |
| | ||||
* | refactor Items | Tahg | 2011-02-21 | -51/+65 |
| | ||||
* | returning if a thread is not alive should happen before any changes to | Andrew Ardill | 2011-02-21 | -2/+2 |
| | | | | | the list of workers, hence the return statement should be in the synchronized block. | |||
* | implementation of isQueued() | Andrew Ardill | 2011-02-21 | -0/+14 |
| |