engine
Here are 1,938 public repositories matching this topic...
-
Updated
Jan 27, 2021 - C++
In d2common/d2datautils we should have unit tests for all methods of StreamReader and StreamWriter.
-
Updated
Feb 21, 2021 - C#
-
Updated
Jan 1, 2021 - JavaScript
Description
The documentation for InputHandler::action_is_down says:
/// Returns true if any of the actions bindings is down.
///
/// If a binding represents a combination of buttons, all of them need to be down.
pub fn action_is_down<A>(&self, action: &A) -> Option<boo-
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 21, 2021 - Rust
-
Updated
Feb 21, 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 4, 2021 - Scala
-
Updated
Feb 3, 2021
-
Updated
Feb 15, 2021 - C++
-
Updated
Feb 12, 2021
-
Updated
Feb 16, 2021 - Pawn
-
Updated
Feb 16, 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
Oct 24, 2020 - 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
Is your feature request related to a problem? Please describe.
As an administrator that's working with meetings, is really frustrating to work when you have lots of meetings, as I can't easily find the meeting that I'm looking for.
Describe the solution you'd like
T
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