diff --git a/authors.txt b/authors.txt
index b3386c4..ea109ca 100644
--- a/authors.txt
+++ b/authors.txt
@@ -1,2 +1,3 @@
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
+Sean sean@conceptofzero.net - MSVC++6 Project Files
diff --git a/changelog.txt b/changelog.txt
index 8b1999c..db708d4 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,8 +1,12 @@
-ZEngine Version Log for Version 0.8.0
-$Id: changelog.txt,v 1.19 2003/01/02 03:33:39 cozman Exp $
+ZEngine Version Log for Version 0.8.1
+$Id: changelog.txt,v 1.20 2003/01/03 03:48:01 cozman Exp $
0.8.1
-Added legal information for developers.
+ -Fixed VC7 to build without PhysFS by default.
+ -Added small notice into /lib directory.
+ -Added VC6 files based on updated VC7 files, courtesy of Sean.
+ -Added links to the tutorials.
0.8.0
-Added Surface Loss Protection.
diff --git a/include/ZEngine.h b/include/ZEngine.h
index 475fe37..2aedfc7 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.15 2002/12/29 07:22:01 cozman Exp $
+$Id: ZEngine.h,v 1.16 2003/01/03 03:48:01 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
@@ -16,8 +16,8 @@ $Id: ZEngine.h,v 1.15 2002/12/29 07:22:01 cozman Exp $
\mainpage ZEngine Documentation
\author James Turk
- \version 0.8.0
- \date December 29, 2002
+ \version 0.8.1
+ \date January 2, 2003
\section ZEngine About ZEngine
@@ -30,6 +30,7 @@ $Id: ZEngine.h,v 1.15 2002/12/29 07:22:01 cozman Exp $
and making the engine much faster in all test cases, and the engine was tested for memory leaks with MSVC and is known
to have no leaks.
-The ZEngine website can be found at http://zengine.sourceforge.net/.
+ -The ZEngine tutorials can be found at http://conceptofzero.net/tutorials/zengine/.
\section Licensing Licensing
@@ -45,6 +46,7 @@ $Id: ZEngine.h,v 1.15 2002/12/29 07:22:01 cozman Exp $
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
+ Sean sean@conceptofzero.net - MSVC++6 Project Files
**/
#ifndef __zengine_h__
diff --git a/readme.txt b/readme.txt
index 49950db..275f32f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -13,7 +13,9 @@ ZEngine is a game library which is designed to compile that SDL and OpenGL
are available on. ZEngine is a set of classes and a main ZEngine class which
are designed to make game development easier and more organized. As of 0.7.7
ZEngine uses OpenGL to do the 2D display, so it is much faster and can take
-advantage of hardware accelerated features.
+advantage of hardware accelerated features. This file provides a simple
+overview of using it, more on the subject can be found in the docs and at
+http://conceptofzero.net/tutorials/zengine/.
------------------------------------------------------------
II. Getting ZEngine: