Zombie-Ryushu

Results 61 comments of Zombie-Ryushu

I need a real Full Sreen because I have a Consolized Linux emulation box, that operates with a game pad and need to be able to hide the Window Manager....

I don't feel confident doing that. Please issue a Commit that adds a selection for actual Full Screen. Because the very next update will break this. You can make it...

Did you ever fix full screen?

I have OpenBox and KDE Plasma 5. I have systems that run both Nvidia cards, and Intel cards. I can tell you there are differences. Very much so. Particularly with...

I have some patches my distro includes in the build of 3.1.8 that currently works on my distro. (With bugs) I think you should evaluate.

``diff -urN SLADE-3.1.6/src/Application/Main.h SLADE-3.1.6-patched/src/Application/Main.h --- SLADE-3.1.6/src/Application/Main.h 2019-08-22 13:18:11.000000000 +1000 +++ SLADE-3.1.6-patched/src/Application/Main.h 2019-09-04 22:56:17.133893291 +1000 @@ -1,6 +1,12 @@ #ifdef __cplusplus +#include +#include +#include + +#include + #ifdef _MSC_VER // Avoid...

diff -urN SLADE-3.1.6/src/Application/SLADEWxApp.cpp SLADE-3.1.6-patched/src/Application/SLADEWxApp.cpp --- SLADE-3.1.6/src/Application/SLADEWxApp.cpp 2019-08-22 13:18:11.000000000 +1000 +++ SLADE-3.1.6-patched/src/Application/SLADEWxApp.cpp 2019-09-04 22:53:52.616906910 +1000 @@ -41,6 +41,7 @@ #include "MainEditor/UI/ArchiveManagerPanel.h" #include "MainEditor/UI/StartPage.h" #include "OpenGL/OpenGL.h" +#include #include #include "Utility/Tokenizer.h" #include "Utility/Parser.h"

diff -urN SLADE-3.1.6/CMakeLists.txt SLADE-3.1.6-patched/CMakeLists.txt --- SLADE-3.1.6/CMakeLists.txt 2019-08-22 13:18:11.000000000 +1000 +++ SLADE-3.1.6-patched/CMakeLists.txt 2019-09-04 23:00:57.215866897 +1000 @@ -22,6 +22,11 @@ OPTION(NO_WEBVIEW "Disable wxWebview usage (for start page and documentation)" OFF) OPTION(USE_SFML_RENDERWINDOW "Use...

`diff` -urN SLADE-3.1.6/src/Application/SLADEWxApp.cpp SLADE-3.1.6-patched/src/Application/SLADEWxApp.cpp --- SLADE-3.1.6/src/Application/SLADEWxApp.cpp 2019-08-22 13:18:11.000000000 +1000 +++ SLADE-3.1.6-patched/src/Application/SLADEWxApp.cpp 2019-09-04 22:59:13.389876681 +1000 @@ -570,7 +570,7 @@ // Handle exceptions using wxDebug stuff, but only in release mode #ifdef...