├── .gitignore ├── .gitmodules ├── 3rdparty └── src │ └── usermanual │ └── .placeholder ├── AUTHORS ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE.html ├── Little Go.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ ├── Little Go AdHoc Distribution.xcscheme │ ├── Little Go AppStore Distribution.xcscheme │ ├── Little Go Debug.xcscheme │ └── doxygen.xcscheme ├── Little Go.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── NOTICE ├── Podfile ├── Podfile.lock ├── README.md ├── doc ├── BUGS ├── ChangeLog ├── Class diagram of packages go + player.jpg ├── CodingGuidelines ├── MediaFiles ├── NOTES.Architecture ├── NOTES.Build ├── NOTES.Build.3rdparty ├── NOTES.Design ├── NOTES.DeviceSupport ├── NOTES.Diagnostics ├── NOTES.Info-plist ├── NOTES.Marketing ├── NOTES.SgfSupport ├── ProgrammingTopics ├── README.developer ├── ReleaseSteps ├── Research ├── Roadmap ├── TESTING ├── fuego-knowledge-memoryusage.txt └── littlego.asta ├── doxygen └── Doxyfile ├── resource ├── html │ ├── About.html │ ├── BoostSoftwareLicense.html │ ├── COPYING.LESSER.html │ ├── COPYING.html │ ├── Crashlytics-opensource.txt.html │ ├── Credits.html │ ├── Firebase-oss.html │ ├── Lumberjack-LICENSE.txt.html │ ├── MBProgressHUD-license.html │ ├── SGFCSoftwareLicense.html │ ├── SourceCode.html │ └── ZipKit-COPYING.TXT.html ├── icon │ ├── about │ │ ├── about.png │ │ ├── about.svg │ │ ├── about@2x.png │ │ ├── about@3x.png │ │ └── noun_55404_cc.svg │ ├── archive │ │ ├── archive.png │ │ ├── archive.svg │ │ ├── archive@2x.png │ │ ├── archive@3x.png │ │ └── noun_26076_cc.svg │ ├── board-setup │ │ └── board-setup.svg │ ├── changelog │ │ ├── changelog.png │ │ ├── changelog.svg │ │ ├── changelog@2.png │ │ ├── changelog@3.png │ │ └── noun_Changelog_365219.svg │ ├── computer-play │ │ ├── computer-play.png │ │ ├── computer-play.svg │ │ ├── computer-play@2x.png │ │ ├── computer-play@3x.png │ │ ├── noun_123922_cc.svg │ │ └── noun_2873_cc.svg │ ├── computer-suggest-move │ │ ├── computer-suggest-move.png │ │ ├── computer-suggest-move.svg │ │ ├── computer-suggest-move@2.png │ │ ├── computer-suggest-move@3.png │ │ └── noun_hint_3194435.svg │ ├── continue │ │ ├── continue.png │ │ ├── continue.svg │ │ ├── continue@2x.png │ │ ├── continue@3x.png │ │ └── noun_5582_cc.svg │ ├── credits │ │ ├── credits.png │ │ ├── credits.svg │ │ ├── credits@2x.png │ │ ├── credits@3x.png │ │ └── noun_8180_cc.svg │ ├── diagnostics │ │ ├── diagnostics.png │ │ ├── diagnostics.svg │ │ ├── diagnostics@2x.png │ │ ├── diagnostics@3x.png │ │ └── noun_27633_cc.svg │ ├── discard │ │ ├── discard.png │ │ ├── discard.svg │ │ ├── discard@2x.png │ │ ├── discard@3x.png │ │ └── noun_3715.svg │ ├── dot-symbol │ │ ├── dot-symbol.png │ │ ├── dot-symbol.svg │ │ ├── dot-symbol@2x.png │ │ └── dot-symbol@3x.png │ ├── doubtful │ │ ├── doubtful.png │ │ ├── doubtful.svg │ │ ├── doubtful@2x.png │ │ ├── doubtful@3x.png │ │ └── noun-questions-3550357.svg │ ├── edit │ │ ├── edit.png │ │ ├── edit.svg │ │ ├── edit@2x.png │ │ ├── edit@3x.png │ │ └── noun-edit-3756863.svg │ ├── game-info │ │ ├── game-info.png │ │ ├── game-info.svg │ │ ├── game-info@2x.png │ │ ├── game-info@3x.png │ │ └── noun_50837_cc.svg │ ├── game-types │ │ ├── computer-vs-computer.png │ │ ├── computer-vs-computer.svg │ │ ├── computer-vs-computer@2x.png │ │ ├── computer-vs-computer@3x.png │ │ ├── game-types.svg │ │ ├── human-vs-computer.png │ │ ├── human-vs-computer.svg │ │ ├── human-vs-computer@2x.png │ │ ├── human-vs-computer@3x.png │ │ ├── human-vs-human.png │ │ ├── human-vs-human.svg │ │ ├── human-vs-human@2x.png │ │ ├── human-vs-human@3x.png │ │ └── noun_17845_cc.svg │ ├── go-motifs │ │ ├── nounproject-originals │ │ │ ├── noun-go-stone-3961179.svg │ │ │ ├── noun_go_181270.svg │ │ │ ├── noun_go_181271.svg │ │ │ ├── noun_go_181272.svg │ │ │ ├── noun_go_181273.svg │ │ │ ├── noun_go_181274.svg │ │ │ ├── noun_go_181275.svg │ │ │ ├── noun_go_181276.svg │ │ │ ├── noun_go_181277.svg │ │ │ ├── noun_go_181278.svg │ │ │ ├── noun_go_181279.svg │ │ │ ├── noun_go_181280.svg │ │ │ ├── noun_go_181281.svg │ │ │ ├── noun_go_181282.svg │ │ │ ├── noun_go_181283.svg │ │ │ └── noun_go_181284.svg │ │ ├── stone-black-and-white-icon.png │ │ ├── stone-black-and-white-icon.svg │ │ ├── stone-black-and-white-icon@2.png │ │ ├── stone-black-and-white-icon@3.png │ │ ├── stone-black-icon.png │ │ ├── stone-black-icon.svg │ │ ├── stone-black-icon@2x.png │ │ ├── stone-black-icon@3x.png │ │ ├── stone-white-icon.png │ │ ├── stone-white-icon.svg │ │ ├── stone-white-icon@2x.png │ │ ├── stone-white-icon@3x.png │ │ ├── stones-overlapping-black-and-white-icon.png │ │ ├── stones-overlapping-black-and-white-icon.svg │ │ ├── stones-overlapping-black-and-white-icon@2x.png │ │ ├── stones-overlapping-black-and-white-icon@3x.png │ │ ├── stones-overlapping-black-icon.png │ │ ├── stones-overlapping-black-icon.svg │ │ ├── stones-overlapping-black-icon@2x.png │ │ ├── stones-overlapping-black-icon@3x.png │ │ ├── stones-overlapping-white-icon.png │ │ ├── stones-overlapping-white-icon.svg │ │ ├── stones-overlapping-white-icon@2x.png │ │ ├── stones-overlapping-white-icon@3x.png │ │ └── unused │ │ │ └── 181278-reversed.svg │ ├── gogrid2x2 │ │ ├── gogrid2x2.png │ │ ├── gogrid2x2.svg │ │ ├── gogrid2x2@2x.png │ │ └── gogrid2x2@3x.png │ ├── help │ │ ├── help.png │ │ ├── help.svg │ │ ├── help@2x.png │ │ └── help@3x.png │ ├── hotspot │ │ ├── hotspot.png │ │ ├── hotspot.svg │ │ ├── hotspot@2x.png │ │ ├── hotspot@3x.png │ │ └── noun-flame-4575899.svg │ ├── interesting │ │ ├── interesting.png │ │ ├── interesting.svg │ │ ├── interesting@2x.png │ │ ├── interesting@3x.png │ │ └── noun-exclamation-1678344.svg │ ├── interrupt │ │ ├── interrupt.png │ │ ├── interrupt.svg │ │ ├── interrupt@2x.png │ │ ├── interrupt@3x.png │ │ └── noun_5763_cc.svg │ ├── licenses │ │ ├── licenses.png │ │ ├── licenses.svg │ │ ├── licenses@2x.png │ │ ├── licenses@3x.png │ │ └── noun_92864_cc.svg │ ├── markup-types │ │ ├── arrow.png │ │ ├── arrow.svg │ │ ├── arrow@2x.png │ │ ├── arrow@3x.png │ │ ├── check-mark.png │ │ ├── check-mark.svg │ │ ├── check-mark@2x.png │ │ ├── check-mark@3x.png │ │ ├── circle.png │ │ ├── circle.svg │ │ ├── circle@2x.png │ │ ├── circle@3x.png │ │ ├── cross-mark.png │ │ ├── cross-mark.svg │ │ ├── cross-mark@2x.png │ │ ├── cross-mark@3x.png │ │ ├── label.png │ │ ├── label.svg │ │ ├── label@2x.png │ │ ├── label@3x.png │ │ ├── letter-marker.png │ │ ├── letter-marker.svg │ │ ├── letter-marker@2x.png │ │ ├── letter-marker@3x.png │ │ ├── line.png │ │ ├── line.svg │ │ ├── line@2x.png │ │ ├── line@3x.png │ │ ├── nounproject-originals │ │ │ ├── noun-arrow-3134186.svg │ │ │ ├── noun-check-mark-638157.svg │ │ │ ├── noun-circle-4148559.svg │ │ │ ├── noun-cross-mark-638153.svg │ │ │ ├── noun-detail-4148592.svg │ │ │ └── noun-square-4148585.svg │ │ ├── number-marker.png │ │ ├── number-marker.svg │ │ ├── number-marker@2x.png │ │ ├── number-marker@3x.png │ │ ├── square.png │ │ ├── square.svg │ │ ├── square@2x.png │ │ ├── square@3x.png │ │ ├── triangle.png │ │ ├── triangle.svg │ │ ├── triangle@2x.png │ │ └── triangle@3x.png │ ├── markup │ │ ├── markup.png │ │ ├── markup.svg │ │ ├── markup@2x.png │ │ ├── markup@3x.png │ │ └── noun-code-4410725.svg │ ├── menu │ │ └── menu-hamburger │ │ │ ├── menu-hamburger.png │ │ │ ├── menu-hamburger.svg │ │ │ ├── menu-hamburger@2x.png │ │ │ ├── menu-hamburger@3x.png │ │ │ └── noun_36901_cc.svg │ ├── more-game-actions │ │ ├── more-game-actions.png │ │ ├── more-game-actions@2x.png │ │ ├── more-game-actions@3x.png │ │ ├── more-game-actons.svg │ │ └── noun_61422.svg │ ├── navigation │ │ ├── back.png │ │ ├── back.svg │ │ ├── back@2x.png │ │ ├── back@3x.png │ │ ├── forward.png │ │ ├── forward.svg │ │ ├── forward@2x.png │ │ ├── forward@3x.png │ │ ├── forwardtoend.png │ │ ├── forwardtoend.svg │ │ ├── forwardtoend@2x.png │ │ ├── forwardtoend@3x.png │ │ ├── noun_45526_cc.svg │ │ ├── rewindtostart.png │ │ ├── rewindtostart.svg │ │ ├── rewindtostart@2x.png │ │ └── rewindtostart@3x.png │ ├── node-tree │ │ ├── node-construction-box.svg │ │ ├── node-sequence.png │ │ ├── node-sequence.svg │ │ ├── node-sequence@2x.png │ │ ├── node-sequence@3x.png │ │ ├── node-tree-small.png │ │ ├── node-tree-small.svg │ │ ├── node-tree-small@2x.png │ │ └── node-tree-small@3x.png │ ├── none │ │ ├── none.png │ │ ├── none.svg │ │ ├── none@2x.png │ │ ├── none@3x.png │ │ └── noun-none-3548770.svg │ ├── pass │ │ ├── noun_10554_cc.svg │ │ ├── pass.png │ │ ├── pass.svg │ │ ├── pass@2x.png │ │ └── pass@3x.png │ ├── pause │ │ ├── noun_2866_cc.svg │ │ ├── pause.png │ │ ├── pause.svg │ │ ├── pause@2x.png │ │ └── pause@3x.png │ ├── position-valuation │ │ ├── noun-question-mark-2647217.svg │ │ ├── unclear.png │ │ ├── unclear.svg │ │ ├── unclear@2x.png │ │ ├── unclear@3x.png │ │ ├── very-unclear.png │ │ ├── very-unclear.svg │ │ ├── very-unclear@2x.png │ │ └── very-unclear@3x.png │ ├── scoring │ │ ├── noun_8926_cc-modified.svg │ │ ├── noun_8926_cc.svg │ │ ├── scoring.png │ │ ├── scoring.svg │ │ ├── scoring@2x.png │ │ └── scoring@3x.png │ ├── settings │ │ ├── noun_31893_cc.svg │ │ ├── settings.png │ │ ├── settings.svg │ │ ├── settings@2x.png │ │ └── settings@3x.png │ ├── source-code │ │ ├── noun_1171.svg │ │ ├── source-code.png │ │ ├── source-code.svg │ │ ├── source-code@2x.png │ │ └── source-code@3x.png │ ├── thumbs-up-down │ │ ├── bad.png │ │ ├── bad.svg │ │ ├── bad@2x.png │ │ ├── bad@3x.png │ │ ├── good.png │ │ ├── good.svg │ │ ├── good@2x.png │ │ ├── good@3x.png │ │ ├── noun-dislike-3323410.svg │ │ ├── noun-like-3323435.svg │ │ ├── very-bad.png │ │ ├── very-bad.svg │ │ ├── very-bad@2x.png │ │ ├── very-bad@3x.png │ │ ├── very-good.png │ │ ├── very-good.svg │ │ ├── very-good@2x.png │ │ └── very-good@3x.png │ └── trashcan │ │ ├── noun-trash-428421.svg │ │ ├── trashcan.png │ │ ├── trashcan.svg │ │ ├── trashcan@2x.png │ │ └── trashcan@3x.png ├── image │ ├── stones │ │ ├── stone-black.png │ │ ├── stone-crosshair.png │ │ ├── stone-white.png │ │ └── stones.svg │ └── wooden-background-tile.png ├── images.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── appicon-appstore@2x.png │ │ ├── appicon-ipad.png │ │ ├── appicon-ipad@2x.png │ │ ├── appicon-ipadpro@2x.png │ │ ├── appicon-iphone@2x.png │ │ ├── appicon-iphone@3x.png │ │ ├── spotlighticon-ipad.png │ │ ├── spotlighticon-ipad@2x.png │ │ ├── spotlighticon-iphone@2x.png │ │ └── spotlighticon-iphone@3.png │ └── Contents.json ├── openingbook │ └── book.dat ├── plist │ ├── Entitlements.plist │ ├── Info.plist │ └── RegistrationDomainDefaults.plist ├── sound │ ├── wood-on-wood-01.aiff │ └── wood-on-wood-12.aiff ├── storyboard │ └── Launch Screen.storyboard └── text │ ├── Crashlytics-opensource.txt │ └── bug-report-message-template.txt ├── script ├── build-3rdparty-software.sh ├── build-env.sh ├── build-fuego.sh ├── build-sgfckit.sh ├── build-software.sh ├── build-usermanual.sh ├── copy-sgf-files-to-simulator.sh ├── generate-sgf-with-moves.awk ├── makedist.sh └── render-readme.rb ├── sgf ├── 19x19 │ ├── Fuego vs. Fuego.sgf │ ├── handicap-7-komi-0-with-pass-moves.sgf │ ├── markup.sgf │ ├── maximum-number-of-moves.sgf │ └── pu2-gokifu-20110910-Melkisheva_Anastasia-Shikshina_Svetlana.sgf ├── 25x25 │ └── 25x25_single_black_move.sgf ├── 7x7 │ ├── play-b-b7-for-superko.sgf │ └── seki-9b.sgf ├── 9x9 │ ├── 2-passes.sgf │ ├── 3-passes.sgf │ ├── 4-passes.sgf │ ├── 5-passes.sgf │ ├── 9x9_1.sgf │ ├── 9x9_2.sgf │ ├── Anonymous vs. Fuego 1.sgf │ ├── annotations.sgf │ ├── game_050.sgf │ ├── gameinfo.sgf │ ├── illegal-board-setup-test.sgf │ ├── node-tree-view.sgf │ ├── non-alternating-play.sgf │ ├── seki-9b.sgf │ └── setup-variations.sgf ├── Famous games │ ├── Blood-vomiting game.sgf │ ├── Ear-reddening game.sgf │ └── Lee's Broken Ladder Game.sgf ├── Illegal games │ ├── encoding-detection-fails.sgf │ ├── encoding-multiple.sgf │ ├── encoding-unsupported.sgf │ ├── illegal-move.sgf │ ├── illegal-setup.sgf │ ├── not-an-sgf-file.sgf │ ├── not-enough-handicap-stones.sgf │ ├── positional-superko.sgf │ ├── setup-after-first-move.sgf │ ├── setup-before-handicap-setup.sgf │ ├── setup-player-after-first-move.sgf │ ├── situational-superko.sgf │ ├── suicide.sgf │ └── too-many-moves.sgf ├── README.txt └── sgfc │ ├── ff4_ex-rewritten-by-sgfc.sgf │ ├── ff4_ex.sgf │ ├── test-reorder.sgf │ ├── test-strict.sgf │ └── test.sgf ├── src ├── archive │ ├── ArchiveGame.h │ ├── ArchiveGame.m │ ├── ArchiveUtility.h │ ├── ArchiveUtility.m │ ├── ArchiveViewController.h │ ├── ArchiveViewController.m │ ├── ArchiveViewModel.h │ ├── ArchiveViewModel.m │ ├── GameInfoItem.h │ ├── GameInfoItem.m │ ├── GameInfoItemController.h │ ├── GameInfoItemController.m │ ├── ViewGameController.h │ ├── ViewGameController.m │ ├── ViewLoadResultController.h │ ├── ViewLoadResultController.m │ ├── ViewLoadResultMessageController.h │ └── ViewLoadResultMessageController.m ├── command │ ├── AsynchronousCommand.h │ ├── ChangeUIAreaPlayModeCommand.h │ ├── ChangeUIAreaPlayModeCommand.m │ ├── Command.h │ ├── CommandBase.h │ ├── CommandBase.m │ ├── CommandProcessor.h │ ├── CommandProcessor.m │ ├── HandleDocumentInteractionCommand.h │ ├── HandleDocumentInteractionCommand.m │ ├── ResetPlayersAndProfilesCommand.h │ ├── ResetPlayersAndProfilesCommand.m │ ├── SetupApplicationCommand.h │ ├── SetupApplicationCommand.m │ ├── SetupUserManualCommand.h │ ├── SetupUserManualCommand.m │ ├── applicationstate │ │ ├── RestoreApplicationStateCommand.h │ │ ├── RestoreApplicationStateCommand.m │ │ ├── SaveApplicationStateCommand.h │ │ └── SaveApplicationStateCommand.m │ ├── backup │ │ ├── BackupGameToSgfCommand.h │ │ ├── BackupGameToSgfCommand.m │ │ ├── CleanBackupSgfCommand.h │ │ ├── CleanBackupSgfCommand.m │ │ ├── RestoreGameFromSgfCommand.h │ │ ├── RestoreGameFromSgfCommand.m │ │ ├── UnarchiveGameCommand.h │ │ └── UnarchiveGameCommand.m │ ├── boardposition │ │ ├── ChangeAndDiscardCommand.h │ │ ├── ChangeAndDiscardCommand.m │ │ ├── ChangeBoardPositionCommand.h │ │ ├── ChangeBoardPositionCommand.m │ │ ├── PlayCommand.h │ │ ├── PlayCommand.m │ │ ├── SyncGTPEngineCommand.h │ │ └── SyncGTPEngineCommand.m │ ├── boardsetup │ │ ├── DiscardAllSetupCommand.h │ │ ├── DiscardAllSetupCommand.m │ │ ├── HandleBoardSetupInteractionCommand.h │ │ ├── HandleBoardSetupInteractionCommand.m │ │ ├── SetupFirstMoveColorCommand.h │ │ └── SetupFirstMoveColorCommand.m │ ├── diagnostics │ │ ├── GenerateDiagnosticsInformationFileCommand.h │ │ ├── GenerateDiagnosticsInformationFileCommand.m │ │ ├── RestoreBugReportApplicationStateCommand.h │ │ ├── RestoreBugReportApplicationStateCommand.m │ │ ├── RestoreBugReportUserDefaultsCommand.h │ │ └── RestoreBugReportUserDefaultsCommand.m │ ├── game │ │ ├── ContinueGameCommand.h │ │ ├── ContinueGameCommand.m │ │ ├── DeleteGameCommand.h │ │ ├── DeleteGameCommand.m │ │ ├── LoadGameCommand.h │ │ ├── LoadGameCommand.m │ │ ├── NewGameCommand.h │ │ ├── NewGameCommand.m │ │ ├── PauseGameCommand.h │ │ ├── PauseGameCommand.m │ │ ├── RenameGameCommand.h │ │ ├── RenameGameCommand.m │ │ ├── ResumePlayCommand.h │ │ ├── ResumePlayCommand.m │ │ ├── SaveGameCommand.h │ │ └── SaveGameCommand.m │ ├── gtp │ │ ├── InterruptComputerCommand.h │ │ ├── InterruptComputerCommand.m │ │ ├── LoadOpeningBookCommand.h │ │ ├── LoadOpeningBookCommand.m │ │ ├── SetAdditiveKnowledgeTypeCommand.h │ │ └── SetAdditiveKnowledgeTypeCommand.mm │ ├── markup │ │ ├── DiscardAllMarkupCommand.h │ │ ├── DiscardAllMarkupCommand.m │ │ ├── HandleMarkupEditingInteractionCommand.h │ │ └── HandleMarkupEditingInteractionCommand.m │ ├── move │ │ ├── ComputerPlayMoveCommand.h │ │ ├── ComputerPlayMoveCommand.m │ │ ├── ComputerSuggestMoveCommand.h │ │ ├── ComputerSuggestMoveCommand.m │ │ ├── PlayMoveCommand.h │ │ └── PlayMoveCommand.m │ ├── node │ │ ├── ChangeAnnotationDataCommand.h │ │ ├── ChangeAnnotationDataCommand.m │ │ ├── ChangeGameVariationCommand.h │ │ ├── ChangeGameVariationCommand.m │ │ ├── ChangeNodeSelectionAsyncCommand.h │ │ └── ChangeNodeSelectionAsyncCommand.m │ ├── playerinfluence │ │ ├── GenerateTerritoryStatisticsCommand.h │ │ ├── GenerateTerritoryStatisticsCommand.m │ │ ├── ToggleTerritoryStatisticsCommand.h │ │ ├── ToggleTerritoryStatisticsCommand.m │ │ ├── UpdateTerritoryStatisticsCommand.h │ │ └── UpdateTerritoryStatisticsCommand.m │ ├── scoring │ │ ├── ToggleScoringStateOfStoneGroupCommand.h │ │ └── ToggleScoringStateOfStoneGroupCommand.m │ └── sgf │ │ ├── LoadSgfCommand.h │ │ ├── LoadSgfCommand.m │ │ ├── SaveSgfCommand.h │ │ └── SaveSgfCommand.m ├── diagnostics │ ├── BugReportUtilities.h │ ├── BugReportUtilities.m │ ├── CrashReportingHandler.h │ ├── CrashReportingHandler.m │ ├── CrashReportingModel.h │ ├── CrashReportingModel.m │ ├── CrashReportingSettingsController.h │ ├── CrashReportingSettingsController.m │ ├── DiagnosticsViewController.h │ ├── DiagnosticsViewController.m │ ├── GtpCommandModel.h │ ├── GtpCommandModel.m │ ├── GtpCommandViewController.h │ ├── GtpCommandViewController.m │ ├── GtpLogItem.h │ ├── GtpLogItem.m │ ├── GtpLogItemViewController.h │ ├── GtpLogItemViewController.m │ ├── GtpLogModel.h │ ├── GtpLogModel.m │ ├── GtpLogSettingsController.h │ ├── GtpLogSettingsController.m │ ├── GtpLogViewController.h │ ├── GtpLogViewController.m │ ├── LoggingModel.h │ ├── LoggingModel.m │ ├── SendBugReportController.h │ ├── SendBugReportController.m │ ├── SubmitGtpCommandViewController.h │ └── SubmitGtpCommandViewController.m ├── go │ ├── GoBoard.h │ ├── GoBoard.m │ ├── GoBoardPosition.h │ ├── GoBoardPosition.m │ ├── GoBoardRegion.h │ ├── GoBoardRegion.m │ ├── GoGame.h │ ├── GoGame.m │ ├── GoGameAdditions.h │ ├── GoGameDocument.h │ ├── GoGameDocument.m │ ├── GoGameRules.h │ ├── GoGameRules.m │ ├── GoMove.h │ ├── GoMove.m │ ├── GoMoveAdditions.h │ ├── GoMoveNodeCreationOptions.h │ ├── GoMoveNodeCreationOptions.m │ ├── GoNode.h │ ├── GoNode.m │ ├── GoNodeAdditions.h │ ├── GoNodeAnnotation.h │ ├── GoNodeAnnotation.m │ ├── GoNodeCreationOptions.h │ ├── GoNodeCreationOptions.m │ ├── GoNodeMarkup.h │ ├── GoNodeMarkup.m │ ├── GoNodeModel.h │ ├── GoNodeModel.m │ ├── GoNodeSetup.h │ ├── GoNodeSetup.m │ ├── GoPlayer.h │ ├── GoPlayer.m │ ├── GoPoint.h │ ├── GoPoint.m │ ├── GoScore.h │ ├── GoScore.m │ ├── GoUtilities.h │ ├── GoUtilities.m │ ├── GoVertex.h │ ├── GoVertex.m │ ├── GoVertexNumeric.h │ ├── GoVertexNumeric.m │ ├── GoZobristTable.h │ └── GoZobristTable.mm ├── gtp │ ├── GtpClient.h │ ├── GtpClient.mm │ ├── GtpCommand.h │ ├── GtpCommand.m │ ├── GtpEngine.h │ ├── GtpEngine.mm │ ├── GtpResponse.h │ ├── GtpResponse.m │ ├── GtpUtilities.h │ ├── GtpUtilities.m │ ├── PipeStreamBuffer.cpp │ └── PipeStreamBuffer.h ├── help │ ├── UserManualUtilities.h │ ├── UserManualUtilities.m │ ├── UserManualViewController.h │ └── UserManualViewController.m ├── main │ ├── ApplicationDelegate.h │ ├── ApplicationDelegate.mm │ ├── Constants.h │ ├── Constants.m │ ├── DocumentViewController.h │ ├── DocumentViewController.m │ ├── LicensesViewController.h │ ├── LicensesViewController.m │ ├── MagnifyingGlassOwner.h │ ├── MainTabBarController.h │ ├── MainTabBarController.m │ ├── MainUtility.h │ ├── MainUtility.m │ ├── ModelProvider.h │ ├── Prefix.pch │ ├── Registry.h │ ├── Registry.m │ ├── SceneDelegate.h │ ├── SceneDelegate.m │ ├── SectionedDocumentViewController.h │ ├── SectionedDocumentViewController.m │ ├── UIAreaInfo.h │ ├── UIAreaInfo.m │ ├── WindowProvider.h │ └── main.m ├── newgame │ ├── HandicapSelectionController.h │ ├── HandicapSelectionController.m │ ├── KomiSelectionController.h │ ├── KomiSelectionController.m │ ├── NewGameAdvancedController.h │ ├── NewGameAdvancedController.m │ ├── NewGameController.h │ ├── NewGameController.m │ ├── NewGameModel.h │ └── NewGameModel.m ├── play │ ├── annotationview │ │ ├── AnnotationViewController.h │ │ ├── AnnotationViewController.m │ │ ├── EditEstimatedScoreController.h │ │ ├── EditEstimatedScoreController.m │ │ ├── EditNodeDescriptionController.h │ │ └── EditNodeDescriptionController.m │ ├── boardposition │ │ ├── BoardPositionButtonBoxDataSource.h │ │ ├── BoardPositionButtonBoxDataSource.m │ │ ├── BoardPositionCollectionViewCell.h │ │ ├── BoardPositionCollectionViewCell.m │ │ ├── BoardPositionCollectionViewController.h │ │ ├── BoardPositionCollectionViewController.m │ │ ├── BoardPositionNavigationManager.h │ │ └── BoardPositionNavigationManager.m │ ├── boardview │ │ ├── BoardAnimationController.h │ │ ├── BoardAnimationController.m │ │ ├── BoardTileView.h │ │ ├── BoardTileView.m │ │ ├── BoardView.h │ │ ├── BoardView.m │ │ ├── BoardViewAccessibility.h │ │ ├── BoardViewAccessibility.m │ │ ├── BoardViewController.h │ │ ├── BoardViewController.m │ │ ├── CoordinateLabelsTileView.h │ │ ├── CoordinateLabelsTileView.m │ │ ├── StoneView.h │ │ ├── StoneView.m │ │ └── layer │ │ │ ├── BoardViewCGLayerCache.h │ │ │ ├── BoardViewCGLayerCache.m │ │ │ ├── BoardViewDrawingHelper.h │ │ │ ├── BoardViewDrawingHelper.m │ │ │ ├── BoardViewLayerDelegate.h │ │ │ ├── BoardViewLayerDelegateBase.h │ │ │ ├── BoardViewLayerDelegateBase.m │ │ │ ├── CoordinatesLayerDelegate.h │ │ │ ├── CoordinatesLayerDelegate.m │ │ │ ├── CrossHairLinesLayerDelegate.h │ │ │ ├── CrossHairLinesLayerDelegate.m │ │ │ ├── GridLayerDelegate.h │ │ │ ├── GridLayerDelegate.m │ │ │ ├── InfluenceLayerDelegate.h │ │ │ ├── InfluenceLayerDelegate.m │ │ │ ├── LabelsLayerDelegate.h │ │ │ ├── LabelsLayerDelegate.m │ │ │ ├── RectangleLayerDelegate.h │ │ │ ├── RectangleLayerDelegate.m │ │ │ ├── StonesLayerDelegate.h │ │ │ ├── StonesLayerDelegate.m │ │ │ ├── SymbolsLayerDelegate.h │ │ │ ├── SymbolsLayerDelegate.m │ │ │ ├── TerritoryLayerDelegate.h │ │ │ └── TerritoryLayerDelegate.m │ ├── controller │ │ ├── AutoLayoutConstraintHelper.h │ │ ├── AutoLayoutConstraintHelper.m │ │ ├── DiscardFutureNodesAlertController.h │ │ ├── DiscardFutureNodesAlertController.m │ │ ├── GameInfoViewController.h │ │ ├── GameInfoViewController.m │ │ ├── MoreGameActionsController.h │ │ ├── MoreGameActionsController.m │ │ ├── SoundHandling.h │ │ ├── SoundHandling.m │ │ ├── StatusViewController.h │ │ └── StatusViewController.m │ ├── gameaction │ │ ├── GameActionButtonBoxDataSource.h │ │ ├── GameActionButtonBoxDataSource.m │ │ ├── GameActionManager.h │ │ └── GameActionManager.m │ ├── gesture │ │ ├── BoardViewTapGestureController.h │ │ ├── BoardViewTapGestureController.m │ │ ├── DoubleTapGestureController.h │ │ ├── DoubleTapGestureController.m │ │ ├── PanGestureController.h │ │ ├── PanGestureController.m │ │ ├── TwoFingerTapGestureController.h │ │ ├── TwoFingerTapGestureController.m │ │ └── handler │ │ │ ├── EraseMarkupInRectanglePanGestureHandler.h │ │ │ ├── EraseMarkupInRectanglePanGestureHandler.m │ │ │ ├── MoveMarkupPanGestureHandler.h │ │ │ ├── MoveMarkupPanGestureHandler.m │ │ │ ├── PanGestureHandler.h │ │ │ ├── PanGestureHandler.m │ │ │ ├── PlaceMarkupConnectionPanGestureHandler.h │ │ │ ├── PlaceMarkupConnectionPanGestureHandler.m │ │ │ ├── PlayStonePanGestureHandler.h │ │ │ └── PlayStonePanGestureHandler.m │ ├── model │ │ ├── BoardPositionModel.h │ │ ├── BoardPositionModel.m │ │ ├── BoardSetupModel.h │ │ ├── BoardSetupModel.m │ │ ├── BoardViewIntersection.h │ │ ├── BoardViewIntersection.m │ │ ├── BoardViewMetrics.h │ │ ├── BoardViewMetrics.m │ │ ├── BoardViewModel.h │ │ ├── BoardViewModel.m │ │ ├── GameVariationModel.h │ │ ├── GameVariationModel.m │ │ ├── MarkupModel.h │ │ ├── MarkupModel.m │ │ ├── NavigationBarButtonModel.h │ │ ├── NavigationBarButtonModel.m │ │ ├── NodeTreeViewModel.h │ │ ├── NodeTreeViewModel.m │ │ ├── ScoringModel.h │ │ └── ScoringModel.m │ ├── nodetreeview │ │ ├── NodeNumbersTileView.h │ │ ├── NodeNumbersTileView.m │ │ ├── NodeNumbersView.h │ │ ├── NodeNumbersView.m │ │ ├── NodeTreeTileView.h │ │ ├── NodeTreeTileView.m │ │ ├── NodeTreeView.h │ │ ├── NodeTreeView.m │ │ ├── NodeTreeViewController.h │ │ ├── NodeTreeViewController.m │ │ ├── NodeTreeViewIntegration.h │ │ ├── NodeTreeViewIntegration.m │ │ ├── NodeTreeViewMetrics.h │ │ ├── NodeTreeViewMetrics.m │ │ ├── NodeTreeViewMetricsUpdater.h │ │ ├── NodeTreeViewMetricsUpdater.m │ │ ├── NodeTreeViewTapGestureController.h │ │ ├── NodeTreeViewTapGestureController.m │ │ ├── canvas │ │ │ ├── NodeNumbersViewCell.h │ │ │ ├── NodeNumbersViewCell.m │ │ │ ├── NodeTreeViewBranch.h │ │ │ ├── NodeTreeViewBranch.m │ │ │ ├── NodeTreeViewBranchTuple.h │ │ │ ├── NodeTreeViewBranchTuple.m │ │ │ ├── NodeTreeViewCanvas.h │ │ │ ├── NodeTreeViewCanvas.m │ │ │ ├── NodeTreeViewCanvasAdditions.h │ │ │ ├── NodeTreeViewCanvasData.h │ │ │ ├── NodeTreeViewCanvasData.m │ │ │ ├── NodeTreeViewCanvasDataProvider.h │ │ │ ├── NodeTreeViewCell.h │ │ │ ├── NodeTreeViewCell.m │ │ │ ├── NodeTreeViewCellPosition.h │ │ │ └── NodeTreeViewCellPosition.m │ │ └── layer │ │ │ ├── LinesLayerDelegate.h │ │ │ ├── LinesLayerDelegate.m │ │ │ ├── NodeNumbersLayerDelegate.h │ │ │ ├── NodeNumbersLayerDelegate.m │ │ │ ├── NodeSymbolLayerDelegate.h │ │ │ ├── NodeSymbolLayerDelegate.m │ │ │ ├── NodeTreeViewCGLayerCache.h │ │ │ ├── NodeTreeViewCGLayerCache.m │ │ │ ├── NodeTreeViewDrawingHelper.h │ │ │ ├── NodeTreeViewDrawingHelper.m │ │ │ ├── NodeTreeViewLayerDelegate.h │ │ │ ├── NodeTreeViewLayerDelegateBase.h │ │ │ ├── NodeTreeViewLayerDelegateBase.m │ │ │ ├── SelectedNodeLayerDelegate.h │ │ │ └── SelectedNodeLayerDelegate.m │ ├── rootview │ │ ├── PlayRootViewController.h │ │ ├── PlayRootViewController.m │ │ ├── PlayRootViewControllerPhoneAndPad.h │ │ ├── PlayRootViewControllerPhoneAndPad.m │ │ ├── PlayRootViewControllerPhonePortraitOnly.h │ │ ├── PlayRootViewControllerPhonePortraitOnly.m │ │ ├── PlayRootViewNavigationController.h │ │ └── PlayRootViewNavigationController.m │ └── splitview │ │ ├── LeftPaneViewController.h │ │ ├── LeftPaneViewController.m │ │ ├── RightPaneViewController.h │ │ └── RightPaneViewController.m ├── player │ ├── GtpEngineProfile.h │ ├── GtpEngineProfile.m │ ├── GtpEngineProfileModel.h │ ├── GtpEngineProfileModel.m │ ├── Player.h │ ├── Player.m │ ├── PlayerModel.h │ ├── PlayerModel.m │ ├── PlayerStatistics.h │ └── PlayerStatistics.m ├── settings │ ├── BoardPositionSettingsController.h │ ├── BoardPositionSettingsController.m │ ├── BoardSetupSettingsController.h │ ├── BoardSetupSettingsController.m │ ├── ComputerAssistanceSettingsController.h │ ├── ComputerAssistanceSettingsController.m │ ├── DisplaySettingsController.h │ ├── DisplaySettingsController.m │ ├── EditPlayerProfileController.h │ ├── EditPlayerProfileController.m │ ├── EditPlayingStrengthSettingsController.h │ ├── EditPlayingStrengthSettingsController.m │ ├── EditResignBehaviourSettingsController.h │ ├── EditResignBehaviourSettingsController.m │ ├── GameVariationSettingsController.h │ ├── GameVariationSettingsController.m │ ├── MagnifyingGlassSettingsController.h │ ├── MagnifyingGlassSettingsController.m │ ├── MarkupSettingsController.h │ ├── MarkupSettingsController.m │ ├── MaxMemoryController.h │ ├── MaxMemoryController.m │ ├── NodeTreeViewSettingsController.h │ ├── NodeTreeViewSettingsController.m │ ├── PlayerProfileSettingsController.h │ ├── PlayerProfileSettingsController.m │ ├── ScoringSettingsController.h │ ├── ScoringSettingsController.m │ ├── SettingsViewController.h │ ├── SettingsViewController.m │ ├── SgfDisabledMessagesController.h │ ├── SgfDisabledMessagesController.m │ ├── SgfSettingsController.h │ ├── SgfSettingsController.m │ ├── SgfSyntaxCheckingLevelSettingsController.h │ ├── SgfSyntaxCheckingLevelSettingsController.m │ ├── SoundSettingsController.h │ └── SoundSettingsController.m ├── sgf │ ├── SgfSettingsModel.h │ ├── SgfSettingsModel.m │ ├── SgfUtilities.h │ └── SgfUtilities.m ├── shared │ ├── ApplicationStateManager.h │ ├── ApplicationStateManager.m │ ├── LayoutManager.h │ ├── LayoutManager.m │ ├── LongRunningActionCounter.h │ └── LongRunningActionCounter.m ├── ui │ ├── AutoLayoutUtility.h │ ├── AutoLayoutUtility.m │ ├── ButtonBoxCell.h │ ├── ButtonBoxCell.m │ ├── ButtonBoxController.h │ ├── ButtonBoxController.m │ ├── CGDrawingHelper.h │ ├── CGDrawingHelper.m │ ├── EditTextController.h │ ├── EditTextController.m │ ├── GoDrawingHelper.h │ ├── GoDrawingHelper.m │ ├── ItemPickerController.h │ ├── ItemPickerController.m │ ├── KeyboardHeightAdjustment.h │ ├── KeyboardHeightAdjustment.m │ ├── MagnifyingView.h │ ├── MagnifyingView.m │ ├── MagnifyingViewController.h │ ├── MagnifyingViewController.m │ ├── MagnifyingViewModel.h │ ├── MagnifyingViewModel.m │ ├── OrientationChangeNotifyingView.h │ ├── OrientationChangeNotifyingView.m │ ├── PageViewController.h │ ├── PageViewController.m │ ├── PlaceholderView.h │ ├── PlaceholderView.m │ ├── ResizableStackViewController.h │ ├── ResizableStackViewController.m │ ├── SliderInputController.h │ ├── SliderInputController.m │ ├── SpacerView.h │ ├── SpacerView.m │ ├── SplitViewController.h │ ├── SplitViewController.m │ ├── StaticTableView.h │ ├── StaticTableView.m │ ├── TableViewCellFactory.h │ ├── TableViewCellFactory.m │ ├── TableViewGridCell.h │ ├── TableViewGridCell.m │ ├── TableViewSliderCell.h │ ├── TableViewSliderCell.m │ ├── TableViewVariableHeightCell.h │ ├── TableViewVariableHeightCell.m │ ├── Tile.h │ ├── TiledScrollView.h │ ├── TiledScrollView.m │ ├── UIViewControllerAdditions.h │ ├── UIViewControllerAdditions.m │ ├── UiElementMetrics.h │ ├── UiElementMetrics.m │ ├── UiSettingsModel.h │ ├── UiSettingsModel.m │ ├── UiUtilities.h │ ├── UiUtilities.m │ ├── WebBrowserViewController.h │ └── WebBrowserViewController.m └── utility │ ├── AccessibilityUtility.h │ ├── AccessibilityUtility.m │ ├── DocumentGenerator.h │ ├── DocumentGenerator.m │ ├── ExceptionUtility.h │ ├── ExceptionUtility.m │ ├── FilesystemMonitor.h │ ├── FilesystemMonitor.m │ ├── FilesystemOperations.h │ ├── FilesystemOperations.mm │ ├── FontRange.h │ ├── FontRange.m │ ├── LogFormatter.h │ ├── LogFormatter.m │ ├── MarkupUtilities.h │ ├── MarkupUtilities.mm │ ├── NSArrayAdditions.h │ ├── NSArrayAdditions.m │ ├── NSObjectAdditions.h │ ├── NSObjectAdditions.m │ ├── NSStringAdditions.h │ ├── NSStringAdditions.m │ ├── PathUtilities.h │ ├── PathUtilities.m │ ├── UIColorAdditions.h │ ├── UIColorAdditions.m │ ├── UIDebugging.h │ ├── UIDebugging.m │ ├── UIDeviceAdditions.h │ ├── UIDeviceAdditions.m │ ├── UIImageAdditions.h │ ├── UIImageAdditions.m │ ├── UserDefaultsUpdater.h │ ├── UserDefaultsUpdater.m │ ├── VersionInfoUtilities.h │ └── VersionInfoUtilities.m ├── test ├── resource │ └── Info.plist └── src │ ├── BaseTestCase.h │ ├── BaseTestCase.m │ ├── GoBoardPositionTest.h │ ├── GoBoardPositionTest.m │ ├── GoBoardRegionTest.h │ ├── GoBoardRegionTest.m │ ├── GoBoardTest.h │ ├── GoBoardTest.m │ ├── GoGameRulesTest.h │ ├── GoGameRulesTest.m │ ├── GoGameTest.h │ ├── GoGameTest.m │ ├── GoMoveTest.h │ ├── GoMoveTest.m │ ├── GoNodeAnnotationTest.h │ ├── GoNodeAnnotationTest.m │ ├── GoNodeMarkupTest.h │ ├── GoNodeMarkupTest.m │ ├── GoNodeModelTest.h │ ├── GoNodeModelTest.m │ ├── GoNodeSetupTest.h │ ├── GoNodeSetupTest.m │ ├── GoNodeTest.h │ ├── GoNodeTest.m │ ├── GoPlayerTest.h │ ├── GoPlayerTest.m │ ├── GoPointTest.h │ ├── GoPointTest.m │ ├── GoVertexTest.h │ ├── GoVertexTest.m │ ├── GoZobristTableTest.h │ ├── GoZobristTableTest.m │ ├── NodeTreeViewCanvasTest.h │ ├── NodeTreeViewCanvasTest.m │ ├── NodeTreeViewLayerDelegateBaseTest.h │ └── NodeTreeViewLayerDelegateBaseTest.m └── uitest ├── Info.plist ├── PortraitBasicTest.m ├── UiElementFinder.h ├── UiElementFinder.m ├── UiTestDeviceInfo.h ├── UiTestDeviceInfo.m ├── UiTestHelper.h └── UiTestHelper.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/.gitmodules -------------------------------------------------------------------------------- /3rdparty/src/usermanual/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/AUTHORS -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/LICENSE.html -------------------------------------------------------------------------------- /Little Go.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/Little Go.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Little Go.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/Little Go.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/NOTICE -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/README.md -------------------------------------------------------------------------------- /doc/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/BUGS -------------------------------------------------------------------------------- /doc/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/ChangeLog -------------------------------------------------------------------------------- /doc/Class diagram of packages go + player.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/Class diagram of packages go + player.jpg -------------------------------------------------------------------------------- /doc/CodingGuidelines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/CodingGuidelines -------------------------------------------------------------------------------- /doc/MediaFiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/MediaFiles -------------------------------------------------------------------------------- /doc/NOTES.Architecture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Architecture -------------------------------------------------------------------------------- /doc/NOTES.Build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Build -------------------------------------------------------------------------------- /doc/NOTES.Build.3rdparty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Build.3rdparty -------------------------------------------------------------------------------- /doc/NOTES.Design: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Design -------------------------------------------------------------------------------- /doc/NOTES.DeviceSupport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.DeviceSupport -------------------------------------------------------------------------------- /doc/NOTES.Diagnostics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Diagnostics -------------------------------------------------------------------------------- /doc/NOTES.Info-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Info-plist -------------------------------------------------------------------------------- /doc/NOTES.Marketing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.Marketing -------------------------------------------------------------------------------- /doc/NOTES.SgfSupport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/NOTES.SgfSupport -------------------------------------------------------------------------------- /doc/ProgrammingTopics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/ProgrammingTopics -------------------------------------------------------------------------------- /doc/README.developer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/README.developer -------------------------------------------------------------------------------- /doc/ReleaseSteps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/ReleaseSteps -------------------------------------------------------------------------------- /doc/Research: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/Research -------------------------------------------------------------------------------- /doc/Roadmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/Roadmap -------------------------------------------------------------------------------- /doc/TESTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/TESTING -------------------------------------------------------------------------------- /doc/fuego-knowledge-memoryusage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/fuego-knowledge-memoryusage.txt -------------------------------------------------------------------------------- /doc/littlego.asta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doc/littlego.asta -------------------------------------------------------------------------------- /doxygen/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/doxygen/Doxyfile -------------------------------------------------------------------------------- /resource/html/About.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/About.html -------------------------------------------------------------------------------- /resource/html/BoostSoftwareLicense.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/BoostSoftwareLicense.html -------------------------------------------------------------------------------- /resource/html/COPYING.LESSER.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/COPYING.LESSER.html -------------------------------------------------------------------------------- /resource/html/COPYING.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/COPYING.html -------------------------------------------------------------------------------- /resource/html/Crashlytics-opensource.txt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/Crashlytics-opensource.txt.html -------------------------------------------------------------------------------- /resource/html/Credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/Credits.html -------------------------------------------------------------------------------- /resource/html/Firebase-oss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/Firebase-oss.html -------------------------------------------------------------------------------- /resource/html/Lumberjack-LICENSE.txt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/Lumberjack-LICENSE.txt.html -------------------------------------------------------------------------------- /resource/html/MBProgressHUD-license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/MBProgressHUD-license.html -------------------------------------------------------------------------------- /resource/html/SGFCSoftwareLicense.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/SGFCSoftwareLicense.html -------------------------------------------------------------------------------- /resource/html/SourceCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/SourceCode.html -------------------------------------------------------------------------------- /resource/html/ZipKit-COPYING.TXT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/html/ZipKit-COPYING.TXT.html -------------------------------------------------------------------------------- /resource/icon/about/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/about/about.png -------------------------------------------------------------------------------- /resource/icon/about/about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/about/about.svg -------------------------------------------------------------------------------- /resource/icon/about/about@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/about/about@2x.png -------------------------------------------------------------------------------- /resource/icon/about/about@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/about/about@3x.png -------------------------------------------------------------------------------- /resource/icon/about/noun_55404_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/about/noun_55404_cc.svg -------------------------------------------------------------------------------- /resource/icon/archive/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/archive/archive.png -------------------------------------------------------------------------------- /resource/icon/archive/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/archive/archive.svg -------------------------------------------------------------------------------- /resource/icon/archive/archive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/archive/archive@2x.png -------------------------------------------------------------------------------- /resource/icon/archive/archive@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/archive/archive@3x.png -------------------------------------------------------------------------------- /resource/icon/archive/noun_26076_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/archive/noun_26076_cc.svg -------------------------------------------------------------------------------- /resource/icon/board-setup/board-setup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/board-setup/board-setup.svg -------------------------------------------------------------------------------- /resource/icon/changelog/changelog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/changelog/changelog.png -------------------------------------------------------------------------------- /resource/icon/changelog/changelog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/changelog/changelog.svg -------------------------------------------------------------------------------- /resource/icon/changelog/changelog@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/changelog/changelog@2.png -------------------------------------------------------------------------------- /resource/icon/changelog/changelog@3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/changelog/changelog@3.png -------------------------------------------------------------------------------- /resource/icon/changelog/noun_Changelog_365219.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/changelog/noun_Changelog_365219.svg -------------------------------------------------------------------------------- /resource/icon/computer-play/computer-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/computer-play.png -------------------------------------------------------------------------------- /resource/icon/computer-play/computer-play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/computer-play.svg -------------------------------------------------------------------------------- /resource/icon/computer-play/computer-play@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/computer-play@2x.png -------------------------------------------------------------------------------- /resource/icon/computer-play/computer-play@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/computer-play@3x.png -------------------------------------------------------------------------------- /resource/icon/computer-play/noun_123922_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/noun_123922_cc.svg -------------------------------------------------------------------------------- /resource/icon/computer-play/noun_2873_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/computer-play/noun_2873_cc.svg -------------------------------------------------------------------------------- /resource/icon/continue/continue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/continue/continue.png -------------------------------------------------------------------------------- /resource/icon/continue/continue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/continue/continue.svg -------------------------------------------------------------------------------- /resource/icon/continue/continue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/continue/continue@2x.png -------------------------------------------------------------------------------- /resource/icon/continue/continue@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/continue/continue@3x.png -------------------------------------------------------------------------------- /resource/icon/continue/noun_5582_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/continue/noun_5582_cc.svg -------------------------------------------------------------------------------- /resource/icon/credits/credits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/credits/credits.png -------------------------------------------------------------------------------- /resource/icon/credits/credits.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/credits/credits.svg -------------------------------------------------------------------------------- /resource/icon/credits/credits@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/credits/credits@2x.png -------------------------------------------------------------------------------- /resource/icon/credits/credits@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/credits/credits@3x.png -------------------------------------------------------------------------------- /resource/icon/credits/noun_8180_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/credits/noun_8180_cc.svg -------------------------------------------------------------------------------- /resource/icon/diagnostics/diagnostics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/diagnostics/diagnostics.png -------------------------------------------------------------------------------- /resource/icon/diagnostics/diagnostics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/diagnostics/diagnostics.svg -------------------------------------------------------------------------------- /resource/icon/diagnostics/diagnostics@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/diagnostics/diagnostics@2x.png -------------------------------------------------------------------------------- /resource/icon/diagnostics/diagnostics@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/diagnostics/diagnostics@3x.png -------------------------------------------------------------------------------- /resource/icon/diagnostics/noun_27633_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/diagnostics/noun_27633_cc.svg -------------------------------------------------------------------------------- /resource/icon/discard/discard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/discard/discard.png -------------------------------------------------------------------------------- /resource/icon/discard/discard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/discard/discard.svg -------------------------------------------------------------------------------- /resource/icon/discard/discard@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/discard/discard@2x.png -------------------------------------------------------------------------------- /resource/icon/discard/discard@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/discard/discard@3x.png -------------------------------------------------------------------------------- /resource/icon/discard/noun_3715.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/discard/noun_3715.svg -------------------------------------------------------------------------------- /resource/icon/dot-symbol/dot-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/dot-symbol/dot-symbol.png -------------------------------------------------------------------------------- /resource/icon/dot-symbol/dot-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/dot-symbol/dot-symbol.svg -------------------------------------------------------------------------------- /resource/icon/dot-symbol/dot-symbol@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/dot-symbol/dot-symbol@2x.png -------------------------------------------------------------------------------- /resource/icon/dot-symbol/dot-symbol@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/dot-symbol/dot-symbol@3x.png -------------------------------------------------------------------------------- /resource/icon/doubtful/doubtful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/doubtful/doubtful.png -------------------------------------------------------------------------------- /resource/icon/doubtful/doubtful.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/doubtful/doubtful.svg -------------------------------------------------------------------------------- /resource/icon/doubtful/doubtful@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/doubtful/doubtful@2x.png -------------------------------------------------------------------------------- /resource/icon/doubtful/doubtful@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/doubtful/doubtful@3x.png -------------------------------------------------------------------------------- /resource/icon/doubtful/noun-questions-3550357.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/doubtful/noun-questions-3550357.svg -------------------------------------------------------------------------------- /resource/icon/edit/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/edit/edit.png -------------------------------------------------------------------------------- /resource/icon/edit/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/edit/edit.svg -------------------------------------------------------------------------------- /resource/icon/edit/edit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/edit/edit@2x.png -------------------------------------------------------------------------------- /resource/icon/edit/edit@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/edit/edit@3x.png -------------------------------------------------------------------------------- /resource/icon/edit/noun-edit-3756863.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/edit/noun-edit-3756863.svg -------------------------------------------------------------------------------- /resource/icon/game-info/game-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-info/game-info.png -------------------------------------------------------------------------------- /resource/icon/game-info/game-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-info/game-info.svg -------------------------------------------------------------------------------- /resource/icon/game-info/game-info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-info/game-info@2x.png -------------------------------------------------------------------------------- /resource/icon/game-info/game-info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-info/game-info@3x.png -------------------------------------------------------------------------------- /resource/icon/game-info/noun_50837_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-info/noun_50837_cc.svg -------------------------------------------------------------------------------- /resource/icon/game-types/computer-vs-computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/computer-vs-computer.png -------------------------------------------------------------------------------- /resource/icon/game-types/computer-vs-computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/computer-vs-computer.svg -------------------------------------------------------------------------------- /resource/icon/game-types/game-types.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/game-types.svg -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-computer.png -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-computer.svg -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-computer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-computer@2x.png -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-computer@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-computer@3x.png -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-human.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-human.png -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-human.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-human.svg -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-human@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-human@2x.png -------------------------------------------------------------------------------- /resource/icon/game-types/human-vs-human@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/human-vs-human@3x.png -------------------------------------------------------------------------------- /resource/icon/game-types/noun_17845_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/game-types/noun_17845_cc.svg -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-black-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-black-icon.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-black-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-black-icon.svg -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-black-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-black-icon@2x.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-black-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-black-icon@3x.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-white-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-white-icon.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-white-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-white-icon.svg -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-white-icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-white-icon@2x.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/stone-white-icon@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/stone-white-icon@3x.png -------------------------------------------------------------------------------- /resource/icon/go-motifs/unused/181278-reversed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/go-motifs/unused/181278-reversed.svg -------------------------------------------------------------------------------- /resource/icon/gogrid2x2/gogrid2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/gogrid2x2/gogrid2x2.png -------------------------------------------------------------------------------- /resource/icon/gogrid2x2/gogrid2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/gogrid2x2/gogrid2x2.svg -------------------------------------------------------------------------------- /resource/icon/gogrid2x2/gogrid2x2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/gogrid2x2/gogrid2x2@2x.png -------------------------------------------------------------------------------- /resource/icon/gogrid2x2/gogrid2x2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/gogrid2x2/gogrid2x2@3x.png -------------------------------------------------------------------------------- /resource/icon/help/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/help/help.png -------------------------------------------------------------------------------- /resource/icon/help/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/help/help.svg -------------------------------------------------------------------------------- /resource/icon/help/help@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/help/help@2x.png -------------------------------------------------------------------------------- /resource/icon/help/help@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/help/help@3x.png -------------------------------------------------------------------------------- /resource/icon/hotspot/hotspot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/hotspot/hotspot.png -------------------------------------------------------------------------------- /resource/icon/hotspot/hotspot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/hotspot/hotspot.svg -------------------------------------------------------------------------------- /resource/icon/hotspot/hotspot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/hotspot/hotspot@2x.png -------------------------------------------------------------------------------- /resource/icon/hotspot/hotspot@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/hotspot/hotspot@3x.png -------------------------------------------------------------------------------- /resource/icon/hotspot/noun-flame-4575899.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/hotspot/noun-flame-4575899.svg -------------------------------------------------------------------------------- /resource/icon/interesting/interesting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interesting/interesting.png -------------------------------------------------------------------------------- /resource/icon/interesting/interesting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interesting/interesting.svg -------------------------------------------------------------------------------- /resource/icon/interesting/interesting@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interesting/interesting@2x.png -------------------------------------------------------------------------------- /resource/icon/interesting/interesting@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interesting/interesting@3x.png -------------------------------------------------------------------------------- /resource/icon/interrupt/interrupt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interrupt/interrupt.png -------------------------------------------------------------------------------- /resource/icon/interrupt/interrupt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interrupt/interrupt.svg -------------------------------------------------------------------------------- /resource/icon/interrupt/interrupt@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interrupt/interrupt@2x.png -------------------------------------------------------------------------------- /resource/icon/interrupt/interrupt@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interrupt/interrupt@3x.png -------------------------------------------------------------------------------- /resource/icon/interrupt/noun_5763_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/interrupt/noun_5763_cc.svg -------------------------------------------------------------------------------- /resource/icon/licenses/licenses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/licenses/licenses.png -------------------------------------------------------------------------------- /resource/icon/licenses/licenses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/licenses/licenses.svg -------------------------------------------------------------------------------- /resource/icon/licenses/licenses@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/licenses/licenses@2x.png -------------------------------------------------------------------------------- /resource/icon/licenses/licenses@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/licenses/licenses@3x.png -------------------------------------------------------------------------------- /resource/icon/licenses/noun_92864_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/licenses/noun_92864_cc.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/arrow.png -------------------------------------------------------------------------------- /resource/icon/markup-types/arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/arrow.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/arrow@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/arrow@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/check-mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/check-mark.png -------------------------------------------------------------------------------- /resource/icon/markup-types/check-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/check-mark.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/check-mark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/check-mark@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/check-mark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/check-mark@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/circle.png -------------------------------------------------------------------------------- /resource/icon/markup-types/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/circle.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/circle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/circle@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/circle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/circle@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/cross-mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/cross-mark.png -------------------------------------------------------------------------------- /resource/icon/markup-types/cross-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/cross-mark.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/cross-mark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/cross-mark@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/cross-mark@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/cross-mark@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/label.png -------------------------------------------------------------------------------- /resource/icon/markup-types/label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/label.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/label@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/label@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/label@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/label@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/letter-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/letter-marker.png -------------------------------------------------------------------------------- /resource/icon/markup-types/letter-marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/letter-marker.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/letter-marker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/letter-marker@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/letter-marker@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/letter-marker@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/line.png -------------------------------------------------------------------------------- /resource/icon/markup-types/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/line.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/line@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/line@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/number-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/number-marker.png -------------------------------------------------------------------------------- /resource/icon/markup-types/number-marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/number-marker.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/number-marker@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/number-marker@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/number-marker@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/number-marker@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/square.png -------------------------------------------------------------------------------- /resource/icon/markup-types/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/square.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/square@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/square@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/square@3x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/triangle.png -------------------------------------------------------------------------------- /resource/icon/markup-types/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/triangle.svg -------------------------------------------------------------------------------- /resource/icon/markup-types/triangle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/triangle@2x.png -------------------------------------------------------------------------------- /resource/icon/markup-types/triangle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup-types/triangle@3x.png -------------------------------------------------------------------------------- /resource/icon/markup/markup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup/markup.png -------------------------------------------------------------------------------- /resource/icon/markup/markup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup/markup.svg -------------------------------------------------------------------------------- /resource/icon/markup/markup@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup/markup@2x.png -------------------------------------------------------------------------------- /resource/icon/markup/markup@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup/markup@3x.png -------------------------------------------------------------------------------- /resource/icon/markup/noun-code-4410725.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/markup/noun-code-4410725.svg -------------------------------------------------------------------------------- /resource/icon/more-game-actions/noun_61422.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/more-game-actions/noun_61422.svg -------------------------------------------------------------------------------- /resource/icon/navigation/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/back.png -------------------------------------------------------------------------------- /resource/icon/navigation/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/back.svg -------------------------------------------------------------------------------- /resource/icon/navigation/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/back@2x.png -------------------------------------------------------------------------------- /resource/icon/navigation/back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/back@3x.png -------------------------------------------------------------------------------- /resource/icon/navigation/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forward.png -------------------------------------------------------------------------------- /resource/icon/navigation/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forward.svg -------------------------------------------------------------------------------- /resource/icon/navigation/forward@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forward@2x.png -------------------------------------------------------------------------------- /resource/icon/navigation/forward@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forward@3x.png -------------------------------------------------------------------------------- /resource/icon/navigation/forwardtoend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forwardtoend.png -------------------------------------------------------------------------------- /resource/icon/navigation/forwardtoend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forwardtoend.svg -------------------------------------------------------------------------------- /resource/icon/navigation/forwardtoend@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forwardtoend@2x.png -------------------------------------------------------------------------------- /resource/icon/navigation/forwardtoend@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/forwardtoend@3x.png -------------------------------------------------------------------------------- /resource/icon/navigation/noun_45526_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/noun_45526_cc.svg -------------------------------------------------------------------------------- /resource/icon/navigation/rewindtostart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/rewindtostart.png -------------------------------------------------------------------------------- /resource/icon/navigation/rewindtostart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/rewindtostart.svg -------------------------------------------------------------------------------- /resource/icon/navigation/rewindtostart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/rewindtostart@2x.png -------------------------------------------------------------------------------- /resource/icon/navigation/rewindtostart@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/navigation/rewindtostart@3x.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-construction-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-construction-box.svg -------------------------------------------------------------------------------- /resource/icon/node-tree/node-sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-sequence.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-sequence.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-sequence.svg -------------------------------------------------------------------------------- /resource/icon/node-tree/node-sequence@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-sequence@2x.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-sequence@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-sequence@3x.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-tree-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-tree-small.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-tree-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-tree-small.svg -------------------------------------------------------------------------------- /resource/icon/node-tree/node-tree-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-tree-small@2x.png -------------------------------------------------------------------------------- /resource/icon/node-tree/node-tree-small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/node-tree/node-tree-small@3x.png -------------------------------------------------------------------------------- /resource/icon/none/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/none/none.png -------------------------------------------------------------------------------- /resource/icon/none/none.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/none/none.svg -------------------------------------------------------------------------------- /resource/icon/none/none@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/none/none@2x.png -------------------------------------------------------------------------------- /resource/icon/none/none@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/none/none@3x.png -------------------------------------------------------------------------------- /resource/icon/none/noun-none-3548770.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/none/noun-none-3548770.svg -------------------------------------------------------------------------------- /resource/icon/pass/noun_10554_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pass/noun_10554_cc.svg -------------------------------------------------------------------------------- /resource/icon/pass/pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pass/pass.png -------------------------------------------------------------------------------- /resource/icon/pass/pass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pass/pass.svg -------------------------------------------------------------------------------- /resource/icon/pass/pass@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pass/pass@2x.png -------------------------------------------------------------------------------- /resource/icon/pass/pass@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pass/pass@3x.png -------------------------------------------------------------------------------- /resource/icon/pause/noun_2866_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pause/noun_2866_cc.svg -------------------------------------------------------------------------------- /resource/icon/pause/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pause/pause.png -------------------------------------------------------------------------------- /resource/icon/pause/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pause/pause.svg -------------------------------------------------------------------------------- /resource/icon/pause/pause@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pause/pause@2x.png -------------------------------------------------------------------------------- /resource/icon/pause/pause@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/pause/pause@3x.png -------------------------------------------------------------------------------- /resource/icon/position-valuation/unclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/unclear.png -------------------------------------------------------------------------------- /resource/icon/position-valuation/unclear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/unclear.svg -------------------------------------------------------------------------------- /resource/icon/position-valuation/unclear@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/unclear@2x.png -------------------------------------------------------------------------------- /resource/icon/position-valuation/unclear@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/unclear@3x.png -------------------------------------------------------------------------------- /resource/icon/position-valuation/very-unclear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/very-unclear.png -------------------------------------------------------------------------------- /resource/icon/position-valuation/very-unclear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/position-valuation/very-unclear.svg -------------------------------------------------------------------------------- /resource/icon/scoring/noun_8926_cc-modified.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/noun_8926_cc-modified.svg -------------------------------------------------------------------------------- /resource/icon/scoring/noun_8926_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/noun_8926_cc.svg -------------------------------------------------------------------------------- /resource/icon/scoring/scoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/scoring.png -------------------------------------------------------------------------------- /resource/icon/scoring/scoring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/scoring.svg -------------------------------------------------------------------------------- /resource/icon/scoring/scoring@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/scoring@2x.png -------------------------------------------------------------------------------- /resource/icon/scoring/scoring@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/scoring/scoring@3x.png -------------------------------------------------------------------------------- /resource/icon/settings/noun_31893_cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/settings/noun_31893_cc.svg -------------------------------------------------------------------------------- /resource/icon/settings/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/settings/settings.png -------------------------------------------------------------------------------- /resource/icon/settings/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/settings/settings.svg -------------------------------------------------------------------------------- /resource/icon/settings/settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/settings/settings@2x.png -------------------------------------------------------------------------------- /resource/icon/settings/settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/settings/settings@3x.png -------------------------------------------------------------------------------- /resource/icon/source-code/noun_1171.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/source-code/noun_1171.svg -------------------------------------------------------------------------------- /resource/icon/source-code/source-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/source-code/source-code.png -------------------------------------------------------------------------------- /resource/icon/source-code/source-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/source-code/source-code.svg -------------------------------------------------------------------------------- /resource/icon/source-code/source-code@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/source-code/source-code@2x.png -------------------------------------------------------------------------------- /resource/icon/source-code/source-code@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/source-code/source-code@3x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/bad.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/bad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/bad.svg -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/bad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/bad@2x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/bad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/bad@3x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/good.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/good.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/good.svg -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/good@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/good@2x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/good@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/good@3x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/noun-like-3323435.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/noun-like-3323435.svg -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-bad.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-bad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-bad.svg -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-bad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-bad@2x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-bad@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-bad@3x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-good.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-good.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-good.svg -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-good@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-good@2x.png -------------------------------------------------------------------------------- /resource/icon/thumbs-up-down/very-good@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/thumbs-up-down/very-good@3x.png -------------------------------------------------------------------------------- /resource/icon/trashcan/noun-trash-428421.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/trashcan/noun-trash-428421.svg -------------------------------------------------------------------------------- /resource/icon/trashcan/trashcan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/trashcan/trashcan.png -------------------------------------------------------------------------------- /resource/icon/trashcan/trashcan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/trashcan/trashcan.svg -------------------------------------------------------------------------------- /resource/icon/trashcan/trashcan@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/trashcan/trashcan@2x.png -------------------------------------------------------------------------------- /resource/icon/trashcan/trashcan@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/icon/trashcan/trashcan@3x.png -------------------------------------------------------------------------------- /resource/image/stones/stone-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/image/stones/stone-black.png -------------------------------------------------------------------------------- /resource/image/stones/stone-crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/image/stones/stone-crosshair.png -------------------------------------------------------------------------------- /resource/image/stones/stone-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/image/stones/stone-white.png -------------------------------------------------------------------------------- /resource/image/stones/stones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/image/stones/stones.svg -------------------------------------------------------------------------------- /resource/image/wooden-background-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/image/wooden-background-tile.png -------------------------------------------------------------------------------- /resource/images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/images.xcassets/Contents.json -------------------------------------------------------------------------------- /resource/openingbook/book.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/openingbook/book.dat -------------------------------------------------------------------------------- /resource/plist/Entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/plist/Entitlements.plist -------------------------------------------------------------------------------- /resource/plist/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/plist/Info.plist -------------------------------------------------------------------------------- /resource/plist/RegistrationDomainDefaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/plist/RegistrationDomainDefaults.plist -------------------------------------------------------------------------------- /resource/sound/wood-on-wood-01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/sound/wood-on-wood-01.aiff -------------------------------------------------------------------------------- /resource/sound/wood-on-wood-12.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/sound/wood-on-wood-12.aiff -------------------------------------------------------------------------------- /resource/storyboard/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/storyboard/Launch Screen.storyboard -------------------------------------------------------------------------------- /resource/text/Crashlytics-opensource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/text/Crashlytics-opensource.txt -------------------------------------------------------------------------------- /resource/text/bug-report-message-template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/resource/text/bug-report-message-template.txt -------------------------------------------------------------------------------- /script/build-3rdparty-software.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-3rdparty-software.sh -------------------------------------------------------------------------------- /script/build-env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-env.sh -------------------------------------------------------------------------------- /script/build-fuego.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-fuego.sh -------------------------------------------------------------------------------- /script/build-sgfckit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-sgfckit.sh -------------------------------------------------------------------------------- /script/build-software.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-software.sh -------------------------------------------------------------------------------- /script/build-usermanual.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/build-usermanual.sh -------------------------------------------------------------------------------- /script/copy-sgf-files-to-simulator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/copy-sgf-files-to-simulator.sh -------------------------------------------------------------------------------- /script/generate-sgf-with-moves.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/generate-sgf-with-moves.awk -------------------------------------------------------------------------------- /script/makedist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/makedist.sh -------------------------------------------------------------------------------- /script/render-readme.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/script/render-readme.rb -------------------------------------------------------------------------------- /sgf/19x19/Fuego vs. Fuego.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/19x19/Fuego vs. Fuego.sgf -------------------------------------------------------------------------------- /sgf/19x19/handicap-7-komi-0-with-pass-moves.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/19x19/handicap-7-komi-0-with-pass-moves.sgf -------------------------------------------------------------------------------- /sgf/19x19/markup.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/19x19/markup.sgf -------------------------------------------------------------------------------- /sgf/19x19/maximum-number-of-moves.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/19x19/maximum-number-of-moves.sgf -------------------------------------------------------------------------------- /sgf/25x25/25x25_single_black_move.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]CA[UTF-8]AP[GoGui:1.4.9]SZ[25] 2 | KM[6.5]DT[2015-05-18] 3 | ;B[dd]) 4 | -------------------------------------------------------------------------------- /sgf/7x7/play-b-b7-for-superko.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/7x7/play-b-b7-for-superko.sgf -------------------------------------------------------------------------------- /sgf/7x7/seki-9b.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/7x7/seki-9b.sgf -------------------------------------------------------------------------------- /sgf/9x9/2-passes.sgf: -------------------------------------------------------------------------------- 1 | (;SZ[9]KM[6.5] 2 | DT[2015-05-25];B[];W[]) 3 | -------------------------------------------------------------------------------- /sgf/9x9/3-passes.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/3-passes.sgf -------------------------------------------------------------------------------- /sgf/9x9/4-passes.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/4-passes.sgf -------------------------------------------------------------------------------- /sgf/9x9/5-passes.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/5-passes.sgf -------------------------------------------------------------------------------- /sgf/9x9/9x9_1.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/9x9_1.sgf -------------------------------------------------------------------------------- /sgf/9x9/9x9_2.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/9x9_2.sgf -------------------------------------------------------------------------------- /sgf/9x9/Anonymous vs. Fuego 1.sgf: -------------------------------------------------------------------------------- 1 | (;SZ[9] 2 | DT[2011-12-22]KM[6.5] 3 | PW[GoUctPlayer];B[fb];W[dg]) 4 | -------------------------------------------------------------------------------- /sgf/9x9/annotations.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/annotations.sgf -------------------------------------------------------------------------------- /sgf/9x9/game_050.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/game_050.sgf -------------------------------------------------------------------------------- /sgf/9x9/gameinfo.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/gameinfo.sgf -------------------------------------------------------------------------------- /sgf/9x9/illegal-board-setup-test.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/illegal-board-setup-test.sgf -------------------------------------------------------------------------------- /sgf/9x9/node-tree-view.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/node-tree-view.sgf -------------------------------------------------------------------------------- /sgf/9x9/non-alternating-play.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/non-alternating-play.sgf -------------------------------------------------------------------------------- /sgf/9x9/seki-9b.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/seki-9b.sgf -------------------------------------------------------------------------------- /sgf/9x9/setup-variations.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/9x9/setup-variations.sgf -------------------------------------------------------------------------------- /sgf/Famous games/Blood-vomiting game.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Famous games/Blood-vomiting game.sgf -------------------------------------------------------------------------------- /sgf/Famous games/Ear-reddening game.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Famous games/Ear-reddening game.sgf -------------------------------------------------------------------------------- /sgf/Famous games/Lee's Broken Ladder Game.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Famous games/Lee's Broken Ladder Game.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/encoding-detection-fails.sgf: -------------------------------------------------------------------------------- 1 | (CA[UTF-8])(;FF[4]CA[ISO-8859-3]) 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/encoding-multiple.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/encoding-multiple.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/encoding-unsupported.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]GM[1]CA[foo] 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/illegal-move.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/illegal-move.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/illegal-setup.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]GM[1]AB[aa][ab]AW[ac][ba][bb]) 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/not-an-sgf-file.sgf: -------------------------------------------------------------------------------- 1 | this is not an .sgf file -------------------------------------------------------------------------------- /sgf/Illegal games/not-enough-handicap-stones.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]GM[1]HA[3]) 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/positional-superko.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/positional-superko.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/setup-after-first-move.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]GM[1];B[aa];AB[bb]) 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/setup-before-handicap-setup.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/setup-before-handicap-setup.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/setup-player-after-first-move.sgf: -------------------------------------------------------------------------------- 1 | (;FF[4]GM[1];B[aa];PL[B]) 2 | -------------------------------------------------------------------------------- /sgf/Illegal games/situational-superko.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/situational-superko.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/suicide.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/suicide.sgf -------------------------------------------------------------------------------- /sgf/Illegal games/too-many-moves.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/Illegal games/too-many-moves.sgf -------------------------------------------------------------------------------- /sgf/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/README.txt -------------------------------------------------------------------------------- /sgf/sgfc/ff4_ex-rewritten-by-sgfc.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/sgfc/ff4_ex-rewritten-by-sgfc.sgf -------------------------------------------------------------------------------- /sgf/sgfc/ff4_ex.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/sgfc/ff4_ex.sgf -------------------------------------------------------------------------------- /sgf/sgfc/test-reorder.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/sgfc/test-reorder.sgf -------------------------------------------------------------------------------- /sgf/sgfc/test-strict.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/sgfc/test-strict.sgf -------------------------------------------------------------------------------- /sgf/sgfc/test.sgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/sgf/sgfc/test.sgf -------------------------------------------------------------------------------- /src/archive/ArchiveGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveGame.h -------------------------------------------------------------------------------- /src/archive/ArchiveGame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveGame.m -------------------------------------------------------------------------------- /src/archive/ArchiveUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveUtility.h -------------------------------------------------------------------------------- /src/archive/ArchiveUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveUtility.m -------------------------------------------------------------------------------- /src/archive/ArchiveViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveViewController.h -------------------------------------------------------------------------------- /src/archive/ArchiveViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveViewController.m -------------------------------------------------------------------------------- /src/archive/ArchiveViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveViewModel.h -------------------------------------------------------------------------------- /src/archive/ArchiveViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ArchiveViewModel.m -------------------------------------------------------------------------------- /src/archive/GameInfoItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/GameInfoItem.h -------------------------------------------------------------------------------- /src/archive/GameInfoItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/GameInfoItem.m -------------------------------------------------------------------------------- /src/archive/GameInfoItemController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/GameInfoItemController.h -------------------------------------------------------------------------------- /src/archive/GameInfoItemController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/GameInfoItemController.m -------------------------------------------------------------------------------- /src/archive/ViewGameController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewGameController.h -------------------------------------------------------------------------------- /src/archive/ViewGameController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewGameController.m -------------------------------------------------------------------------------- /src/archive/ViewLoadResultController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewLoadResultController.h -------------------------------------------------------------------------------- /src/archive/ViewLoadResultController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewLoadResultController.m -------------------------------------------------------------------------------- /src/archive/ViewLoadResultMessageController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewLoadResultMessageController.h -------------------------------------------------------------------------------- /src/archive/ViewLoadResultMessageController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/archive/ViewLoadResultMessageController.m -------------------------------------------------------------------------------- /src/command/AsynchronousCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/AsynchronousCommand.h -------------------------------------------------------------------------------- /src/command/ChangeUIAreaPlayModeCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/ChangeUIAreaPlayModeCommand.h -------------------------------------------------------------------------------- /src/command/ChangeUIAreaPlayModeCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/ChangeUIAreaPlayModeCommand.m -------------------------------------------------------------------------------- /src/command/Command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/Command.h -------------------------------------------------------------------------------- /src/command/CommandBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/CommandBase.h -------------------------------------------------------------------------------- /src/command/CommandBase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/CommandBase.m -------------------------------------------------------------------------------- /src/command/CommandProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/CommandProcessor.h -------------------------------------------------------------------------------- /src/command/CommandProcessor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/CommandProcessor.m -------------------------------------------------------------------------------- /src/command/HandleDocumentInteractionCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/HandleDocumentInteractionCommand.h -------------------------------------------------------------------------------- /src/command/HandleDocumentInteractionCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/HandleDocumentInteractionCommand.m -------------------------------------------------------------------------------- /src/command/ResetPlayersAndProfilesCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/ResetPlayersAndProfilesCommand.h -------------------------------------------------------------------------------- /src/command/ResetPlayersAndProfilesCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/ResetPlayersAndProfilesCommand.m -------------------------------------------------------------------------------- /src/command/SetupApplicationCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/SetupApplicationCommand.h -------------------------------------------------------------------------------- /src/command/SetupApplicationCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/SetupApplicationCommand.m -------------------------------------------------------------------------------- /src/command/SetupUserManualCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/SetupUserManualCommand.h -------------------------------------------------------------------------------- /src/command/SetupUserManualCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/SetupUserManualCommand.m -------------------------------------------------------------------------------- /src/command/backup/BackupGameToSgfCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/BackupGameToSgfCommand.h -------------------------------------------------------------------------------- /src/command/backup/BackupGameToSgfCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/BackupGameToSgfCommand.m -------------------------------------------------------------------------------- /src/command/backup/CleanBackupSgfCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/CleanBackupSgfCommand.h -------------------------------------------------------------------------------- /src/command/backup/CleanBackupSgfCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/CleanBackupSgfCommand.m -------------------------------------------------------------------------------- /src/command/backup/RestoreGameFromSgfCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/RestoreGameFromSgfCommand.h -------------------------------------------------------------------------------- /src/command/backup/RestoreGameFromSgfCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/RestoreGameFromSgfCommand.m -------------------------------------------------------------------------------- /src/command/backup/UnarchiveGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/UnarchiveGameCommand.h -------------------------------------------------------------------------------- /src/command/backup/UnarchiveGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/backup/UnarchiveGameCommand.m -------------------------------------------------------------------------------- /src/command/boardposition/PlayCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardposition/PlayCommand.h -------------------------------------------------------------------------------- /src/command/boardposition/PlayCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardposition/PlayCommand.m -------------------------------------------------------------------------------- /src/command/boardposition/SyncGTPEngineCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardposition/SyncGTPEngineCommand.h -------------------------------------------------------------------------------- /src/command/boardposition/SyncGTPEngineCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardposition/SyncGTPEngineCommand.m -------------------------------------------------------------------------------- /src/command/boardsetup/DiscardAllSetupCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardsetup/DiscardAllSetupCommand.h -------------------------------------------------------------------------------- /src/command/boardsetup/DiscardAllSetupCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/boardsetup/DiscardAllSetupCommand.m -------------------------------------------------------------------------------- /src/command/game/ContinueGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/ContinueGameCommand.h -------------------------------------------------------------------------------- /src/command/game/ContinueGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/ContinueGameCommand.m -------------------------------------------------------------------------------- /src/command/game/DeleteGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/DeleteGameCommand.h -------------------------------------------------------------------------------- /src/command/game/DeleteGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/DeleteGameCommand.m -------------------------------------------------------------------------------- /src/command/game/LoadGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/LoadGameCommand.h -------------------------------------------------------------------------------- /src/command/game/LoadGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/LoadGameCommand.m -------------------------------------------------------------------------------- /src/command/game/NewGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/NewGameCommand.h -------------------------------------------------------------------------------- /src/command/game/NewGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/NewGameCommand.m -------------------------------------------------------------------------------- /src/command/game/PauseGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/PauseGameCommand.h -------------------------------------------------------------------------------- /src/command/game/PauseGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/PauseGameCommand.m -------------------------------------------------------------------------------- /src/command/game/RenameGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/RenameGameCommand.h -------------------------------------------------------------------------------- /src/command/game/RenameGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/RenameGameCommand.m -------------------------------------------------------------------------------- /src/command/game/ResumePlayCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/ResumePlayCommand.h -------------------------------------------------------------------------------- /src/command/game/ResumePlayCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/ResumePlayCommand.m -------------------------------------------------------------------------------- /src/command/game/SaveGameCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/SaveGameCommand.h -------------------------------------------------------------------------------- /src/command/game/SaveGameCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/game/SaveGameCommand.m -------------------------------------------------------------------------------- /src/command/gtp/InterruptComputerCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/InterruptComputerCommand.h -------------------------------------------------------------------------------- /src/command/gtp/InterruptComputerCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/InterruptComputerCommand.m -------------------------------------------------------------------------------- /src/command/gtp/LoadOpeningBookCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/LoadOpeningBookCommand.h -------------------------------------------------------------------------------- /src/command/gtp/LoadOpeningBookCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/LoadOpeningBookCommand.m -------------------------------------------------------------------------------- /src/command/gtp/SetAdditiveKnowledgeTypeCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/SetAdditiveKnowledgeTypeCommand.h -------------------------------------------------------------------------------- /src/command/gtp/SetAdditiveKnowledgeTypeCommand.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/gtp/SetAdditiveKnowledgeTypeCommand.mm -------------------------------------------------------------------------------- /src/command/markup/DiscardAllMarkupCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/markup/DiscardAllMarkupCommand.h -------------------------------------------------------------------------------- /src/command/markup/DiscardAllMarkupCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/markup/DiscardAllMarkupCommand.m -------------------------------------------------------------------------------- /src/command/move/ComputerPlayMoveCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/ComputerPlayMoveCommand.h -------------------------------------------------------------------------------- /src/command/move/ComputerPlayMoveCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/ComputerPlayMoveCommand.m -------------------------------------------------------------------------------- /src/command/move/ComputerSuggestMoveCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/ComputerSuggestMoveCommand.h -------------------------------------------------------------------------------- /src/command/move/ComputerSuggestMoveCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/ComputerSuggestMoveCommand.m -------------------------------------------------------------------------------- /src/command/move/PlayMoveCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/PlayMoveCommand.h -------------------------------------------------------------------------------- /src/command/move/PlayMoveCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/move/PlayMoveCommand.m -------------------------------------------------------------------------------- /src/command/node/ChangeAnnotationDataCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeAnnotationDataCommand.h -------------------------------------------------------------------------------- /src/command/node/ChangeAnnotationDataCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeAnnotationDataCommand.m -------------------------------------------------------------------------------- /src/command/node/ChangeGameVariationCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeGameVariationCommand.h -------------------------------------------------------------------------------- /src/command/node/ChangeGameVariationCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeGameVariationCommand.m -------------------------------------------------------------------------------- /src/command/node/ChangeNodeSelectionAsyncCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeNodeSelectionAsyncCommand.h -------------------------------------------------------------------------------- /src/command/node/ChangeNodeSelectionAsyncCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/node/ChangeNodeSelectionAsyncCommand.m -------------------------------------------------------------------------------- /src/command/sgf/LoadSgfCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/sgf/LoadSgfCommand.h -------------------------------------------------------------------------------- /src/command/sgf/LoadSgfCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/sgf/LoadSgfCommand.m -------------------------------------------------------------------------------- /src/command/sgf/SaveSgfCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/sgf/SaveSgfCommand.h -------------------------------------------------------------------------------- /src/command/sgf/SaveSgfCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/command/sgf/SaveSgfCommand.m -------------------------------------------------------------------------------- /src/diagnostics/BugReportUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/BugReportUtilities.h -------------------------------------------------------------------------------- /src/diagnostics/BugReportUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/BugReportUtilities.m -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingHandler.h -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingHandler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingHandler.m -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingModel.h -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingModel.m -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingSettingsController.h -------------------------------------------------------------------------------- /src/diagnostics/CrashReportingSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/CrashReportingSettingsController.m -------------------------------------------------------------------------------- /src/diagnostics/DiagnosticsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/DiagnosticsViewController.h -------------------------------------------------------------------------------- /src/diagnostics/DiagnosticsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/DiagnosticsViewController.m -------------------------------------------------------------------------------- /src/diagnostics/GtpCommandModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpCommandModel.h -------------------------------------------------------------------------------- /src/diagnostics/GtpCommandModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpCommandModel.m -------------------------------------------------------------------------------- /src/diagnostics/GtpCommandViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpCommandViewController.h -------------------------------------------------------------------------------- /src/diagnostics/GtpCommandViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpCommandViewController.m -------------------------------------------------------------------------------- /src/diagnostics/GtpLogItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogItem.h -------------------------------------------------------------------------------- /src/diagnostics/GtpLogItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogItem.m -------------------------------------------------------------------------------- /src/diagnostics/GtpLogItemViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogItemViewController.h -------------------------------------------------------------------------------- /src/diagnostics/GtpLogItemViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogItemViewController.m -------------------------------------------------------------------------------- /src/diagnostics/GtpLogModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogModel.h -------------------------------------------------------------------------------- /src/diagnostics/GtpLogModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogModel.m -------------------------------------------------------------------------------- /src/diagnostics/GtpLogSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogSettingsController.h -------------------------------------------------------------------------------- /src/diagnostics/GtpLogSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogSettingsController.m -------------------------------------------------------------------------------- /src/diagnostics/GtpLogViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogViewController.h -------------------------------------------------------------------------------- /src/diagnostics/GtpLogViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/GtpLogViewController.m -------------------------------------------------------------------------------- /src/diagnostics/LoggingModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/LoggingModel.h -------------------------------------------------------------------------------- /src/diagnostics/LoggingModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/LoggingModel.m -------------------------------------------------------------------------------- /src/diagnostics/SendBugReportController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/SendBugReportController.h -------------------------------------------------------------------------------- /src/diagnostics/SendBugReportController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/SendBugReportController.m -------------------------------------------------------------------------------- /src/diagnostics/SubmitGtpCommandViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/SubmitGtpCommandViewController.h -------------------------------------------------------------------------------- /src/diagnostics/SubmitGtpCommandViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/diagnostics/SubmitGtpCommandViewController.m -------------------------------------------------------------------------------- /src/go/GoBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoard.h -------------------------------------------------------------------------------- /src/go/GoBoard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoard.m -------------------------------------------------------------------------------- /src/go/GoBoardPosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoardPosition.h -------------------------------------------------------------------------------- /src/go/GoBoardPosition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoardPosition.m -------------------------------------------------------------------------------- /src/go/GoBoardRegion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoardRegion.h -------------------------------------------------------------------------------- /src/go/GoBoardRegion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoBoardRegion.m -------------------------------------------------------------------------------- /src/go/GoGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGame.h -------------------------------------------------------------------------------- /src/go/GoGame.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGame.m -------------------------------------------------------------------------------- /src/go/GoGameAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGameAdditions.h -------------------------------------------------------------------------------- /src/go/GoGameDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGameDocument.h -------------------------------------------------------------------------------- /src/go/GoGameDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGameDocument.m -------------------------------------------------------------------------------- /src/go/GoGameRules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGameRules.h -------------------------------------------------------------------------------- /src/go/GoGameRules.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoGameRules.m -------------------------------------------------------------------------------- /src/go/GoMove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoMove.h -------------------------------------------------------------------------------- /src/go/GoMove.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoMove.m -------------------------------------------------------------------------------- /src/go/GoMoveAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoMoveAdditions.h -------------------------------------------------------------------------------- /src/go/GoMoveNodeCreationOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoMoveNodeCreationOptions.h -------------------------------------------------------------------------------- /src/go/GoMoveNodeCreationOptions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoMoveNodeCreationOptions.m -------------------------------------------------------------------------------- /src/go/GoNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNode.h -------------------------------------------------------------------------------- /src/go/GoNode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNode.m -------------------------------------------------------------------------------- /src/go/GoNodeAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeAdditions.h -------------------------------------------------------------------------------- /src/go/GoNodeAnnotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeAnnotation.h -------------------------------------------------------------------------------- /src/go/GoNodeAnnotation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeAnnotation.m -------------------------------------------------------------------------------- /src/go/GoNodeCreationOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeCreationOptions.h -------------------------------------------------------------------------------- /src/go/GoNodeCreationOptions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeCreationOptions.m -------------------------------------------------------------------------------- /src/go/GoNodeMarkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeMarkup.h -------------------------------------------------------------------------------- /src/go/GoNodeMarkup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeMarkup.m -------------------------------------------------------------------------------- /src/go/GoNodeModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeModel.h -------------------------------------------------------------------------------- /src/go/GoNodeModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeModel.m -------------------------------------------------------------------------------- /src/go/GoNodeSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeSetup.h -------------------------------------------------------------------------------- /src/go/GoNodeSetup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoNodeSetup.m -------------------------------------------------------------------------------- /src/go/GoPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoPlayer.h -------------------------------------------------------------------------------- /src/go/GoPlayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoPlayer.m -------------------------------------------------------------------------------- /src/go/GoPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoPoint.h -------------------------------------------------------------------------------- /src/go/GoPoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoPoint.m -------------------------------------------------------------------------------- /src/go/GoScore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoScore.h -------------------------------------------------------------------------------- /src/go/GoScore.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoScore.m -------------------------------------------------------------------------------- /src/go/GoUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoUtilities.h -------------------------------------------------------------------------------- /src/go/GoUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoUtilities.m -------------------------------------------------------------------------------- /src/go/GoVertex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoVertex.h -------------------------------------------------------------------------------- /src/go/GoVertex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoVertex.m -------------------------------------------------------------------------------- /src/go/GoVertexNumeric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoVertexNumeric.h -------------------------------------------------------------------------------- /src/go/GoVertexNumeric.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoVertexNumeric.m -------------------------------------------------------------------------------- /src/go/GoZobristTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoZobristTable.h -------------------------------------------------------------------------------- /src/go/GoZobristTable.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/go/GoZobristTable.mm -------------------------------------------------------------------------------- /src/gtp/GtpClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpClient.h -------------------------------------------------------------------------------- /src/gtp/GtpClient.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpClient.mm -------------------------------------------------------------------------------- /src/gtp/GtpCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpCommand.h -------------------------------------------------------------------------------- /src/gtp/GtpCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpCommand.m -------------------------------------------------------------------------------- /src/gtp/GtpEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpEngine.h -------------------------------------------------------------------------------- /src/gtp/GtpEngine.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpEngine.mm -------------------------------------------------------------------------------- /src/gtp/GtpResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpResponse.h -------------------------------------------------------------------------------- /src/gtp/GtpResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpResponse.m -------------------------------------------------------------------------------- /src/gtp/GtpUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpUtilities.h -------------------------------------------------------------------------------- /src/gtp/GtpUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/GtpUtilities.m -------------------------------------------------------------------------------- /src/gtp/PipeStreamBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/PipeStreamBuffer.cpp -------------------------------------------------------------------------------- /src/gtp/PipeStreamBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/gtp/PipeStreamBuffer.h -------------------------------------------------------------------------------- /src/help/UserManualUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/help/UserManualUtilities.h -------------------------------------------------------------------------------- /src/help/UserManualUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/help/UserManualUtilities.m -------------------------------------------------------------------------------- /src/help/UserManualViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/help/UserManualViewController.h -------------------------------------------------------------------------------- /src/help/UserManualViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/help/UserManualViewController.m -------------------------------------------------------------------------------- /src/main/ApplicationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/ApplicationDelegate.h -------------------------------------------------------------------------------- /src/main/ApplicationDelegate.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/ApplicationDelegate.mm -------------------------------------------------------------------------------- /src/main/Constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/Constants.h -------------------------------------------------------------------------------- /src/main/Constants.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/Constants.m -------------------------------------------------------------------------------- /src/main/DocumentViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/DocumentViewController.h -------------------------------------------------------------------------------- /src/main/DocumentViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/DocumentViewController.m -------------------------------------------------------------------------------- /src/main/LicensesViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/LicensesViewController.h -------------------------------------------------------------------------------- /src/main/LicensesViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/LicensesViewController.m -------------------------------------------------------------------------------- /src/main/MagnifyingGlassOwner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/MagnifyingGlassOwner.h -------------------------------------------------------------------------------- /src/main/MainTabBarController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/MainTabBarController.h -------------------------------------------------------------------------------- /src/main/MainTabBarController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/MainTabBarController.m -------------------------------------------------------------------------------- /src/main/MainUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/MainUtility.h -------------------------------------------------------------------------------- /src/main/MainUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/MainUtility.m -------------------------------------------------------------------------------- /src/main/ModelProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/ModelProvider.h -------------------------------------------------------------------------------- /src/main/Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/Prefix.pch -------------------------------------------------------------------------------- /src/main/Registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/Registry.h -------------------------------------------------------------------------------- /src/main/Registry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/Registry.m -------------------------------------------------------------------------------- /src/main/SceneDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/SceneDelegate.h -------------------------------------------------------------------------------- /src/main/SceneDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/SceneDelegate.m -------------------------------------------------------------------------------- /src/main/SectionedDocumentViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/SectionedDocumentViewController.h -------------------------------------------------------------------------------- /src/main/SectionedDocumentViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/SectionedDocumentViewController.m -------------------------------------------------------------------------------- /src/main/UIAreaInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/UIAreaInfo.h -------------------------------------------------------------------------------- /src/main/UIAreaInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/UIAreaInfo.m -------------------------------------------------------------------------------- /src/main/WindowProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/WindowProvider.h -------------------------------------------------------------------------------- /src/main/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/main/main.m -------------------------------------------------------------------------------- /src/newgame/HandicapSelectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/HandicapSelectionController.h -------------------------------------------------------------------------------- /src/newgame/HandicapSelectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/HandicapSelectionController.m -------------------------------------------------------------------------------- /src/newgame/KomiSelectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/KomiSelectionController.h -------------------------------------------------------------------------------- /src/newgame/KomiSelectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/KomiSelectionController.m -------------------------------------------------------------------------------- /src/newgame/NewGameAdvancedController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameAdvancedController.h -------------------------------------------------------------------------------- /src/newgame/NewGameAdvancedController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameAdvancedController.m -------------------------------------------------------------------------------- /src/newgame/NewGameController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameController.h -------------------------------------------------------------------------------- /src/newgame/NewGameController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameController.m -------------------------------------------------------------------------------- /src/newgame/NewGameModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameModel.h -------------------------------------------------------------------------------- /src/newgame/NewGameModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/newgame/NewGameModel.m -------------------------------------------------------------------------------- /src/play/annotationview/AnnotationViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/annotationview/AnnotationViewController.h -------------------------------------------------------------------------------- /src/play/annotationview/AnnotationViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/annotationview/AnnotationViewController.m -------------------------------------------------------------------------------- /src/play/boardview/BoardAnimationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardAnimationController.h -------------------------------------------------------------------------------- /src/play/boardview/BoardAnimationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardAnimationController.m -------------------------------------------------------------------------------- /src/play/boardview/BoardTileView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardTileView.h -------------------------------------------------------------------------------- /src/play/boardview/BoardTileView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardTileView.m -------------------------------------------------------------------------------- /src/play/boardview/BoardView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardView.h -------------------------------------------------------------------------------- /src/play/boardview/BoardView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardView.m -------------------------------------------------------------------------------- /src/play/boardview/BoardViewAccessibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardViewAccessibility.h -------------------------------------------------------------------------------- /src/play/boardview/BoardViewAccessibility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardViewAccessibility.m -------------------------------------------------------------------------------- /src/play/boardview/BoardViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardViewController.h -------------------------------------------------------------------------------- /src/play/boardview/BoardViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/BoardViewController.m -------------------------------------------------------------------------------- /src/play/boardview/CoordinateLabelsTileView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/CoordinateLabelsTileView.h -------------------------------------------------------------------------------- /src/play/boardview/CoordinateLabelsTileView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/CoordinateLabelsTileView.m -------------------------------------------------------------------------------- /src/play/boardview/StoneView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/StoneView.h -------------------------------------------------------------------------------- /src/play/boardview/StoneView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/StoneView.m -------------------------------------------------------------------------------- /src/play/boardview/layer/BoardViewCGLayerCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/BoardViewCGLayerCache.h -------------------------------------------------------------------------------- /src/play/boardview/layer/BoardViewCGLayerCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/BoardViewCGLayerCache.m -------------------------------------------------------------------------------- /src/play/boardview/layer/BoardViewDrawingHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/BoardViewDrawingHelper.h -------------------------------------------------------------------------------- /src/play/boardview/layer/BoardViewDrawingHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/BoardViewDrawingHelper.m -------------------------------------------------------------------------------- /src/play/boardview/layer/BoardViewLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/BoardViewLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/GridLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/GridLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/GridLayerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/GridLayerDelegate.m -------------------------------------------------------------------------------- /src/play/boardview/layer/InfluenceLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/InfluenceLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/InfluenceLayerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/InfluenceLayerDelegate.m -------------------------------------------------------------------------------- /src/play/boardview/layer/LabelsLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/LabelsLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/LabelsLayerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/LabelsLayerDelegate.m -------------------------------------------------------------------------------- /src/play/boardview/layer/RectangleLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/RectangleLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/StonesLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/StonesLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/StonesLayerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/StonesLayerDelegate.m -------------------------------------------------------------------------------- /src/play/boardview/layer/SymbolsLayerDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/SymbolsLayerDelegate.h -------------------------------------------------------------------------------- /src/play/boardview/layer/SymbolsLayerDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/boardview/layer/SymbolsLayerDelegate.m -------------------------------------------------------------------------------- /src/play/controller/GameInfoViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/GameInfoViewController.h -------------------------------------------------------------------------------- /src/play/controller/GameInfoViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/GameInfoViewController.m -------------------------------------------------------------------------------- /src/play/controller/MoreGameActionsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/MoreGameActionsController.h -------------------------------------------------------------------------------- /src/play/controller/MoreGameActionsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/MoreGameActionsController.m -------------------------------------------------------------------------------- /src/play/controller/SoundHandling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/SoundHandling.h -------------------------------------------------------------------------------- /src/play/controller/SoundHandling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/SoundHandling.m -------------------------------------------------------------------------------- /src/play/controller/StatusViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/StatusViewController.h -------------------------------------------------------------------------------- /src/play/controller/StatusViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/controller/StatusViewController.m -------------------------------------------------------------------------------- /src/play/gameaction/GameActionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gameaction/GameActionManager.h -------------------------------------------------------------------------------- /src/play/gameaction/GameActionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gameaction/GameActionManager.m -------------------------------------------------------------------------------- /src/play/gesture/DoubleTapGestureController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/DoubleTapGestureController.h -------------------------------------------------------------------------------- /src/play/gesture/DoubleTapGestureController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/DoubleTapGestureController.m -------------------------------------------------------------------------------- /src/play/gesture/PanGestureController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/PanGestureController.h -------------------------------------------------------------------------------- /src/play/gesture/PanGestureController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/PanGestureController.m -------------------------------------------------------------------------------- /src/play/gesture/handler/PanGestureHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/handler/PanGestureHandler.h -------------------------------------------------------------------------------- /src/play/gesture/handler/PanGestureHandler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/gesture/handler/PanGestureHandler.m -------------------------------------------------------------------------------- /src/play/model/BoardPositionModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardPositionModel.h -------------------------------------------------------------------------------- /src/play/model/BoardPositionModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardPositionModel.m -------------------------------------------------------------------------------- /src/play/model/BoardSetupModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardSetupModel.h -------------------------------------------------------------------------------- /src/play/model/BoardSetupModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardSetupModel.m -------------------------------------------------------------------------------- /src/play/model/BoardViewIntersection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewIntersection.h -------------------------------------------------------------------------------- /src/play/model/BoardViewIntersection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewIntersection.m -------------------------------------------------------------------------------- /src/play/model/BoardViewMetrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewMetrics.h -------------------------------------------------------------------------------- /src/play/model/BoardViewMetrics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewMetrics.m -------------------------------------------------------------------------------- /src/play/model/BoardViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewModel.h -------------------------------------------------------------------------------- /src/play/model/BoardViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/BoardViewModel.m -------------------------------------------------------------------------------- /src/play/model/GameVariationModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/GameVariationModel.h -------------------------------------------------------------------------------- /src/play/model/GameVariationModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/GameVariationModel.m -------------------------------------------------------------------------------- /src/play/model/MarkupModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/MarkupModel.h -------------------------------------------------------------------------------- /src/play/model/MarkupModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/MarkupModel.m -------------------------------------------------------------------------------- /src/play/model/NavigationBarButtonModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/NavigationBarButtonModel.h -------------------------------------------------------------------------------- /src/play/model/NavigationBarButtonModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/NavigationBarButtonModel.m -------------------------------------------------------------------------------- /src/play/model/NodeTreeViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/NodeTreeViewModel.h -------------------------------------------------------------------------------- /src/play/model/NodeTreeViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/NodeTreeViewModel.m -------------------------------------------------------------------------------- /src/play/model/ScoringModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/ScoringModel.h -------------------------------------------------------------------------------- /src/play/model/ScoringModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/model/ScoringModel.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeNumbersTileView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeNumbersTileView.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeNumbersTileView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeNumbersTileView.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeNumbersView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeNumbersView.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeNumbersView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeNumbersView.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeTileView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeTileView.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeTileView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeTileView.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeView.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeView.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewController.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewController.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewIntegration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewIntegration.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewIntegration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewIntegration.m -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewMetrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewMetrics.h -------------------------------------------------------------------------------- /src/play/nodetreeview/NodeTreeViewMetrics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/NodeTreeViewMetrics.m -------------------------------------------------------------------------------- /src/play/nodetreeview/canvas/NodeTreeViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/canvas/NodeTreeViewCell.h -------------------------------------------------------------------------------- /src/play/nodetreeview/canvas/NodeTreeViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/nodetreeview/canvas/NodeTreeViewCell.m -------------------------------------------------------------------------------- /src/play/rootview/PlayRootViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/rootview/PlayRootViewController.h -------------------------------------------------------------------------------- /src/play/rootview/PlayRootViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/rootview/PlayRootViewController.m -------------------------------------------------------------------------------- /src/play/splitview/LeftPaneViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/splitview/LeftPaneViewController.h -------------------------------------------------------------------------------- /src/play/splitview/LeftPaneViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/splitview/LeftPaneViewController.m -------------------------------------------------------------------------------- /src/play/splitview/RightPaneViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/splitview/RightPaneViewController.h -------------------------------------------------------------------------------- /src/play/splitview/RightPaneViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/play/splitview/RightPaneViewController.m -------------------------------------------------------------------------------- /src/player/GtpEngineProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/GtpEngineProfile.h -------------------------------------------------------------------------------- /src/player/GtpEngineProfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/GtpEngineProfile.m -------------------------------------------------------------------------------- /src/player/GtpEngineProfileModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/GtpEngineProfileModel.h -------------------------------------------------------------------------------- /src/player/GtpEngineProfileModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/GtpEngineProfileModel.m -------------------------------------------------------------------------------- /src/player/Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/Player.h -------------------------------------------------------------------------------- /src/player/Player.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/Player.m -------------------------------------------------------------------------------- /src/player/PlayerModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/PlayerModel.h -------------------------------------------------------------------------------- /src/player/PlayerModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/PlayerModel.m -------------------------------------------------------------------------------- /src/player/PlayerStatistics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/PlayerStatistics.h -------------------------------------------------------------------------------- /src/player/PlayerStatistics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/player/PlayerStatistics.m -------------------------------------------------------------------------------- /src/settings/BoardPositionSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/BoardPositionSettingsController.h -------------------------------------------------------------------------------- /src/settings/BoardPositionSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/BoardPositionSettingsController.m -------------------------------------------------------------------------------- /src/settings/BoardSetupSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/BoardSetupSettingsController.h -------------------------------------------------------------------------------- /src/settings/BoardSetupSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/BoardSetupSettingsController.m -------------------------------------------------------------------------------- /src/settings/DisplaySettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/DisplaySettingsController.h -------------------------------------------------------------------------------- /src/settings/DisplaySettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/DisplaySettingsController.m -------------------------------------------------------------------------------- /src/settings/EditPlayerProfileController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/EditPlayerProfileController.h -------------------------------------------------------------------------------- /src/settings/EditPlayerProfileController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/EditPlayerProfileController.m -------------------------------------------------------------------------------- /src/settings/GameVariationSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/GameVariationSettingsController.h -------------------------------------------------------------------------------- /src/settings/GameVariationSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/GameVariationSettingsController.m -------------------------------------------------------------------------------- /src/settings/MarkupSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/MarkupSettingsController.h -------------------------------------------------------------------------------- /src/settings/MarkupSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/MarkupSettingsController.m -------------------------------------------------------------------------------- /src/settings/MaxMemoryController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/MaxMemoryController.h -------------------------------------------------------------------------------- /src/settings/MaxMemoryController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/MaxMemoryController.m -------------------------------------------------------------------------------- /src/settings/NodeTreeViewSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/NodeTreeViewSettingsController.h -------------------------------------------------------------------------------- /src/settings/NodeTreeViewSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/NodeTreeViewSettingsController.m -------------------------------------------------------------------------------- /src/settings/PlayerProfileSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/PlayerProfileSettingsController.h -------------------------------------------------------------------------------- /src/settings/PlayerProfileSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/PlayerProfileSettingsController.m -------------------------------------------------------------------------------- /src/settings/ScoringSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/ScoringSettingsController.h -------------------------------------------------------------------------------- /src/settings/ScoringSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/ScoringSettingsController.m -------------------------------------------------------------------------------- /src/settings/SettingsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SettingsViewController.h -------------------------------------------------------------------------------- /src/settings/SettingsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SettingsViewController.m -------------------------------------------------------------------------------- /src/settings/SgfDisabledMessagesController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SgfDisabledMessagesController.h -------------------------------------------------------------------------------- /src/settings/SgfDisabledMessagesController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SgfDisabledMessagesController.m -------------------------------------------------------------------------------- /src/settings/SgfSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SgfSettingsController.h -------------------------------------------------------------------------------- /src/settings/SgfSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SgfSettingsController.m -------------------------------------------------------------------------------- /src/settings/SoundSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SoundSettingsController.h -------------------------------------------------------------------------------- /src/settings/SoundSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/settings/SoundSettingsController.m -------------------------------------------------------------------------------- /src/sgf/SgfSettingsModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/sgf/SgfSettingsModel.h -------------------------------------------------------------------------------- /src/sgf/SgfSettingsModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/sgf/SgfSettingsModel.m -------------------------------------------------------------------------------- /src/sgf/SgfUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/sgf/SgfUtilities.h -------------------------------------------------------------------------------- /src/sgf/SgfUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/sgf/SgfUtilities.m -------------------------------------------------------------------------------- /src/shared/ApplicationStateManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/ApplicationStateManager.h -------------------------------------------------------------------------------- /src/shared/ApplicationStateManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/ApplicationStateManager.m -------------------------------------------------------------------------------- /src/shared/LayoutManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/LayoutManager.h -------------------------------------------------------------------------------- /src/shared/LayoutManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/LayoutManager.m -------------------------------------------------------------------------------- /src/shared/LongRunningActionCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/LongRunningActionCounter.h -------------------------------------------------------------------------------- /src/shared/LongRunningActionCounter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/shared/LongRunningActionCounter.m -------------------------------------------------------------------------------- /src/ui/AutoLayoutUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/AutoLayoutUtility.h -------------------------------------------------------------------------------- /src/ui/AutoLayoutUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/AutoLayoutUtility.m -------------------------------------------------------------------------------- /src/ui/ButtonBoxCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ButtonBoxCell.h -------------------------------------------------------------------------------- /src/ui/ButtonBoxCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ButtonBoxCell.m -------------------------------------------------------------------------------- /src/ui/ButtonBoxController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ButtonBoxController.h -------------------------------------------------------------------------------- /src/ui/ButtonBoxController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ButtonBoxController.m -------------------------------------------------------------------------------- /src/ui/CGDrawingHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/CGDrawingHelper.h -------------------------------------------------------------------------------- /src/ui/CGDrawingHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/CGDrawingHelper.m -------------------------------------------------------------------------------- /src/ui/EditTextController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/EditTextController.h -------------------------------------------------------------------------------- /src/ui/EditTextController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/EditTextController.m -------------------------------------------------------------------------------- /src/ui/GoDrawingHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/GoDrawingHelper.h -------------------------------------------------------------------------------- /src/ui/GoDrawingHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/GoDrawingHelper.m -------------------------------------------------------------------------------- /src/ui/ItemPickerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ItemPickerController.h -------------------------------------------------------------------------------- /src/ui/ItemPickerController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ItemPickerController.m -------------------------------------------------------------------------------- /src/ui/KeyboardHeightAdjustment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/KeyboardHeightAdjustment.h -------------------------------------------------------------------------------- /src/ui/KeyboardHeightAdjustment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/KeyboardHeightAdjustment.m -------------------------------------------------------------------------------- /src/ui/MagnifyingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingView.h -------------------------------------------------------------------------------- /src/ui/MagnifyingView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingView.m -------------------------------------------------------------------------------- /src/ui/MagnifyingViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingViewController.h -------------------------------------------------------------------------------- /src/ui/MagnifyingViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingViewController.m -------------------------------------------------------------------------------- /src/ui/MagnifyingViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingViewModel.h -------------------------------------------------------------------------------- /src/ui/MagnifyingViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/MagnifyingViewModel.m -------------------------------------------------------------------------------- /src/ui/OrientationChangeNotifyingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/OrientationChangeNotifyingView.h -------------------------------------------------------------------------------- /src/ui/OrientationChangeNotifyingView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/OrientationChangeNotifyingView.m -------------------------------------------------------------------------------- /src/ui/PageViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/PageViewController.h -------------------------------------------------------------------------------- /src/ui/PageViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/PageViewController.m -------------------------------------------------------------------------------- /src/ui/PlaceholderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/PlaceholderView.h -------------------------------------------------------------------------------- /src/ui/PlaceholderView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/PlaceholderView.m -------------------------------------------------------------------------------- /src/ui/ResizableStackViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ResizableStackViewController.h -------------------------------------------------------------------------------- /src/ui/ResizableStackViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/ResizableStackViewController.m -------------------------------------------------------------------------------- /src/ui/SliderInputController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SliderInputController.h -------------------------------------------------------------------------------- /src/ui/SliderInputController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SliderInputController.m -------------------------------------------------------------------------------- /src/ui/SpacerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SpacerView.h -------------------------------------------------------------------------------- /src/ui/SpacerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SpacerView.m -------------------------------------------------------------------------------- /src/ui/SplitViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SplitViewController.h -------------------------------------------------------------------------------- /src/ui/SplitViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/SplitViewController.m -------------------------------------------------------------------------------- /src/ui/StaticTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/StaticTableView.h -------------------------------------------------------------------------------- /src/ui/StaticTableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/StaticTableView.m -------------------------------------------------------------------------------- /src/ui/TableViewCellFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewCellFactory.h -------------------------------------------------------------------------------- /src/ui/TableViewCellFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewCellFactory.m -------------------------------------------------------------------------------- /src/ui/TableViewGridCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewGridCell.h -------------------------------------------------------------------------------- /src/ui/TableViewGridCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewGridCell.m -------------------------------------------------------------------------------- /src/ui/TableViewSliderCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewSliderCell.h -------------------------------------------------------------------------------- /src/ui/TableViewSliderCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewSliderCell.m -------------------------------------------------------------------------------- /src/ui/TableViewVariableHeightCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewVariableHeightCell.h -------------------------------------------------------------------------------- /src/ui/TableViewVariableHeightCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TableViewVariableHeightCell.m -------------------------------------------------------------------------------- /src/ui/Tile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/Tile.h -------------------------------------------------------------------------------- /src/ui/TiledScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TiledScrollView.h -------------------------------------------------------------------------------- /src/ui/TiledScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/TiledScrollView.m -------------------------------------------------------------------------------- /src/ui/UIViewControllerAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UIViewControllerAdditions.h -------------------------------------------------------------------------------- /src/ui/UIViewControllerAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UIViewControllerAdditions.m -------------------------------------------------------------------------------- /src/ui/UiElementMetrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiElementMetrics.h -------------------------------------------------------------------------------- /src/ui/UiElementMetrics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiElementMetrics.m -------------------------------------------------------------------------------- /src/ui/UiSettingsModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiSettingsModel.h -------------------------------------------------------------------------------- /src/ui/UiSettingsModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiSettingsModel.m -------------------------------------------------------------------------------- /src/ui/UiUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiUtilities.h -------------------------------------------------------------------------------- /src/ui/UiUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/UiUtilities.m -------------------------------------------------------------------------------- /src/ui/WebBrowserViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/WebBrowserViewController.h -------------------------------------------------------------------------------- /src/ui/WebBrowserViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/ui/WebBrowserViewController.m -------------------------------------------------------------------------------- /src/utility/AccessibilityUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/AccessibilityUtility.h -------------------------------------------------------------------------------- /src/utility/AccessibilityUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/AccessibilityUtility.m -------------------------------------------------------------------------------- /src/utility/DocumentGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/DocumentGenerator.h -------------------------------------------------------------------------------- /src/utility/DocumentGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/DocumentGenerator.m -------------------------------------------------------------------------------- /src/utility/ExceptionUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/ExceptionUtility.h -------------------------------------------------------------------------------- /src/utility/ExceptionUtility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/ExceptionUtility.m -------------------------------------------------------------------------------- /src/utility/FilesystemMonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FilesystemMonitor.h -------------------------------------------------------------------------------- /src/utility/FilesystemMonitor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FilesystemMonitor.m -------------------------------------------------------------------------------- /src/utility/FilesystemOperations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FilesystemOperations.h -------------------------------------------------------------------------------- /src/utility/FilesystemOperations.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FilesystemOperations.mm -------------------------------------------------------------------------------- /src/utility/FontRange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FontRange.h -------------------------------------------------------------------------------- /src/utility/FontRange.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/FontRange.m -------------------------------------------------------------------------------- /src/utility/LogFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/LogFormatter.h -------------------------------------------------------------------------------- /src/utility/LogFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/LogFormatter.m -------------------------------------------------------------------------------- /src/utility/MarkupUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/MarkupUtilities.h -------------------------------------------------------------------------------- /src/utility/MarkupUtilities.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/MarkupUtilities.mm -------------------------------------------------------------------------------- /src/utility/NSArrayAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSArrayAdditions.h -------------------------------------------------------------------------------- /src/utility/NSArrayAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSArrayAdditions.m -------------------------------------------------------------------------------- /src/utility/NSObjectAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSObjectAdditions.h -------------------------------------------------------------------------------- /src/utility/NSObjectAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSObjectAdditions.m -------------------------------------------------------------------------------- /src/utility/NSStringAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSStringAdditions.h -------------------------------------------------------------------------------- /src/utility/NSStringAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/NSStringAdditions.m -------------------------------------------------------------------------------- /src/utility/PathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/PathUtilities.h -------------------------------------------------------------------------------- /src/utility/PathUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/PathUtilities.m -------------------------------------------------------------------------------- /src/utility/UIColorAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIColorAdditions.h -------------------------------------------------------------------------------- /src/utility/UIColorAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIColorAdditions.m -------------------------------------------------------------------------------- /src/utility/UIDebugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIDebugging.h -------------------------------------------------------------------------------- /src/utility/UIDebugging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIDebugging.m -------------------------------------------------------------------------------- /src/utility/UIDeviceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIDeviceAdditions.h -------------------------------------------------------------------------------- /src/utility/UIDeviceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIDeviceAdditions.m -------------------------------------------------------------------------------- /src/utility/UIImageAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIImageAdditions.h -------------------------------------------------------------------------------- /src/utility/UIImageAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UIImageAdditions.m -------------------------------------------------------------------------------- /src/utility/UserDefaultsUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UserDefaultsUpdater.h -------------------------------------------------------------------------------- /src/utility/UserDefaultsUpdater.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/UserDefaultsUpdater.m -------------------------------------------------------------------------------- /src/utility/VersionInfoUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/VersionInfoUtilities.h -------------------------------------------------------------------------------- /src/utility/VersionInfoUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/src/utility/VersionInfoUtilities.m -------------------------------------------------------------------------------- /test/resource/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/resource/Info.plist -------------------------------------------------------------------------------- /test/src/BaseTestCase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/BaseTestCase.h -------------------------------------------------------------------------------- /test/src/BaseTestCase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/BaseTestCase.m -------------------------------------------------------------------------------- /test/src/GoBoardPositionTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardPositionTest.h -------------------------------------------------------------------------------- /test/src/GoBoardPositionTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardPositionTest.m -------------------------------------------------------------------------------- /test/src/GoBoardRegionTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardRegionTest.h -------------------------------------------------------------------------------- /test/src/GoBoardRegionTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardRegionTest.m -------------------------------------------------------------------------------- /test/src/GoBoardTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardTest.h -------------------------------------------------------------------------------- /test/src/GoBoardTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoBoardTest.m -------------------------------------------------------------------------------- /test/src/GoGameRulesTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoGameRulesTest.h -------------------------------------------------------------------------------- /test/src/GoGameRulesTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoGameRulesTest.m -------------------------------------------------------------------------------- /test/src/GoGameTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoGameTest.h -------------------------------------------------------------------------------- /test/src/GoGameTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoGameTest.m -------------------------------------------------------------------------------- /test/src/GoMoveTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoMoveTest.h -------------------------------------------------------------------------------- /test/src/GoMoveTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoMoveTest.m -------------------------------------------------------------------------------- /test/src/GoNodeAnnotationTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeAnnotationTest.h -------------------------------------------------------------------------------- /test/src/GoNodeAnnotationTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeAnnotationTest.m -------------------------------------------------------------------------------- /test/src/GoNodeMarkupTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeMarkupTest.h -------------------------------------------------------------------------------- /test/src/GoNodeMarkupTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeMarkupTest.m -------------------------------------------------------------------------------- /test/src/GoNodeModelTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeModelTest.h -------------------------------------------------------------------------------- /test/src/GoNodeModelTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeModelTest.m -------------------------------------------------------------------------------- /test/src/GoNodeSetupTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeSetupTest.h -------------------------------------------------------------------------------- /test/src/GoNodeSetupTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeSetupTest.m -------------------------------------------------------------------------------- /test/src/GoNodeTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeTest.h -------------------------------------------------------------------------------- /test/src/GoNodeTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoNodeTest.m -------------------------------------------------------------------------------- /test/src/GoPlayerTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoPlayerTest.h -------------------------------------------------------------------------------- /test/src/GoPlayerTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoPlayerTest.m -------------------------------------------------------------------------------- /test/src/GoPointTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoPointTest.h -------------------------------------------------------------------------------- /test/src/GoPointTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoPointTest.m -------------------------------------------------------------------------------- /test/src/GoVertexTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoVertexTest.h -------------------------------------------------------------------------------- /test/src/GoVertexTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoVertexTest.m -------------------------------------------------------------------------------- /test/src/GoZobristTableTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoZobristTableTest.h -------------------------------------------------------------------------------- /test/src/GoZobristTableTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/GoZobristTableTest.m -------------------------------------------------------------------------------- /test/src/NodeTreeViewCanvasTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/NodeTreeViewCanvasTest.h -------------------------------------------------------------------------------- /test/src/NodeTreeViewCanvasTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/NodeTreeViewCanvasTest.m -------------------------------------------------------------------------------- /test/src/NodeTreeViewLayerDelegateBaseTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/NodeTreeViewLayerDelegateBaseTest.h -------------------------------------------------------------------------------- /test/src/NodeTreeViewLayerDelegateBaseTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/test/src/NodeTreeViewLayerDelegateBaseTest.m -------------------------------------------------------------------------------- /uitest/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/Info.plist -------------------------------------------------------------------------------- /uitest/PortraitBasicTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/PortraitBasicTest.m -------------------------------------------------------------------------------- /uitest/UiElementFinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiElementFinder.h -------------------------------------------------------------------------------- /uitest/UiElementFinder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiElementFinder.m -------------------------------------------------------------------------------- /uitest/UiTestDeviceInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiTestDeviceInfo.h -------------------------------------------------------------------------------- /uitest/UiTestDeviceInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiTestDeviceInfo.m -------------------------------------------------------------------------------- /uitest/UiTestHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiTestHelper.h -------------------------------------------------------------------------------- /uitest/UiTestHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/herzbube/littlego/HEAD/uitest/UiTestHelper.m --------------------------------------------------------------------------------