[wpdev-commits] wolfpack wolfpack.pro,1.140,1.141
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-08-27 00:40:27
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv4990/src Modified Files: wolfpack.pro Log Message: Implemented SQLite support. driver=sqlite database name is the filename Index: wolfpack.pro =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v retrieving revision 1.140 retrieving revision 1.141 diff -C2 -d -r1.140 -r1.141 *** wolfpack.pro 26 Aug 2003 15:42:07 -0000 1.140 --- wolfpack.pro 27 Aug 2003 00:40:22 -0000 1.141 *************** *** 127,131 **** ai_vendors.cpp \ basechar.cpp \ - basechar_flatstore.cpp \ basics.cpp \ boats.cpp \ --- 127,130 ---- *************** *** 148,152 **** house.cpp \ iserialization.cpp \ - item_flatstore.cpp \ itemid.cpp \ items.cpp \ --- 147,150 ---- *************** *** 158,162 **** network.cpp \ npc.cpp \ - npc_flatstore.cpp \ encryption.cpp \ pfactory.cpp \ --- 156,159 ---- *************** *** 165,169 **** preferences.cpp \ player.cpp \ - player_flatstore.cpp \ pythonscript.cpp \ resources.cpp \ --- 162,165 ---- *************** *** 186,190 **** Trade.cpp \ uobject.cpp \ - uobject_flatstore.cpp \ utilsys.cpp \ wolfpack.cpp \ --- 182,185 ---- |