game-editor
Here are 46 public repositories matching this topic...
-
Updated
May 24, 2019 - C
-
Updated
May 26, 2020 - C++
-
Updated
Sep 5, 2018 - JavaScript
The old editor always showed the selected texture on the left side of the scrolling gallery, as a button.
Clicking on this would scroll the gallery to the selected texture.
Figure out whether and how this is possible. imgui does provide a set scroll pos function, though how to determine where to scroll?
-
Updated
Jun 21, 2020 - C++
-
Updated
May 21, 2017 - Java
Problem
The undo/redo hotkeys are being executed for both the scripting editor and the editor history commands when the scripting editor is focused.
How to Reproduce
Open the script editor and perform Ctrl+Z/Y
Expected Behavior
When the script editor is focused the hotkeys should not propagate to the editor history commands.
-
Updated
Aug 29, 2019 - C++
-
Updated
Oct 7, 2019 - Objective-C
-
Updated
Jul 28, 2018 - Go
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Sep 16, 2017 - Assembly
-
Updated
May 5, 2018 - Python
-
Updated
Sep 4, 2017 - Java
-
Updated
Jul 30, 2018 - C#
-
Updated
Jun 22, 2020 - C++
-
Updated
Jul 7, 2020 - C++
-
Updated
May 27, 2019 - C#
-
Updated
Apr 15, 2020 - C#
-
Updated
Aug 30, 2017 - C++
-
Updated
Jan 29, 2020 - PHP
-
Updated
Apr 15, 2020 - C#
-
Updated
Dec 12, 2017 - C++
Improve this page
Add a description, image, and links to the game-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game-editor topic, visit your repo's landing page and select "manage topics."
Describe the current state of the problem
Currently, ct.fittoscreen does not work in nw.js, as well as it fails in the debugger. Nw.js has controls to enter/exit fullscreen without FullscreenAPI, occupying the whole screen.
Describe the solution you'd like
ct.fittoscreen should toggle fullscreen in an nw.js app as well. With a debugger, caution is needed, as well as additional means l