Commit Graph

391 Commits

Author SHA1 Message Date
dfsek b6b6cb185d implement API for 3d biomes 2022-05-27 14:40:50 -07:00
dfsek ee373bbe4b reformat code 2022-05-26 19:40:41 -07:00
dfsek 49857f6b91 remove Properties 2022-05-26 19:33:37 -07:00
dfsek 8655f7811a remove rotationutil methods 2022-05-26 19:32:20 -07:00
dfsek eaebc445f6 apply narrowing operation to BinaryColumn#and 2022-05-26 13:18:00 -07:00
dfsek 3ec15960cf reduce overhead of profiler when not profiling 2022-05-26 12:51:18 -07:00
dfsek 0a5450a345 shade paralithic in noise addon 2022-05-05 10:16:09 -07:00
dfsek ffc884384c create BootstrapAddonClassLoader 2022-05-05 08:56:35 -07:00
dfsek 41e7ad35bd simplify dependency configuration 2022-05-05 08:25:30 -07:00
dfsek 4a3c22a8d6 reformat all code 2022-03-30 14:43:56 -07:00
dfsek aa39dc4b81 optimise BinaryColumn get 2022-02-15 10:55:09 -07:00
dfsek f13d66d095 calculate locator positions before application 2022-02-15 09:12:30 -07:00
dfsek 68f8c8cea8 short-circuit locators 2022-02-14 09:30:45 -07:00
dfsek c6458c901d eliminate boxing in BinaryColumn boolean ops 2022-01-11 08:58:38 -07:00
dfsek 52b6de12ae correct BinaryColumn logic for boolean ops on columns with differeny min Y 2022-01-08 11:32:37 -07:00
dfsek 03671ad209 fix binary column point selection 2022-01-08 11:10:21 -07:00
dfsek b99980e5c0 correct BinaryColumn boolean combination indices 2022-01-08 10:56:33 -07:00
dfsek 2b3cee6b7c add Distributor#xor 2022-01-08 10:45:27 -07:00
dfsek 0c43cfcc5f add Locator#xor 2022-01-08 10:36:01 -07:00
dfsek 2ea66cd295 add BinaryColumn#xor 2022-01-08 10:34:41 -07:00
dfsek a7d0d52dfb abstract BinaryColumn boolean operators 2022-01-08 10:28:49 -07:00
dfsek 8a35e3f21d make BinaryColumn#or able to OR columns of different size 2022-01-08 10:25:53 -07:00
dfsek 9c024df9e5 use search range for binary column in pattern locator 2022-01-08 10:20:06 -07:00
dfsek 5e77878427 fix buffered world offset 2022-01-05 13:51:52 -07:00
dfsek cb3ec5f300 add probability collection vector methods 2022-01-04 14:32:37 -07:00
dfsek 6b060a1ff6 buffered world builder api 2022-01-04 09:37:06 -07:00
dfsek f393f76a87 add WritableWorld#column 2022-01-01 22:48:26 -07:00
dfsek a00dfac937 move column impl to main api 2022-01-01 22:48:02 -07:00
dfsek c3e083607d add default int noise methods 2022-01-01 20:12:30 -07:00
dfsek 039e45ef97 implement biome colors on fabric 2021-12-31 23:43:32 -07:00
dfsek 069b0d425a add beardification support 2021-12-31 23:19:21 -07:00
dfsek c6f42da61b create MaterialSet$Singleton class 2021-12-30 16:35:51 -07:00
dfsek 121dd16652 use caching provider in getBlock 2021-12-30 16:28:45 -07:00
dfsek d36fc7dec1 implement caching biome provider 2021-12-30 16:01:19 -07:00
dfsek b6abe0e7ac implement propertyholder in ConfigPack 2021-12-28 23:22:40 -07:00
dfsek f921e22b5c add Vector3#toInt 2021-12-28 21:45:57 -07:00
dfsek 719260e3da add api for RegistryArgument to get registry at runtime 2021-12-28 21:45:44 -07:00
dfsek 34c83e87c4 improve CommandSender API 2021-12-28 21:44:58 -07:00
dfsek ea5dd297cb implement new tectonic depthtracker API 2021-12-27 23:01:48 -07:00
dfsek 287c029bda create GeometryUtil 2021-12-27 14:45:37 -07:00
dfsek 4be63b8c65 add Registry#getAllWithID method 2021-12-26 20:31:09 -07:00
dfsek 1c93c2bbb4 implement single-parameter Keyed registration methods 2021-12-26 19:26:23 -07:00
dfsek 3792a1ab05 make Keyed generic 2021-12-26 19:26:09 -07:00
dfsek 9c5b789aa2 unimplement Keyed in Structure 2021-12-26 19:26:02 -07:00
dfsek 1ac3964589 make Keyed generic 2021-12-26 15:11:04 -07:00
dfsek a0a05436a0 pull getOrCreateRegistry methods to RegistryProvider interface 2021-12-25 11:38:59 -07:00
dfsek c8d24f1694 clean up TypeKey 2021-12-25 11:01:48 -07:00
dfsek 7c32626bc0 add Registry#getRawType 2021-12-25 11:00:10 -07:00
dfsek 46e7bd917a getFromID -> getByID 2021-12-25 01:10:49 -07:00
dfsek e1a6cdb484 tryGet -> getFromID 2021-12-25 01:06:20 -07:00