-
Updated
Jan 27, 2021 - C++
engine
Here are 2,037 public repositories matching this topic...
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
-
Updated
May 12, 2021 - C#
-
Updated
Mar 22, 2021 - JavaScript
We moved from Jenkins to GitHub Actions for CI in amethyst/amethyst#2382 -- we wanted to ship that so we can get CI working in general for folks again. Here's a list of other things we would like to do soon. Please comment if you have more ideas!
Each item should have individual issue(s) and/or PR(s) opened for them. Let me know in a comment and I'll add a link next t
-
Updated
May 10, 2021 - TypeScript
The fix for #3307 was done for GitRepository only. This bug tracks the rest of the repositories.
-
Updated
Feb 15, 2021 - C++
-
Updated
May 6, 2021 - Rust
-
Updated
May 13, 2021 - C++
System Information
- Ogre Version: e80555d6a06dbcad192286818113ad69618b04a1
- Operating System / Platform: andr
-
Updated
May 12, 2021 - Java
-
Updated
Apr 6, 2021 - Go
-
Updated
Feb 3, 2021
-
Updated
May 11, 2021
-
Updated
May 12, 2021 - C++
-
Updated
Apr 18, 2021 - C++
-
Updated
May 10, 2021 - C++
-
Updated
Feb 20, 2019 - C++
Describe the bug
Minor bug involving passing a set as a kwarg to the msg method-- the set is correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.
This does not work on set objects.
self.msg(locks=se
-
Updated
Feb 27, 2021 - C
-
Updated
Mar 9, 2021 - JavaScript
hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out
Seek performance
Improve this page
Add a description, image, and links to the engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the engine topic, visit your repo's landing page and select "manage topics."


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