SavanVaghela / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

Compilation Err in Current Game.java and RenderMap.java on SVN #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Game.java rev 295
RenderMap.java rev 149

Call to Game constructor line 29 Render Map:

Game game = new Game(args[0], 100, 0);

Signature of game constructor in Game.java:

public Game(String s, int maxGameLength, int mode, String logFilename) {

====

Call to Render method line 62 RenderMap.java:

game.Render(640, 480, 0.0, null, colors, bgColor, textColor, planetFont, 
fleetFont, _g);

Signature of Render method line 454 Game.java:

void Render(int width, // Desired image width
int height, // Desired image height
double offset, // Real number between 0 and 1
BufferedImage bgImage, // Background image
ArrayList<Color> colors, // Player colors
Graphics2D g) 

Original issue reported on code.google.com by dsearsm...@gmail.com on 19 Sep 2010 at 4:50

GoogleCodeExporter commented 8 years ago
This may have something to do with changes to the visualizer no being 
replicated back to other dependancies.  I will look into this.

Original comment by Euphora...@gmail.com on 23 Sep 2010 at 3:34

GoogleCodeExporter commented 8 years ago

Original comment by Euphora...@gmail.com on 23 Sep 2010 at 3:34

GoogleCodeExporter commented 8 years ago
This has been fixed in java-fixes branch.

Original comment by Euphora...@gmail.com on 23 Sep 2010 at 9:45