-
Updated
Jul 25, 2022
games
Here are 5,843 public repositories matching this topic...
-
Updated
Jul 13, 2022
-
Updated
Aug 8, 2022 - C++
-
Updated
Aug 8, 2022 - C++
-
Updated
Jul 30, 2022 - JavaScript
-
Updated
Aug 7, 2022 - Haskell
-
Updated
Aug 7, 2022 - PHP
-
Updated
Jun 11, 2022 - CMake
-
Updated
Jul 20, 2022 - Python
-
Updated
Aug 7, 2022 - C#
-
Updated
Aug 9, 2022 - Python
-
Updated
Aug 10, 2022 - C++
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
Describe the bug
The game freezes when receiving a message that does not fit in one line.
To Reproduce
Your System:
- OS: Windows 10
- Game version:
-
Updated
Aug 5, 2022 - C
This idea is about how there should be a configurable script that can be edited by the level designer (like the init-script for sectors) and activates when the player leaves the level (Presses "Abort Level"). I am aware this already exists in the worldmap editor, but if there was a version that could affect saved variables in the levels that would be great.
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
-
Updated
Jul 20, 2022 - C++
-
Updated
Apr 9, 2022 - C#
Replace HTTP images
osgc is served over https which means http images won't load. Replace all the http images - the bnuild log now prints if http images are found
Improve this page
Add a description, image, and links to the games topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the games topic, visit your repo's landing page and select "manage topics."

Type of Issues (Enhancement, Error, Bug, Question)
Bug:
window.Read())window.Disable()Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi