pre-beta (again...)
authorMark Cannon <vyhdycokio@gmail.com>
Wed, 26 Nov 2008 20:56:14 +0000 (20:56 +0000)
committerMark Cannon <vyhdycokio@gmail.com>
Wed, 26 Nov 2008 20:56:14 +0000 (20:56 +0000)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@554 83fadc84-e282-4d84-a09a-c4228d6ae7e5

changelog.txt
src/ProductInfo.h

index 9247a6a..9512e45 100755 (executable)
@@ -1,7 +1,13 @@
-OpenITG, beta 1 (in development)\r
---------------------------------\r
+OpenITG, prebeta (November 25th, 2008)\r
+--------------------------------------\r
+-Lots more code cleanup\r
+-Compilation updates:\r
+     Added SVN revision script for Linux make (thanks, SM devs)\r
+     Added patch to compile on GCC 4.3 (thanks dawnwolf)\r
+     Added patch to compile against LUA 5.1 (thanks to cyt0plas, Spectere)\r
 -New features:\r
-     Preliminary "M-mod" support (same format as C-mods)\r
+     Preliminary "M-mod" support (same format as C-mods, e.g. "M600")\r
+     Added custom courses ( /ProfileFolder/Courses/ )\r
 -Misc. changes:\r
      Added coin counter functionality to LIGHTSMAN\r
      Added RageCryptInterface for easier crypto implementations\r
@@ -17,8 +23,7 @@ OpenITG, beta 1 (in development)
      Linux: couldn't open GTK loading window\r
      ITGIO - P1 Left and Right reversed\r
      patch.zip mounted multiple times on start\r
--Profile changes:\r
-     Added custom courses ( /ProfileFolder/Courses/ ) - experimental\r
+     Possible to load redundant arcade I/O drivers and cause problems\r
 \r
 OpenITG, alpha 8 (August 29th, 2008)\r
 ------------------------------------\r
index 63ef893..11ced1d 100755 (executable)
@@ -40,7 +40,7 @@
 #endif
 
 /* A central location from which we can update crash handler data... */
-#define CRASH_REPORT_URL "http://boxorroxors.net/forum/viewtopic.php?t=971"
+#define CRASH_REPORT_URL "http://boxorroxors.net/forum/viewtopic.php?t=1104"
 
 #endif