Commit Graph

643 Commits

Author SHA1 Message Date
Lucas Dower
9445b23ca3
Update README.md 2023-04-10 20:01:47 +01:00
Lucas Dower
e4ad37deba
Added French translation by LeGrandGeek and 0-zen 2023-04-10 19:49:57 +01:00
Lucas Dower
9748c0d672
Merge pull request #118 from Creeper553/main
Added Simplified Chinese translation, and fixed several text display problems
2023-04-10 19:41:16 +01:00
KatMelon
8d0ee1b8e6
Use more standard language name 2023-04-11 01:33:24 +08:00
KatMelon
1ab22ddd75
Fixed Indent inconsistency 2023-04-11 01:29:28 +08:00
KatMelon
ec37e986ad
Fixed the mismatch of 2 strings 2023-04-11 01:26:31 +08:00
KatMelon
05491de3ff
Replace hard-coded strings with localized strings 2023-04-11 01:24:17 +08:00
KatMelon
a62b1ab299
Added several texts to localization file 2023-04-11 01:20:27 +08:00
KatMelon
e48039f7a4
Added Simplified Chinese translation 2023-04-11 01:16:46 +08:00
Lucas Dower
3e05844d39
Added warning for using GLTF importer 2023-04-10 01:20:25 +01:00
Lucas Dower
81e40a41c0
Update README.md 2023-04-10 01:14:18 +01:00
Lucas Dower
5755febf0c
Merge pull request #117 from LucasDower/0.8-web
Merge 0.8-web into main
2023-04-10 01:06:09 +01:00
Lucas Dower
98d78712c6
Fixed missing build script 2023-04-10 01:03:20 +01:00
Lucas Dower
a775fc0403
Removed old desktop tests 2023-04-10 00:59:36 +01:00
Lucas Dower
67828071e4
Added partial Russian translation 2023-04-10 00:44:48 +01:00
Lucas Dower
f839b48499
Fixed American English translation 2023-04-10 00:27:07 +01:00
Lucas Dower
e8e1a942db
Finalised localisation changes 2023-04-10 00:14:59 +01:00
Lucas Dower
d96dddbcf6
Reimplemented localisation 2023-04-09 20:10:59 +01:00
Lucas Dower
9e3dac7e34
* Added indexed JSON exporter
* Fixed vector UI element not setting value correctly
2023-04-09 17:08:21 +01:00
Lucas Dower
d7614fc597
Added dithering magnitude as a config option 2023-03-27 18:08:38 +01:00
Lucas Dower
89229e4a2a
Removed client.ts 2023-03-27 17:45:56 +01:00
Lucas Dower
fbc8a45333
* Updated vector components to use number inputs instead of spinboxes* Fixed file-input component not updating style when disabled* Renamed image component to match others* Fixed actions not disabling correctly 2023-03-25 14:28:51 +00:00
Lucas Dower
97ea5146b0
Added uncompressed-json exporter 2023-03-25 14:27:08 +00:00
Lucas Dower
ffb2b78876 Merged 0.8-slice-viewer into 0.8-web 2023-03-25 00:10:31 +00:00
Lucas Dower
f7e02a5bd3 Minor cleanup and improved toolbar buttons styles 2023-03-24 22:57:25 +00:00
Lucas Dower
17b14e5424 Refactored UI into singleton 2023-03-24 22:18:07 +00:00
Lucas Dower
81c7d6d28b Major refactor to app_context.ts 2023-03-24 22:12:49 +00:00
Lucas Dower
4144497cd5
Added support for .gltf/.glb files (beta) 2023-03-21 22:56:00 +00:00
Lucas Dower
dd5227ad6e
Renamed elements to components 2023-03-21 18:42:59 +00:00
Lucas Dower
ac3bcc637c
Minor cursor style changes 2023-03-20 22:31:41 +00:00
Lucas Dower
af9dcd6ce2
Merge pull request #116 from LucasDower/0.8-web-ui
Merge 0.8-web-ui into 0.8-web
2023-03-20 22:22:24 +00:00
Lucas Dower
083dd8ded8
Final touches to UI refactor 2023-03-20 22:21:43 +00:00
Lucas Dower
e9a913a615
Minor UI style changes 2023-03-20 19:08:38 +00:00
Lucas Dower
4e303de0c8 Major UI and CSS refactor 2023-03-20 18:02:18 +00:00
Lucas Dower
7752b13293
Fixed select-all and deselect-all buttons not updating correctly 2023-03-11 22:53:28 +00:00
Lucas Dower
a66d859c26
Added 'ready' message to console log when init'd successfully 2023-03-11 22:44:10 +00:00
Lucas Dower
1a9107f75c
Added a changelog to the header component 2023-03-11 22:42:36 +00:00
Lucas Dower
3476d9d98c
Added option to import/export block palettes 2023-03-11 22:07:07 +00:00
Lucas Dower
55780e6d18
* Made material type switch button clearer if the material is textureable
* Made console log panel fully collapsable
2023-03-11 21:34:45 +00:00
Lucas Dower
8c7e56dced
Rewrite of message handling
* Added console log widget
* Removed output segments
2023-03-11 21:14:19 +00:00
Lucas Dower
5853b335ce
Added UI for customisable block palettes 2023-03-11 19:02:39 +00:00
Lucas Dower
e9c94a6d5a
Fixed exporting not working, fixed .NBT exporter 2023-03-04 00:10:35 +00:00
Lucas Dower
49fb86e991
Added support for resizing the sidebar 2023-03-02 19:51:53 +00:00
Lucas Dower
f5a33746a1
Refactored label element into the config element 2023-03-02 18:10:54 +00:00
Lucas Dower
41bea98e27
Minor refactor to UI building 2023-03-02 17:58:41 +00:00
Lucas Dower
285b66c3fb
Made ray-based the default voxeliser as its faster in most cases 2023-03-01 20:40:39 +00:00
Lucas Dower
2d639b043e
Fix for .jpg textures not working 2023-03-01 20:35:32 +00:00
Lucas Dower
3fe2e6a7c4
Refactored web-worker to work for the website 2023-03-01 20:19:15 +00:00
Lucas Dower
db52dd6cf3
Added Minecraft version indicator 2023-03-01 18:46:27 +00:00
Lucas Dower
fa947c0a46
Fix for litematica exporter 2023-03-01 18:46:02 +00:00