From: Mikko Rasa Date: Mon, 5 Oct 2009 18:48:09 +0000 (+0000) Subject: Bump version to 1.1 X-Git-Tag: 1.1 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=e77c027ce8efb5dafd93bdd0f77504218a955665 Bump version to 1.1 Update Build file for builder 1.0 --- diff --git a/Build b/Build index c7f5b33f..7e98f4c7 100644 --- a/Build +++ b/Build @@ -2,20 +2,28 @@ package "mspgl" { - version "1.0"; + version "1.1"; description "Lightweight C++/OpenGL graphics engine"; - tar_file "License.txt"; - tar_file "Changelog.txt"; - require "mspdatafile"; require "mspgbase"; require "opengl"; + headers "msp/gl" + { + source "source"; + install true; + }; + library "mspgl" { source "source"; install true; - install_headers "msp/gl"; + }; + + tarball "@src" + { + source "License.txt"; + source "Changelog.txt"; }; }; diff --git a/Changelog.txt b/Changelog.txt index 0dfe7149..5c06ade7 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,14 @@ +1.1 +* Pipeline and effect framework +* Support for generic vertex attributes +* RAII classes for push/pop_matrix and bind/unbind +* Viewport control functions +* Blender exporter + - Store settings between runs + - Export texture coordinates and TB vectors + - Apply modifiers to mesh when exporting +* Various bugfixes + 1.0 * Add class Technique to share passes between Objects * Scene automatically recognizes ObjectInstances and optimizes rendering them