diff --git a/Wiki-OcttKB/tiddlers/Normal/PictoChat/_en.tid b/Wiki-OcttKB/tiddlers/Normal/PictoChat/_en.tid deleted file mode 100644 index ecb27be..0000000 --- a/Wiki-OcttKB/tiddlers/Normal/PictoChat/_en.tid +++ /dev/null @@ -1,5 +0,0 @@ -created: 20230114124635690 -modified: 20230206111552327 -modifier: Octt -tags: Nintendo NDS TODO $:/i18n:en -title: PictoChat:en \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid index 3e06853..8439251 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid @@ -1,6 +1,6 @@ created: 20231029134919585 creator: Octt -modified: 20231109001417793 +modified: 20231109235401310 modifier: Octt tags: title: C Language @@ -25,5 +25,6 @@ title: C Language * [[Creating empty function macros|https://stackoverflow.com/questions/9187628/empty-function-macros]] --- only safe way is `#define SomeFunction(arg) ((void)0)` ** [[C macros, what's the meaning of ((void)0)?|https://stackoverflow.com/questions/61157541/c-macros-whats-the-meaning-of-void0]] * [[How to use "else if" with the preprocessor #ifdef?|https://stackoverflow.com/questions/68696585/how-to-use-else-if-with-the-preprocessor-ifdef]] --- the only widely-supported way is: `#if defined(X)`...`#elif defined(Y)`...`#else`...`#endif` +** "compound conditionals" are supported, eg. `#if defined(X) || (defined(Y) && defined(Z))`... * [[How to enforce C89-style variable declarations in gcc?|https://stackoverflow.com/questions/3099813/how-to-enforce-c89-style-variable-declarations-in-gcc#3099874]] --- for some things of this goal, just the flags `-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement` are needed, I would guess. diff --git a/Wiki-OcttKB/tiddlers/Normal/_Game cheating.tid b/Wiki-OcttKB/tiddlers/Normal/_Game cheating.tid new file mode 100644 index 0000000..9814225 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_Game cheating.tid @@ -0,0 +1,10 @@ +created: 20231110002617761 +creator: Octt +modified: 20231110002825217 +modifier: Octt +tags: +title: Game cheating + +<<^wikipediaframe "Cheating in video games">> + +* [[emuWorks Game Genie Encoder/Decoder Program|https://games.technoplaza.net/ggencoder/]] --- //simple program which can decode and encode game genie codes for Nintendo, Super Nintendo, Genesis, Game Boy, and Game Gear game genies//, for Qt C++, Java, and JavaScript (Web) diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid index 46be671..1036432 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid @@ -1,6 +1,6 @@ created: 20230116202756249 creator: Octt -modified: 20231107214616923 +modified: 20231110002353556 modifier: Octt tags: $:/i18n:en title: Gaming @@ -11,6 +11,8 @@ title: Gaming ... +* [[MobyGames Video Game Database|https://www.mobygames.com/]] --- //extremely ambitious project with the goal to meticulously catalog all relevant information about electronic games on a game-by-game basis// + * [[GameSnacks|https://gamesnacks.com/]] --- //Play Bite-Sized HTML5 Games for Mobile and Desktop// --- mostly trashy games but some are decent, also there are no ads apparently? * [[Free Game Planet|https://www.freegameplanet.com/]] --- //All The Best Free Video Games With New Additions Every Day// ** [[Alpha Beta Gamer|https://www.alphabetagamer.com/]] --- //Free Video Game Alpha & Beta Tests. The Worlds Biggest Beta Testing Site// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid index 8927d0d..58279a0 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid @@ -1,6 +1,6 @@ created: 20220923110724649 creator: Octt -modified: 20231104225611704 +modified: 20231110000355159 modifier: Octt tags: Gaming Nintendo NDS Console $:/i18n:en Handheld title: Nintendo DS @@ -30,3 +30,10 @@ title: Nintendo DS * (WIP) [[NDS-Homebrew-Development|https://github.com/jdriselvato/NDS-Homebrew-Development]] --- //research for developing on the Nintendo DS// * [[Nitro SDK in a Box|https://gbatemp.net/threads/nitro-sdk-in-a-box.622578/]] --- the idea for a VM setup with all kinds of useful software from official NITRO SDK (download not released, we might want to ask OP in private) + +!! PictoChat + +<<^wikipediaframe PictoChat>> + +* <> +* <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid index c1c4364..80bbdaa 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo Entertainment System.tid @@ -1,6 +1,6 @@ created: 20230202104823127 creator: Octt -modified: 20231107222903801 +modified: 20231110001404551 modifier: Octt tags: Nintendo Gaming $:/i18n:en Console title: Nintendo Entertainment System @@ -23,6 +23,7 @@ title: Nintendo Entertainment System * General [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]] ** [[nixel|https://alexpate.net/nixel/]] --- web editor for CHRs inside NES ROMs with a good UX +** [[NEXXT|https://frankengraphics.itch.io/nexxt]] --- //Featureful NES assets studio based off the classic "NES Screen Tool". It's the "famitracker" of NES graphics.// (sources included) * [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES// * <> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo.tid index 86521c7..934766a 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo.tid @@ -1,12 +1,14 @@ created: 20220923110724649 creator: Octt -modified: 20230305225330144 +modified: 20231110000102274 modifier: Octt tags: title: Nintendo <<^wikipediaframe Nintendo>> +* <> + ; Tools : [[mkey generator|https://mkey.salthax.org/]] - //3DS / Wii U / Switch parental controls master key generator// - <<[ "[[Git|https://github.com/dazjo/mkey]]">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid b/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid index fc0363b..7e7a5b0 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid @@ -1,6 +1,6 @@ created: 20231103223458206 creator: Octt -modified: 20231107203537038 +modified: 20231110000947340 modifier: Octt title: Simple DirectMedia Layer @@ -15,3 +15,4 @@ title: Simple DirectMedia Layer * [[LuaSDL 1.2|https://github.com/soulik/LuaSDL]] --- //Lua binding to libSDL 1.2// --- should find the time to try this properly and if it actually works on embedded Linux consoles etc. * [[Why SDL doesn't allow `int main(void)`|https://copyrat90.github.io/2021/08/08/why-sdl-does-not-allow-int-main-void.html]] +* [[What is the best way to read input from keyboard using SDL?|https://stackoverflow.com/questions/11699183/what-is-the-best-way-to-read-input-from-keyboard-using-sdl]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid index 0e74b54..493c641 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Strange things.tid @@ -1,8 +1,12 @@ created: 20231105150445511 creator: Octt -modified: 20231105150715133 +modified: 20231110001723685 modifier: Octt tags: title: Strange things -* [[https://venkivasamsetti.github.io/ebookworm.github.io/csehome.html]] --- this strange half-constructed half-recycled website hides copies of some CS books in PDF among generic pages, among with unrelated things like HTML5 games? \ No newline at end of file +* [[https://venkivasamsetti.github.io/ebookworm.github.io/csehome.html]] --- this strange half-constructed half-recycled website hides copies of some CS books in PDF among generic pages, among with unrelated things like HTML5 games? + +* [[StudyPlan.dev|https://www.studyplan.dev/]] --- strange C++ tutorials website with random, out-of-context (probably AI-generated?) cover pictures of random characters concept artworks... + +* [[Toire no Hanako-san (folclore)|https://it.wikipedia.org/wiki/Toire_no_Hanako-san_(folclore)]] diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 7283f61..aadb2f8 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231109001848247 +created: 20231110002902268 current-tiddler: GettingStarted -modified: 20231109001848247 +modified: 20231110002902268 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index 9bf9252..e005150 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20231108204045939 +created: 20231109235127206 creator: Octt list: -modified: 20231109001537817 +modified: 20231110002611621 modifier: Octt title: $:/StoryList \ No newline at end of file