]> git.tdb.fi Git - libs/gl.git/commitdiff
Add Changelog.txt 1.0
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 19:01:43 +0000 (19:01 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Oct 2008 19:01:43 +0000 (19:01 +0000)
Update description
Bump version

Build
Changelog.txt [new file with mode: 0644]

diff --git a/Build b/Build
index 46a9b2eb06c37da3bb1b34d0aab39d49d03d7895..c7f5b33f4295cf083e91e947d8fa5ca0d22d6e0b 100644 (file)
--- a/Build
+++ b/Build
@@ -2,10 +2,11 @@
 
 package "mspgl"
 {
 
 package "mspgl"
 {
-       version "0.9";
-       description "C++ wrappers for OpenGL";
+       version "1.0";
+       description "Lightweight C++/OpenGL graphics engine";
 
        tar_file "License.txt";
 
        tar_file "License.txt";
+       tar_file "Changelog.txt";
 
        require "mspdatafile";
        require "mspgbase";
 
        require "mspdatafile";
        require "mspgbase";
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..0dfe714
--- /dev/null
@@ -0,0 +1,11 @@
+1.0
+* Add class Technique to share passes between Objects
+* Scene automatically recognizes ObjectInstances and optimizes rendering them
+* Various Builders should now be constructed directly
+* Convert Material, TexEnv and Light to object model
+* Bugfixes
+
+0.9
+* First release
+
+($Id$)