From 6a4d37e7b6ca3e52403c788d88a902891c63d144 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sun, 31 May 2020 15:54:04 +0200 Subject: [PATCH] v3.5.3 --- .gitignore | 1 + css/window.css | 5 +- index.html | 4 +- js/animations.js | 15 +- js/api.js | 1 + js/edit_sessions.js | 5 +- js/interface/actions.js | 10 +- js/interface/settings.js | 17 + js/io/io.js | 3 + js/io/modded_entity.js | 17 +- js/io/optifine_jem.js | 2 +- js/io/optifine_jpm.js | 5 +- js/outliner/cube.js | 20 +- js/outliner/outliner.js | 3 +- js/preview/OrbitControls.js | 2 +- js/preview/canvas.js | 59 +- js/preview/preview.js | 1 + js/texturing/texture_generator.js | 11 +- js/texturing/textures.js | 11 +- js/texturing/uv.js | 27 +- js/undo.js | 14 +- js/util.js | 11 +- lang/de.json | 7 +- lang/en.json | 5 + lang/es.json | 7 +- lang/fr.json | 35 +- lang/it.json | 19 +- lang/ja.json | 19 +- lang/ko.json | 109 +- lang/nl.json | 7 +- lang/pl.json | 9 +- lang/pt.json | 265 ++-- lang/ru.json | 181 +-- lang/sv.json | 7 +- lang/zh.json | 147 +-- lib/peer.min.js | 71 +- lib/three.min.js | 1927 +++++++++++++++-------------- package.json | 5 +- 38 files changed, 1644 insertions(+), 1420 deletions(-) diff --git a/.gitignore b/.gitignore index 5a2f07fae..6f1ca902f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dist/ index.php +package-lock.json node_modules/ \ No newline at end of file diff --git a/css/window.css b/css/window.css index ceaadd5a0..7273f3065 100644 --- a/css/window.css +++ b/css/window.css @@ -231,10 +231,11 @@ margin-left: auto; } #windows_window_menu li { - display: inline-block; + display: block; width: 42px; height: 100%; text-align: center; + float: left; } #windows_window_menu li:hover { color: var(--color-light); @@ -390,6 +391,7 @@ } #start_screen .recent_project_date { flex-shrink: 0; + position: relative; } span.recent_project_date:before { content: ""; @@ -468,6 +470,7 @@ } #start_screen right { flex-grow: 1; + width: 62%; } #start_screen i.start_screen_close_button { position: absolute; diff --git a/index.html b/index.html index 7901ebf3e..fe1457d7b 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

edit_session.about

-

This feature is in BETA. Bugs may occur while using it.

+

This feature is in BETA. Bugs may occur while using it. The connection server is currently unstable, please check Issue #641 for status updates.