joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

Map bottom hidden hexes not included #30

Closed joulupunikki closed 8 years ago

joulupunikki commented 9 years ago

Labeled as a bug in the Nova site. Per galaxy, these may contain dozens of units and even some cities. Currently these hexes and units and cities in them are excluded from Phoenix. This may mean that a house has less units and less resource generation than other houses at game start than it would have when running under EFS1.4 "EFS.EXE". On multiplayer games this would mean game imbalance and extra disadvantage to affected players.

What needs to be done to fix this:

  1. Fix or workaround #50
  2. Change buffer conversion in Planet.java
  3. Change drawing in PlanetMap.java
  4. No need to change handling of right-click on PlanetMap ?

This looks all too easy ...