yampi1 / endgame-singularity

Automatically exported from code.google.com/p/endgame-singularity
0 stars 0 forks source link

Heatsinks are unbuildable #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get to the point that you can build heatsinks.
2. Try to build one.

What is the expected output? What do you see instead?
Heatsinks are not in the build menu. They should be.

Please use labels and text to provide additional information.
Output of: print self.buildable
['N AMERICA', 'S AMERICA', 'EUROPE', 'ASIA', 'AFRICA', 'ANTARCTIC',
'OCEAN', 'MOON', 'FAR REACHES', 'TRANSDIMENSIONAL']
[u'NORTH AMERICA | SOUTH AMERICA | EUROPE | ASIA | AFRICA | ANTARCTIC |
MOON | FAR REACHES']
['N AMERICA', 'S AMERICA', 'EUROPE', 'ASIA', 'AFRICA']
['N AMERICA', 'S AMERICA', 'EUROPE', 'ASIA', 'AFRICA']
[u'ANTARCTIC', u'OCEAN', u'MOON']

The u lines are from the heatsink and ground source heatsink.

Original issue reported on code.google.com by evilmrhe...@gmail.com on 28 Apr 2008 at 4:48

GoogleCodeExporter commented 9 years ago
Works for me.  data/bases.dat says that both types of heatsinks are allowable in
ANTARCTIC | OCEAN | MOON, and I'm seeing them both in the build menus for all 
three
locations.

Original comment by funnyman3595 on 28 Apr 2008 at 5:06

GoogleCodeExporter commented 9 years ago
I fixed the buildlist that you added, emh.  Does that fix the issues you were 
having?

Original comment by phil.bor...@gmail.com on 28 Apr 2008 at 5:25

GoogleCodeExporter commented 9 years ago
I'm still not sure what's going on here. Heatsinks are unbuildable under my 
copy (at
work, can't check now); Funnyman, can you make sure you sent everything over to 
svn?
I'll doublecheck everything when I get home.

Original comment by evilmrhe...@gmail.com on 28 Apr 2008 at 6:28

GoogleCodeExporter commented 9 years ago
Nope, I'm all checked in, and sitting on a clean SVN version (r563).
A few untracked files hanging around.  Mac stuff, the music, and the
patch I'm looking at.  Nothing that belongs in SVN.

-FM

Original comment by funnyman3595 on 28 Apr 2008 at 6:36

GoogleCodeExporter commented 9 years ago
As a note, the first u line was not for heatsink, but for solar panels.  Phil 
fixed
two bugs in it: NORTH and SOUTH AMERICA should be N and S AMERICA (the internal
names, not the display names), and you'd forgotten to rename it to build_list 
so that
ConfigParser split it properly.

Do you have any new leads on this?  I can't really fix a problem that I can't 
see.

Original comment by funnyman3595 on 29 Apr 2008 at 10:42

GoogleCodeExporter commented 9 years ago
It appears to be working now. I'm not sure what happened.

Original comment by evilmrhe...@gmail.com on 29 Apr 2008 at 4:26