-
Updated
Jan 27, 2021 - C++
engine
Here are 1,938 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
Feb 27, 2021 - C#
-
Updated
Jan 1, 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
Dec 11, 2020 - TypeScript
When working on a fix for #2755 I noticed that tags are being handled that cannot be used anyway, e.g. tags of disconnected changesets. Similarly, per-branch tags should be constrained to the checked out branch.
-
Updated
Feb 15, 2021 - C++
-
Updated
Feb 26, 2021 - Rust
-
Updated
Feb 27, 2021 - C++
Combine Tutorials 4 & 5 from
http://wiki.ogre3d.org/Basic+Tutorials
into one "Input and Listeners" tutorial as with SDL we only support buffered input.
However, include the new InputListenerChain based on the ImGUI sample.
-
Updated
Feb 25, 2021 - Scala
-
Updated
Feb 3, 2021
-
Updated
Feb 26, 2021 - C++
-
Updated
Feb 12, 2021
-
Updated
Feb 16, 2021 - Pawn
-
Updated
Feb 22, 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
Jan 4, 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
Describe the bug
I have a meeting with a long description. When I click on the map icon, one of these two errors happen, depending on the length of the description:
(1) The box is cut off and I can not see the button to go to the meeting information.
(2) The box is not displayed and the map puts off-center.
To Reproduce
Steps to reproduce the behavior:
- Go to http://demo.platoniq
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