-
Updated
Jul 8, 2022 - TypeScript
game
Here are 53,204 public repositories matching this topic...
-
Updated
Jul 5, 2022
-
Updated
Jul 8, 2022
-
Updated
Apr 16, 2022 - CSS
-
Updated
Jul 8, 2022 - Java
-
Updated
Jun 18, 2022 - Jupyter Notebook
In ui/, identify uses of throttle(delay, wrapped) that wrap networks calls. Replace these with throttlePromise(finallyDelay(delay, wrapped)).
This will ensure that
-
Updated
Jul 8, 2022 - C#
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
Operating System
Windows 10, 64 bit
OpenRCT2 build
OpenRCT2, v0.4.0-174-gc8df66f (c8df66f on develop) provided by GitHub
Describe the issue
The implementation of String::Format_VA (mostly called from the String::Format overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free). This is however rarely do
-
Updated
Jun 12, 2022 - Rust
The 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, 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 - beginnerCurrently 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
Describe the bug
I noticed that you can craft tanned hide from 6 leather patches and some thread, but the crafted tanned hide can be disassembled into 8 patches.
Steps to reproduce
- Get some leather patches and some thread
- Craft tanned hide
- Disassemble the tanned hide
- Profit
Expected behavior
It should require 8 leather patches to craft. Alternatively, since we alrea
-
Updated
Jul 7, 2022 - Rust
-
Updated
Jul 8, 2022 - Go
In the LTN route planning tool, we display 4 routes at a time:

Zooming in a bit, you can see some of the routes overlap, but then split off and maybe rejoin:
. Other players are able to see it, but the item will vanish if they attempt to pick it up.
Is probably caused by SpawnQuestItem() not syncing the item with the client, this also affects the Torn Notes and most single player quests. The solution should be similar to what was done in https://github.com/diasurgical
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