engine
Here are 1,855 public repositories matching this topic...
-
Updated
Aug 25, 2020 - C++
-
Updated
Dec 28, 2020 - C#
The method should have the signature:
func (t *UIWidgetSystem) Checkbox(checkedState bool) akara.EIDThe sprite should be created using UIWidgetSystem.spriteFactory.Sprite
the sprite path and palette should be hardcoded to:
- d2resource.Checkbox
- d2resource.PaletteFechar
-
Updated
Dec 13, 2020 - 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
Dec 15, 2020 - C++
-
Updated
Dec 22, 2020 - Rust
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
Dec 28, 2020 - Scala
-
Updated
Nov 2, 2020
Binary FBX starting from 7500 version has different size of null-record - 25 null bytes instead of 13 in previous versions, this should be taken into account when loading binary FBX. Binary FBX of version 7500 can be produced by exporting any model from Blender. Also it has u64 end_offset, num_attrib, attrib_list_len in header of node instead of u32 for previous versions.
Starting point: `f
-
Updated
Dec 24, 2020 - C++
-
Updated
Dec 19, 2020
-
Updated
Dec 18, 2020 - Pawn
-
Updated
Feb 20, 2019 - C++
Is your feature request related to a problem? Please describe.
The evennia.prototypes.prototypes.search_prototype() method will fail to find a matching prototype if the supplied key has any uppercase characters.
Describe the solution you'd like
I think that the key given to the method could be fo
-
Updated
Dec 21, 2020 - C++
-
Updated
Oct 24, 2020 - C
-
Updated
Dec 28, 2020 - C++
-
Updated
Dec 27, 2020 - 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: Python
Difficulty: Medium
In AoE2's
.datformat most associations and assignments of properties are done by IDs (e.g. unit has ability with ID X). The openage converter uses these IDs to lookup the associated openage API property and then map the values from AoE2's.datstructure to the corresponding API object's member values. In short, every property from AoE2