Skip to content
#

sdl2

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

duncanspumpkin
duncanspumpkin commented Oct 6, 2019

window_scenery_tab_entries located in libopenrct2ui/windows/Scenery.cpp is an array of all of the scenery items on a tab in the scenery window. The type is uint16_t but this is actually a lie. The type is actually a struct of scenery type and scenery tab index stuffed into a uint16_t! This issue is for fixing this.

Create a new struct for the tab entry that has two fields type and `

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
tobbi
tobbi commented Jun 27, 2018

Currently, only the player controls for one player are saved in the keymap property in the settings file. If we want to support multiple players, we need to save player controls for both players in the settings.

If we do this, we still need a backwards compatible way of reading the previous keymap settings, so that those don't get lost.

This will need a bit of discussion, I guess.

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
lethal-guitar
lethal-guitar commented Sep 9, 2019

The loader package defines a constant called INGAME_PALETTE. Originally, this was only needed by the loader package in order to load sprite and tile set textures, but nowadays, it's used in various places throughout the code. Therefore, it seems more sensible to move the constant into the data package. Specifically, data/game_traits.hpp looks like a good place.

This issue is about mov

SoraTheReaper
SoraTheReaper commented Feb 10, 2019

OS: Windows 10 Pro (Version 1803 - OS build 17134.48)
Version: 18.02-472
Commit/Build: 18.02-472 (71611fc on master)

Misc. Menu is cut off along the bottom, with letter missing parts of them.

Steps to reproduce:

  1. Go into Option Menu in the main menu at the top right.
  2. Navigate to the Options - Miscellaneous Menu.
  3. Look at the bottom of the menu.

**Is the issue reproducib

Loading…
You can’t perform that action at this time.