Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26217
Modified Files:
ChangeLog wolf.dsp wolfpack.vcproj
Log Message:
account syncro
Index: wolfpack.vcproj
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolfpack.vcproj,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** wolfpack.vcproj 31 Aug 2004 17:44:37 -0000 1.46
--- wolfpack.vcproj 31 Aug 2004 19:16:49 -0000 1.47
***************
*** 686,689 ****
--- 686,695 ----
</File>
<File
+ RelativePath=".\python\pyaction.cpp">
+ </File>
+ <File
+ RelativePath=".\python\pyaction.h">
+ </File>
+ <File
RelativePath=".\python\pyai.cpp">
</File>
Index: ChangeLog
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ChangeLog 31 Aug 2004 13:49:53 -0000 1.17
--- ChangeLog 31 Aug 2004 19:16:48 -0000 1.18
***************
*** 33,36 ****
--- 33,38 ----
- Walking is denied if stamina is 0.
- Fixed an issue with account names containing foreign characters on save.
+ - Fixed an issue with walking/running not being sent to other cliens.
+ - Added wolfpack.queuecode to queue a python function for the next mainloop iteration.
Wolfpack 12.9.8 Beta (19. August 2004)
Index: wolf.dsp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/wolf.dsp,v
retrieving revision 1.270
retrieving revision 1.271
diff -C2 -d -r1.270 -r1.271
*** wolf.dsp 31 Aug 2004 17:44:37 -0000 1.270
--- wolf.dsp 31 Aug 2004 19:16:49 -0000 1.271
***************
*** 484,487 ****
--- 484,491 ----
# Begin Source File
+ SOURCE=.\python\pyaction.h
+ # End Source File
+ # Begin Source File
+
SOURCE=.\pagesystem.h
# End Source File
***************
*** 705,708 ****
--- 709,716 ----
# Begin Source File
+ SOURCE=.\python\pyaction.cpp
+ # End Source File
+ # Begin Source File
+
SOURCE=.\python\content.h
# End Source File
|