Commit Graph

3229 Commits

Author SHA1 Message Date
Astrash 3580267532 Image library initial implementation
*Moves the BufferedImage loader into the library, rather than being
a loader implemented in common/implementation
2022-11-24 12:06:51 +11:00
dfsek 358e09d05b Merge pull request #383 from PolyhedralDev/ver/6.2.1
6.2.1 but for real this time
2022-11-16 14:03:21 -07:00
dfsek 1f7c4ee4e7 rename from "2" to "v2" 2022-11-16 14:02:34 -07:00
dfsek b3100e01e2 Merge remote-tracking branch 'origin/master' into ver/6.2.1 2022-11-16 13:49:13 -07:00
Astrash 02d3445dd9 Include deprecation notice for pipeline v1 2022-11-16 16:01:28 +11:00
Astrash c1c85174ed Re-add original pipeline implementation 2022-11-16 16:01:28 +11:00
Astrash 6cdef5d4ad Move pipeline reimplementation to separate addon 2022-11-16 16:01:27 +11:00
Astrash 57cbea4000 Replace sout with logger debug calls 2022-11-16 16:01:27 +11:00
Astrash 3522b5f17c Remove test class from source 2022-11-16 16:01:27 +11:00
Astrash 5c58bd54a3 Ephemeral -> Placeholder 2022-11-16 16:01:27 +11:00
Astrash ee6d475ad0 Move reimplementation classes into main package 2022-11-16 16:01:27 +11:00
Astrash d170b4e0fd Handle resolution and biome blending 2022-11-16 16:01:27 +11:00
Astrash bc324df7ca Working state for pipeline implementation 2022-11-16 16:01:27 +11:00
dfsek 9b75410ea7 configure bukkit resource config properly 2022-11-15 21:09:16 -07:00
dfsek 44550e8d8e Merge pull request #382 from PolyhedralDev/ver/6.2.1
update version
2022-11-15 19:20:18 -07:00
dfsek 12845a6004 update version 2022-11-15 19:17:14 -07:00
dfsek 140295602c Merge pull request #381 from PolyhedralDev/ver/6.2.1
Ver/6.2.1
2022-11-10 01:16:39 -07:00
dfsek 547f4884aa fix beard 2022-11-09 18:52:36 -07:00
dfsek 72e5ac76e6 update paper dev bundle to 1.19.2 2022-11-09 18:48:09 -07:00
dfsek 7d3bdeee8f Merge pull request #379 from PolyhedralDev/fix/ender_crystal
Fix End Crystals on Bukkit
2022-11-09 18:18:57 -07:00
dfsek e471950047 Merge pull request #380 from PolyhedralDev/fix/bukkit-beard
implement beardification on Bukkit (closes #370)
2022-11-09 18:18:42 -07:00
dfsek 1306dad776 implement beardification on Bukkit (closes #370) 2022-11-07 17:49:49 -07:00
dfsek eb9685c734 fix #378 2022-11-07 17:31:41 -07:00
solonovamax e8fa5514cc Clean up language in code of conduct's license & attribution section 2022-09-06 10:42:05 -04:00
solonovamax f1290b36d8 Fix more weird list formatting in code of conduct 2022-09-06 10:40:43 -04:00
solonovamax befc0c6636 Fix an oopsie in the code of conduct with weird list formatting 2022-09-06 10:15:01 -04:00
Zoë f851276fc2 Merge pull request #351 from Browsit/patch-2
Fix type mismatch
2022-08-26 10:56:45 -05:00
Zoë bc334fa214 Merge pull request #350 from Browsit/patch-1
Update BUG_REPORT.md
2022-08-26 10:56:26 -05:00
Astrash bd139a8edc BooleanOperator -> RelationalOperator 2022-07-30 12:08:21 +10:00
Astrash c2902cc549 Add paralithic as layered gen dependency 2022-07-30 12:01:10 +10:00
Astrash 9a171b0cdb Implement dot product layer palette 2022-07-30 12:00:54 +10:00
Astrash 596c84ab10 Forgot signature change in chunk generator 2022-07-30 11:59:15 +10:00
Astrash d9bd9135de Add point sets to layered gen 2022-07-30 11:58:59 +10:00
Astrash 50397a4a6b Add loaders for vector classes 2022-07-30 11:53:00 +10:00
Astrash 55e024dab0 Change layer signatures 2022-07-30 11:52:09 +10:00
Browsit 829696ccc8 Use jar URI prefix
Fixes `Path component should be '/'` on Windows
2022-07-21 02:35:38 -04:00
Browsit 43adf056c3 Fix type mismatch
Just pulled the master branch and got the error:

`C:\Users\{owner}\IdeaProjects\Terra\buildSrc\src\main\kotlin\DistributionConfig.kt: (49, 39): Type mismatch: inferred type is Path! but URI! was expected`
2022-07-20 22:27:22 -04:00
Browsit f8a602790a Update BUG_REPORT.md 2022-07-20 08:28:58 -04:00
Astrash c733c21e3c Implement biome defined layer samplers 2022-07-18 12:00:28 +10:00
Astrash 7baace047b Change layer class method signatures 2022-07-18 11:59:25 +10:00
Astrash 237b897146 Rename predicates key to tests 2022-07-17 20:36:26 +10:00
Astrash 0b057c5a74 Add platform air layer palette 2022-07-17 20:36:12 +10:00
Astrash fea7d7a4fd Implement sampler operators + sampler list predicate 2022-07-17 20:35:05 +10:00
Astrash 4d31fda79f Implement layer palette groups 2022-07-16 20:11:17 +10:00
Astrash edcba9707d Implement biome defined layer palettes 2022-07-16 18:56:30 +10:00
Astrash b57b71baa7 Replace BLOCK layer palette with PALETTE 2022-07-16 17:17:18 +10:00
Astrash 698725c921 Implement layer samplers 2022-07-16 17:03:28 +10:00
Astrash 809a6422a1 Rename some keys 2022-07-16 16:36:45 +10:00
Astrash 11044b6589 Store palettes and predicates in registries 2022-07-16 16:28:57 +10:00
Astrash 2a9d94094c Finish initial layered generator implementation 2022-07-12 13:15:27 +10:00