Commit Graph

106 Commits

Author SHA1 Message Date
JannisX11
4260c659b8 Add sidebar toggle feature 2021-01-09 18:33:42 +01:00
JannisX11
aaf97b6554 Merge branch '3.8' of https://github.com/JannisX11/blockbench into 3.8 2021-01-09 14:57:04 +01:00
JannisX11
00a93524c4 Set interface scale in settings 2021-01-09 14:56:57 +01:00
JannisX11
2a65b264dd Implement directory picker API 2021-01-09 14:49:12 +01:00
JannisX11
398bb32e79 Add timeline for animated textures 2021-01-03 11:14:24 +01:00
JannisX11
a46b31d34c Changes to text hierarchy 2021-01-02 15:08:07 +01:00
JannisX11
9aedf8813b Add new "subtle text" color 2021-01-02 14:47:57 +01:00
JannisX11
147f4cd695 Performance and memory improvements 2020-12-31 15:08:35 +01:00
JannisX11
b830d997eb Set animation snap to 24 by default 2020-12-29 18:13:02 +01:00
JannisX11
4e1fe04e99 Allow modes to add center window 2020-12-22 13:32:49 +01:00
JannisX11
5254f13710 Add dialog onFormChange property 2020-12-14 18:46:10 +01:00
JannisX11
14170e0810 Add action to export specific animations 2020-12-13 15:12:40 +01:00
JannisX11
000823d1f1 Update deprecated native dialog methods 2020-12-12 18:42:48 +01:00
JannisX11
67e7902684 Change version number
Change background grid color
Make UV editor size no longer snap to 16px values
2020-12-09 13:01:39 +01:00
JannisX11
ad88a2e4bd Cache URL loaded plugins for offline use 2020-12-06 22:44:55 +01:00
JannisX11
77f7594d78 Add dialog form description tooltips 2020-12-06 21:23:45 +01:00
JannisX11
7227e1d684 Implement vue components in dialogs
Make dialogs re-usable
2020-12-06 17:15:50 +01:00
JannisX11
69ed9f9a99 Improve code editor functionality
- Add bracket insertion
- fix tab-out issue
2020-12-05 23:56:57 +01:00
JannisX11
a9f6ca1baf Add setting to disable hardware acceleration 2020-12-05 22:31:45 +01:00
JannisX11
b9acedd381 Reduce condition code 2020-12-05 21:16:30 +01:00
JannisX11
8555f5b86c Make everything deletable 2020-11-27 23:23:16 +01:00
JannisX11
0ef73808ff Button to clear recent file history 2020-11-25 09:51:17 +01:00
JannisX11
60c0f839e1 Fix tab switching between num sliders
closes #750
2020-10-27 15:58:48 +01:00
JannisX11
9f065d24ef Fix element and bone panel being hidden in web app 2020-10-26 20:24:59 +01:00
JannisX11
3322ecb5ee Fix web app loading issue on iOS devices 2020-10-26 20:20:14 +01:00
JannisX11
a17035c812 Remove conditional chaining to increase compatiblity 2020-10-26 19:56:00 +01:00
JannisX11
506f40ec8c Mobile Interface improvements 2020-10-26 15:27:07 +01:00
JannisX11
0f235a8c84 Allow faster mouse movement in number sliders 2020-10-25 17:53:14 +01:00
JannisX11
54a12ccc15 Rewrite preview control element scaling
closes #743
+ Add support for multiple events in Blockbench.on()
2020-10-21 18:31:26 +02:00
JannisX11
465bf666ff Fix issues with password input elements 2020-10-21 16:18:31 +02:00
JannisX11
9b3da73eea Add codec: load_filter API and convert codecs 2020-10-21 16:12:14 +02:00
JannisX11
28315784d7 Add particle tick rate setting
Fix two Wintersky issues
2020-10-19 22:11:04 +02:00
JannisX11
b540a1b9bd Add motion trail lock
Improve scaling of motion trail points
Fix issue with menus not being clickable
2020-10-19 20:16:28 +02:00
JannisX11
c0adfdb484 Convert "Open Dev Tools" to action
Fix CSS issue with keybind labels in menus
Allow chars in keybind constructor
2020-10-17 21:54:08 +02:00
JannisX11
3208e0e9bd Visual tweaks
Fix keyframe copy-pasting
2020-10-17 15:17:27 +02:00
JannisX11
8b940fae21 Merge branch 'ik' into 3.7 2020-10-15 22:23:37 +02:00
JannisX11
71bd189903 Add keybinding labels to menus and tooltips
Redo description labels on tooltips
Fix clearing keybinds not saving that change
2020-10-14 22:50:10 +02:00
JannisX11
a04974aab2 Bottom panel selector on mobile devices 2020-10-11 16:54:52 +02:00
JannisX11
dd3bfd1873 Motion trail setting 2020-10-10 15:17:43 +02:00
JannisX11
2d796348a6 Add anti-aliasing setting 2020-10-06 21:57:57 +02:00
JannisX11
0412341ad1 Fix code indentation 2020-10-04 23:44:06 +02:00
JannisX11
69f6b50da1 Update MolangJS 2020-10-04 23:26:30 +02:00
JannisX11
763b1396bf Small interface fixes 2020-09-30 17:29:13 +02:00
JannisX11
91a2d83afd Add new preferences submenu 2020-09-29 16:32:13 +02:00
JannisX11
912491b7ca Merge branch '3.7' into ik 2020-09-28 17:31:16 +02:00
JannisX11
12ca538252 Fix animation import/export 2020-09-27 22:11:37 +02:00
JannisX11
9cac4af541 Save brush settings individually per tool 2020-09-27 18:05:20 +02:00
JannisX11
992f42e3a0 Keyframe interpolation interface and io 2020-09-27 10:01:39 +02:00
JannisX11
4e0efa61f1 Solve various issues with keyframe data points 2020-09-26 17:56:14 +02:00
JannisX11
1fdc5cb5bf Merge branch '3.7' into keyframe-layers 2020-09-26 14:03:09 +02:00