Commit Graph

61 Commits

Author SHA1 Message Date
ZacSharp 9b3e5cb444
Merge branch '1.13.2' into 1.14.4 2023-01-10 01:26:48 +01:00
ZacSharp b51b78f4e4
Merge branch 'master' into 1.13.2 2023-01-06 01:47:30 +01:00
Leijurv 85ab317c6c
simplify, remove setting changed event, always construct new precomputeddata 2022-07-14 21:35:30 -07:00
scorbett123 af1eb58bb8 Implement Leijurv's precomputed data idea 2022-05-31 14:43:58 +01:00
ZacSharp 97ac4bbd4f
Merge branch '1.13.2' into 1.14.4 2022-04-11 18:00:00 +02:00
ZacSharp dd29b72295
Merge branch 'master' into 1.13.2 2022-04-11 17:49:10 +02:00
Wagyourtail 2953e2c522
make codacy happy 2022-03-24 18:16:19 -07:00
Wagyourtail bf450b7d68
rename to allowBreakAnyway 2022-03-24 17:34:31 -07:00
Wagyourtail 4e6b6d97ce
add forceAllowBreak setting 2022-03-24 17:33:33 -07:00
ZacSharp 1522d11df0
Merge branch '1.13.2' into 1.14.4 2022-03-21 23:15:22 +01:00
ZacSharp 7eecf69178
Merge branch 'master' into 1.13.2 2022-03-21 17:57:39 +01:00
scorbett123 74ea803651 Add world border checks to MovementHelper 2022-02-02 20:36:36 +00:00
Leijurv 34620a448e
Merge branch '1.13.2' into 1.14.4 2019-10-06 17:36:25 -07:00
Leijurv 2b4d6f4aa0
Merge branch 'master' into 1.13.2 2019-10-06 17:32:35 -07:00
Leijurv 8f0a8b6f56
fix inefficient schematic block lookups 2019-10-06 17:32:25 -07:00
Leijurv e54d63576f
Merge branch '1.13.2' into 1.14.4 2019-10-06 17:02:41 -07:00
Leijurv d256f05787
Merge branch 'master' into 1.13.2 2019-09-30 17:52:47 -07:00
Leijurv bf03a000d1
diagonal ascend 2019-09-09 23:06:36 -07:00
Leijurv 0bb148844d
Merge branch '1.13.2' into 1.14.4 2019-08-17 16:10:59 -07:00
Leijurv 7c9b812a5b
Merge branch 'master' into 1.13.2 2019-08-17 16:07:26 -07:00
Conner bba4c09195 Add parkour ascend 2019-07-30 21:07:26 -07:00
Leijurv 8758c77ac0
most of the way there 2019-06-10 18:25:20 -07:00
Leijurv dba496471e
api sourceset done 2019-06-10 12:43:02 -07:00
Leijurv 277ba3643c
Merge branch 'master' into 1.13.2 2019-03-22 21:24:43 -07:00
Leijurv bc49b2d5ba
add allowDownward, fixes #369 2019-03-22 15:50:23 -07:00
Leijurv 6f843bd24d
Merge branch 'master' into 1.13.2 2019-03-13 20:09:08 -07:00
Leijurv 7974d9135b
Merge branch 'master' into builder 2019-03-11 23:26:05 -07:00
Brady c38d17563d
Resolve merge conflicts
oh my god I should've updated my local branch before doing this
2019-03-08 14:44:49 -06:00
Brady 0c2af85ac0
Update to 1.13.2
Still need to setup method of launching, and Mixin support for ModLauncher
2019-03-08 14:30:43 -06:00
Leijurv 8050b69f2f
no more .get 😎 2019-03-04 21:30:04 -08:00
Leijurv a6ce4694fc
hotbar selection uwu 2019-01-12 19:51:21 -08:00
Leijurv 09e94eaa8e
not anymore 2019-01-11 13:02:03 -08:00
Leijurv 4dd922f1b5
Merge branch 'master' into builder 2019-01-10 17:27:23 -08:00
Leijurv 1dca02517e
disable backtrack cost favoring while building 2019-01-09 15:42:49 -08:00
Leijurv 7d572d748b
shouldnt be needed actually 2019-01-09 15:13:48 -08:00
Leijurv c74c01271d
better strategy 2019-01-09 14:36:44 -08:00
Leijurv 702b916948
preliminary schematic stuff 2019-01-08 20:45:02 -08:00
Leijurv 251110c4f8
the start of something big 2018-12-25 21:07:17 -08:00
Leijurv b9b25e7e6b
no more stupid wrapper getters 2018-12-20 21:22:18 -08:00
Leijurv 8a4f48f08d
diagonal descend option 2018-12-20 21:06:56 -08:00
Leijurv ae9ab03e51
walk on water hunger penalty 2018-12-19 22:01:47 -08:00
Leijurv 77938a77e8
add jump penalty 2018-12-19 14:37:11 -08:00
Leijurv 801727dca6
fix parkour failures at height limit on NCP 2018-12-12 18:14:56 -08:00
Leijurv 862746038d
allow down placement, and fixes to replacable 2018-12-04 15:00:45 -08:00
Leijurv 2bd81b08c2
overhaul and fixes to cost calculation 2018-12-04 14:38:08 -08:00
Leijurv f9a3a3b78b
main thread bsi creation doesn't need to copy loaded chunks 2018-11-25 22:30:37 -08:00
Brady 3ccb0c74c6
Remove timestamps from since annotations 2018-11-13 21:53:27 -06:00
Brady 5e2f40a322
Fix some things mentioned by @Leijurv 2018-11-13 16:33:45 -06:00
Brady bae34e5b80
Initial meme
Still need to fix MovementHelper LUL
2018-11-13 11:50:29 -06:00
Leijurv 0ce4107d56
"fix" it 2018-11-11 18:23:18 -08:00