OSDN Git Service

Initial commit.
authorMotoyuki Kasahara <m-kasahr>
Sat, 19 Oct 2013 12:03:37 +0000 (21:03 +0900)
committerMotoyuki Kasahara <m-kasahr>
Sat, 19 Oct 2013 12:03:37 +0000 (21:03 +0900)
commit2bf8d39384d3f81930b5f13bea4debac5e776a57
tree224f019d7f42f57db7d30bcbb6b191d0bae773d5
Initial commit.
137 files changed:
.gitignore [new file with mode: 0644]
GameRandomizer/.classpath [new file with mode: 0755]
GameRandomizer/.project [new file with mode: 0755]
GameRandomizer/AndroidManifest.xml [new file with mode: 0644]
GameRandomizer/ic_launcher-web.png [new file with mode: 0644]
GameRandomizer/libs/android-support-v4.jar [new file with mode: 0644]
GameRandomizer/proguard-project.txt [new file with mode: 0644]
GameRandomizer/project.properties [new file with mode: 0644]
GameRandomizer/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
GameRandomizer/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
GameRandomizer/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
GameRandomizer/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
GameRandomizer/res/drawable/gamerandomizer.svg [new file with mode: 0644]
GameRandomizer/res/drawable/shape_select_button.xml [new file with mode: 0644]
GameRandomizer/res/layout/activity_card_list.xml [new file with mode: 0644]
GameRandomizer/res/layout/activity_directory_selection.xml [new file with mode: 0644]
GameRandomizer/res/layout/activity_main.xml [new file with mode: 0644]
GameRandomizer/res/layout/card_list.xml [new file with mode: 0644]
GameRandomizer/res/layout/expansion_list.xml [new file with mode: 0644]
GameRandomizer/res/menu/card_list.xml [new file with mode: 0644]
GameRandomizer/res/menu/card_list_option_menu.xml [new file with mode: 0644]
GameRandomizer/res/menu/main.xml [new file with mode: 0644]
GameRandomizer/res/menu/main_option_menu.xml [new file with mode: 0644]
GameRandomizer/res/values-ja/strings.xml [new file with mode: 0644]
GameRandomizer/res/values-sw600dp/dimens.xml [new file with mode: 0644]
GameRandomizer/res/values-sw720dp-land/dimens.xml [new file with mode: 0644]
GameRandomizer/res/values-v11/styles.xml [new file with mode: 0644]
GameRandomizer/res/values-v14/styles.xml [new file with mode: 0644]
GameRandomizer/res/values/dimens.xml [new file with mode: 0644]
GameRandomizer/res/values/strings.xml [new file with mode: 0644]
GameRandomizer/res/values/styles.xml [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/CardListActivity.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/CardListAdapter.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/CardListItem.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/DataDirectoryPathFileReader.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/DataDirectoryPathFileWriter.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/DirectorySelectionActivity.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/ExpansionListAdapter.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/ExpansionListItem.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/MainActivity.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/MoreActivity.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/StatusFileReader.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizer/StatusFileWriter.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/Card.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/CardComparator.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/CardComparisonMode.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/Expansion.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/Game.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/GameBuilder.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/GameBuilderException.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/GameBuilderXMLFile.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/GameBuilderXMLFileException.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/Randomizer.java [new file with mode: 0644]
GameRandomizer/src/jp/sourceforge/gamerandomizerlib/SimpleRandomizerCommand.java [new file with mode: 0644]
GameRandomizer/src/nedragtna/random/MTRandom.java [new file with mode: 0644]
GameRandomizer/srctest/jp/sourceforge/gamerandomizerlib/CardComparatorTest.java [new file with mode: 0644]
GameRandomizer/srctest/jp/sourceforge/gamerandomizerlib/CardTest.java [new file with mode: 0644]
GameRandomizer/srctest/jp/sourceforge/gamerandomizerlib/ExpansionTest.java [new file with mode: 0644]
GameRandomizer/srctest/jp/sourceforge/gamerandomizerlib/GameTest.java [new file with mode: 0644]
GameRandomizer/srctest/jp/sourceforge/gamerandomizerlib/RandomizerTest.java [new file with mode: 0644]
README [new file with mode: 0644]
gamedata/dominion/__version.txt [new file with mode: 0644]
gamedata/dominion/en/__game.xml [new file with mode: 0644]
gamedata/dominion/en/alchemy.xml [new file with mode: 0644]
gamedata/dominion/en/cornucopia.xml [new file with mode: 0644]
gamedata/dominion/en/dark-ages.xml [new file with mode: 0644]
gamedata/dominion/en/dominion.xml [new file with mode: 0644]
gamedata/dominion/en/guilds.xml [new file with mode: 0644]
gamedata/dominion/en/hinterlands.xml [new file with mode: 0644]
gamedata/dominion/en/intrigue.xml [new file with mode: 0644]
gamedata/dominion/en/promo-black-market.xml [new file with mode: 0644]
gamedata/dominion/en/promo-envoy.xml [new file with mode: 0644]
gamedata/dominion/en/promo-governor.xml [new file with mode: 0644]
gamedata/dominion/en/promo-stash.xml [new file with mode: 0644]
gamedata/dominion/en/promo-walled-village.xml [new file with mode: 0644]
gamedata/dominion/en/prosperity.xml [new file with mode: 0644]
gamedata/dominion/en/seaside.xml [new file with mode: 0644]
gamedata/dominion/ja/__game.xml [new file with mode: 0644]
gamedata/dominion/ja/alchemy.xml [new file with mode: 0644]
gamedata/dominion/ja/cornucopia.xml [new file with mode: 0644]
gamedata/dominion/ja/dark-ages.xml [new file with mode: 0644]
gamedata/dominion/ja/dominion.xml [new file with mode: 0644]
gamedata/dominion/ja/guilds.xml [new file with mode: 0644]
gamedata/dominion/ja/hinterlands.xml [new file with mode: 0644]
gamedata/dominion/ja/intrigue.xml [new file with mode: 0644]
gamedata/dominion/ja/promo-black-market.xml [new file with mode: 0644]
gamedata/dominion/ja/promo-envoy.xml [new file with mode: 0644]
gamedata/dominion/ja/promo-governor.xml [new file with mode: 0644]
gamedata/dominion/ja/promo-stash.xml [new file with mode: 0644]
gamedata/dominion/ja/promo-walled-village.xml [new file with mode: 0644]
gamedata/dominion/ja/prosperity.xml [new file with mode: 0644]
gamedata/dominion/ja/seaside.xml [new file with mode: 0644]
gamedata/gamedata-release.sh [new file with mode: 0755]
gamedata/heart-of-crown/__version.txt [new file with mode: 0644]
gamedata/heart-of-crown/en/__game.xml [new file with mode: 0644]
gamedata/heart-of-crown/en/basic-set.xml [new file with mode: 0644]
gamedata/heart-of-crown/ja/__game.xml [new file with mode: 0644]
gamedata/heart-of-crown/ja/basic-set.xml [new file with mode: 0644]
gamedata/heart-of-crown/ja/fairy-garden.xml [new file with mode: 0644]
gamedata/heart-of-crown/ja/hokugen-no-majo.xml [new file with mode: 0644]
gamedata/heart-of-crown/ja/kyokutou-henkyouryou.xml [new file with mode: 0644]
gamedata/nitroplus/__version.txt [new file with mode: 0644]
gamedata/nitroplus/ja/__game.xml [new file with mode: 0644]
gamedata/nitroplus/ja/multi.xml [new file with mode: 0644]
gamedata/nitroplus/ja/nitroplus.xml [new file with mode: 0644]
gamedata/nitroplus/ja/plus.xml [new file with mode: 0644]
gamedata/nitroplus/ja/promo-001.xml [new file with mode: 0644]
gamedata/nitroplus/ja/promo-002.xml [new file with mode: 0644]
gamedata/nitroplus/ja/promo-003.xml [new file with mode: 0644]
gamedata/nitroplus/ja/promo-004.xml [new file with mode: 0644]
gamedata/nitroplus/ja/promo-005.xml [new file with mode: 0644]
gamedata/tanto-cuore/__version.txt [new file with mode: 0644]
gamedata/tanto-cuore/en/__game.xml [new file with mode: 0644]
gamedata/tanto-cuore/en/expanding-the-house.xml [new file with mode: 0644]
gamedata/tanto-cuore/en/romantic-vacation.xml [new file with mode: 0644]
gamedata/tanto-cuore/en/tanto-cuore.xml [new file with mode: 0644]
gamedata/tanto-cuore/ja/__game.xml [new file with mode: 0644]
gamedata/tanto-cuore/ja/expanding-the-house.xml [new file with mode: 0644]
gamedata/tanto-cuore/ja/romantic-vacation.xml [new file with mode: 0644]
gamedata/tanto-cuore/ja/tanto-cuore.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/__version.txt [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/__game.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/eiyashou.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/extra.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/fuujinroku.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/koumakyou.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/promo-001.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/promo-002.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/promo-003.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/promo-004.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/promo-005.xml [new file with mode: 0644]
gamedata/touhou-shisouroku/ja/youyoumu.xml [new file with mode: 0644]
gamedata/trains/__version.txt [new file with mode: 0644]
gamedata/trains/en/__game.xml [new file with mode: 0644]
gamedata/trains/en/trains.xml [new file with mode: 0644]
gamedata/trains/ja/__game.xml [new file with mode: 0644]
gamedata/trains/ja/trains.xml [new file with mode: 0644]