Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19303
Modified Files:
ChangeLog
Log Message:
Forgot to do this earlier.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** ChangeLog 10 Sep 2004 04:06:26 -0000 1.45
--- ChangeLog 10 Sep 2004 22:20:06 -0000 1.46
***************
*** 5,8 ****
--- 5,9 ----
This will slow AI down a little but crash prevention is well worth it.
- Fixed a crashbug with the delayed onCreate call.
+ - Fixed a bug with configure.py and static libs.
Wolfpack 12.9.10 Beta (10. September 2004)
***************
*** 16,20 ****
- Fixed a bug where an error message for missing python gump
callbacks led to a crash.
! - Added a property system bound to the definitions.
<intproperty name="..." value="..." /> and
<strproperty name="..." value="..." /> define properties that can be
--- 17,21 ----
- Fixed a bug where an error message for missing python gump
callbacks led to a crash.
! - Added a property system bound to the definitions.
<intproperty name="..." value="..." /> and
<strproperty name="..." value="..." /> define properties that can be
|