-
Updated
Jan 7, 2022 - C++
fps
A video game genre centered on gun and other weapon-based combat experienced through the eyes of the protagonist.
Here are 426 public repositories matching this topic...
-
Updated
Oct 13, 2018
-
Updated
Jan 10, 2022 - C
-
Updated
Jul 19, 2019 - Java
-
Updated
Nov 2, 2021 - C++
-
Updated
Feb 20, 2019 - C++
-
Updated
Mar 12, 2021 - Java
-
Updated
Jan 9, 2022 - C++
-
Updated
Jan 9, 2022 - C
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?
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
Nov 20, 2021 - Python
-
Updated
Oct 30, 2021 - C#
-
Updated
Dec 18, 2019 - Objective-C
Background
Version of Crispy Doom: 5.10.3
Operating System and version: Windows 10 (32-Bit)
Game: (Heretic/Hexen)
Any loaded WADs and mods (please include full command line): N/a
Bug description
Observed behavior: N/a
Expected behavior: N/a
According to https://doomwiki.org/wiki/Parameter#-fast, neither Heretic nor Hexen support this command. I tested it in both gam
-
Updated
Mar 1, 2020 - C
-
Updated
Jan 11, 2022 - C
-
Updated
Jan 4, 2022 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 11, 2022 - C
-
Updated
Jun 28, 2021 - Python
-
Updated
May 11, 2021 - C#
-
Updated
May 6, 2020 - Kotlin
-
Updated
Jul 27, 2021 - C
-
Updated
Dec 28, 2021 - C#
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