-
Updated
Mar 22, 2022
games
Here are 5,390 public repositories matching this topic...
-
Updated
Apr 1, 2022
-
Updated
Apr 9, 2022 - C++
-
Updated
Mar 22, 2022 - C++
-
Updated
Apr 9, 2022 - Haskell
-
Updated
Feb 18, 2022 - CMake
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 19, 2022 - C#
-
Updated
Apr 4, 2022 - PHP
-
Updated
Apr 7, 2022 - C++
-
Updated
Apr 9, 2022 - Python
Currently, they are stored in a comma-separated string list inside the config file, but this doesn't properly handle a number of edge cases.
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
-
Updated
Mar 29, 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
https://github.com/opengaming/osgameclones/search?q=ftp%3A%2F%2F
Some browsers don't support FTP and we are warning against it (see opengaming/osgameclones#945)
Find existing repos that still point to ftp and update them to a more suitable location
-
Updated
Apr 9, 2022 - C#
-
Updated
Apr 9, 2022 - C++
-
Updated
Jul 18, 2021 - C#
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