Commit Graph

1129 Commits

Author SHA1 Message Date
Leijurv
4da0731664
deterministic 2018-10-07 12:00:18 -07:00
leijurv
af357d4d8e
fix a weird bug 2018-10-06 20:28:47 -07:00
Leijurv
8c76573395
don't pause on one block overlap 2018-10-06 18:43:20 -07:00
Leijurv
939e9c32d5
pause when current best is a backtrack, fixes #201 2018-10-06 18:39:48 -07:00
Brady
e4ef659756
Fix WorldScanner exposure 2018-10-06 20:35:32 -05:00
Brady
4b61452c62
Expose WorldScanner in API 2018-10-06 20:30:09 -05:00
Brady
d5130aa6ba
Expose event listener registry in API 2018-10-06 20:16:38 -05:00
Leijurv
6c9f317f31
don't look to the side on a parkour place until the place is in range 2018-10-05 18:27:02 -07:00
Leijurv
1ab5609d4e
spam travis less 2018-10-05 15:51:23 -07:00
Leijurv
78b626af23
v0.0.6 2018-10-05 15:42:02 -07:00
Leijurv
046de84360
that should really default to true 2018-10-05 14:39:17 -07:00
Leijurv
ca48dabcc7
change sneak-backplace behavior, fixes #208 2018-10-05 13:49:47 -07:00
Leijurv
9880a4e948
when asusmeSafeWalk is on, we don't sneak in the first place 2018-10-05 13:11:09 -07:00
Leijurv
cb589219d8
use mutable move result to avoid instantianing ten million move result objects 2018-10-05 12:32:42 -07:00
Leijurv
6fff4c5254
reduce repetition in Moves 2018-10-05 10:17:58 -07:00
Leijurv
4049c116d9
dynamicY and yOffset 2018-10-05 10:10:24 -07:00
Leijurv
b720742f53
render the goal block, fixes #166 2018-10-04 21:28:34 -07:00
leijurv
c1af050fa6 fix lilypad fall cost, fixes #207 2018-10-04 16:01:27 -07:00
Leijurv
39f415d4be
allowplace and allowparkourplace 2018-10-03 19:00:58 -07:00
Leijurv
4590b9f6da
they say you are what you eat, but i don't remember eating a minecraft damn daniel mod 2018-10-03 13:45:43 -07:00
Brady
ee6e0b1784
Add message and actually cancel event 2018-10-03 12:45:57 -05:00
Brady
820c108548
Add pause "command" in ExampleBaritoneControl 2018-10-03 12:44:28 -05:00
Leijurv
239bb14e3a
add blockBreakAdditionalPenalty 2018-10-03 08:20:24 -07:00
Leijurv
1bd7c8455f
crucial performance optimization 2018-10-03 08:14:15 -07:00
Leijurv
6986f179cd
it's not much of an improvement, but it won't make it slower 2018-10-03 08:12:57 -07:00
Leijurv
28af41b789
defer movement propagation and assembly to postprocessing 2018-10-03 08:04:30 -07:00
Leijurv
36bdaa99ec
DAE BlockPos bad? 2018-10-03 07:57:24 -07:00
Leijurv
1ee44024b2
don't construct favored positions hashset if the coefficient renders it useless 2018-10-03 07:52:17 -07:00
Leijurv
cd926283b3
avoid synthetic lambda creation 2018-10-03 07:48:26 -07:00
Leijurv
04d210bd8b
no need to calculate the hash on contstruction anymore 2018-10-03 07:43:45 -07:00
Leijurv
38895beb5d
remove width and height override part 2: electric boogaloo 2018-10-02 17:15:00 -07:00
Leijurv
3fdc4d6ee0
parkour jumping onto a vine, sort of 2018-10-02 15:34:46 -07:00
Leijurv
baf27363aa
fix movement ascend x z cardinal asymmetry, fixes #204 2018-10-02 15:02:27 -07:00
Leijurv
da137f35de
fix parkour jumps ending on lilypads, fixes #203 2018-10-02 14:04:24 -07:00
Brady
feeeae5918
Add autotest directory to gitignore
If you're not using "autotest" as ur auto test "testing" directory, you SHOULD.
2018-10-02 15:28:20 -05:00
Brady
02a04773c6
bad javadocs 2018-10-02 15:27:25 -05:00
Brady
7e7b9f4fdb
Make MemoryBehavior store data by world 2018-10-02 15:25:58 -05:00
Leijurv
85e4a57c76
no longer needed since goal is in api which in unobfed 2018-10-02 10:19:14 -07:00
Leijurv
6fd7b2a7f3
fix proguard for service provider 2018-10-02 10:17:56 -07:00
Leijurv
24be1d0ff3
lookahead a little more 2018-10-02 10:01:54 -07:00
Leijurv
2867e0626f
reenable diagonal through water 2018-10-02 09:59:07 -07:00
Leijurv
f0c3e59a6f
move from todo to issue 2018-10-01 22:50:51 -07:00
Leijurv
4e11d92d19
fix parkour cost calculation 2018-10-01 19:23:13 -07:00
Leijurv
07eee481cb
fix failure on repeated descend 2018-10-01 15:42:16 -07:00
Leijurv
8f146d1a2b
increase degree of backtrack cost favoring 2018-10-01 15:35:18 -07:00
Leijurv
1cc03e3aca
it doesn't actually have to be falling, it just has to be solid 2018-10-01 15:20:52 -07:00
Leijurv
023822b5d9
stop breaking block on cancel, even if not requested by player 2018-10-01 15:11:52 -07:00
Leijurv
41ffd4455d
don't cancel for any reason while doing a water bucket fall, fixes #98, fixes #123 2018-10-01 14:50:20 -07:00
Leijurv
810b92fbad
Merge pull request #193 from cabaletta/service-loader
Service loader
2018-10-01 14:37:15 -07:00
Leijurv
6db31cbe74
now that that's fixed, we can tighten the maximum time again 2018-10-01 14:37:01 -07:00