-
Updated
Mar 3, 2021 - TypeScript
game
Here are 35,777 public repositories matching this topic...
-
Updated
Mar 2, 2021 - Swift
-
Updated
Feb 25, 2021
-
Updated
Dec 25, 2020 - Jupyter Notebook
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
-
Updated
Mar 3, 2021 - Java
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to 'map engine test'
- Press the key 'n' until you get to Tristam.
- Wait about 3 seconds '....'
- See the fire effects that are on the ground stop animating. This same problem seems to occur on all maps but it's easiest to find in Tristam.
**Expected beha
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
-
Updated
Mar 3, 2021 - 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 - beginnerTravisCI is effectively dead when it comes to OSS projects. In December they introduced a new price model and gave each org a one time allotment of 10,000 "credit". For macOS they charge 50 credit per minute (rounded up), with each build taking just over 3 minutes, and each commit running two builds that gave us just enough for 25 commits, or about two weeks before it ran out.
It's possible to
-
Updated
Feb 24, 2021 - ActionScript
-
Updated
Dec 15, 2020 - Rust
-
Updated
Aug 13, 2020 - Python
Unlike our other backends, Widgetry's WebGL 1.0 backend does not support textures.
Until #504, Widgetry apps in the browser required WebGL 2.0, and thus widgetry would not load at all in an iOS browser (or desktop Safari) unless the user enabled the "Experimental: WebGL 2.0" option in their browser configuration.
Though there are benefits to our users being on WebGL 2.0, we want the app to b
Aftershock's super autodoc is not set to spawn anywhere, candlebury on Discord mentioned that "You can still find the super autodoc within labs." but this is not the case.
Expected behavior
For the Super Autodoc to spawn somewhere, with whatever chance is appropiate.
Screenshots
 implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar