-
Updated
Nov 30, 2020 - C++
Game engine
Game engines are software frameworks for game development. Game engines do the heavy lifting for developers so they can focus on other aspects of game development.
Here are 3,305 public repositories matching this topic...
-
Updated
Nov 9, 2020
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Oct 22, 2020 - C++
-
Updated
Nov 30, 2020 - C#
related to #863
Currently, using a non-english locale will cause a crash.
We need to use the locale from the mpq to load specific string tables and fonts. See #863 for where the local is stored. exactly which sting tables and fonts get loaded needs to be determined.
Currently, if credentials are in use, they are authenticated in the master’s onUpdate
method. For example:
However, this is not the case for onSync
or the new onConnectionChange
(#839) methods, which presents a potential security flaw. If a match is using credentials
-
Updated
Nov 29, 2020
-
Updated
Nov 29, 2020 - C++
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
Nov 26, 2020 - JavaScript
-
Updated
Nov 29, 2020 - C++
Bevy version
0.3.0
Operating system & version
Windows 10
Got the following link error when build bevy-snake
glslang.glsltospirv.lib(intermOut.obj) : error LNK2019: unresolved external symbol __imp__fpclass referenced in function "void __cdecl glslang::OutputDouble(class TInfoSink &,double,enum glslang::TOutputTraverser::EExtraOutput)" (?OutputDouble@glslang@@YAXAEAVTInfoS
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 21, 2020 - C#
-
Updated
Nov 29, 2020 - Dart
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 22, 2020 - Go
In #3571 we add a system to track AFK status for players.
This is a suggestion to simplify the implementation of AfkAuthoritySystem.java
by removing the internal field count
. As noted in MovingBlocks/Terasology#3571 (comment) I'm not sure whether this is actually required. I'm wondering whether it would also work to just rely on the entity information we
Release Type: Github
Describe the bug
Adding an instancing component and then a model component crashes the instancing processor.
To Reproduce
Steps to reproduce the behavior:
- Add instancing component to an entity,
- Add model component to the same entity
- Exception time
Expected behavior
It should not crash.
Screenshots
If applicable, add screenshots to
-
Updated
Nov 28, 2020 - C++
-
Updated
Nov 22, 2020 - Rust
- Wikipedia
- Wikipedia
Required skills: Python, maybe Cython
Difficulty: Medium
The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ