engine
Here are 1,905 public repositories matching this topic...
-
Updated
Jan 27, 2021 - C++
in d2common/d2fileformats/d2mpq/mpq_stream.go, function decompressMulti
panics should instead bubble up errors to be handled gracefully
This is currently crashing the game if you walk outside of town.
-
Updated
Feb 1, 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
Jan 26, 2021 - C++
-
Updated
Feb 1, 2021 - Rust
-
Updated
Feb 1, 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
Jan 29, 2021 - Scala
-
Updated
Nov 2, 2020
-
Updated
Jan 31, 2021 - C++
-
Updated
Jan 28, 2021
-
Updated
Jan 27, 2021 - Pawn
-
Updated
Jan 30, 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
Describe the bug
When I enable "Enable rich text editor for participants" option, proposal template is displayed without formatting.
To Reproduce
Steps to reproduce the behavior:
As administrator > Settings > Configuration > select Enable rich text editor for participants
Create a proposal component and define a template for new proposals. Unfortunately, there is no HTML editor here
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