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 2,941 public repositories matching this topic...
- cocos2d-x version: 3.16
- devices test on: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
Steps to Reproduce:
- Go to docs: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
- Type Application or ApplicationProtocol into search box.
Description:
- A-Frame Version:
<script src="../../../dist/aframe-master.js"></script> - Platform / Device: Windows, Google Chrome Version 81.0.4044.113
- Reproducible Code Snippet or URL:
All of the text demos linked in components/text
Error message:
Uncaught TypeError: navigator.xr.requestDevice is not a funct
I think it's unexpected. I have to use Detector.canCollide on my own when I want to use Query.collides. I think it should be changed or at least mention in documentation.
This issue happens with large tree's, a square showing up removing the shadow. This issue existed since at least CE5.2.
Reproduce: Blank project -> Basic Level (just a name, basic settings) -> Import large tree -> Make sure shadows are visible -> Move around it should show up.
I reproduced it in 5.6.1, 5.6, 5.5 and 5.2 (all the engines i had)
5.6.1 Below
 uses member objects to operate on data from the .dat files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not
I was recently inspired by a discussion on Discord involving #14692 and the future of the D2k mod to dig into the original Dune 2000 in order to figure out how its damage system works so we can mimic it and move forward.
So after getting the [Gruntmods Edition](https://gruntmods.com/dune_2000_gruntmods_edi
Hi there,
Not sure if this is the best place to ask questions, so if there's a better one please point me there.
I'm trying to use plugins, and am failing hard. I'm making a few observations that I don't understand, thus I'm not sure if they are bugs or features. The documentation about plugins is quite terse, so hopefully those questions will help improving it afterwards (I'll be happy to o
-
Updated
Jun 18, 2020
-
Updated
Jun 26, 2020 - C++
I came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
I think there is an error in the FrameLimiter implementation logic for the Sleep strategy, unless I'm misunderstanding something.
The docs say (emphasis mine):
Sleep will call
thread::sleepwith a duration of 0 milliseconds until the frame duration has passed.
In the code, the Sleep strategy is called with a zero duration:
const ZERO: Duration = Duration::from_millis(0If a material has an existing prefiltered cubemap set, then updating the material's cubemap property material.cubeMap = cubemapAsset.resource will have no effect as this call doesn't update the prefiltered textures in the material.
Changing a material's cubemap should at least clear old cubemap data, and ideally update it to the new maps.
Issue type
- Bug or legacy issue (not sure)
Minetest version
0.4.17.1
Summary
The keybindings menu has that weird warning at the top:
(If this menu screws up, remove stuff from minetest.conf)
Is this warning still relevant? I think this warning has been in Minetest since ages, yet it's still there.
If the warning is still relevant, please write down (in this
Hi,
I think I may have stumbled upon a bug.
With the value to set 'Cart' it shows 'Gear' in the drawer, this happens consistently throughout all other values
<img width="411" alt="image" src="https://user-images.githubusercontent.com/20213078/4796
-
Updated
Jul 2, 2020 - C++
-
Updated
Jun 29, 2020 - C#
-
Updated
Jul 1, 2020 - JavaScript
It seems to me, reading through the Using Library page that the documentation has fallen a little out of date with the move to place the cmake_*.sh/bat files in the script folder. This line, especially, seems wrong, since it would have to be the /script directory into the PATH variable.
Alternatively, you can add the
I was trying to look up the API for the DebugPanel so I could locate an option to decrease the text size. I'm developing a smaller resolution game and the elements of the panel overlap and are unreadable/unusable at these lower sizes. Upon opening the API and searching/clicking on the DebugPanel link, I'm routed to [http://melonjs.github.io/melonJS/docs/me.DebugPanel.html](http://melonjs.github.io
Currently, the glDrawRangeElements() WebGL 2 function is not implemented in Firefox (38) and causes "Not Implemented." assertion. It is also not yet implemented in Emscripten, but I have a patch that adds it.
Rela
edgeDebug := imdraw.New(nil)
for !win.Closed() {
// .....
edgeDebug.Clear()
//edgeDebug.Reset()
edgeDebug.Color = colornames.Red
edgeDebug.Push(points...)
edgeDebug.Line(2)
// .....
win.Draw(edgeDebug)
}According to documentation below
// Clear removes all drawn shapes from the IM. This does not remove Pushed points.
fun
Someone else also had this problem when running in the browser and by switching back and forth between tabs, but it is not web specific.
It can easily be reproduced by running docs/example/box2d/contact_callbacks and turn off your device screen or change app, and then go back to the app and the bodies will have less or no momentum.
Release Type: Github
Version: master
Describe the bug
The documentation states "The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component".
The actual implementation uses:
switch (index)
{
case 0: return R;
case 1: return G;
case 2: return B;
case 3: return A;
}
-
Updated
Jul 2, 2020 - C++
A game's code is supposed to have its own error type (that can wrap over ggez::GameError) but you are forced to unwrap/expect all your errors in EventHandler's draw and update methods (because you can't turn them into GameError), right? Is this documented somewhere?
Related to ggez/ggez#421
The Urho UI provides a method to set the cursor image however Turbobadger doesn't offer this so this functionality went away with SystemUI.
Currently is not possible to drop a file or group of files (or folders) from the desktop to a Panda3d window. In my case, as I am doing a media player/file sequence flipbook, it would be a great feature. Don't know if it would be useful for a game, but any kind of application that uses P3D as the backend would have a benefit of it.
RBD mentioned the following:
"On Windows, from a cursory loo
So, it was said many times already, but the documentation system for the GDJS Runtime game engine has to be changed. Until now it was outdated, but ok. But now, the documentation begins to become more complete and includes interfaces. The current documentation is generated using JSDoc and the Jaguar template. Jaguar is not supporting interfaces, making the documentation incomplete.
The solutio
- Wikipedia
- Wikipedia



Godot version:
3.2
OS/device including version:
windows 10
Issue description:
if the translation is empty ("") in a certain language, the server returns the key (po files), a single quote " (csv), or the english translation if left empty without quotes. It does not seem consistent. From a developers viewpoint it should just return whatever is there (automation always being a s