|
From: Corey F. <gn...@us...> - 2004-09-03 19:16:56
|
Update of /cvsroot/clicksaver/ClickSaverSrc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15313 Modified Files: ClickSaver.dsp clicksaver.c clicksaver.h guidef.c Log Message: Version 2.3.1 AI Updates Index: ClickSaver.dsp =================================================================== RCS file: /cvsroot/clicksaver/ClickSaverSrc/ClickSaver.dsp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ClickSaver.dsp 31 Oct 2003 03:40:50 -0000 1.7 --- ClickSaver.dsp 3 Sep 2004 19:16:46 -0000 1.8 *************** *** 151,159 **** # Begin Source File ! SOURCE=".\madCodeHookLibL\Dll\madCodeHookLib - microsoft.lib" # End Source File # Begin Source File ! SOURCE=.\BerkeleyDB\libdb40.lib # End Source File # End Target --- 151,159 ---- # Begin Source File ! SOURCE=.\BerkeleyDB\libdb40.lib # End Source File # Begin Source File ! SOURCE=".\madCodeHookLibL\Dll\madCodeHookLib - microsoft.lib" # End Source File # End Target Index: clicksaver.h =================================================================== RCS file: /cvsroot/clicksaver/ClickSaverSrc/clicksaver.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** clicksaver.h 28 Aug 2004 18:04:08 -0000 1.13 --- clicksaver.h 3 Sep 2004 19:16:46 -0000 1.14 *************** *** 1,4 **** --- 1,7 ---- /* * $Log$ + * Revision 1.14 2004/09/03 19:16:46 gnarf37 + * Version 2.3.1 AI Updates + * * Revision 1.13 2004/08/28 18:04:08 gnarf37 * Moved some GUI Options arounds, added Skip Rebuild option *************** *** 27,31 **** #define __CLICKSAVER_H__ ! #define CS_VERSION "2.3.0 beta 3" #include "mission.h" --- 30,34 ---- #define __CLICKSAVER_H__ ! #define CS_VERSION "2.3.1" #include "mission.h" Index: clicksaver.c =================================================================== RCS file: /cvsroot/clicksaver/ClickSaverSrc/clicksaver.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** clicksaver.c 28 Aug 2004 18:04:08 -0000 1.14 --- clicksaver.c 3 Sep 2004 19:16:46 -0000 1.15 *************** *** 1,4 **** --- 1,7 ---- /* * $Log$ + * Revision 1.15 2004/09/03 19:16:46 gnarf37 + * Version 2.3.1 AI Updates + * * Revision 1.14 2004/08/28 18:04:08 gnarf37 * Moved some GUI Options arounds, added Skip Rebuild option *************** *** 384,389 **** if (g_FoundMish != 255) { // Move mouse and select mission that finished our Buying Agent ! MousePos.x = 47 + ((g_FoundMish % 3) * 60); ! MousePos.y = 44 + ((g_FoundMish / 3) * 57); lParam = MousePos.y << 16 | MousePos.x; --- 387,392 ---- if (g_FoundMish != 255) { // Move mouse and select mission that finished our Buying Agent ! MousePos.x = 44 + ((g_FoundMish % 3) * 58); ! MousePos.y = 57 + ((g_FoundMish / 3) * 57); lParam = MousePos.y << 16 | MousePos.x; *************** *** 396,400 **** Sleep( 2010 ); ! MousePos.x = 83; MousePos.y = 283; ClientToScreen( AOWnd, &MousePos ); SetCursorPos( MousePos.x, MousePos.y ); --- 399,403 ---- Sleep( 2010 ); ! MousePos.x = 76; MousePos.y = 321; ClientToScreen( AOWnd, &MousePos ); SetCursorPos( MousePos.x, MousePos.y ); *************** *** 1157,1162 **** // easy to abort the buying agent while // it's running ! MousePos.x = 182; ! MousePos.y = 168; lParam = MousePos.y << 16 | MousePos.x; --- 1160,1165 ---- // easy to abort the buying agent while // it's running ! MousePos.x = 99; ! MousePos.y = 180; lParam = MousePos.y << 16 | MousePos.x; *************** *** 1384,1422 **** { ! int ypos = 190; ! ! ! ! _dragMouse(200, 165, 200, 165); ! ! ! ! _dragMouse(113, 145, (int)_linIinterp(55, 170, easy_hard/100.0f), 145); ! ! ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, good_bad/100.0f), ypos); ! ypos += 15; ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, order_chaos/100.0f), ypos); ! ypos += 15; ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, open_hidden/100.0f), ypos); ! ypos += 15; ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, phys_myst/100.0f), ypos); ! ypos += 15; ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, headon_stealth/100.0f), ypos); ! ypos += 15; ! _dragMouse(113, ypos, (int)_linIinterp(55, 170, money_xp/100.0f), ypos); --- 1387,1417 ---- { ! int ypos = 210; + //_dragMouse(200, 165, 200, 165); + _dragMouse(102, 160, (int)_linIinterp(64, 141, easy_hard/100.0f), 160); ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, good_bad/100.0f), ypos); ! ypos += 18; ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, order_chaos/100.0f), ypos); ! ypos += 18; ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, open_hidden/100.0f), ypos); ! ypos += 18; ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, phys_myst/100.0f), ypos); ! ypos += 18; ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, headon_stealth/100.0f), ypos); ! ypos += 18; ! _dragMouse(102, ypos, (int)_linIinterp(64, 141, money_xp/100.0f), ypos); Index: guidef.c =================================================================== RCS file: /cvsroot/clicksaver/ClickSaverSrc/guidef.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** guidef.c 28 Aug 2004 18:04:08 -0000 1.18 --- guidef.c 3 Sep 2004 19:16:46 -0000 1.19 *************** *** 1,4 **** --- 1,7 ---- /* * $Log$ + * Revision 1.19 2004/09/03 19:16:46 gnarf37 + * Version 2.3.1 AI Updates + * * Revision 1.18 2004/08/28 18:04:08 gnarf37 * Moved some GUI Options arounds, added Skip Rebuild option *************** *** 470,474 **** PUM_ADDCHILD, PU_LABEL( "IMPORTANT: Sliders must be in default positions for this to work" ), ! PUM_ADDCHILD, PU_LABEL( "and the 'More Options' section of the mission window must be CLOSED" ), --- 473,477 ---- PUM_ADDCHILD, PU_LABEL( "IMPORTANT: Sliders must be in default positions for this to work" ), ! PUM_ADDCHILD, PU_LABEL( "and the 'More Options' section of the mission window must be OPEN!" ), |