diff --git a/core/src/love/distributedrebirth/demo4d/Demo4DMain.java b/core/src/love/distributedrebirth/demo4d/Demo4DMain.java index 48ee6488..dc7501ca 100644 --- a/core/src/love/distributedrebirth/demo4d/Demo4DMain.java +++ b/core/src/love/distributedrebirth/demo4d/Demo4DMain.java @@ -15,6 +15,7 @@ import com.badlogic.gdx.utils.ScreenUtils; import imgui.ImGui; import imgui.type.ImBoolean; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.matrix4d.ScreenMatrix4D; import love.distributedrebirth.demo4d.music.MusicManager; import love.distributedrebirth.demo4d.music.MusicPlayerRenderer; @@ -33,9 +34,8 @@ import net.spookygames.gdx.nativefilechooser.NativeFileChooser; /** * Main loop render dispatcher and event handling. - * - * @author willemtsade ©Δ∞ 仙上主天 */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class Demo4DMain extends Game { private List args; public NativeFileChooser fileChooser; diff --git a/core/src/love/distributedrebirth/demo4d/Demo4DMainAdapter.java b/core/src/love/distributedrebirth/demo4d/Demo4DMainAdapter.java index 10e790f8..87162ae2 100644 --- a/core/src/love/distributedrebirth/demo4d/Demo4DMainAdapter.java +++ b/core/src/love/distributedrebirth/demo4d/Demo4DMainAdapter.java @@ -2,11 +2,9 @@ package love.distributedrebirth.demo4d; import com.badlogic.gdx.ScreenAdapter; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class Demo4DMainAdapter extends ScreenAdapter { protected final Demo4DMain main; diff --git a/core/src/love/distributedrebirth/demo4d/ImGuiRenderer.java b/core/src/love/distributedrebirth/demo4d/ImGuiRenderer.java index 63e8d5dd..4abbf63d 100644 --- a/core/src/love/distributedrebirth/demo4d/ImGuiRenderer.java +++ b/core/src/love/distributedrebirth/demo4d/ImGuiRenderer.java @@ -1,12 +1,9 @@ package love.distributedrebirth.demo4d; import imgui.type.ImBoolean; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public interface ImGuiRenderer { void render(ImBoolean widgetOpen); diff --git a/core/src/love/distributedrebirth/demo4d/ImGuiRendererMain.java b/core/src/love/distributedrebirth/demo4d/ImGuiRendererMain.java index 00f66e3c..dc6d2c65 100644 --- a/core/src/love/distributedrebirth/demo4d/ImGuiRendererMain.java +++ b/core/src/love/distributedrebirth/demo4d/ImGuiRendererMain.java @@ -1,10 +1,8 @@ package love.distributedrebirth.demo4d; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") abstract public class ImGuiRendererMain implements ImGuiRenderer { protected final Demo4DMain main; diff --git a/core/src/love/distributedrebirth/demo4d/ImGuiSetup.java b/core/src/love/distributedrebirth/demo4d/ImGuiSetup.java index 6cf84eed..6f39946c 100644 --- a/core/src/love/distributedrebirth/demo4d/ImGuiSetup.java +++ b/core/src/love/distributedrebirth/demo4d/ImGuiSetup.java @@ -8,12 +8,12 @@ import imgui.ImGui; import imgui.ImGuiIO; import imgui.gl3.ImGuiImplGl3; import imgui.glfw.ImGuiImplGlfw; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; /** * Create and shutdown of ImGui and font activations. - * - * @author willemtsade ©Δ∞ 仙上主天 */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ImGuiSetup { public static final ImGuiImplGlfw imGuiImp = new ImGuiImplGlfw(); public static final ImGuiImplGl3 imGuiGlImp = new ImGuiImplGl3(); diff --git a/core/src/love/distributedrebirth/demo4d/matrix4d/ScreenMatrix4D.java b/core/src/love/distributedrebirth/demo4d/matrix4d/ScreenMatrix4D.java index 464eddd5..b0276c02 100644 --- a/core/src/love/distributedrebirth/demo4d/matrix4d/ScreenMatrix4D.java +++ b/core/src/love/distributedrebirth/demo4d/matrix4d/ScreenMatrix4D.java @@ -27,14 +27,11 @@ import com.badlogic.gdx.utils.viewport.ScreenViewport; import imgui.ImGui; import imgui.flag.ImGuiCond; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.Demo4DMainAdapter; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenMatrix4D extends Demo4DMainAdapter { public Environment environment; public PerspectiveCamera cam; diff --git a/core/src/love/distributedrebirth/demo4d/matrix4d/UserColorShader.java b/core/src/love/distributedrebirth/demo4d/matrix4d/UserColorShader.java index 21262886..e88102df 100644 --- a/core/src/love/distributedrebirth/demo4d/matrix4d/UserColorShader.java +++ b/core/src/love/distributedrebirth/demo4d/matrix4d/UserColorShader.java @@ -11,11 +11,9 @@ import com.badlogic.gdx.graphics.g3d.utils.RenderContext; import com.badlogic.gdx.graphics.glutils.ShaderProgram; import com.badlogic.gdx.utils.GdxRuntimeException; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class UserColorShader implements Shader { ShaderProgram program; Camera camera; diff --git a/core/src/love/distributedrebirth/demo4d/music/MusicManager.java b/core/src/love/distributedrebirth/demo4d/music/MusicManager.java index d1a30095..f5a218f9 100644 --- a/core/src/love/distributedrebirth/demo4d/music/MusicManager.java +++ b/core/src/love/distributedrebirth/demo4d/music/MusicManager.java @@ -8,11 +8,12 @@ import com.badlogic.gdx.audio.Music; import com.badlogic.gdx.audio.Music.OnCompletionListener; import com.badlogic.gdx.files.FileHandle; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + /** * Manages the background and others songs. - * - * @author willemtsade ©Δ∞ 仙上主天 */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class MusicManager { private final MusicSong introSong; diff --git a/core/src/love/distributedrebirth/demo4d/music/MusicPlayerRenderer.java b/core/src/love/distributedrebirth/demo4d/music/MusicPlayerRenderer.java index 2644250d..8b89ba65 100644 --- a/core/src/love/distributedrebirth/demo4d/music/MusicPlayerRenderer.java +++ b/core/src/love/distributedrebirth/demo4d/music/MusicPlayerRenderer.java @@ -12,15 +12,15 @@ import imgui.flag.ImGuiTableColumnFlags; import imgui.flag.ImGuiTableFlags; import imgui.type.ImBoolean; import love.distributedrebirth.demo4d.ImGuiRendererMain; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import net.spookygames.gdx.nativefilechooser.NativeFileChooserCallback; import net.spookygames.gdx.nativefilechooser.NativeFileChooserConfiguration; /** - * - * - * @author willemtsade ©Δ∞ 仙上主天 + * The music player ui. */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class MusicPlayerRenderer extends ImGuiRendererMain { private final NativeFileChooserConfiguration fileChooserConfig; diff --git a/core/src/love/distributedrebirth/demo4d/music/MusicSong.java b/core/src/love/distributedrebirth/demo4d/music/MusicSong.java index 0e4ab5de..d4a00bd8 100644 --- a/core/src/love/distributedrebirth/demo4d/music/MusicSong.java +++ b/core/src/love/distributedrebirth/demo4d/music/MusicSong.java @@ -2,11 +2,12 @@ package love.distributedrebirth.demo4d.music; import com.badlogic.gdx.audio.Music; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + /** - * - * - * @author willemtsade ©Δ∞ 仙上主天 + * The music with the (file) name. */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class MusicSong { protected final Music music; private final String name; diff --git a/core/src/love/distributedrebirth/demo4d/music/MusicSongType.java b/core/src/love/distributedrebirth/demo4d/music/MusicSongType.java index 47cd7bd6..7bb179ba 100644 --- a/core/src/love/distributedrebirth/demo4d/music/MusicSongType.java +++ b/core/src/love/distributedrebirth/demo4d/music/MusicSongType.java @@ -1,10 +1,11 @@ package love.distributedrebirth.demo4d.music; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; + /** - * - * - * @author willemtsade ©Δ∞ 仙上主天 + * The song types. */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public enum MusicSongType { INTRO, CREDITS, diff --git a/core/src/love/distributedrebirth/demo4d/screen/BasePartRenderer.java b/core/src/love/distributedrebirth/demo4d/screen/BasePartRenderer.java index 31e4ff93..2e77398d 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/BasePartRenderer.java +++ b/core/src/love/distributedrebirth/demo4d/screen/BasePartRenderer.java @@ -8,6 +8,7 @@ import imgui.flag.ImGuiCond; import imgui.flag.ImGuiTableFlags; import imgui.type.ImBoolean; import imgui.type.ImInt; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.ImGuiRendererMain; import love.distributedrebirth.numberxd.base2t.BasePartFactory; @@ -18,11 +19,7 @@ import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartAlt3ʸᴰ; import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartAlt4ʸᴰ; import love.distributedrebirth.numberxd.base2t.part.BãßBȍőnPartʸᴰ; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class BasePartRenderer extends ImGuiRendererMain { private ImInt selectedBasePart = new ImInt(); diff --git a/core/src/love/distributedrebirth/demo4d/screen/BasicConsoleRenderer.java b/core/src/love/distributedrebirth/demo4d/screen/BasicConsoleRenderer.java index e59d4cc3..4a8652f2 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/BasicConsoleRenderer.java +++ b/core/src/love/distributedrebirth/demo4d/screen/BasicConsoleRenderer.java @@ -3,14 +3,11 @@ package love.distributedrebirth.demo4d.screen; import imgui.ImGui; import imgui.flag.ImGuiCond; import imgui.type.ImBoolean; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.ImGuiRendererMain; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class BasicConsoleRenderer extends ImGuiRendererMain { public BasicConsoleRenderer(Demo4DMain main) { diff --git a/core/src/love/distributedrebirth/demo4d/screen/HebrewWalletRenderer.java b/core/src/love/distributedrebirth/demo4d/screen/HebrewWalletRenderer.java index 992e828a..1b607432 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/HebrewWalletRenderer.java +++ b/core/src/love/distributedrebirth/demo4d/screen/HebrewWalletRenderer.java @@ -4,15 +4,12 @@ import imgui.ImGui; import imgui.flag.ImGuiCond; import imgui.flag.ImGuiTableFlags; import imgui.type.ImBoolean; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.ImGuiRendererMain; import love.distributedrebirth.numberxd.Gê̄ldGetậl; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class HebrewWalletRenderer extends ImGuiRendererMain { public HebrewWalletRenderer(Demo4DMain main) { diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenCredits.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenCredits.java index 8fe8e5db..adb75c05 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenCredits.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenCredits.java @@ -2,14 +2,11 @@ package love.distributedrebirth.demo4d.screen; import com.badlogic.gdx.Screen; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.music.MusicSongType; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenCredits extends ScrollScreenAdapter { private final String creditsText = String.join("\n", "Credits;", diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenDefault.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenDefault.java index 52455369..284ae5d0 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenDefault.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenDefault.java @@ -5,13 +5,10 @@ import com.badlogic.gdx.ScreenAdapter; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.utils.ScreenUtils; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenDefault extends ScreenAdapter { private final Demo4DMain main; private Texture backgroundImage; diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenHelp.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenHelp.java index 6486e5a7..85f4f26c 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenHelp.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenHelp.java @@ -2,14 +2,11 @@ package love.distributedrebirth.demo4d.screen; import com.badlogic.gdx.Screen; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.music.MusicSongType; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenHelp extends ScrollScreenAdapter { private final String creditsText = String.join("\n", "Genesis 11", diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenIntro.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenIntro.java index 17e8c489..1278519f 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenIntro.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenIntro.java @@ -6,14 +6,11 @@ import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.utils.ScreenUtils; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.music.MusicSongType; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenIntro extends ScreenAdapter { private final Demo4DMain main; private Texture backgroundImage; diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenIntroMission.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenIntroMission.java index 3ca9d9ba..b7dc450a 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenIntroMission.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenIntroMission.java @@ -2,14 +2,11 @@ package love.distributedrebirth.demo4d.screen; import com.badlogic.gdx.Screen; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.music.MusicSongType; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenIntroMission extends ScrollScreenAdapter { private final String missionText = String.join("\n", "To a Waterfowl", diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScreenUnicode4D.java b/core/src/love/distributedrebirth/demo4d/screen/ScreenUnicode4D.java index c7a16f68..514133b0 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScreenUnicode4D.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScreenUnicode4D.java @@ -5,14 +5,11 @@ import imgui.ImDrawList; import imgui.ImGui; import imgui.ImVec2; import imgui.flag.ImGuiCond; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.Demo4DMainAdapter; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") public class ScreenUnicode4D extends Demo4DMainAdapter { public ScreenUnicode4D(final Demo4DMain main) { diff --git a/core/src/love/distributedrebirth/demo4d/screen/ScrollScreenAdapter.java b/core/src/love/distributedrebirth/demo4d/screen/ScrollScreenAdapter.java index 92202775..cca86486 100644 --- a/core/src/love/distributedrebirth/demo4d/screen/ScrollScreenAdapter.java +++ b/core/src/love/distributedrebirth/demo4d/screen/ScrollScreenAdapter.java @@ -6,14 +6,11 @@ import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.utils.ScreenUtils; +import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ; import love.distributedrebirth.demo4d.Demo4DMain; import love.distributedrebirth.demo4d.Demo4DMainAdapter; -/** - * - * - * @author willemtsade ©Δ∞ 仙上主天 - */ +@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天") abstract public class ScrollScreenAdapter extends Demo4DMainAdapter { private static final int LINE_HEIGHT = 16; private float scrollDeltaTime = 0f;