From b9ba1bdee6a07534be080eef31041a3394b7eb71 Mon Sep 17 00:00:00 2001 From: Denzy7 Date: Mon, 25 Apr 2022 18:56:28 +0300 Subject: [PATCH] 0.4.5 : Release Notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **DENGITOR**: - Can now rotate editor camera with mouse (also hides mouse cursor 🙂) - Move editor camera foward with W (its a bit clunky) **CODE**: dengitor: - Mouse mouse with a combination of motion, key, button events in a GtkEventBox lib: - use a single .in to config all dll's for win32 dengine-core: - fix crash when dengine_init() on Android. This crashed since filesdir was not set using JNI dengine-scene: - get entity right and up tests: - fix android tests not building due to missing symlinks. Also set appropriate activity & app names and link dengine libs only --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a50978..d519dee2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(dengine VERSION 0.4.4 LANGUAGES C) +project(dengine VERSION 0.4.5 LANGUAGES C) #this is just a slight nuance with cmake rather than renaming the project set(DENGINE_VERSION "${dengine_VERSION}")