Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1:/tmp/cvs-serv2086/python
Modified Files:
char.cpp content.h global.cpp item.cpp multi.cpp tempeffect.h
Log Message:
Removed prototypes.h and reintroduced wolfpack.h with intelligent content.
Index: char.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/char.cpp,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** char.cpp 11 Sep 2003 15:33:58 -0000 1.102
--- char.cpp 11 Sep 2003 16:19:50 -0000 1.103
***************
*** 35,40 ****
#include "../territories.h"
- #include "../prototypes.h"
- #include "../wolfpack.h"
#include "../skills.h"
#include "../combat.h"
--- 35,38 ----
Index: content.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/content.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** content.h 4 Aug 2003 07:28:18 -0000 1.7
--- content.h 11 Sep 2003 16:19:50 -0000 1.8
***************
*** 35,39 ****
#include "../defines.h"
#include "../globals.h"
! #include "../wolfpack.h"
#include "../basechar.h"
#include "utilities.h"
--- 35,40 ----
#include "../defines.h"
#include "../globals.h"
! #include "../items.h"
! #include "../world.h"
#include "../basechar.h"
#include "utilities.h"
Index: global.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** global.cpp 11 Sep 2003 12:22:25 -0000 1.90
--- global.cpp 11 Sep 2003 16:19:50 -0000 1.91
***************
*** 60,63 ****
--- 60,64 ----
#include "../targetrequests.h"
#include "../basedef.h"
+ #include "../wolfpack.h"
#include "pypacket.h"
Index: item.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/item.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** item.cpp 30 Aug 2003 17:00:13 -0000 1.73
--- item.cpp 11 Sep 2003 16:19:51 -0000 1.74
***************
*** 33,38 ****
#include "../items.h"
#include "../tilecache.h"
- #include "../prototypes.h"
- #include "../wolfpack.h"
#include "../scriptmanager.h"
#include "../itemid.h"
--- 33,36 ----
Index: multi.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/multi.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** multi.cpp 23 Aug 2003 15:20:29 -0000 1.17
--- multi.cpp 11 Sep 2003 16:19:51 -0000 1.18
***************
*** 33,38 ****
#include "../items.h"
#include "../tilecache.h"
- #include "../prototypes.h"
- #include "../wolfpack.h"
#include "../scriptmanager.h"
#include "../itemid.h"
--- 33,36 ----
***************
*** 41,44 ****
--- 39,43 ----
#include "../basechar.h"
#include "../network/uotxpackets.h"
+ #include "../network/uosocket.h"
#include "utilities.h"
Index: tempeffect.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/tempeffect.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tempeffect.h 5 May 2003 11:59:15 -0000 1.7
--- tempeffect.h 11 Sep 2003 16:19:51 -0000 1.8
***************
*** 33,37 ****
#include "../TmpEff.h"
- #include "../prototypes.h"
#include "../world.h"
--- 33,36 ----
|