-
Updated
Oct 13, 2018
fps
Here are 341 public repositories matching this topic...
-
Updated
Jan 23, 2021 - C++
-
Updated
Jul 19, 2019 - Java
-
Updated
Jan 24, 2021 - C
-
Updated
Jan 17, 2021 - C++
-
Updated
Feb 20, 2019 - C++
-
Updated
Sep 15, 2020 - Java
So, after running CMAKE and creating the VS 2017 projects, the solution isn't compiling. It gives a invalid numeric argument /Wextra for a lot of projects.
How to fix that?
-
Updated
Jan 24, 2021 - C++
I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing Swift run time exception with stack trace.
-
Updated
Dec 18, 2019 - Objective-C
-
Updated
Mar 1, 2020 - C
-
Updated
Jan 24, 2021 - C
-
Updated
Nov 8, 2020 - C#
-
Updated
Apr 2, 2019 - C++
-
Updated
Jan 23, 2021 - C
Background
Version of Crispy Doom: 5.10.0
Operating System and version: Win10
Game: Heretic
Bug description
Observed behavior: using -warp together with -playdemo just starts the demo normally
Expected behavior:
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 6, 2021 - C
-
Updated
May 2, 2020 - C#
-
Updated
May 6, 2020 - Kotlin
-
Updated
Nov 28, 2020 - Python
-
Updated
Jan 3, 2021 - C#
-
Updated
Jan 24, 2021 - C
Improve this page
Add a description, image, and links to the fps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fps 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