-
Updated
Aug 19, 2020 - TypeScript
game
Here are 29,855 public repositories matching this topic...
-
Updated
Aug 19, 2020 - Swift
-
Updated
Aug 8, 2020
-
Updated
Aug 4, 2020 - Jupyter Notebook
Due to personal experience I'd really like to replace jinja2 with mako templates instead.
We only use jinja in openage/codegen/coord.py.
Really not high priority :)
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-
Updated
Aug 19, 2020 - C#
When hovering over the life or mana orbs the current and maximum should be displayed, like this:
Life: X / Y
Mana: X / Y
The strings for "Life" and "Mana" will likely come from the string tables.
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
-
Updated
Jun 15, 2020 - ActionScript
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
Jul 30, 2020 - Rust
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 19, 2020 - Java
https://www.openstreetmap.org/way/39436530 is an example of an OSM object with a native Japanese name, but also name:en and name:es. I think it'd be useful to have an in-game setting to select a preferred language for roads and building names/amenities -- especially since the current font doesn't have glyphs for kana or kanji.
Rough steps, not in order:
- Add a setting to `game/src/options
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Jun 26, 2020 - C#
Describe the bug
So, i've encountered the Forge Of Wonders from Magiclysm for the first time, and some of the stuff the Forge Lord is offering to sell seems a bit wacky on pricing in various ways, and i'm not aware of any pricing guidelines to offer a fix PR myself:
Stuff being offered for outright free:
Everburning Torches (somewhere in the 2k
-
Updated
Apr 15, 2019 - JavaScript
-
Updated
Jul 6, 2020 - Python
-
Updated
Aug 18, 2020 - C#
js13kGames competition
August - September 2020 • Online
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."
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.