Skip to content
#

games

Here are 3,244 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

warzone2100
optick
bombomby
bombomby commented Jan 21, 2019

Add a filter to select a subset of threads.
Use SearchBox control with DelayedTextChanged event.
Hide all of the threads on the Timeline not containing specified string (should be case-insensitive).
Use space next to the Header row on the Timelne for the search box.

Code in: ThreadView.xaml.cs

PungentZeus0
PungentZeus0 commented Sep 6, 2020

SuperTux version: 0.6.2-367-g9cd827faf

I remember in 0.5.1 you were able to change the sprite(s) of the checkpoints. However, I've noticed in 0.6.2 and above in nightly builds, the game gives no option to do so. Is this intentional? (To give context, I was going to re-add back in the old bell sprites used from 0.3.0 to 0.5.1 for a levelset I was making in the nightly builds.)

Thanks for

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

Improve this page

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

Learn more

You can’t perform that action at this time.