EvilSeph
282fcb44ed
Added RemoteControlSession for diff visibility.
2012-06-08 20:23:44 -04:00
Travis Watkins
77cc225b83
Don't try to parse directories if we don't have any.
2012-06-06 12:12:42 -05:00
Travis Watkins
6a37511144
Try to make parent directories for --log-pattern path. Fixes BUKKIT-680
2012-06-04 18:05:23 -05:00
Travis Watkins
e385ffaefc
Call ignite event for fireball shot from dispenser.
2012-06-04 17:25:39 -05:00
feildmaster
d8199aaa39
Fix a NullPointerException.
2012-06-04 04:22:22 -05:00
feildmaster
f15785669a
Launch fireballs at eye location. Fixes BUKKIT-1155
2012-06-03 05:34:58 -05:00
feildmaster
e520032205
Further improving ItemStack handling
2012-06-03 05:30:22 -05:00
Travis Watkins
13fcb9e371
Make log-strip-color a simple flag instead of a boolean.
2012-06-02 14:43:38 -05:00
Travis Watkins
70c91c161e
Resize UnsafeList to initial capacity when cleared and implement clone.
2012-06-01 13:03:59 -05:00
Travis Watkins
894ea06567
Reduce default size of path array. Addresses BUKKIT-1469.
...
The Path object creates an array of 1024 PathPoint objects as the backing
for a sorted queue but testing shows we tend to get only 80 or so entries
in the array at most. To save memory this changes the default size of the
array to 128. Changing it to 64 was considered but that triggered too many
resizes which is detremental to performance.
2012-05-31 19:55:28 -05:00
Travis Watkins
9e5d6699f5
Add Path.java from mc-dev for diff visibility
2012-05-31 19:54:31 -05:00
Wesley Wolfe
266212f9f8
Fix bold states while printing; Fixes BUKKIT-1716
2012-05-26 15:32:38 -05:00
Wesley Wolfe
25cfdfa05e
Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717
2012-05-26 15:27:55 -05:00
EvilSeph
17cea3e57f
Updated version to 1.2.5-R3.1-SNAPSHOT for development towards next release.
2012-05-26 02:24:17 -04:00
EvilSeph
a18c608830
Updated version to 1.2.5-R3.0 in pom.xml for RB.
2012-05-26 00:28:07 -04:00
Wesley Wolfe
5d3c8bfaa4
Removed AnimalTamer cache, fixes BUKKIT-1628
2012-05-24 23:02:02 -05:00
Wesley Wolfe
c43012ef1c
Fixed broken hashCode()
2012-05-24 23:01:33 -05:00
Wesley Wolfe
92dce25d3c
Update Bukkit API dependency to 1.2.5-R2.1-SNAPSHOT
2012-05-24 22:46:45 -05:00
Travis Watkins
c1bc0df718
Add in checks for potential NPEs. Fixes BUKKIT-1706 and BUKKIT-1590.
2012-05-24 19:12:56 -05:00
Charles Daffern
2f16b8ffa3
Don't spam console with errors on unexpected disconnect. Addresses BUKKIT-693
2012-05-23 21:53:02 -05:00
Charles Daffern
c07d4fffb0
Adding NetworkWriterThread for diff visibility
2012-05-23 21:53:01 -05:00
Charles Daffern
8be14b5bb3
Fix inaccurate head yaw. Fixes BUKKIT-1702
2012-05-23 21:52:59 -05:00
Travis Watkins
fdddc681d2
Use jansi's Windows support for terminal colors.
2012-05-23 15:32:42 -05:00
Travis Watkins
478fa4a969
Remove "failed to querty stty columns" spam. Fixes BUKKIT-1669.
...
When trying to execute stty to get terminal properties an
InterruptedException can be triggered even though we've read all of the
output from stty that we need. Instead of printing a warning and returning
-1 in this case try to parse what data we do have and reset the cache timer.
May also address BUKKIT-1627 and BUKKIT-1686.
2012-05-23 15:32:42 -05:00
Travis Watkins
2e744dbf64
Add files from jline for diff visibility
2012-05-23 15:32:42 -05:00
Travis Watkins
94e9543a14
Add fallback for when jline fails to initialize. Fixes BUKKIT-1675.
2012-05-23 15:32:33 -05:00
md_5
21327265f0
[Bleeding] Improve handling of ItemStacks. Addresses BUKKIT-1697
2012-05-23 04:10:49 -05:00
Score_Under
0f984dd9a5
Re-implement World.getTemperature and World.getHumidity
2012-05-23 04:02:15 -05:00
feildmaster
d484956c10
Updated version to 1.2.5-R2.1-SNAPSHOT for development towards next release
2012-05-19 17:55:53 -05:00
EvilSeph
f5da24cb8b
Updated version to 1.2.5-R2.0 in pom.xml for RB.
2012-05-17 23:12:08 -04:00
Travis Watkins
af89cc783f
Don't cap food level at 20 when eating. Fixes BUKKIT-1667
...
The amount of food gained when eating is used for calculating the food
saturation value so capping it at 20 at this point causes us to get
incorrect results. FoodMetaData.eat caps it at 20 anyway so we're safe to
not do so here.
Also readds a line from mc-dev that was mistakenly removed.
2012-05-17 21:17:23 -05:00
Travis Watkins
3ee75ab6d3
Replace TextWrapper with simple newline splitting. Fixes BUKKIT-1662
...
TextWrapper used to try to ensure a message would wrap correctly on the
client by counting the width of the characters in pixels and wrapping
before hitting that limit. This was needed because the client would lose
color information when wrapping and could not handle long lines of text.
Now that both of these problems are solved in the client we can replace
TextWrapper with simple code to split the message into multiple packets on
newlines and ensure chat colors carry across to the new packet.
2012-05-16 23:47:14 -05:00
feildmaster
b6d611d9be
Revert obsolete "fix" for Redstone Torches
2012-05-17 00:24:26 -04:00
feildmaster
41b2e89c70
Assert that the block is still present after placement. Fixes BUKKIT-1399
2012-05-17 00:24:10 -04:00
feildmaster
1d361c2f48
Fix block place protection using a larger radius. Fixes BUKKIT-1617
2012-05-16 18:43:44 -05:00
Travis Watkins
4c8f6f2caa
Add option to strip color codes from server.log file
2012-05-16 13:21:23 -05:00
Travis Watkins
e91169ebad
Add ConsoleLogFormatter for diff visibility
2012-05-15 23:29:39 -05:00
EdGruberman
31d488a386
Update to jline 2. Fixes BUKKIT-717
...
JLine 2 allows for better color matching in the console and support for
colors in console on Windows. Hopefully provides better performance as well.
2012-05-15 23:27:51 -05:00
Travis Watkins
cbd20ec9ea
Use a different temp file for each player to avoid corruption. Fixes BUKKIT-1607
2012-05-09 01:40:19 -05:00
Travis Watkins
ef7e14f9ef
Fire events for fireball item usage. Fixes BUKKIT-1566
2012-05-09 01:40:19 -05:00
Travis Watkins
bbc3d31be7
Add ItemFireball from mc-dev for diff visibility
2012-05-09 01:40:19 -05:00
EvilSeph
fdc5c17a4c
Updated version to 1.2.5-R1.4-SNAPSHOT for development towards next release.
2012-05-02 14:28:29 -04:00
EvilSeph
c7f70f242b
Updated version to 1.2.5-R1.3 in pom.xml for Beta.
2012-04-30 19:36:23 -04:00
feildmaster
2f976705be
Revert "Fix potential NPE in vanish API. Fixes BUKKIT-1541"
...
This reverts commit ebf121800bd3161e4af0f6d9229ccb39c31fc278.
If the handle ever becomes null we need to know about it so we can debug it further.
2012-04-27 12:48:40 -05:00
feildmaster
99aeb32d0d
Remove Player cache and edit CraftPlayer.equals to account for EntityID. Fixes BUKKIT-1541 and Addresses BUKKIT-761
2012-04-27 12:33:40 -05:00
Travis Watkins
53ed0dad48
Don't call event if getOwner is null. Fixes BUKKIT-1545
2012-04-25 22:43:15 -04:00
md_5
3e382034e9
Fix growing large tress near world height. Fixes BUKKIT-1072
2012-04-25 22:30:42 -04:00
Travis Watkins
0153fe1f33
Check if packet is null before checking priority. Fixes BUKKIT-1579
2012-04-25 10:34:53 -05:00
EvilSeph
efab1e8b18
Updated version to 1.2.5-R1.3-SNAPSHOT for development towards next release.
2012-04-25 00:58:32 -04:00
EvilSeph
4368b21297
Updated version to 1.2.5-R1.2 in pom.xml for Beta.
2012-04-24 23:41:11 -04:00