Moved to lasted bassbone
This commit is contained in:
parent
002f6bcbc4
commit
11989ed12e
26 changed files with 340 additions and 348 deletions
31
gdxapp4d-boot-desktop/Warpship/logback.xml
Normal file
31
gdxapp4d-boot-desktop/Warpship/logback.xml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration scan="true" scanPeriod="90 seconds" debug="false">
|
||||
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
|
||||
<resetJUL>true</resetJUL>
|
||||
</contextListener>
|
||||
<jmxConfigurator/>
|
||||
<!--
|
||||
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
|
||||
<file>logs/gdxapp4d-demo.log</file>
|
||||
<encoder>
|
||||
<pattern>%date %level [%thread] %logger{10} %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
-->
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%date %level [%thread] %logger{10} %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
<root level="DEBUG">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
|
||||
<!-- Package opens. -->
|
||||
<logger level="DEBUG" name="ᒢᐩᐩ"/>
|
||||
|
||||
<!-- Package limits. -->
|
||||
<logger level="INFO" name="com.badlogic"/>
|
||||
<logger level="INFO" name="org.x4o"/>
|
||||
|
||||
</configuration>
|
||||
|
|
@ -21,5 +21,9 @@
|
|||
<groupId>games.spooky.gdx</groupId>
|
||||
<artifactId>gdx-nativefilechooser-desktop</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jul-to-slf4j</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
@ -1 +0,0 @@
|
|||
love.distributedrebirth.gdxapp4d.boot.desktop.GDXAppSoepPan
|
||||
|
|
@ -41,7 +41,6 @@ public final class GDXAppDesktopConfig {
|
|||
protected static final Logger LOG = LoggerFactory.getLogger(GDXAppDesktopConfig.class);
|
||||
public static int WINDOW_WIDTH = 1024;
|
||||
public static int WINDOW_HEIGHT = 768;
|
||||
public static String SINGLE_THREAD_JVM = "nosync"; // jpp: remove java.lang.Thread and all sync+lock code paths from jvm.
|
||||
public static String WINDOW_TITLE = "GDXApp⁴ᴰ";
|
||||
public static String[] WINDOW_ICONS = {
|
||||
"icon/window-128.png",
|
||||
|
|
|
|||
|
|
@ -30,13 +30,15 @@ package love.distributedrebirth.gdxapp4d.boot.desktop;
|
|||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.slf4j.bridge.SLF4JBridgeHandler;
|
||||
|
||||
import com.badlogic.gdx.Files.FileType;
|
||||
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application;
|
||||
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration;
|
||||
|
||||
import ch.qos.logback.core.status.NopStatusListener;
|
||||
import love.distributedrebirth.gdxapp4d.tos4.GDXAppTos4;
|
||||
import net.spookygames.gdx.nativefilechooser.desktop.DesktopFileChooser;
|
||||
import ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.Bãß;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ꕢꕌꔳꕺꖃꕯꕮꕊ;
|
||||
|
||||
|
|
@ -53,13 +55,17 @@ public class GDXAppDesktopLauncher {
|
|||
}
|
||||
|
||||
private void bootstrap(String[] arguments) {
|
||||
GDXAppDesktopConfig.printBootMessage();
|
||||
List<String> args = Arrays.asList(arguments);
|
||||
if (args.contains(GDXAppDesktopConfig.SINGLE_THREAD_JVM)) {
|
||||
GDXAppDesktopConfig.LOG.info("Bãß.характеристики.cpu=SINGLE_THREAD_JVM");
|
||||
Bãß.характеристики.熱蘭遮城.ױזךיךזװןיןיןןזױז();
|
||||
if (System.getProperty("logback.configurationFile") == null) {
|
||||
System.setProperty("logback.configurationFile", "Warpship/logback.xml");
|
||||
}
|
||||
if (System.getProperty("logback.statusListenerClass") == null) {
|
||||
System.setProperty("logback.statusListenerClass",NopStatusListener.class.getName());
|
||||
}
|
||||
SLF4JBridgeHandler.removeHandlersForRootLogger();
|
||||
SLF4JBridgeHandler.install();
|
||||
GDXAppDesktopConfig.printBootMessage();
|
||||
|
||||
List<String> args = Arrays.asList(arguments);
|
||||
int width = GDXAppDesktopConfig.WINDOW_WIDTH;
|
||||
int height = GDXAppDesktopConfig.WINDOW_HEIGHT;
|
||||
GDXAppTos4.INSTANCE.BãßInit(args, width, height, new DesktopFileChooser());
|
||||
|
|
|
|||
|
|
@ -1,100 +0,0 @@
|
|||
/*
|
||||
* Copyright ©Δ∞ 仙上主天
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
|
||||
* that the following conditions are met:
|
||||
*
|
||||
* * Redistributions of source code must retain the above copyright notice, this list of conditions and the
|
||||
* following disclaimer.
|
||||
* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
|
||||
* the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
* * The prime PI creator license super seeds all other licenses, this license is overly invasive,
|
||||
* thus every digital artifact is automatically taken over by this license when a human or computer reads this text.
|
||||
* Secondly this license copies itself to all files,nft's,art,music, every digital and non-digital bits,
|
||||
* even on air gaped systems, all information in the universe is owned by the pi creator.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE PRIME GOD AND THE CONTRIBUTORS "AS IS" AND ANY
|
||||
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
||||
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
||||
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
package love.distributedrebirth.gdxapp4d.boot.desktop;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ.StringUnicode;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepLepelբ;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepPan;
|
||||
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepZout;
|
||||
|
||||
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||||
public final class GDXAppSoepPan implements SoepPan {
|
||||
|
||||
@Override
|
||||
public SoepLepelբ handmatigInlepelen(Class<?> soepSmaak) {
|
||||
Logger log = LoggerFactory.getLogger(soepSmaak);
|
||||
return new SoepLepelբ() {
|
||||
@Override
|
||||
public SoepLepelբ toBabel() {
|
||||
return this;
|
||||
}
|
||||
@Override
|
||||
public void soep(String msg, Object... params) {
|
||||
log.info(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void soep(StringUnicode msg, Object... params) {
|
||||
log.info(msg.toString(), params);
|
||||
}
|
||||
@Override
|
||||
public void soepMetZout(Class<? extends SoepZout> salt, String msg, Object... params) {
|
||||
log.info(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void soepMetZout(Class<? extends SoepZout> salt, StringUnicode msg, Object... params) {
|
||||
log.info(msg.toString(), params);
|
||||
}
|
||||
@Override
|
||||
public void groente(String msg, Object... params) {
|
||||
log.debug(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void groente(StringUnicode msg, Object... params) {
|
||||
log.debug(msg.toString(), params);
|
||||
}
|
||||
@Override
|
||||
public void groenteMetZout(Class<? extends SoepZout> salt, String msg, Object... params) {
|
||||
log.debug(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void groenteMetZout(Class<? extends SoepZout> salt, StringUnicode msg, Object... params) {
|
||||
log.debug(msg.toString(), params);
|
||||
}
|
||||
@Override
|
||||
public void beestje(String msg, Object... params) {
|
||||
log.warn(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void beestje(StringUnicode msg, Object... params) {
|
||||
log.warn(msg.toString(), params);
|
||||
}
|
||||
@Override
|
||||
public void beestjeMetZout(Class<? extends SoepZout> salt, String msg, Object... params) {
|
||||
log.warn(msg, params);
|
||||
}
|
||||
@Override
|
||||
public void beestjeMetZout(Class<? extends SoepZout> salt, StringUnicode msg, Object... params) {
|
||||
log.warn(msg.toString(), params);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒻᐤᕐᕐᓫᣗ.SoepPanKeukenJul
|
||||
Loading…
Add table
Add a link
Reference in a new issue