Browse Source

Updated readme for new version.

Lasse Öörni 14 years ago
parent
commit
3d105cbdb6
2 changed files with 13 additions and 0 deletions
  1. 7 0
      Docs/Urho3D.dox
  2. 6 0
      Readme.txt

+ 7 - 0
Docs/Urho3D.dox

@@ -129,4 +129,11 @@ V1.13
 - Vertex lighting option.
 - Forward and light pre-pass rendering pipelines.
 
+V1.14   
+
+- Object (partial scene) load/save.
+- Post-processing.
+- Switched to pugixml library, scene load/save optimizations.
+- Bugfixes to rendertexture views and component attributes.
+
 */

+ 6 - 0
Readme.txt

@@ -147,3 +147,9 @@ V1.12   - Manipulator gizmo and multi-editing in the editor.
 V1.13   - Task-based multithreading.
         - Vertex lighting option.
         - Forward and light pre-pass rendering pipelines.
+
+V1.14   - Object (partial scene) load/save.
+        - Post-processing.
+        - Switched to pugixml library, scene load/save optimizations.
+        - Bugfixes to rendertexture views and component attributes.
+