doom
Here are 264 public repositories matching this topic...
-
Updated
Jan 28, 2020 - Python
From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it
When 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.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.
I'm not sure what to do about `GetDefaultConfi
-
Updated
Jul 3, 2018 - C++
-
Updated
Nov 29, 2019 - Python
When opening a package of any kind, it'd be nice to have an option that shows only the package name instead of the full path. Simply put, people may have a long filename and that makes it more difficult to tell which file belongs where, especially if they have the same name.
-
Updated
Jun 1, 2020 - Java
-
Updated
Jul 7, 2020 - C
-
Updated
Jul 3, 2020 - C
-
Updated
Mar 5, 2020 - Python
-
Updated
Jun 26, 2020 - C++
-
Updated
Jun 26, 2020 - C++
-
Updated
Dec 29, 2019 - Python
-
Updated
Apr 9, 2019 - Python
-
Updated
Apr 3, 2019 - Python
-
Updated
Jun 8, 2020 - Rust
-
Updated
Jul 7, 2020 - Lua
-
Updated
Apr 23, 2020 - Kotlin
-
Updated
Apr 25, 2017
-
Updated
Jul 6, 2020 - C++
Improve this page
Add a description, image, and links to the doom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the doom topic, visit your repo's landing page and select "manage topics."
I followed the Quckstart guide and I had an issue with running basic.py file.
Error: