Skip to content
#

sdl

Here are 1,025 public repositories matching this topic...

Starbuck5
Starbuck5 commented Nov 6, 2021

Now that we have officially dropped support for these two things, there is obsolete python code in src_py and in tests (at least).

I was wondering if @rethanon, @bydariogamer, or @Grimmys wanted to do some code cleaning on this one. I think it would be up your collective wheelhouses. 😄

Breaking this into 4distinct chunks for separate pull requests:

  • first half of the tests (s
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

cmaughan
cmaughan commented May 8, 2019

Is your feature request related to a problem? Please describe.
Standard mode has the usual keystrokes for notepad, but there are more that would probably be useful.

Describe the solution you'd like
As a first step, a quick review of the common keystrokes in notepad/wordpad/work, for example might throw up some obvious ones we could add

Mikolaj
Mikolaj commented Oct 25, 2021

Replace texts of tutorial hints, currently inlined in the code that reports particular events to the player, with constructors of an enumeration datatype to be created for this purpose (and calls to a function that turns the constructors to text, adds a message, etc.). Create a lore menu that lists all tutorial hints and shows which have already been seen in this game.

Extended scope: also keep

Improve this page

Add a description, image, and links to the sdl 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 sdl topic, visit your repo's landing page and select "manage topics."

Learn more