From e9af63c57b15f1e7c0b46362d4796b7b181122e6 Mon Sep 17 00:00:00 2001 From: waicool20 Date: Sun, 27 Sep 2020 02:33:35 +0800 Subject: [PATCH 01/25] Update libs --- CVAuto | 2 +- waicoolUtils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CVAuto b/CVAuto index 883aef596e..1d26d384a6 160000 --- a/CVAuto +++ b/CVAuto @@ -1 +1 @@ -Subproject commit 883aef596ee79004e66d0dcce8b621d8d681e540 +Subproject commit 1d26d384a6693b700bf69fc28c7a89fc99a0aa79 diff --git a/waicoolUtils b/waicoolUtils index 7d93114e0a..06ef2bd68c 160000 --- a/waicoolUtils +++ b/waicoolUtils @@ -1 +1 @@ -Subproject commit 7d93114e0ae99deb625f95ebc9fa86f744de3c46 +Subproject commit 06ef2bd68c1adeedfeb42953f4e34996e07e288b From ad54520e4e3a105cb3061584bb90c66528f402ba Mon Sep 17 00:00:00 2001 From: waicool20 Date: Mon, 20 Jul 2020 16:05:14 +0800 Subject: [PATCH 02/25] DebugView: Add image dynamic resize --- .../waicool20/wai2k/util/ai/GFLModelLoader.kt | 22 +++++++++++++++++++ src/main/resources/views/debug.fxml | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 src/main/kotlin/com/waicool20/wai2k/util/ai/GFLModelLoader.kt diff --git a/src/main/kotlin/com/waicool20/wai2k/util/ai/GFLModelLoader.kt b/src/main/kotlin/com/waicool20/wai2k/util/ai/GFLModelLoader.kt new file mode 100644 index 0000000000..b924f5ce4d --- /dev/null +++ b/src/main/kotlin/com/waicool20/wai2k/util/ai/GFLModelLoader.kt @@ -0,0 +1,22 @@ +/* + * GPLv3 License + * + * Copyright (c) WAI2K by waicool20 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +package com.waicool20.wai2k.util.ai + + diff --git a/src/main/resources/views/debug.fxml b/src/main/resources/views/debug.fxml index d638a54752..e91c38daa4 100644 --- a/src/main/resources/views/debug.fxml +++ b/src/main/resources/views/debug.fxml @@ -63,9 +63,9 @@