From: Erik V. <eri...@xs...> - 2010-05-15 18:28:26
|
I have largely rewritten the OR code that assigns the next operating company after a previous company turn has ended. The old code had the index of the currently active company as its prime state variable, the new code has the company itself as such. The reason for this change is, that once too often I was annoyed by getting "index out of bounds" errors, in particular with 1835. These problems are now gone. However, the catch is that I am not able to fully test 1856 CGR formation round completion. Past fixes have invalidated almost all my 1856 test cases. The correct assignment of the next operation company after CGR formation was one of the bugbears in implementing 1856. If anyone has saved files of 1856 past the CGR formation (whether it formed or not), that still worked earlier this week against the current (HEAD) code, I would be indebted if you could check if these files still load, or send me such files. BTW I have also started to implement the 18EU bankruptcy rules (which I had overlooked before). Currently, the game hangs if a bankruptcy occurs in that game. Erik. |