From dfc3ae3071a0c3a3c5b60e476c366b36c839d37d Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 14 Oct 2008 19:01:43 +0000 Subject: [PATCH] Add Changelog.txt Update description Bump version --- Build | 5 +++-- Changelog.txt | 11 +++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 Changelog.txt diff --git a/Build b/Build index 46a9b2eb..c7f5b33f 100644 --- a/Build +++ b/Build @@ -2,10 +2,11 @@ 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 "Changelog.txt"; require "mspdatafile"; require "mspgbase"; diff --git a/Changelog.txt b/Changelog.txt new file mode 100644 index 00000000..0dfe7149 --- /dev/null +++ b/Changelog.txt @@ -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$) -- 2.43.0