doom
Here are 253 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
May 21, 2018 - Java
I often get lost wandering around the source code understanding how it works. It would be nice to describe what the source file was for just like in chocolate-doom's source files.
-
Updated
May 26, 2020 - C
-
Updated
Mar 5, 2020 - Python
-
Updated
May 17, 2020 - C++
-
Updated
May 12, 2020 - C++
-
Updated
Dec 29, 2019 - Python
-
Updated
Apr 9, 2019 - Python
-
Updated
Apr 3, 2019 - Python
-
Updated
Apr 23, 2020 - Kotlin
-
Updated
May 30, 2020 - Lua
-
Updated
Apr 25, 2017
-
Updated
May 24, 2020 - C++
-
Updated
Jul 14, 2019 - Python
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: