Skip to content
#

sdl

Here are 984 public repositories matching this topic...

weluvgoatz
weluvgoatz commented Apr 10, 2021

This issue has been discussed, but I will file it here to keep track of it.
In the current nightly build version of SuperTux (any OS) Tux's hat desyncs when he collects a powerup. The hat sprite starts at its first frame but the body starts at the frame that it is already at, causing the hat to jitter and desync until Tux takes a new action. This is especially noticeable when swimming, but happ

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 Apr 18, 2021

Replace allFontsScale in config file with an argument to the NotFullscreen constructor only. Deduce the scale otherwise, that is, in fullscreen mode.

The full screen resolution can probably be queried using some SDL function. There may be a single subtlety, namely some auto-scaling in high or low DPI mode or Retina displays in OSX. If there is a choice, the game should prefer to scale on it

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