asofold
1011b36d6a
Might have fixed the bed-leave check.
2012-12-18 01:16:52 +01:00
asofold
1e701f01f6
Bind spawn-egg dupe-prevention to the items check to allow turning it
...
off.
2012-12-17 21:55:00 +01:00
asofold
e7a643c692
Add comment.
2012-12-17 21:52:35 +01:00
asofold
13bf0eb705
[Bleeding] Adjust assumeground-set-back.
2012-12-17 21:16:34 +01:00
asofold
f9625af03b
Increment jumpphase after debug output.
2012-12-17 20:07:53 +01:00
asofold
f7e5951506
Assume full block shape for stairs on collidesBlock.
2012-12-17 19:41:44 +01:00
asofold
c6a4cf2ab7
Correct some things about width/length of entities.
...
This might have caused lag and all sorts of problems with moving, such
as getting pulled back near cobweb or water. [Still fp in survivalfly
left.]
2012-12-17 19:15:21 +01:00
asofold
432c7607aa
Store MCAccess in PlayerLocation and MoveInfo.
2012-12-17 18:05:01 +01:00
asofold
817ac36f8b
Comments, order, init values.
2012-12-17 17:57:07 +01:00
asofold
923b4ebdca
No brain necessary for parent pom version, hahaha!
2012-12-17 17:37:42 +01:00
asofold
e2a1fc6a2d
Change signature of MCAccess.isIllegal to AlmostBoolean.
2012-12-17 17:02:04 +01:00
asofold
b397c491fc
Target is Java 1.6.
2012-12-17 16:48:12 +01:00
asofold
6e523ee46e
More logical order.
2012-12-14 10:49:37 +01:00
asofold
a05d3e06c8
Javadoc updates.
2012-12-14 10:44:10 +01:00
asofold
c433bfe215
Update pom descriptions.
2012-12-14 10:36:58 +01:00
asofold
4b07eadc32
Corrections to versions.
2012-12-14 00:44:08 +01:00
asofold
5a98004552
Adjust version.
2012-12-13 23:50:53 +01:00
asofold
5f54286c12
Compiles: poms fixed / hacked. Credit mbax for general setup.
2012-12-13 23:42:59 +01:00
asofold
42521cbb1c
Add resources.
2012-12-13 22:57:21 +01:00
asofold
f21ffd68cb
RAW split setup (does not compile in eclipse).
2012-12-13 22:48:56 +01:00
asofold
934644633f
Fix npes.
2012-12-07 05:47:16 +01:00
asofold
898a9a5212
IBlockAccess has meaning.
2012-12-07 01:18:01 +01:00
asofold
ff94745999
[Instable] Bleeding: Encapsulate CB/MC access for compatibility.
...
Soem things are not optimized yet, also it is a raw commit no test, does
not even compile.
2012-12-06 22:16:07 +01:00
asofold
d47c2cd533
Added MunchHausen check.
2012-12-06 05:43:30 +01:00
asofold
6e62b7ee1b
Fix aspect of NoFall.
...
1. Add used PlayerLocation back to parked.
2. Also check for ladder and stairs.
2012-12-06 02:11:38 +01:00
asofold
da942816f1
Typo.
2012-12-06 02:03:27 +01:00
asofold
ca01f45975
It's done.
2012-12-06 02:01:44 +01:00
asofold
4cdb6027b5
Add lag measurement to TickTask + command.
...
It allows showing average lag covering any period within the last 80
ticks, and also tracks 80 times the sum of 80 ticks, covering 270
seconds roughly. Also lag spikes over 150 ms and over 1000 ms are
counted for one hour (ActionFrequency with 3x20 minutes). A judgment
for the current tick freezing can be done getting the last time for
running
the
tick task.
(Needs to be put to use, yet.)
2012-12-06 01:58:57 +01:00
asofold
115adb342a
Visibility and comments.
2012-12-05 21:51:57 +01:00
asofold
79b514d4fa
Set version to 3.8.5 for development towards next release.
2012-12-05 01:39:37 +01:00
asofold
4c0c432d8e
Set version to 3.8.4-RC fro release on BukkitDev.
2012-12-05 01:24:12 +01:00
asofold
e776a8c524
Fix NPE for block breaking.
...
BlockCache.setAccess was missing (sloppy!).
2012-12-05 01:13:12 +01:00
asofold
9838cf4393
Do not undo command changes.
...
Instead just clear the list. It appears that this leads to recalculation
of permissions, which leads to freezing during disabling the plugin
having NPC plugins like Citizens 2 in place. Undoing the changes is not
that important anyway.
2012-12-04 22:28:51 +01:00
asofold
cfa397fabc
Add BlockCache to isOnGround (breaking duration).
2012-12-04 05:27:11 +01:00
asofold
2d1beaf3a9
Bleeding: Sharpen NoFall.
...
New attempts to reduce fall damage by stopping in mid air and letting
MC deal fall damage (send ground), then regenerate health and/or fall
the last 3 blocks without damage are prevented by this (mostly).
Hopefully few to none false positives.
2012-12-04 04:41:50 +01:00
asofold
14b0700259
Simplify checkDamage.
2012-12-04 03:26:08 +01:00
asofold
d5c76ed416
Set version to 3.8.4 for development towards next release.
2012-12-04 03:19:41 +01:00
asofold
155f00132a
Set version to 3.8.3-RC for release on BukkitDev.
2012-12-04 02:10:41 +01:00
asofold
5ebaf7a8ea
Add verbose log entries on disable (logging.debug).
2012-12-03 17:46:38 +01:00
asofold
a564d676a0
Add methods for checking if listeners are registered.
2012-12-03 17:34:56 +01:00
asofold
9ed8a150bc
Alter synchronization for TickTask queues.
2012-12-02 18:22:54 +01:00
asofold
5fc17e0c11
Fixes after fast commits.
2012-12-02 17:49:18 +01:00
asofold
2f482649a0
Re-order cleanup on disable, clean up metrics too.
2012-12-02 17:39:50 +01:00
asofold
2e9608c056
Add cancel method to metrics.
2012-12-02 17:33:33 +01:00
asofold
7968d01259
Improve ListenerManager cleanup.
2012-12-02 17:27:00 +01:00
asofold
8082b3d33d
TickTask changes applied to plugin.
2012-12-02 17:03:43 +01:00
asofold
a156d1117b
Add method to empty request queues for TickTask.
2012-12-02 16:59:59 +01:00
asofold
2a8b6e3ad2
Add ability to lock TickTask.
...
Prevents adding new entries.
2012-12-02 16:58:16 +01:00
asofold
44b6eb2b2a
Ensure minimal capacity for CoordMap (not relevant to known issues).
2012-12-02 16:45:07 +01:00
asofold
2c73a8adb8
Collect block flags after checking isIllegal (!).
2012-12-01 21:40:53 +01:00