[wpdev-commits] wolfpack ChangeLog,1.108,1.109 walking.cpp,1.155,1.156
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-14 00:25:03
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24824 Modified Files: ChangeLog walking.cpp Log Message: walking fix. Index: walking.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/walking.cpp,v retrieving revision 1.155 retrieving revision 1.156 diff -C2 -d -r1.155 -r1.156 *** walking.cpp 10 Oct 2004 20:39:38 -0000 1.155 --- walking.cpp 14 Oct 2004 00:24:53 -0000 1.156 *************** *** 324,328 **** { stBlockItem item = blockList[i]; ! Q_INT8 itemTop = ( item.z + item.height ); // If we found something to step on and the next tile --- 324,328 ---- { stBlockItem item = blockList[i]; ! Q_INT32 itemTop = ( item.z + item.height ); // If we found something to step on and the next tile Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** ChangeLog 13 Oct 2004 14:45:53 -0000 1.108 --- ChangeLog 14 Oct 2004 00:24:53 -0000 1.109 *************** *** 49,52 **** --- 49,53 ---- - Fixed the spawnregion python interface and added documentation. - Made the spawnregion info gump show the active/inactive state and the groups for spawnregions. + - Fix for items on very high z values interfering with walking. Wolfpack 12.9.11 Beta (26. September 2004) |