From e42848253a6fae25ed27693afd1de58eab89ca42 Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Fri, 6 Sep 2019 14:23:55 +0200 Subject: [PATCH] Update the changelog and change the project version --- CHANGES.rst | 9 +++++++++ CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9bf35e59..e97b7765 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,3 +12,12 @@ v2019.1 YYYY-MM-DD * Select polygon mode from GUI, and simplify it (GitLab #47) * Toggle visualisation of light cones in wireframe mode from the GUI * Switch between shaders from GUI (GitLab #48) +* Edit node::render() to take parent transform +* Rename `WindowManager::CreateWindow()` to + `WindowManager::CreateGLFWWindow()`, to avoid conflict with Windows API + macro. +* Replace lodepng with stb, to also support JPEG file loading (GitLab #41) +* Add shader for celestial rings and load it in lab1 (GitLab #51) +* AppVeyor: switch from VS 2019 Preview to VS 2019 +* README: Add tinyfiledialogs to dependencies +* (HEAD -> 2019_updates) README: Sort the list of dependencies diff --git a/CMakeLists.txt b/CMakeLists.txt index 6439be48..d5200874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif () # Set the project name, versions and languages used. project ( CG_Labs - VERSION 0.1 + VERSION 2019.1 LANGUAGES CXX C )