From: Stefan F. <ste...@we...> - 2012-01-31 15:26:33
|
All: with the release of 1.6.1 I have created the maintenance branch rails1.6.x. Everyone is invited to merge bug fixes into this branch (in addition to the master), however every developer should either merge all fixes or none. Otherwise I have not only to look for bug fixes in master, but also double-check if it was already merged. So if you are insure, please only merge/commit/push to the master branch. Another update pushed for Rails 2.0: only 18 errors to go ;-) After some simplification I feel pretty confident that the structure of the State and Model classes has reached a stable version. I will come up with more information/documentation about those in the near future. Main current target of refactoring is the mechanism how Items are owned by other Items (so e.g. a Player owning Shares, a Tile storing Tokens etc, a Corporation owning SpecialProperties): I had to add too many variants of Owner classes and interfaces for my taste and will try to simplify that further. Stefan |