Commit Graph

  • 780b3f25dc remove break Zoë Gidiere 2023-10-29 17:18:52 -06:00
  • 5f3a2bb579 Autoformat dev/terrascript-2 Astrash 2023-10-27 14:24:42 +11:00
  • 9a94b26126 Optimize imports Astrash 2023-10-27 14:22:35 +11:00
  • c3909ca1e0 Make error handler only handle compilation exceptions Astrash 2023-10-27 14:21:50 +11:00
  • ff031df903 Function -> Callee & Add callee exception Astrash 2023-10-27 13:57:53 +11:00
  • ceba9512c7 Make functions first class Astrash 2023-10-27 13:37:07 +11:00
  • 5829112a74 Merge branch 'ver/6.4.0' into dev/image-caching dev/image-caching Zoë Gidiere 2023-10-26 12:56:17 -06:00
  • 14f97de35d Scattered Ore Impl Zoë Gidiere 2023-10-26 12:54:24 -06:00
  • c41bf55b7b implement missing methods from last comit Zoë Gidiere 2023-10-26 12:53:55 -06:00
  • 5d12a560f1 add zero and unit vectors Zoë Gidiere 2023-10-26 11:08:36 -06:00
  • 6f08908bb4 merge ovre-v2 into ore(v1) Zoë Gidiere 2023-10-26 10:43:13 -06:00
  • 9292d3de17 Remove FastMath Zoë Gidiere 2023-10-26 10:25:39 -06:00
  • 0149a29b04 Load correct path Astrash 2023-10-24 14:08:56 +11:00
  • cd8605850f Replace unload-on-timeout with timeout > 0 Astrash 2023-10-24 13:47:25 +11:00
  • 148b8dfe35 Bump image lib patch version Astrash 2023-10-24 13:34:10 +11:00
  • 3f485b1825 Add to unload on timeout description Astrash 2023-10-24 13:30:09 +11:00
  • cb6ecff113 Remove sout Astrash 2023-10-24 13:29:53 +11:00
  • e30bcbf1ba Improve image caching options Astrash 2023-10-24 13:26:35 +11:00
  • 77dbe92ef7 Merge branch 'ver/6.4.0' into dev/terrascript-2 Astrash 2023-10-23 13:29:57 +11:00
  • 1623a4f958 Move terrascript 2 to separate module Astrash 2023-10-23 13:26:27 +11:00
  • 375f0ba60f Change Type enum to interface Astrash 2023-10-23 13:12:35 +11:00
  • 433d695e8b Re-add terrascript v1 module Astrash 2023-10-23 13:10:32 +11:00
  • d139019e01 Validate returns inside if statements Astrash 2023-10-20 13:56:32 +11:00
  • 805f99f57a Make ore algorithm readable Astrash 2023-10-20 10:55:23 +11:00
  • 4e5b02ef42 Pass correct coords for ore block checks Astrash 2023-10-20 10:30:25 +11:00
  • e80e998cec Only log warnings with debug logging Astrash 2023-10-20 09:32:33 +11:00
  • fde29220af Merge pull request #419 from PolyhedralDev/dev/disable-quilt Zoë 2023-10-19 17:31:40 +00:00
  • d3a9b57872 disable quilt dev/disable-quilt Zoë Gidiere 2023-10-18 19:53:59 -06:00
  • 4671ec5bd3 Merge pull request #417 from PolyhedralDev/dev/folia Zoë 2023-10-19 01:18:45 +00:00
  • 9f4a8e06e1 Update DependencyConfig.kt dev/folia Zoë 2023-10-17 21:00:28 -06:00
  • c8f2871aaa Update build.gradle.kts Zoë 2023-10-17 20:59:27 -06:00
  • 4a537a56aa Merge pull request #415 from PolyhedralDev/dev/ore-v2 Zoë 2023-10-18 00:33:15 +00:00
  • 4917160123 Update README.md dev/ore-v2 Zoë 2023-10-17 18:32:00 -06:00
  • b3f80dcb64 Merge pull request #410 from PolyhedralDev/dev/1.20.2 Zoë 2023-10-15 19:45:43 +00:00
  • d49b9ccad5 Merge branch 'dev/1.20.2' into dev/folia Zoë Gidiere 2023-10-14 16:02:54 -06:00
  • a8387ce419 Merge remote-tracking branch 'origin/ver/6.4.0' into dev/1.20.2 dev/1.20.2 Zoë Gidiere 2023-10-14 16:02:40 -06:00
  • 94854f2bdb update versions Zoë Gidiere 2023-10-14 15:55:43 -06:00
  • 47f531089e Add slant locator (#413) Astrashh 2023-10-10 11:35:47 +11:00
  • abd83e8278 Add number predicate addon (#412) Astrashh 2023-10-10 11:35:26 +11:00
  • b5e7c7c112 Fix TOP locator Astrash 2023-10-10 09:44:53 +11:00
  • e875064393 fix pseudoerosion context api impl dev/pseudo-erosion Zoë Gidiere 2023-10-09 14:05:23 -06:00
  • e0328a3c89 simply noise context api Zoë Gidiere 2023-10-08 19:18:45 -06:00
  • 9ff23a9458 add vector inputs Zoë Gidiere 2023-10-08 17:22:40 -06:00
  • f6f9d6fa9b allow generating context with default radius and layer Zoë Gidiere 2023-10-08 17:14:38 -06:00
  • 6b1e55a6b5 Merge branch 'dev/pseudoerosion-duplex' into dev/pseudo-erosion Zoë Gidiere 2023-10-08 15:59:08 -06:00
  • 18094f511a Noise context api dev/pseudoerosion-duplex Zoë Gidiere 2023-10-08 15:58:59 -06:00
  • 6d67a0747d Math.pow(x, -1) seems to be faster than 1/x on my machine Zoë Gidiere 2023-10-08 01:32:43 -06:00
  • 2144da5466 more opt and fix bug Zoë Gidiere 2023-10-08 01:14:11 -06:00
  • be1a09b97a actually a pretty significant uplift Zoë Gidiere 2023-10-07 23:19:21 -06:00
  • dcddc0504e detect fma Zoë Gidiere 2023-10-07 22:44:19 -06:00
  • f384d09376 yet another micro opt Zoë Gidiere 2023-10-07 22:11:28 -06:00
  • 6fd72b8f06 another one Zoë Gidiere 2023-10-07 21:21:34 -06:00
  • 1f8d2100ff another micro opt Zoë Gidiere 2023-10-07 21:01:49 -06:00
  • 29e5b9f3ff Some opts Zoë Gidiere 2023-10-07 17:59:29 -06:00
  • 2f1b8690ff oops accidentally left some experimental changes Zoë Gidiere 2023-10-07 14:14:04 -06:00
  • 3d571d4bf2 Remove FastMath Zoë Gidiere 2023-10-07 14:10:21 -06:00
  • 41b8a9fa18 micro div opt Zoë Gidiere 2023-10-06 00:32:42 -06:00
  • aab24c4303 forgot you can add negative values Zoë Gidiere 2023-10-05 22:09:45 -06:00
  • 6d690d788b fma Zoë Gidiere 2023-10-05 22:00:10 -06:00
  • eb2468c8a5 tweak Zoë Gidiere 2023-10-05 21:52:04 -06:00
  • 4983e559b3 minor sdf opts Zoë Gidiere 2023-10-05 21:43:50 -06:00
  • cf7ff8756a Try cache cell jitters and lookup values dev/pseudo-erosion-cached Astrash 2023-10-06 14:14:22 +11:00
  • 8fba3f9e60 flatten array Zoë Gidiere 2023-10-05 20:47:52 -06:00
  • 9444f9236d Replace numbers with constants Astrash 2023-10-06 12:54:26 +11:00
  • 809be3cb8f Hopefully fix artifacting Astrash 2023-10-06 11:49:02 +11:00
  • d189ce832b Fix NaN Astrash 2023-10-06 10:10:12 +11:00
  • 0ebbb62b40 Partial pseudoerosion implementation Astrash 2023-10-06 09:51:00 +11:00
  • d71f7d4c36 clarify value and change default Zoë Gidiere 2023-10-03 21:03:44 -06:00
  • 84898a7a6b fixes Zoë Gidiere 2023-10-03 20:03:46 -06:00
  • 0c1a6efc72 refractor classes Zoë Gidiere 2023-10-03 19:42:15 -06:00
  • 200281f140 dep orev1 Zoë Gidiere 2023-10-03 11:58:25 -06:00
  • f1ea8074de config-ore-v2 Zoë Gidiere 2023-10-03 11:54:04 -06:00
  • 034d77d1f8 test sharing remaper ci-test Zoë Gidiere 2023-10-02 18:07:25 -06:00
  • f896a9a278 Bump noise3d addon minor version Astrash 2023-10-03 11:01:50 +11:00
  • 79b3b34669 Add slant API for noise3d Astrash 2023-10-03 09:51:39 +11:00
  • 0514b17303 try 4g max heap Zoë Gidiere 2023-10-02 01:52:13 -06:00
  • ce2b964ce3 Merge branch 'dev/1.20.2' into dev/folia Zoë Gidiere 2023-10-02 01:38:24 -06:00
  • 0ee5f49972 quilt Zoë Gidiere 2023-10-02 01:37:47 -06:00
  • 3bc10cdb6a Merge branch 'dev/1.20.2' into dev/folia Zoë Gidiere 2023-10-02 00:42:11 -06:00
  • 86ba52850d update strata Zoë Gidiere 2023-10-02 00:41:54 -06:00
  • 27eebf6a47 Folia support Zoë Gidiere 2023-10-02 00:21:09 -06:00
  • 2d2bba20b6 found an untrue in read me Zoë Gidiere 2023-10-01 23:22:44 -06:00
  • eb3994005c fix me being fucking stupid Zoë Gidiere 2023-10-01 22:46:41 -06:00
  • 0a7cdb82a3 update deps + 1.20.2 Zoë Gidiere 2023-10-01 22:18:54 -06:00
  • 158deaa971 Merge pull request #408 from PolyhedralDev/dev/physics Zoë 2023-10-01 19:07:15 -06:00
  • e51e025e9c Implement cubic spline sampler Astrash 2023-10-02 11:14:43 +11:00
  • e51fb9c580 Merge branch 'ver/6.4.0' into dev/layered-generator Astrash 2023-10-02 09:48:15 +11:00
  • 70b1c3bbf3 warning Zoë Gidiere 2023-09-30 12:06:21 -06:00
  • e9b145b6c3 unbreaking via deprecation Zoë Gidiere 2023-09-30 11:50:15 -06:00
  • 99d848b394 UX tweaks to biome config Zoë 2022-07-10 16:45:51 -07:00
  • 4828d51da4 Merge branch 'dev/physics' into dev/biome2 Zoë Gidiere 2023-09-30 11:38:18 -06:00
  • 8e0d64dccd Make bukkit work Zoë Gidiere 2023-09-30 10:49:28 -06:00
  • 23f47de10a fix pack loading error Zoë Gidiere 2023-09-29 23:35:17 -06:00
  • 89651597c2 default to info logging Zoë Gidiere 2023-09-29 23:32:40 -06:00
  • 5c0c833b70 Update LifecycleEntryPoint.java Zoë 2022-07-14 00:45:52 -07:00
  • 33d654dc8e impl fabric Zoë Gidiere 2023-09-29 23:05:05 -06:00
  • f0c602d7e7 implement physics on the api side Zoë Gidiere 2023-09-29 22:10:03 -06:00
  • 0e37a839fe We do a little commonifying Zoë Gidiere 2023-09-13 16:03:15 -06:00
  • 3f9ead0d66 Remove repeated code in cellular sampler Astrash 2023-09-27 13:39:51 +10:00
  • 5eeb5af6c4 Add cell center offset return to CELLULAR sampler (#407) David W 2023-09-22 00:23:49 +02:00