This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/components/BotChallengeSearchBanner.tsx b/src/components/BotChallengeSearchBanner.tsx | |
| new file mode 100644 | |
| index 0000000..6684fd0 | |
| --- /dev/null | |
| +++ b/src/components/BotChallengeSearchBanner.tsx | |
| @@ -0,0 +1,61 @@ | |
| +import Spinner from "@/components/Spinner" | |
| +import { useResponsiveLayout } from "@/hooks/useResponsiveLayout" | |
| +import { botManager } from "@/ogs/botManager" | |
| +import { useRouter } from "@/navigation/SimpleRouter" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git bot-matches-implementation.patch bot-matches-implementation.patch | |
| new file mode 100644 | |
| index 0000000..55a0cee | |
| --- /dev/null | |
| +++ bot-matches-implementation.patch | |
| @@ -0,0 +1,867 @@ | |
| +diff --git a/src/components/BotChallengeSearchBanner.tsx b/src/components/BotChallengeSearchBanner.tsx | |
| +new file mode 100644 | |
| +index 0000000..6684fd0 | |
| +--- /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git bot-matches-implementation.patch bot-matches-implementation.patch | |
| new file mode 100644 | |
| index 0000000..55a0cee | |
| --- /dev/null | |
| +++ bot-matches-implementation.patch | |
| @@ -0,0 +1,867 @@ | |
| +diff --git a/src/components/BotChallengeSearchBanner.tsx b/src/components/BotChallengeSearchBanner.tsx | |
| +new file mode 100644 | |
| +index 0000000..6684fd0 | |
| +--- /dev/null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/components/BotChallengeSearchBanner.tsx b/src/components/BotChallengeSearchBanner.tsx | |
| new file mode 100644 | |
| index 0000000..6684fd0 | |
| --- /dev/null | |
| +++ b/src/components/BotChallengeSearchBanner.tsx | |
| @@ -0,0 +1,61 @@ | |
| +import Spinner from "@/components/Spinner" | |
| +import { useResponsiveLayout } from "@/hooks/useResponsiveLayout" | |
| +import { botManager } from "@/ogs/botManager" | |
| +import { useRouter } from "@/navigation/SimpleRouter" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/components/BotChallengeSearchBanner.tsx b/src/components/BotChallengeSearchBanner.tsx | |
| new file mode 100644 | |
| index 0000000..6684fd0 | |
| --- /dev/null | |
| +++ b/src/components/BotChallengeSearchBanner.tsx | |
| @@ -0,0 +1,61 @@ | |
| +import Spinner from "@/components/Spinner" | |
| +import { useResponsiveLayout } from "@/hooks/useResponsiveLayout" | |
| +import { botManager } from "@/ogs/botManager" | |
| +import { useRouter } from "@/navigation/SimpleRouter" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: SideQuest [50274] | |
| Path: /private/var/folders/*/SideQuest.app/Contents/MacOS/SideQuest | |
| Identifier: com.electron.sidequest | |
| Version: 0.2.0 (0.2.0) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: SideQuest [50274] | |
| User ID: 501 | |
| Date/Time: 2019-06-04 23:39:24.189 +0200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| address=/com/192.168.43.1 | |
| address=/example.net/192.168.43.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 04ec5445011ba0d4d0dfcff39ee6f4c80e18d9e1613b7ed856e1651f1002d7ad39bd6829bf3e6c3854153cfee68ea2c93e317cd01fb09b6026ea47c1d466f7c1ff;nsirlconnection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ... other code as included in master | |
| - (void)initialize | |
| { | |
| // initialize Lua stack | |
| lua_executable_dir("./lua"); | |
| L = lua_open(); | |
| luaL_openlibs(L); | |
| [self addLuaPackagePathForBundlePath:[[NSBundle mainBundle] resourcePath] subdirectory:nil]; |
NewerOlder