Runtime copyright
This commit is contained in:
parent
a67ac250ce
commit
e06fad0edd
|
@ -13,6 +13,7 @@ import org.osgi.framework.ServiceReference;
|
||||||
import com.badlogic.gdx.Gdx;
|
import com.badlogic.gdx.Gdx;
|
||||||
|
|
||||||
import imgui.type.ImBoolean;
|
import imgui.type.ImBoolean;
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinOpenʸᴰ;
|
||||||
import love.distributedrebirth.bassboonyd.jmx.DefaultEnumBaseᴶᴹˣ;
|
import love.distributedrebirth.bassboonyd.jmx.DefaultEnumBaseᴶᴹˣ;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxBootArgs;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxBootArgs;
|
||||||
|
@ -37,6 +38,7 @@ import love.distributedrebirth.numberxd.base2t.Base2WarpCore;
|
||||||
import love.distributedrebirth.unicode4d.BaseGlyphSet;
|
import love.distributedrebirth.unicode4d.BaseGlyphSet;
|
||||||
import love.distributedrebirth.warpme.ship.WaterShipOcean;
|
import love.distributedrebirth.warpme.ship.WaterShipOcean;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class GDXAppVrGem4Activator implements BundleActivator {
|
public class GDXAppVrGem4Activator implements BundleActivator {
|
||||||
|
|
||||||
private static final int VIEW_SLEEP_TIME = 1234;
|
private static final int VIEW_SLEEP_TIME = 1234;
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
package love.distributedrebirth.gdxapp4d.vrgem4;
|
package love.distributedrebirth.gdxapp4d.vrgem4;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface GDXAppVrGem4BootListener {
|
public interface GDXAppVrGem4BootListener {
|
||||||
|
|
||||||
void bootLine(String message);
|
void bootLine(String message);
|
||||||
|
|
|
@ -9,6 +9,9 @@ import com.badlogic.gdx.graphics.Texture;
|
||||||
import com.badlogic.gdx.graphics.g2d.BitmapFont;
|
import com.badlogic.gdx.graphics.g2d.BitmapFont;
|
||||||
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
|
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class GDXAppVrGem4BootScreen extends ScreenAdapter implements GDXAppVrGem4BootListener {
|
public class GDXAppVrGem4BootScreen extends ScreenAdapter implements GDXAppVrGem4BootListener {
|
||||||
|
|
||||||
private final BitmapFont font;
|
private final BitmapFont font;
|
||||||
|
|
|
@ -8,12 +8,14 @@ import org.osgi.service.component.annotations.Component;
|
||||||
import org.osgi.service.component.annotations.Deactivate;
|
import org.osgi.service.component.annotations.Deactivate;
|
||||||
import org.osgi.service.component.annotations.Reference;
|
import org.osgi.service.component.annotations.Reference;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxLog;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxLog;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpShip;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpShip;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4DeskAppService;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4DeskAppService;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class TestComponent {
|
public class TestComponent {
|
||||||
|
|
||||||
@Reference
|
@Reference
|
||||||
|
|
|
@ -5,10 +5,12 @@ import java.util.HashMap;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4DeskAppService;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4DeskAppService;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppMenuSection;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppMenuSection;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class VrGem4DeskAppServiceImpl implements VrGem4DeskAppService {
|
public class VrGem4DeskAppServiceImpl implements VrGem4DeskAppService {
|
||||||
|
|
||||||
private Map<DeskAppMenuSection, List<DeskAppLauncher>> menu = new HashMap<>();
|
private Map<DeskAppMenuSection, List<DeskAppLauncher>> menu = new HashMap<>();
|
||||||
|
|
|
@ -13,11 +13,13 @@ import org.osgi.service.component.annotations.Component;
|
||||||
import org.osgi.service.component.annotations.Deactivate;
|
import org.osgi.service.component.annotations.Deactivate;
|
||||||
import org.osgi.service.component.annotations.Reference;
|
import org.osgi.service.component.annotations.Reference;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxLog;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxLog;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpBase;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpBase;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4LocaleService;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4LocaleService;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class VrGem4LocaleServiceImpl implements VrGem4LocaleService {
|
public class VrGem4LocaleServiceImpl implements VrGem4LocaleService {
|
||||||
|
|
||||||
@Reference
|
@Reference
|
||||||
|
|
|
@ -8,6 +8,7 @@ import java.util.function.Consumer;
|
||||||
|
|
||||||
import org.osgi.framework.BundleContext;
|
import org.osgi.framework.BundleContext;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpShip;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemWarpShip;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4Unicode4DService;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.VrGem4Unicode4DService;
|
||||||
import love.distributedrebirth.unicode4d.CodePointᶻᴰ;
|
import love.distributedrebirth.unicode4d.CodePointᶻᴰ;
|
||||||
|
@ -17,6 +18,7 @@ import love.distributedrebirth.unicode4d.atlas.FontAtlasStore;
|
||||||
import love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph;
|
import love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph;
|
||||||
import love.distributedrebirth.unicode4d.draw.DrawCharacter;
|
import love.distributedrebirth.unicode4d.draw.DrawCharacter;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public class VrGem4Unicode4DServiceImpl implements VrGem4Unicode4DService {
|
public class VrGem4Unicode4DServiceImpl implements VrGem4Unicode4DService {
|
||||||
|
|
||||||
private final FontAtlas masterFontAtlas;
|
private final FontAtlas masterFontAtlas;
|
||||||
|
|
|
@ -19,6 +19,7 @@ import com.badlogic.gdx.utils.ScreenUtils;
|
||||||
import imgui.ImGui;
|
import imgui.ImGui;
|
||||||
import imgui.flag.ImGuiCond;
|
import imgui.flag.ImGuiCond;
|
||||||
import imgui.flag.ImGuiWindowFlags;
|
import imgui.flag.ImGuiWindowFlags;
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxBootArgs;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxBootArgs;
|
||||||
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxTerminal;
|
import love.distributedrebirth.gdxapp4d.tos4.service.SystemGdxTerminal;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.ImGuiSetup;
|
import love.distributedrebirth.gdxapp4d.vrgem4.ImGuiSetup;
|
||||||
|
@ -32,6 +33,7 @@ import love.distributedrebirth.gdxapp4d.vrgem4.view.DeskAppInputProcessor;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.view.DeskTopScreen;
|
import love.distributedrebirth.gdxapp4d.vrgem4.view.DeskTopScreen;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.view.DeskTopScreenMenu;
|
import love.distributedrebirth.gdxapp4d.vrgem4.view.DeskTopScreenMenu;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public abstract class AbstractScreenDesktop extends ScreenAdapter implements DeskTopScreen {
|
public abstract class AbstractScreenDesktop extends ScreenAdapter implements DeskTopScreen {
|
||||||
|
|
||||||
protected SpriteBatch batch;
|
protected SpriteBatch batch;
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
package love.distributedrebirth.gdxapp4d.vrgem4.service;
|
package love.distributedrebirth.gdxapp4d.vrgem4.service;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
import love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp.DeskAppLauncher;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface VrGem4DeskAppService {
|
public interface VrGem4DeskAppService {
|
||||||
|
|
||||||
void installDeskApp(DeskAppLauncher launcher);
|
void installDeskApp(DeskAppLauncher launcher);
|
||||||
|
|
|
@ -2,6 +2,9 @@ package love.distributedrebirth.gdxapp4d.vrgem4.service;
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface VrGem4LocaleService {
|
public interface VrGem4LocaleService {
|
||||||
|
|
||||||
void setTextLocaleI18n(String isoCode);
|
void setTextLocaleI18n(String isoCode);
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
package love.distributedrebirth.gdxapp4d.vrgem4.service;
|
package love.distributedrebirth.gdxapp4d.vrgem4.service;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
import love.distributedrebirth.unicode4d.atlas.FontAtlas;
|
import love.distributedrebirth.unicode4d.atlas.FontAtlas;
|
||||||
import love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph;
|
import love.distributedrebirth.unicode4d.atlas.FontAtlasStoreGlyph;
|
||||||
import love.distributedrebirth.unicode4d.draw.DrawCharacter;
|
import love.distributedrebirth.unicode4d.draw.DrawCharacter;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface VrGem4Unicode4DService {
|
public interface VrGem4Unicode4DService {
|
||||||
|
|
||||||
FontAtlas getFontAtlas();
|
FontAtlas getFontAtlas();
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
package love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp;
|
package love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp;
|
||||||
|
|
||||||
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
|
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public enum DeskAppMenuSection {
|
public enum DeskAppMenuSection {
|
||||||
|
|
||||||
EDITORS,
|
EDITORS,
|
||||||
|
|
|
@ -2,8 +2,8 @@ package love.distributedrebirth.gdxapp4d.vrgem4.service.deskapp;
|
||||||
|
|
||||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||||
|
|
||||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||||
public interface DeskAppRenderer {
|
public interface DeskAppRenderer {
|
||||||
|
|
||||||
void render();
|
void render();
|
||||||
|
|
Loading…
Reference in a new issue