-
Updated
Feb 8, 2021
games
Here are 3,731 public repositories matching this topic...
-
Updated
Jan 28, 2021
-
Updated
Feb 10, 2021 - C++
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
-
Updated
Jan 26, 2021 - C++
-
Updated
Feb 12, 2021 - Haskell
-
Updated
Dec 17, 2020 - CMake
-
Updated
Jan 2, 2021 - C#
-
Updated
Jan 4, 2021 - Python
-
Updated
Feb 12, 2021 - C++
Describe the bug
An Exception thrown in FinishLoadScene will cause loadingSceneAsync to not be cleared. This means FinishLoadScene will be called every frame assuming the error keeps being throw.
To Reproduce
- Throw inside one of the
FinishLoadSceneoverride methods - Load a Scene on the server using
ServerChangeScene FinishLoadScenemethods be called every frame
Describe the feature you'd like
At the bottom of loadResearch, after research.json and pre-reqs are loaded + processed, it would be nice to have a pass that detects cyclic research dependencies (i.e. in RESEARCH.pPRList).
Describe why do you think it is needed
It's currently possible to accidentally create research dependency cycles. This is obviously no good.
Detecting this,
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
https://codepo8.github.io/css-fork-on-github-ribbon/
Make it more obvious that people can contribute to this list via github. I think the current text-only link in the description is easy to skip over and miss.
(As this is an enhancement not a bug, I don't think i need to provide too much information.)
Although enemies in Super Mario don't have such animation either, as a more elegant platform game, it is better to add animations like kicking Tux when Tux collides them, because it can make the enemies more vivid.
-
Updated
Feb 5, 2021 - C++
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
Context
There is a use case for creating a timer that has a variable duration. For example, if you wanted to randomly space events during a game.
Proposal
Add the ability to specify a range (min and max) of time and allow the timer to randomly choose a duration within that range.
-
Updated
Feb 7, 2021 - C++
-
Updated
Feb 13, 2021 - C++
-
Updated
Feb 13, 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."
In
d2common/d2datautilswe should have unit tests for all methods ofStreamReaderandStreamWriter.