Skip to content

Commit

Permalink
0.4.5 : Release Notes
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
Denzy7 committed Apr 25, 2022
1 parent 2023278 commit b9ba1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit b9ba1bd

Please sign in to comment.