Commit Graph

626 Commits

Author SHA1 Message Date
10c847074a Initial Chunk Caching Commit
The actual code to run is commented out in GameEventHandler, uncomment for testing.
2018-08-04 23:42:58 -05:00
4fc74a85c1 some glue 2018-08-04 23:28:32 -04:00
b1ced3fe84 refactor 2018-08-04 23:25:14 -04:00
72c69eb962 openset refactor 2018-08-04 23:19:32 -04:00
5a573f52bf Remove implementation of IMovement 2018-08-04 23:01:38 -04:00
4608086656 Add player update injection 2018-08-04 22:58:32 -04:00
9bda792a3e Add render pass game event 2018-08-04 21:55:38 -04:00
89a64a375e Add EntityRenderer renderWorldPass injection 2018-08-04 21:27:34 -04:00
d3a2238493 better falling costs 2018-08-04 18:28:36 -04:00
84d9a9bf35 Update reference to proper state variable 2018-08-04 18:21:09 -04:00
1bc2e6fe7a Fix enough to compile 2018-08-04 18:18:32 -04:00
d061f759b5 Merge branch 'master' of github.com:cabaletta/baritone 2018-08-04 15:54:00 -04:00
fd5fc0f7f7 path execution 2018-08-04 15:53:50 -04:00
d36b254ccc Small changes 2018-08-04 15:39:03 -04:00
13f9e169f0 lambdas are hard 2018-08-04 15:31:52 -04:00
e2030eeba9 try with resources 2018-08-04 13:34:50 -04:00
d6b3d57560 Create GZIP compression util class 2018-08-03 22:48:47 -07:00
9dc1f2abab helpers and optimizations 2018-08-03 22:14:50 -04:00
8250338210 Remove cached chunk development code 2018-08-03 13:32:54 -07:00
3d0d73a5ca Refactored IOpenSet implementations 2018-08-03 13:31:33 -07:00
9afcdedf81 javadocs 2018-08-03 12:52:25 -04:00
d382de2b52 moving away from linked list, so remove nextOpen from PathNode 2018-08-03 12:50:09 -04:00
cd2b5d001e friendship ended with linked list. now binary heap is my best friend. 2018-08-03 11:54:29 -04:00
b6d40785a1 path finding 2018-08-03 09:55:17 -04:00
ed6a65891a Register unregistered Mixin 2018-08-03 01:46:49 -07:00
b8817f2929 Fix ChunkEvent Y->Z and add POPULATE Type 2018-08-03 01:03:36 -07:00
35a60d5ed7 Pathing code cleanups, javadoc updates, etc. 2018-08-03 00:51:10 -07:00
33ab4af3a3 comments 2018-08-03 01:14:33 -04:00
9bd94fc8d2 move in more helpers 2018-08-03 01:06:49 -04:00
b3410ab5d0 Add ending double quote in google doc url 2018-08-02 22:06:06 -07:00
82ea42ee4c Create a see tag for google doc in javadocs 2018-08-02 21:55:53 -07:00
df36227fe4 started on path finder porting 2018-08-03 00:50:45 -04:00
d3c6e1bac1 arraylist not linkedlist 2018-08-03 00:07:01 -04:00
ded5a7371f Fix gitignore 2018-08-02 20:52:28 -07:00
77f6e1c6c4 General cleanups to path calculation 2018-08-02 20:48:39 -07:00
5537954180 Make myself not incompetent (Incomplete) 2018-08-02 23:41:16 -04:00
f6f057c8cb Refactoring 2018-08-02 23:40:27 -04:00
1f9dadce39 break and place 2018-08-02 23:30:35 -04:00
71d4379316 action to movement 2018-08-02 18:35:36 -04:00
49cc61d2ca Updated movement naming 2018-08-02 17:28:35 -04:00
7eae7a86b5 Remove references to null Helper player 2018-08-02 17:19:49 -04:00
471c170884 implement getSrc and getDest 2018-08-02 14:12:56 -04:00
e051ac12b5 unmodifiableList in Path return 2018-08-02 14:06:58 -04:00
47c7413215 sanity check 2018-08-02 14:05:47 -04:00
13d9ba2f87 updated comment 2018-08-02 14:04:20 -04:00
e7fcd32440 Fix another block constant check 2018-08-02 10:57:11 -07:00
1bfabdf66b Fix possible NPE warning 2018-08-02 10:56:26 -07:00
9ce1b9250f Fix the isFlowing check 2018-08-02 10:55:43 -07:00
5cd8a958e1 I was overthinking that. 2018-08-02 13:54:36 -04:00
0f74141d23 toolset introduction 2018-08-02 13:49:31 -04:00