Commit Graph

74 Commits

Author SHA1 Message Date
Misode
d9b146f00f Split noise router and density function guides 2022-05-26 05:57:23 +02:00
Misode
114164c740 Add partners, Immersive Weathering block growth (#231)
* Add partners: Immersive Weathering block growth

* Fix block state and modded block IDs

* Add categories

* Add custom rule tests

* Add missing translation
2022-05-14 02:41:01 +02:00
Misode
e2bcf2d1a7 Improve version and article linking 2022-05-12 16:58:10 +02:00
Misode
ad13cc131b Add inline code highlighting 2022-05-11 18:17:46 +02:00
Misode
1dd724cec4 Add table of contents for guides 2022-05-10 18:26:43 +02:00
Misode
589dc5a0dd Add density function guide 2022-05-10 17:44:23 +02:00
Misode
86cdde9d70 Add feature order cycle guide 2022-05-09 22:45:45 +02:00
Misode
6f27465c78 Add guides (#224)
* Add guides

* Add versioning to guides

* Guides: special variables and nested expressions

* Add guides page to vite build

* Add search and hash hooks, guide tags and headings

* Improve guides list and filtering

* Add 1.19 download link
2022-05-06 06:37:27 +02:00
Misode
a5a08fc935 Implement link sharing (#213)
* Implement link sharing

* Share default

* Compress and base64 encode data

* Better error messages

* Fix build

* Only change version when it's different
2022-03-19 19:26:39 +01:00
Misode
1b91485bf1 Giscus (#209)
* Test giscus on homepage

* Use @giscus/react and support light theme

* Track prefers color scheme

* Create a discussion tab for each version
2022-03-16 02:39:33 +01:00
Misode
7ab0ec2e7e Expose error stack traces (#211) 2022-03-11 00:05:24 +01:00
Misode
cb24e61cf0 Add versions explorer page 2022-03-02 02:34:41 +01:00
Misode
e3f2643d25 Fix misaligned nav buttons 2022-02-18 22:55:53 +01:00
Misode
d0355b2342 Fix prefers-color-scheme editor colors 2022-02-17 16:48:20 +01:00
Misode
f76ea7f4f4 Use ace editor and remove output limit 2022-02-17 15:50:49 +01:00
Misode
2148eefa42 Show biome noises on hover to preview 2022-02-17 11:56:32 +01:00
Misode
92ac80f465 Add surface rule visualizer 2022-02-13 04:02:52 +01:00
Misode
623e38d98c Use mcmeta (#197)
* Simplify data fetching by using mcmeta

* Fetch sounds from mcmeta
2022-01-28 01:25:10 +01:00
Misode
2fe120895c Fix #196 Reimplement placed feature preview 2022-01-18 23:41:11 +01:00
Misode
c6c52ca41a Projects (#192)
* Add file save UI and drafts project

* Fix build

* Create SearchList component as abstraction

* Add project page and file tree view

* Create Locale context

* Create Theme context

* Create Version context

* Create Title context

* Create Project context

* Store current file in project context

* Fix issues when renaming file and implement deleting

* Style improvements

* Make all project strings translatable

* Fix z-index
2022-01-18 01:02:19 +01:00
Misode
e664bea241 Alternative way to collapse terrain shaper and surface rules 2021-11-07 04:06:44 +01:00
Misode
f67da3f7a1 Improve home page with separate data and resource pack cards 2021-11-06 01:06:33 +01:00
Misode
a24c5d4c79 Support exporting YAML + minified 2021-11-05 02:47:53 +01:00
Misode
acd52eac6b Fix alignment issue with btn menus 2021-11-03 02:35:47 +01:00
Misode
25351920e4 Add ability to sort changelog 2021-11-02 02:46:40 +01:00
Misode
cc20cb7f7a Support multiple versions in technical changelog
- Better handling of article links
- Style improvements
2021-11-02 02:25:04 +01:00
Misode
582d5f4b1e Visual improvements to technical changelog 2021-10-31 20:45:22 +01:00
Misode
765f96372f Add Technical Changelog page 2021-10-31 18:22:10 +01:00
Misode
21f8ea5e6d Fix CSS error causing tooltip misalignment 2021-10-09 01:01:41 +02:00
Misode
79b3291d06 Add sounds explorer tool 2021-10-08 02:34:55 +02:00
Misode
c51acd34e7 Add duplicate list item action 2021-09-29 01:02:24 +02:00
Misode
2cb14a2c10 Add tooltips to all buttons and tweak hover colors 2021-09-25 07:10:54 +02:00
Misode
3b80334e2e Support 1.18 (experimental) snapshots (#158)
* Half support 1.18-experimental-snapshot-1

* Fetch 1.18 presets and improve rendering of lists

* Noise preview with deepslate

* Biome preview with deepslate

* Generalize canvas logic in one hook

* Simplify useCanvas

* Use mcschema for 1.18

* Improve noise settings preview controls

* Fix build

* Update deepslate and improve preview caching

* Cleanup, remove old preview code

* Couple seed between model and preview

* Limit output to improve performance + copy feedback
For the vanilla overworld dimension (200K lines),
it took 2+ seconds to write the output to the textarea

Now capped at 10K chars

* Add surface_relative_threshold to decorator preview

* Improve fixed list errors
2021-09-23 03:04:52 +02:00
Misode
7c266ca945 Add generator quick switcher 2021-07-02 04:38:02 +02:00
Misode
985057ab4e Allow multiple errors and dismissing errors 2021-07-02 02:59:19 +02:00
Misode
cabd97cb39 Update home page and logo in header 2021-06-30 05:36:26 +02:00
Misode
ac10c3f541 Fix some errors and make others visible 2021-06-26 17:18:02 +02:00
Misode
09c851914f Switch to vite and preact 2021-06-26 17:18:02 +02:00
Misode
da03eda9a7 Make preview controls fade away when not hovered 2021-02-15 00:36:40 +01:00
Misode
287120cc7a Add working 404 page 2021-02-02 01:51:14 +01:00
Misode
847bb43fdd Fix padding-top om homepage 2020-12-29 21:21:51 +01:00
Misode
99d64590a0 Mobile UI and UX improvements 2020-12-29 15:11:03 +01:00
Misode
e4cdac30bf Add vanilla preset searcher and loader 2020-12-28 04:16:58 +01:00
Misode
6a3c7aac42 Add field settings 2020-12-17 22:09:09 +01:00
Misode
75bf0cc434 Close #119 add coordinate scale 2020-12-16 18:50:20 +01:00
Misode
83a249e4b7 Add random density offset to noise visualizer 2020-12-02 01:36:17 +01:00
Misode
a1b4ab4fb4 Rewrite noise settings preview 2020-12-01 01:14:42 +01:00
Misode
2688f4bc85 Add preview controls 2020-11-30 02:35:38 +01:00
Misode
982b4728e7 Complete refactor (#123) 2020-11-23 14:29:16 +01:00
Misode
59c2d761b5 Use anchor tags for navigation 2020-09-22 22:35:59 +02:00