-
Updated
Jan 27, 2021 - C++
engine
Here are 2,063 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 30, 2021 - C#
-
Updated
May 15, 2021 - JavaScript
Tasks
- Fix ron file to use expected format
Reproduction Steps
cd examples/animation && cargo run
What Actually Happened
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/shareddata/share/prog/rust/amethyst/examples/animation/assets/prefab/animation.ron"): 8:1: Expected map
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/sh
-
Updated
May 25, 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 30, 2021 - Rust
-
Updated
May 31, 2021 - C++
System Information
- Ogre Version: e80555d6a06dbcad192286818113ad69618b04a1
- Operating System / Platform: andr
-
Updated
May 31, 2021 - Java
-
Updated
Apr 6, 2021 - Go
-
Updated
May 11, 2021
-
Updated
Feb 3, 2021
-
Updated
May 31, 2021 - C++
-
Updated
Apr 18, 2021 - C++
-
Updated
May 29, 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
May 29, 2021 - C
-
Updated
May 31, 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