-
Updated
Nov 14, 2020 - TypeScript
game
Here are 32,628 public repositories matching this topic...
-
Updated
Nov 8, 2020 - Swift
-
Updated
Nov 9, 2020
-
Updated
Nov 15, 2020 - Jupyter Notebook
Required skills: Python, Cython, nyan, maybe C++
Difficulty: Medium
Currently, the asset converter stores the openage nyan API as hardcoded nyan objects. It would be much better if the converter could read the API objects from the filesystem with a parser. There would be two ways to do this. Either we implement a new Python parser for nyan or we extend libnyan
's already existing C+
Currently, OpenRCT2 will silently exit instead. This is especially a problem on Android, which requires a bit of an awkward setup.
This error message should tell the user their installation is damaged.
-
Updated
Nov 15, 2020 - C#
related to #863
Currently, using a non-english locale will cause a crash.
We need to use the locale from the mpq to load specific string tables and fonts. See #863 for where the local is stored. exactly which sting tables and fonts get loaded needs to be determined.
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner
Currently documented bugs: The DSF Buglist for Diablo v1.09 (Lurker Lounge)
The goal of this issue is to document any new bugs we come across while examining the code that are native to the original game. This will help us fix them later on when we make mods/ports.
New bugs discovered (last update 06/24/18)
- When casting a
noImplicitAny
will help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.
-
Pick one of:
- ui/analyse
- ui/puzzle
- ui/round
-
Temporarily set
noImplicitAny
totrue
inui/.../tsconfig.json
. -
To compile use
yarn run dev
,yarn run dev --watch
oryarn run tsc --noEmit
inui/...
. Fix
-
Updated
Jun 15, 2020 - ActionScript
-
Updated
Nov 15, 2020 - Java
-
Updated
Aug 23, 2020 - Rust
-
Updated
Aug 13, 2020 - Python
A/B Street has some modelling for public transit vehicles and riders, but it's quite incomplete. I'm not going to have any time to work on it soon, but I think it'd make a very fun project to jump in. I'm quite willing to mentor / help things along!
Some end goals could be:
- previewing how a proposed/future rapid transit route will help its riders
- exploring+proposing small changes to speed
-
Updated
Nov 3, 2020 - C#
-
Updated
Jan 27, 2020 - JavaScript
Describe the solution you'd like
Add a Licorice Snake enemy to My Sweet Cataclysm
Describe alternatives you've considered
Adding licorice furniture, possibly a vine to forest
-
Updated
Apr 15, 2019 - JavaScript
-
Updated
Oct 13, 2020 - Python
-
Updated
Nov 13, 2020 - C#
Improve this page
Add a description, image, and links to the game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game topic, visit your repo's landing page and select "manage topics."
Similar to #1196
Issue details
If a game is paused for a long time, after resuming, Gdx.graphics.getDeltaTime() will give the delta of the entire pause duration. This causes freeze/stutter on resume as the game tries to process possibly hours worth of delta. This was fixed for the android version but not for iOS which makes it inconsistent across backends.
Version of LibGDX an