-
Updated
Oct 5, 2020 - TypeScript
game
Here are 31,530 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Swift
-
Updated
Oct 3, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.
The recommended appro
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 6, 2020 - C#
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 - beginnerAdd "help" panel
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
noImplicitAnytotrueinui/.../tsconfig.json. -
To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix
-
Updated
Jun 15, 2020 - ActionScript
-
Updated
Aug 23, 2020 - Rust
-
Updated
Oct 6, 2020 - Java
-
Updated
Aug 13, 2020 - Python
Importing all of London, https://github.com/dabreegster/abstreet/blob/7a0dbb28b1e711bb9a9f7265ff95e3ee411089df/map_model/src/make/parking_lots.rs#L141 took 40 seconds. It's easy to use timer.parallelize to speed this up. Running the importer on large areas, checking the logs for the slowest steps, and applying simple fixes like parallelize and FindClosest is a great way to learn a bit about
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Sep 25, 2020 - C#
Describe the bug
Javelin bag both can't hold javelins (they're too long for it) and it's encumbrance when filled (with the 6 theoretical javelins) is the same as a full dufflebag which seems to be wrong
Steps To Reproduce
Spawn 10 javelins of each type (wood, metal) and a javelin bag
try to put the javelins in the bag through either Reload, Insert, or Advanced Inventory
Expected beh
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Apr 15, 2019 - JavaScript
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 5, 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