Major statspane rework -- (ministats panel isnt available for now)

This commit is contained in:
HomeWorld
2010-09-10 18:09:41 +03:00
parent 10b57cbd79
commit 99d6a6b2c2
12 changed files with 1163 additions and 1633 deletions

View File

@@ -0,0 +1,10 @@
__all__ = ["resourcesViewFull", "resistancesViewFull",
"rechargeViewFull", "firepowerViewFull", "capacitorViewFull",
"targetingmiscViewFull", "priceViewFull"]
columns = {}
def registerView(column):
columns[column.name] = column
def getView(name):
return columns[name]