27f7a99512Item drop handling changes.
EvilSeph
2011-08-08 23:01:33 -04:00
96a0e87068Fixed chunks being overwritten with empty chunks when the memory setting is immediately changed after a world loads.
Rigby
2011-08-11 10:29:39 +01:00
f795055012Fixed a piston crash (AIOOBE).
EvilSeph
2011-08-09 22:25:33 -04:00
5d2a195835Implemented new permission system
Dinnerbone
2011-07-17 17:19:41 +01:00
cc9ccc8976Removed some old deprecated code and clean up javadocs + warnings
Erik Broes
2011-07-17 15:34:40 +02:00
fd260b0f4dAllow colorchar to be uppercase
Erik Broes
2011-07-17 15:34:11 +02:00
f7712eb20cDeprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()
Erik Broes
2011-07-17 15:02:32 +02:00
f3a86eaacaImplemented BLOCK_PISTON_CONTRACT/EXPAND
Erik Broes
2011-07-17 00:19:25 +02:00
df9142cd14Use the regular repo-url again
Erik Broes
2011-07-17 00:28:35 +02:00
e4edbf288dDon't use weak/soft references for keys, attempt to lessen memory impact further
Dinnerbone
2011-07-16 02:55:54 +01:00
c101c3553bReadded ConcurrentSoftMap because apparently some plugins need this. (They really, really shouldn't be using it. At all.)
Dinnerbone
2011-07-15 21:49:53 +01:00
a507add4eaFixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling.
Dinnerbone
2011-07-15 18:28:09 +01:00
30a382a6dcMade ProjectileHitEvent fire instantly when projectiles don't hit entities.
sunkid
2011-07-14 10:46:02 -07:00
43492ab6afRevert "Do not immediately re-queue repeating tasks, or they may simply keep repeating on this tick, until the 35ms time limit runs out." See 3632d99122 (commitcomment-478252)
Dinnerbone
2011-07-14 23:21:28 +01:00
4a932c11deDo not immediately re-queue repeating tasks, or they may simply keep repeating on this tick, until the 35ms time limit runs out.
Afforess
2011-07-13 17:26:33 -07:00
958acee5afUse ColouredConsoleSender to send chat to console. Thanks TheDgtl!
EvilSeph
2011-07-14 15:45:24 -04:00
83fd8fad69Added command line logging configuration which enables log file: * Size limiting (--log-limit <size in bytes>) * Rotation (--log-count <count of files>) * Custom naming (--log-pattern <filename pattern>) * Append (--log-append <true|false>) Note: This is done via command line and not bukkit-settings as that would require lots of refactoring of both core server and CraftBukkit due to the current initialisation ordering and depenencies. All settings default to that of the standard server
stevenh
2011-07-10 18:28:57 +01:00
f6a06e8df4Temporarily relocated 1.7.3 jar to static location
Erik Broes
2011-07-09 11:49:43 +02:00
c56d0c0842Use generators from bukkit.yml if none was specified at createWorld
Dinnerbone
2011-07-08 19:01:03 +01:00
dac47b0134Updated pom mc version
Dinnerbone
2011-07-08 13:30:49 +01:00
2f218ba6b1Update for 1.7.3
Dinnerbone
2011-07-08 13:25:53 +01:00