From: Frederick W. <fre...@go...> - 2011-12-26 08:46:21
|
Would you please git push these patches to origin/master? --Frederick commit 5b1e6f88421cd54246af9463c28d75a578ad16dc Added background map for 1889 commit 010d549bce2beb95d3692683a9afdfd63d1fd34c Added zoom options fit-to-window/width/height The current zoom step concept has not been altered. The new zoom options are not pixel based but, instead of that, the code determines the appropriate zoom step and triggers the existing zoom logic. Minor refactoring was needed in order to avoid code duplication. commit 49406f24edd329628b4f9bd8404d75c817e9461a Added option to start 2-player 18AL games Although the 18AL rules do not state that 2-player games are allowed, there is no reason why rails should prohibit this setup if the rails user has chosen so. The initial cash / certificate limit was set in accordance to the ones of 18GA. commit b28acd66343645635a3c40e1f9eacfda398c0851 1889: Aligned hex tooltip with style of background map The background map displays all names in Kanji and Romaji (latin alphabet). However, the hex tooltip only displayed the Romaji. Hence, the Kanji have been added to the Map.xml. |