The Wayback Machine - https://web.archive.org/web/20200107103258/https://github.com/topics/fps-game
Skip to content
#

fps-game

Here are 110 public repositories matching this topic...

zx64
zx64 commented Dec 1, 2018

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

openspades
Duion
Duion commented Sep 7, 2016

The current console gui tends to get bugged and display only black and I planned to maybe remove it and replace it with a better gui alltogether.
Ideal would be some kind of console that only fills a part of the screen, maybe the upper half or upper third and it being semi transparent so it does not block your view completely.

Improve this page

Add a description, image, and links to the fps-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fps-game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.