retro
Here are 884 public repositories matching this topic...
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Feb 14, 2022 - C
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Feb 11, 2022 - Roff
-
Updated
Oct 20, 2017 - JavaScript
-
Updated
Aug 26, 2021
-
Updated
Dec 5, 2021 - JavaScript
-
Updated
Feb 13, 2022 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
Via playtesting, the compass arrows (#29) were ignored, likely because they are right at the edge and outside the player's attention. If they are moved slightly inwards, they may become more noticeable.
Games that have these arrows also tend to draw them closer to the player rather than near the edge; e.g.
- GTA 1 & 2
- Fire Fight
- Crazy Taxi
-
Updated
Feb 12, 2022 - HTML
-
Updated
Feb 14, 2022 - C
ESP32S3 ESP-IDF stable version 4.4 has been released, most features are available, SD card is not supported.
ESP32S3 more powerful than the old ESP32 , built-in PSRAM and FLASH takes up less PCB space
-
Updated
Jul 30, 2016 - JavaScript
-
Updated
Dec 21, 2021 - C
-
Updated
Feb 18, 2021 - C#
-
Updated
Nov 19, 2021 - HTML
Improve this page
Add a description, image, and links to the retro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the retro topic, visit your repo's landing page and select "manage topics."
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi