Commit Graph

1103 Commits

Author SHA1 Message Date
asofold
f5eb4ca16c Last config change in build 176. 2012-10-25 01:15:07 +02:00
asofold
f16c025f53 Set version to 3.7.8 for development towards next release. 2012-10-25 01:13:09 +02:00
asofold
3b60427cab Set version to 3.7.7-RC and dependency to CraftBukkit 1.3.2-R2.0 for
release on BukkitDev.
2012-10-25 00:43:16 +02:00
asofold
67b66b26b0 Last "backport" for MC1.3.1: Set version to 3.7.7-RC-MC1.3.1 and
dependency to CraftBukkit 1.3.1-R2.0 for release on Jenkins.
2012-10-25 00:37:37 +02:00
asofold
b9478cf721 Consequently remove nofall-actions from the default config for the
moment.
2012-10-25 00:21:51 +02:00
asofold
708fdd8a00 Set fall distance when a player leaves. 2012-10-25 00:18:39 +02:00
asofold
affeaecb34 Fix GodMode not checking permission and using wrong obfuscated CB
method
[suspect
this
check
not being necessary anymore].
2012-10-24 23:04:38 +02:00
asofold
66525d4978 Set version to 3.7.7 for development towards next release. 2012-10-24 18:11:19 +02:00
asofold
118e11cce4 Set version to 3.7.6-RC for release on BukkitDEv. 2012-10-24 17:54:52 +02:00
asofold
6908db7976 Reduce added vl for fastbreak by factor 1000, adjust actions. 2012-10-24 17:34:51 +02:00
asofold
54e4c485b9 FastBreak: More messy workarounds. 2012-10-24 16:30:50 +02:00
asofold
72783135ab Set version to 3.7.6 for development towards next release. 2012-10-24 15:04:03 +02:00
asofold
471b9d767a Set version to 3.7.5-RC for release on bukkitdev. 2012-10-24 04:06:08 +02:00
asofold
d465a70c64 "Backport" release for 1.3.1: Set version to 3.7.5-RC-1.3.1 and
dependency to CraftBukkit 1.3.1-R2.0 .
2012-10-24 03:59:03 +02:00
asofold
e6e9cb9805 Add ladder to blocks that are ignored by passable by default (not by
config).
2012-10-24 03:51:08 +02:00
asofold
cfc9f32387 ConfigManager: add getActionFactoryFactory to allow proxies. 2012-10-24 03:45:29 +02:00
asofold
0fc7234d91 MovingListener: adjust resetting of positions. 2012-10-22 17:41:48 +02:00
asofold
5f18deb341 Fix NPE in MovingListener. 2012-10-22 17:30:30 +02:00
asofold
3ba0f93cb3 Few renaming, use location already fetched. 2012-10-22 17:27:23 +02:00
asofold
41dd43f0de Distinguish solid and ground materials, add diode to gorund (fixes
ticket #280).
2012-10-21 22:20:42 +02:00
asofold
f0ba361968 Correct IStats to be an interface as well. 2012-10-21 20:45:26 +02:00
asofold
5f589e78e9 Bleeding: Add interfaces IFirst and ILast for hooks ordering. 2012-10-21 20:38:05 +02:00
asofold
a3eb7f576d Bleeding: Add capability to replace ActionFactory and actions. 2012-10-21 07:13:29 +02:00
asofold
318372b000 Bleeding: Add access API to check execution history for if an action
would get executed.
2012-10-21 06:51:11 +02:00
asofold
f9788d162f Simplify internals of ExecutionHistory. 2012-10-21 06:21:04 +02:00
asofold
b2c7b9ae74 Adjust chat warning message. 2012-10-19 23:55:58 +02:00
asofold
1c01300225 Remainders of nopwnage: count most weights less with passed time. 2012-10-19 23:42:31 +02:00
asofold
6c3d924b9c Text: Set default weight "noletter" to 0.0 (disabled). 2012-10-19 21:46:41 +02:00
asofold
5ce4ba2ad6 Actually, build 163 did change the defualt configuration, 164 will too. 2012-10-19 21:44:37 +02:00
asofold
a6ee06a714 Build 162 changes the configuration. 2012-10-19 21:37:39 +02:00
asofold
822589a006 Adjust first logging for passable. 2012-10-19 21:17:04 +02:00
asofold
fdf29a5e17 Add repeaters (diode) blocks to be ignored by passable. 2012-10-19 20:55:57 +02:00
asofold
c05336e3e4 Yawrate: add maximum penalty, corect use of minimum. 2012-10-19 19:05:09 +02:00
asofold
fc6d15b6fe Move IViolationInfo to access package. 2012-10-19 18:30:45 +02:00
asofold
033cebf7cb Move PlayeRMove from combined to moving (still feeds combined/yawrate). 2012-10-19 12:00:38 +02:00
asofold
b08282d925 Clear NoFall data for quick returns on fall damage, also quick return
for cancelled events.
2012-10-19 11:41:01 +02:00
asofold
fbcacf6d40 Re-order some stuff. 2012-10-19 11:40:06 +02:00
asofold
f30bccd7d3 Remove workarounds listener (split to moving + combined). 2012-10-19 11:32:32 +02:00
asofold
298336bf6b Passable: Allow moving in a block, if head is free (no block
transitions).
2012-10-19 00:55:52 +02:00
asofold
85848c6f72 Bleeding: SF: Prevent VL reduction if last violation was within two
seconds.
2012-10-19 00:45:21 +02:00
asofold
2e812f17f8 Bleeding: Adjust keeping track of positions (from, preparatory: to).
Some
corrections.
2012-10-19 00:21:02 +02:00
asofold
2764515190 Use event.getTo for yawrate instead of player.getLocation. 2012-10-19 00:05:16 +02:00
asofold
1efb62c943 Improve isAboveLadder by using a bounding box rather. 2012-10-19 00:04:22 +02:00
asofold
040c32d5d0 Config last changed in build 158. 2012-10-19 00:02:23 +02:00
asofold
d49aacd231 Prevent passable from resetting to the "to"- position. 2012-10-18 16:21:07 +02:00
asofold
d6d1e319a9 Set CB dependency to 1.3.2-R2.0 . 2012-10-17 19:57:28 +02:00
asofold
76dd563271 Ignore stats hooks result of oncheckFailure. 2012-10-17 19:14:39 +02:00
asofold
e3be45b986 Add ladder to blocks ignored by default by passable. 2012-10-17 18:52:58 +02:00
asofold
77216f0799 Add Extended information about violations to hooks. 2012-10-17 18:31:44 +02:00
asofold
3286bdd0dd Comment out NetServerHandler use to make sure it can't be used. 2012-10-17 17:44:12 +02:00