Commit Graph

668 Commits

Author SHA1 Message Date
Lucas Dower
19c05231c3
Optimise rendering to only redraw when necessary 2023-06-12 23:41:02 +01:00
Lucas Dower
8a2db892bc
Revert "Add instancing to voxel mesh rendering, #132"
This reverts commit 58cc638149.
2023-06-10 16:13:10 +01:00
Lucas Dower
58cc638149
Add instancing to voxel mesh rendering, #132 2023-06-10 16:05:41 +01:00
Lucas Dower
b8cc31d75a
Optimised voxel and block mesh buffer generation 2023-06-10 15:35:48 +01:00
Lucas Dower
968f90f436
Remove unused files 2023-06-05 23:39:30 +01:00
Lucas Dower
ba7d7b6d6d Fixed progress bars not working, added progress tracking for importing, closes #121 2023-06-01 20:47:59 +01:00
Lucas Dower
21ea0e7c2c Fixed importing error messages being hidden, closes #128 2023-06-01 20:32:31 +01:00
Lucas Dower
50a68b5190 Remove unused file 2023-06-01 20:20:55 +01:00
Lucas Dower
2a1df4d098 Fix y and z rotation values not working, fixes #127 2023-06-01 20:20:41 +01:00
Lucas Dower
34b0834da4
Fix for block lighting at bottom layer of blocks 2023-05-21 17:37:23 +01:00
Lucas Dower
d3b0580fef
Fixed up test code breaking block mesh functions, closes #122 2023-05-21 17:13:10 +01:00
Lucas Dower
f7f2d23b54
Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic 2023-05-21 16:01:00 +01:00
Lucas Dower
1b605e82da
Added divider to UI between basic and advanced settings 2023-05-21 15:53:25 +01:00
Lucas Dower
d5453a9d2b
Merge pull request #120 from Creeper553/main
Update zh_CN.ts
2023-05-21 15:35:39 +01:00
KatMelon
54c0e33d8c
Update zh_CN.ts 2023-05-09 20:40:59 +08:00
Lucas Dower
f3b2a6dcc2
.glb imports now load bundled textures 2023-05-07 14:01:56 +01:00
Lucas Dower
e5bc18f99c
Added translation key for header description 2023-05-06 17:11:38 +01:00
Lucas Dower
4861580870
Added small description to header element 2023-05-06 17:05:00 +01:00
Lucas Dower
bae3532c4d
Removed .gltf to debug, .glb still enabled 2023-05-06 16:56:22 +01:00
Lucas Dower
ab5e8476d1
Fixed console spam when importing block palettes with blank lines 2023-04-17 18:38:33 +01:00
Lucas Dower
9b05272372
Added support for minimising properties 2023-04-17 18:32:11 +01:00
Lucas Dower
d4608e6a69
Updated Russian translation display name 2023-04-17 17:43:08 +01:00
Lucas Dower
33abd2d968
Optimisations to ray-based voxeliser and occlusion manager (~1.55x), added linear allocator 2023-04-16 01:12:31 +01:00
Lucas Dower
f2579a9732
Added number input component 2023-04-15 16:43:47 +01:00
Lucas Dower
fb49b45523
Removed frosted_ice 2023-04-14 22:32:19 +01:00
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