-
Updated
Dec 28, 2021 - TypeScript
game
Here are 45,642 public repositories matching this topic...
-
Updated
Dec 29, 2021 - Swift
-
Updated
Dec 26, 2021
-
Updated
Oct 18, 2021 - CSS
-
Updated
Dec 29, 2021 - Java
-
Updated
Oct 11, 2021 - Jupyter Notebook
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
In ui/, identify uses of throttle(delay, wrapped) that wrap networks calls. Replace these with throttlePromise(finallyDelay(delay, wrapped)).
This will ensure that
-
Updated
Dec 29, 2021 - C#
There are many places where a bound_box is declared for flat rides, i.e. swinging_ship_bound_box, rct_crooked_house_bound_box, etc. To avoid code duplication, a BoundBoxXY structure should be declared with CoordsXY Offset and CoordsXY Length fields.
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 - beginnerThe Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.
I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c
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
Feb 24, 2021 - ActionScript
-
Updated
Aug 10, 2021 - Rust
-
Updated
Dec 9, 2021 - Python
Describe the bug
When attempting to drink unclean water with a chance of parasites the player will be warned that eating raw meat is probably unhealthy. This seems to only happen when using "Examine" and "Consume it", and not when trying to drink dirty water through the Consume (E) menu.
Steps to reproduce
- Go to some water you can examine that is unclean
- Attempt to consume
-
Updated
Dec 13, 2021 - HTML
-
Updated
Dec 29, 2021 - Go
What could be improved
Based on this issue: flame-engine/flame#954, I noticed that we could also go for the same approach for the packages' unit/widget tests execution,
-
Updated
Sep 30, 2021 - C#
In most cases this shouldn't hurt performance much. But I think it might for the (already slow) MSVC build so maybe exclude that.
For most systems it should simply be adding apt gettext to the setup process.
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."
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar