[Gcblue-commits] gcb_wx/scripts Menu.py,1.21,1.22 MissionEditCommands.py,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-01-14 17:14:08
|
Update of /cvsroot/gcblue/gcb_wx/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14428/scripts Modified Files: Menu.py MissionEditCommands.py Log Message: Changes up to 0.8.1 Index: MissionEditCommands.py =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/scripts/MissionEditCommands.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MissionEditCommands.py 18 Dec 2005 18:48:16 -0000 1.2 --- MissionEditCommands.py 14 Jan 2006 17:13:59 -0000 1.3 *************** *** 45,47 **** unitName = 'Needname %d' % int(1000*random()) ! SM.AddUnitToFlightDeck(hostName, className, unitName, 3) \ No newline at end of file --- 45,51 ---- unitName = 'Needname %d' % int(1000*random()) ! SM.AddUnitToFlightDeck(hostName, className, unitName, 3) ! ! def AddMapLabel(SM, lon, lat, labelText): ! SM.OverlayText(labelText, rad_to_deg*lon, rad_to_deg*lat) ! Index: Menu.py =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/scripts/Menu.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Menu.py 18 Dec 2005 18:48:16 -0000 1.21 --- Menu.py 14 Jan 2006 17:13:59 -0000 1.22 *************** *** 427,430 **** - - --- 427,428 ---- |