diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b00c065..a228d22 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,8 +1,12 @@
Changelog for Photon
-$Id: CHANGELOG.txt,v 1.3 2005/08/07 07:12:46 cozman Exp $
+$Id: CHANGELOG.txt,v 1.4 2005/08/08 19:35:10 cozman Exp $
++ : New Features
+- : Feature Removal
+* : Minor Changes/Bugfixes
+! : Major Changes
-0.0.1
+0.0.1 - Released 2005-08-08
+ State-based design that allows easy creation of applications by simply
deriving from a basic 'State' class.
+ Kernel/Task system allowing full control over game loop.
@@ -35,4 +39,5 @@ $Id: CHANGELOG.txt,v 1.3 2005/08/07 07:12:46 cozman Exp $
mind. Use of modern programming techniques like templates and exceptions
contributes to ease of use and ease of development.
+ 12 demo programs showing features and ease of use of various components.
+
diff --git a/RELEASE-HOWTO.txt b/RELEASE-HOWTO.txt
index 45874de..a35638a 100644
--- a/RELEASE-HOWTO.txt
+++ b/RELEASE-HOWTO.txt
@@ -13,3 +13,6 @@ Sourceforge.net
Upload to Sourceforge and release via Sourceforge release system
Upload docs to Sourceforge webspace
Write release announcement, post on DevBlog/Mailing list
+
+
+$Id: RELEASE-HOWTO.txt,v 1.2 2005/08/08 19:35:11 cozman Exp $
diff --git a/ndoc/Menu.txt b/ndoc/Menu.txt
index 5339977..48dcdb7 100644
--- a/ndoc/Menu.txt
+++ b/ndoc/Menu.txt
@@ -1,7 +1,7 @@
Format: 1.35
-Title: Photon 0.0.0
+Title: Photon 0.0.1
SubTitle: Simple Open Source 2D Game API
Footer: Documentation for photon. Copyright (C) 2004-2005 James Turk
@@ -29,18 +29,18 @@ Footer: Documentation for photon. Co
Group: photon:: {
- File: AppCore (AppCore.hpp)
File: Application (Application.hpp)
File: Basic Types (types.hpp)
- File: Entrypoint (entrypoint.hpp)
File: Exception/Error Types (exceptions.hpp)
File: InputListener (InputListener.hpp)
File: Kernel (Kernel.hpp)
File: Log (Log.hpp)
File: Logging Utilities (LogSink.hpp)
+ File: PhotonMain (entrypoint.hpp)
File: ResourceManaged (ResourceManaged.hpp)
File: ResourceManager (ResourceManager.hpp)
- File: Task (Task.hpp)
+ File: State (State.hpp)
+ File: Task.hpp (Task.hpp)
Group: Audio:: {
@@ -74,7 +74,6 @@ Group: photon:: {
File: Image (video/Image.hpp)
File: Pen (video/Pen.hpp)
File: Texture (video/Texture.hpp)
- File: VideoCore (video/VideoCore.hpp)
} # Group: Video::
} # Group: photon::
@@ -86,7 +85,7 @@ Group: Index {
Constant Index: Constants
Function Index: Functions
Type Index: Types
- Macro Index: Macros
Variable Index: Variables
+ File Index: Files
} # Group: Index
diff --git a/photon.mm b/photon.mm
index 8bade82..72d347f 100644
--- a/photon.mm
+++ b/photon.mm
@@ -7,55 +7,20 @@
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -140,7 +105,7 @@
-
+