Skip to content
#

sdl

Here are 818 public repositories matching this topic...

bgfx
illume
illume commented Jul 12, 2019

pygame 2 has a lot of new things.

But we need to tell people about all the new goodies.

We need:

  • small paragraphs of text explaining exciting features.
  • tweet sized texts explaining new stuff
  • benchmarks
  • mini examples of how to use the new stuff

How to find what's new anyway?

  • have a look at closed pull requests
  • have a look at the SDL2 what's new annoucements
  • ask people
xray-16
kacejot
kacejot commented Aug 1, 2019

For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!

That should be structured by the next design:

  • Main page contains only links to language main wiki page.
  • Language main page contains thematic sections like: Development, Modding, Using, Conti
Wuzzy2
Wuzzy2 commented Nov 26, 2019

SuperTux version: 0.6.1 beta 1
System information: GNU/Linux

Expected behavior

All help block texts are fully visible on the screen.

Actual behavior

In the first Forest level, the help block text is not completely visible on my screen (1920×1080 fullscreen).

Workaround

When I press "scroll up", I can see the full text. But still, that's confusing!

St
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

barrachri
barrachri commented Apr 9, 2020

Report a bug

type Table {
  id: Int
  length(unit: UNIT): String
}

enum UNIT {
  METER
  FEET
}

type Query {
  tables: [Table]!
}
@Resolver("Query.tables")
async def GetTables(parent, args, context, info):
    print(args)
    return [{"length": 10, "id": 0}, {"length": 20, "id": 1}]

If I run the query

{
  tables {
    id
    l
vvbalashoff
vvbalashoff commented Jan 15, 2018

[What happens and when]
After couple of uses skilldex skills on characters you can not invoke left mouse menu on characters.

Steps to Reproduce

  1. Press Skilldex, choose Skill, press on character. May be you need to do it twice.
  2. Press left mouse on character. There is NO menu at all.

System

  • Falltergeist: 6a24ee8058005636e90b088f20bad4940792543e
  • Operating System: g
Mikolaj
Mikolaj commented May 1, 2020

https://github.com/LambdaHack/LambdaHack/blob/v0.9.5.0/engine-src/Game/LambdaHack/Client/State.hs#L39

The newtype probably needs to be fully transparent, because the epsilon is used and created in many ways that are not easy to capture in a few combinators. The hardest part would probably be to find home for the type, unless the module above is by chance visible from all use sites.

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

You can’t perform that action at this time.