[Gcblue-commits] gcb_wx/include/scriptinterface tcSimPythonInterface.h,1.23,1.24
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-05-06 23:57:25
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11073/include/scriptinterface Modified Files: tcSimPythonInterface.h Log Message: added player name to connection status, update rates are slower for non-controlled objects, non-controlled objects now display as green, added chat text popup Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** tcSimPythonInterface.h 5 May 2005 02:14:19 -0000 1.23 --- tcSimPythonInterface.h 6 May 2005 23:57:16 -0000 1.24 *************** *** 128,131 **** --- 128,132 ---- void ProcessCommand(std::string command, const std::vector<long>& id, int param = -1, std::string textParam = ""); + void ProcessCallback(std::string command, const std::vector<long>& id); void ProcessCallback(std::string command, const std::vector<long>& id, float afData, int param); |