jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
157 stars 63 forks source link

Split SOCBoard into Standard4p and Standard6p. #40

Closed generateui closed 6 years ago

generateui commented 6 years ago

Unsure and too lazy to find out how to improve the previous PR, a new PR without the unrelated formatting changes. See #38.

jdmonin commented 6 years ago

Thanks again! This is the first change in v3 from the master branch, so that's a milestone.

I've merged this with some followup commits; for consistency I renamed Standard4p -> SOCBoard4p, Standard6p -> SOCBoard6p.

jdmonin commented 6 years ago

Merged to v3 and master. This will probably be the last refactoring for master until the v2.0.00 release.