[Jais-checkins] jaisteam/src/jais/visualization PlayFieldPanel.java,1.17,1.18 Visualization.java,1.1
Status: Beta
Brought to you by:
maestrodd
|
From: <mae...@us...> - 2002-07-13 16:21:54
|
Update of /cvsroot/jais/jaisteam/src/jais/visualization
In directory usw-pr-cvs1:/tmp/cvs-serv32242/visualization
Modified Files:
PlayFieldPanel.java Visualization.java
Log Message:
added muchos vielos tabulatoros... jb 7.0 is really fine ;)
changed the handling of the enemy and own team lists:
the list is fetched at the beginning of the KI cycle and stored in an
internal reference (m_enemyTeam m_ownTeam).
Index: PlayFieldPanel.java
===================================================================
RCS file: /cvsroot/jais/jaisteam/src/jais/visualization/PlayFieldPanel.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** PlayFieldPanel.java 9 Jul 2002 07:53:39 -0000 1.17
--- PlayFieldPanel.java 13 Jul 2002 16:21:51 -0000 1.18
***************
*** 69,73 ****
* accepts model from view
*
! * @param f_world
*/
public PlayFieldPanel(WorldModel f_world)
--- 69,73 ----
* accepts model from view
*
! * @param f_world s
*/
public PlayFieldPanel(WorldModel f_world)
***************
*** 96,100 ****
* redrawn (e.g. on repaint by OS or Jais)
*
! * @param f_g
*/
public void paintComponent(Graphics f_g)
--- 96,100 ----
* redrawn (e.g. on repaint by OS or Jais)
*
! * @param f_g s
*/
public void paintComponent(Graphics f_g)
***************
*** 379,384 ****
* This method draws the pos. of the ball in next round
*
! * @param f_nextPosX
! * @param f_nextPosY
*/
private void drawnBallPosInNextRound(int f_nextPosX,int f_nextPosY)
--- 379,384 ----
* This method draws the pos. of the ball in next round
*
! * @param f_nextPosX s
! * @param f_nextPosY s
*/
private void drawnBallPosInNextRound(int f_nextPosX,int f_nextPosY)
Index: Visualization.java
===================================================================
RCS file: /cvsroot/jais/jaisteam/src/jais/visualization/Visualization.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Visualization.java 8 Jul 2002 22:24:41 -0000 1.19
--- Visualization.java 13 Jul 2002 16:21:51 -0000 1.20
***************
*** 38,44 ****
* This is the constructor of Visualization class
*
! * @param f_myWorld
! * @param f_teamName
! * @param f_playerNumber
*/
public Visualization(WorldModel f_myWorld,String f_teamName, int f_playerNumber)
--- 38,44 ----
* This is the constructor of Visualization class
*
! * @param f_myWorld s
! * @param f_teamName s
! * @param f_playerNumber s
*/
public Visualization(WorldModel f_myWorld,String f_teamName, int f_playerNumber)
|