Factory production lags one turn behind
Status: Alpha
Brought to you by:
dan_vale
Due to the Star object API changes on SVN revision 504 and subsequent refactoring, the difference between Stars! and Nova turn order has greatly affected factory production.
Relevant event order is as follows:
Nova: Update Pop, Update Resources&Mining, Production
Stars!: Mining, Production, Update Pop, Update Resources
Thus currently in Nova resources from factories produced lag one turn behind. (i.e. if a factory is built on turn 1, it will be finished in turn 2 but it's resources will only be available from turn 3).
Fixed in revision 507 by splitting Star Update method into population, minerals and resource update methods, and calling them in proper order in ProcessTurn