]> git.scottworley.com Git - planeteer/history - planeteer.go
Buy from the right cell (no UnusedCargo when empty)
[planeteer] / planeteer.go
2011-11-03 Scott WorleyBuy from the right cell (no UnusedCargo when empty)
2011-11-03 Scott WorleyStart working on --cloak.
2011-11-02 Scott WorleyFix bug: account for the empty hold
2011-11-02 Scott WorleyPrint large numbers with commas
2011-11-02 Scott WorleyRelative prices from the data file are percentages
2011-11-02 Scott WorleyDescribePath()
2011-11-02 Scott WorleyFindBestState().
2011-11-01 Scott WorleyMore haphazard development of untried code.
2011-10-27 Scott WorleyMore haphazard development
2011-10-26 Scott WorleyNotes on FillStateTableCell()
2011-10-26 Scott Worleygofmt
2011-10-26 Scott WorleyFillStateTable()
2011-10-26 Scott WorleySome safety against future modifications in DimensionSi...
2011-10-26 Scott WorleyMake DimensionSizes() more resilient against dimension...
2011-10-25 Scott WorleyTweak flags
2011-10-25 Scott Worleygofmt
2011-10-25 Scott WorleyAdd a lot of code that isn't exercised yet.
2011-10-24 Scott WorleyIndex commodities by their name.
2011-10-24 Scott WorleyUse pointers more and indexes less
2011-10-24 Scott WorleyFindBestTrades()
2011-10-24 Scott WorleyConvert local prices to a flat map
2011-10-24 Scott WorleyPlaneteer 2: Data and data loading.