]> git.scottworley.com Git - planeteer/shortlog
planeteer
2021-03-31 Scott WorleyRemove 'or any later version' license choice master
2014-01-17 Scott WorleyPrefer to not name return values
2013-11-07 Scott Worleygofmt
2012-09-19 Scott WorleyA bunch more test cases.
2012-09-17 Scott WorleyFix a legal-path-not-checked eden warp bug
2012-09-17 Scott WorleyMove the BeaconOn check out from the inner loop
2012-09-17 Scott WorleyCorrect spelling
2012-09-17 Scott WorleyOnly print two significant figures for arms costs
2012-09-17 Scott WorleyWrap and check accesses to p2i and c2i
2012-09-16 Scott WorleyA simple whole-run testing methodology
2012-09-15 Scott WorleyGeneralize json-slurping
2012-09-15 Scott WorleyMore named types: LogicalIndex
2012-09-15 Scott WorleyMore named types: Value
2012-09-15 Scott WorleyStart using named types: PhysicalIndex
2012-09-15 Scott WorleyUpdate and clarify some comments
2012-09-15 Scott WorleyAdd an extra_stats flag so they can be disabled
2012-06-22 Scott WorleyMove the cost reporting out of main
2012-06-22 Scott WorleyCost of --end
2012-06-21 Scott WorleyPrint visit costs with fixed width for vertical alignment.
2012-06-21 Scott WorleyCalculate visit costs
2012-06-21 Scott WorleyPrint total cost of fighters and shields
2012-06-21 Scott WorleyDisplay marginal benefit of using end_edens
2012-06-03 Scott WorleyFix test: Add trading dimension.
2012-06-03 Scott WorleyUpdate for go v1
2011-12-03 Scott Worley--tomorrow_weight feature, with data
2011-12-01 Scott WorleyAllow specifying a starting cargo
2011-11-30 Scott WorleyShow progress less frequently
2011-11-30 Scott WorleyNirvana's beacon is off by default, yes?
2011-11-29 Scott WorleyDon't use 0 for uninitialized indexes
2011-11-29 Scott WorleyUI: Explain required usage when run without args
2011-11-29 Scott WorleyFix sloppiness while considering private planets
2011-11-26 Scott WorleyObserved beacons in a game-in-progress of interest
2011-11-26 Scott Worleygofmt
2011-11-26 Scott WorleyFix one cargo unit short when eden jumping bug.
2011-11-26 Scott WorleyFix (tighten) sanity check in EncodeIndex()
2011-11-26 Scott WorleyExplicit -> implicit iteration.
2011-11-24 Scott WorleyConsider not using all the fuel.
2011-11-24 Scott WorleyPrivate flag
2011-11-11 Scott WorleyPerformance!
2011-11-11 Scott WorleyImplement --visit
2011-11-10 Scott WorleyFollow the reverse energy gradient on Eden-selling...
2011-11-06 Scott WorleyImplement --drones and --batteries.
2011-11-06 Scott WorleyConsistent hyper-jump terminology.
2011-11-04 Scott WorleyUsing an eden warp doesn't give you cargo.
2011-11-04 Scott WorleyImplement Eden buying
2011-11-03 Scott WorleyMore action descriptions
2011-11-03 Scott WorleyImplement --end
2011-11-03 Scott WorleyDon't eden warp to planets that sell eden warp units.
2011-11-03 Scott WorleyOnly warp to planets with their beacons on.
2011-11-03 Scott WorleyRead --end into a map
2011-11-03 Scott WorleyFix flight plan logic (destination, not origin)
2011-11-03 Scott WorleyFix --cloak
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.