git » fp-git.git » commit 92dc63d

o See diff

author ecalot
2003-10-23 14:22:44 UTC
committer ecalot
2003-10-23 14:22:44 UTC
parent 8b9c4ce93ee5c448823139cdfd31b83bd8e8669b

o See diff

PR/doc/changelog.txt +15 -1

diff --git a/PR/doc/changelog.txt b/PR/doc/changelog.txt
index 1e40900..1046db7 100644
--- a/PR/doc/changelog.txt
+++ b/PR/doc/changelog.txt
@@ -50,7 +50,7 @@ This program is open source under the GNU General Public License terms
   - Solved palette import bug
  * PR 0.7
   x Solved corrupted images on compression bug
-  x Source changed to ANSI C compatible
+  - Source ported to several compilers and platforms
   - Moved PG module to compress.c and bmp.c
   - Moved midi support to mid.c
   - Added Makefile
@@ -60,6 +60,20 @@ This program is open source under the GNU General Public License terms
  i)   Code the compression algorithms (B0, B1, B2) to optimize the bitmap compiled dat files
  ii)  Add full pop2 support
  iii) Add resources tree in xml. See the sample resources.xml and folder.xml
+parsing:
+
+typedef struct {
+ short int id;
+ char* field1;
+ char* field2;
+}tTag;
+
+tTag* getTagStructure(); //initializes
+freeTagStruct
+int (0 if end) parseNext(char** pString, tTag* tag);
+
+
+
  iv)  Code the compression algorithms (B3, B4) to optimize the bitmap compiled dat files
  v)   Add a C++ class to use PR