file_name stringlengths 6 86 | file_path stringlengths 45 249 | content stringlengths 47 6.26M | file_size int64 47 6.26M | language stringclasses 1
value | extension stringclasses 1
value | repo_name stringclasses 767
values | repo_stars int64 8 14.4k | repo_forks int64 0 1.17k | repo_open_issues int64 0 788 | repo_created_at stringclasses 767
values | repo_pushed_at stringclasses 767
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
UIItemsTreeNode.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/UIItemsTreeNode.java | package games.rednblack.editor.view.ui.box;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.scenes.scene2d.ui.Cell;
import com.badlogic.gdx.scenes.scene2d.ui.Tree;
import com.badlogic.gdx.utils.Pool;
import com.kotcrab.vis.ui.widget.VisLabel;
import com.kotcrab.vis.ui.widget.VisTable;
import games.redn... | 1,683 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIResourcesBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/UIResourcesBoxMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 6,456 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIMultiPropertyBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/UIMultiPropertyBoxMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 11,251 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UILivePreviewBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UILivePreviewBoxMediator.java | package games.rednblack.editor.view.ui.box.bottom;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationGLESFix;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window;
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3W... | 3,569 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UISceneBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UISceneBoxMediator.java | package games.rednblack.editor.view.ui.box.bottom;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import com.kotcrab.vis.ui.util.dialog.InputDialogListener;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.proxy.SceneDataManager;
import games.rednblack.editor.view.stage.Sandbox;
import... | 3,597 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIPanBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIPanBoxMediator.java | package games.rednblack.editor.view.ui.box.bottom;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.tools.PanTool;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games... | 1,603 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIPanBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIPanBox.java | package games.rednblack.editor.view.ui.box.bottom;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.VisUI;
import com.kotcrab.vis.ui.widget.VisTextField;
import games.rednblack.editor.event.KeyboardListener;
import games.rednblack.editor.utils.RoundUtils;
i... | 1,930 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UISceneBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UISceneBox.java | package games.rednblack.editor.view.ui.box.bottom;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Array;
import com.ko... | 4,426 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UILivePreviewBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UILivePreviewBox.java | package games.rednblack.editor.view.ui.box.bottom;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.widget.VisTextButton;
import games.rednblack.editor.view.ui.box.UIBaseBox;
import games.rednblack.h2d.common.view.ui.StandardWidget... | 1,105 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIResolutionBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIResolutionBoxMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,878 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIGridBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIGridBoxMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,047 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIResolutionBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIResolutionBox.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,929 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIGridBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIGridBox.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,982 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIZoomBoxMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIZoomBoxMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,793 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIZoomBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/bottom/UIZoomBox.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,649 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIActionsTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIActionsTabMediator.java | package games.rednblack.editor.view.ui.box.resourcespanel;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.controller.commands.resource.DeleteLibraryAction;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.renderer.data.GraphVO;
import games.rednblack.editor.view.ui.... | 2,379 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIResourcesTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIResourcesTabMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,053 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIResourcesTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIResourcesTab.java | package games.rednblack.editor.view.ui.box.resourcespanel;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Poo... | 2,855 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIAnimationsTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIAnimationsTabMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,757 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIParticleEffectsTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIParticleEffectsTab.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 1,942 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UILibraryItemsTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UILibraryItemsTab.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 1,896 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIActionsTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIActionsTab.java | package games.rednblack.editor.view.ui.box.resourcespanel;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.utils.Align;
import com.badlogic.gdx.utils.Array;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import com.kotcrab.vis.ui.util.d... | 2,789 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIImagesTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIImagesTabMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 6,760 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UILibraryItemsTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UILibraryItemsTabMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,648 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIAnimationsTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIAnimationsTab.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,481 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIFilterMenuMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIFilterMenuMediator.java | package games.rednblack.editor.view.ui.box.resourcespanel;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games.rednbla... | 1,384 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIFilterMenu.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIFilterMenu.java | package games.rednblack.editor.view.ui.box.resourcespanel;
import com.badlogic.gdx.math.Interpolation;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.InputListener;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.Touchable;
import com.badl... | 3,551 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIParticleEffectsTabMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIParticleEffectsTabMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,628 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UIImagesTab.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/UIImagesTab.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,411 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DraggableResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/DraggableResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 6,389 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DraggableResourceView.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/DraggableResourceView.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 1,131 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ParticleEffectResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/list/ParticleEffectResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,172 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ListItemResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/list/ListItemResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,672 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LibraryItemResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/list/LibraryItemResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,130 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LibraryActionResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/list/LibraryActionResource.java | package games.rednblack.editor.view.ui.box.resourcespanel.draggable.list;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import games.rednblack.editor.view.ui.box.UIResourcesBoxMediator;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.h2d.common.Resource... | 1,270 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TalosResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/list/TalosResource.java | package games.rednblack.editor.view.ui.box.resourcespanel.draggable.list;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import games.rednblack.editor.view.ui.box.UIResourcesBoxMediator;
import games.rednblack.h2d.common.ResourcePayloadObject;
import games.rednblack.pure... | 1,302 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AtlasResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/AtlasResource.java | package games.rednblack.editor.view.ui.box.resourcespanel.draggable.box;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.kotcrab.vis.ui.VisUI;
import games.rednblack.editor.view.ui.box.resourcespanel.UIImagesTa... | 1,233 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImageResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/ImageResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,204 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SpriteResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/SpriteResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,436 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
BoxItemResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/BoxItemResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 9,085 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TinyVGResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/TinyVGResource.java | package games.rednblack.editor.view.ui.box.resourcespanel.draggable.box;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import dev.lyze.gdxtinyvg.TinyVG;
import dev.lyze.gdxtinyvg.TinyVGIO;
import dev.lyze.gdxtinyvg.dra... | 2,079 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SpineResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/draggable/box/SpineResource.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 4,657 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NormalMapFilter.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/box/resourcespanel/filter/NormalMapFilter.java | package games.rednblack.editor.view.ui.box.resourcespanel.filter;
import games.rednblack.h2d.common.filters.IAbstractResourceFilter;
public class NormalMapFilter extends IAbstractResourceFilter {
public NormalMapFilter() {
super("Filter Normal Maps", "normal-maps");
}
@Override
public boolea... | 423 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImagesPackDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ImagesPackDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.controller.commands.resource.DeleteImageResource;
import games.rednblack.editor.controller.commands.resource.DeleteSpineAnimation;
import games.rednblack.editor.controller.commands.resource.DeleteSpriteAni... | 6,129 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AutoTraceDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AutoTraceDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import games.rednblack.editor.renderer.components.shape.PolygonShapeComponent;
import games.rednblack.editor.renderer.components.TextureRegionComponen... | 4,039 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NewProjectDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/NewProjectDialogMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,111 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SaveProjectDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/SaveProjectDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.HyperLap2DApp;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Fa... | 1,914 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NodeEditorDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/NodeEditorDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.VisUI;
import com.kotcrab.vis.ui.widget.MenuItem;
import c... | 14,225 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreatePlaceholderDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreatePlaceholderDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.PixmapIO;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.view.menu.ResourcesMenu;... | 2,565 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ShaderManagerDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ShaderManagerDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Array;
import com.kotcrab.vis.ui.util.adapter.AbstractListAdapter;
import com.kotcrab.vis.ui.util.adapter.SimpleListAdapter;
import... | 5,630 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SettingsDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/SettingsDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.scene2d.ui.Tree;
import com.badlogic.gdx.s... | 7,767 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CodeEditorDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CodeEditorDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.util.highlight.Highlighter;
import com.kotcrab.vis.ui.widget.H2DHighlightTextArea... | 4,288 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ShaderManagerDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ShaderManagerDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.files.FileHandle;
import games.rednblack.editor.code.syntax.GLSLSyntax;
import games.rednblack.editor.controller.commands.resource.DeleteShaderCommand;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.proxy.Resource... | 8,007 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LoadingBarDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/LoadingBarDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games.rednblack.puremvc.u... | 1,323 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateNewResolutionDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreateNewResolutionDialogMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 2,685 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateNoiseDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreateNoiseDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.kotcra... | 4,272 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateNoiseDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreateNoiseDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.PixmapIO;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.utils.PerlinNoiseGenerator;
import games.rednblack.editor.view.m... | 2,586 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AutoTraceDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AutoTraceDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.kotcra... | 4,176 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImportSpriteSheetDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ImportSpriteSheetDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.PixmapIO;
import com.badlogic.gdx.tools.texturepacker.TexturePacker;
import games.rednblack.editor.proxy.ProjectManager;
import... | 4,625 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImportSpriteSheetDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ImportSpriteSheetDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.util.Validators;
import com.kotcrab.vis.ui.widget.VisLabel;
import com.kotcrab.vis.ui.widget.VisTable;
import com.kotcrab.vis.ui.widget... | 3,152 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AnimationsPackDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AnimationsPackDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.controller.commands.resource.DeleteImageResource;
import games.rednblack.editor.controller.commands.resource.DeleteSpineAnimation;
import games.rednblack.editor.controller.commands.resource.DeleteSpriteAni... | 6,225 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NewProjectDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/NewProjectDialog.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 8,399 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ConsoleDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ConsoleDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.ScrollPane;
import... | 8,815 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateNewResolutionDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreateNewResolutionDialog.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,195 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AtlasesPackDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AtlasesPackDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.InputListener;
import com.badlogic.g... | 17,674 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AboutDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AboutDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.utils.Align;
import com.google.common.io.ByteStreams;
import com.kotcrab.vis.ui.VisUI;
import com.kotcrab.vis.ui.widget.LinkLabel;
import com.kotcrab.vis.ui.widget.VisImage;
import com.kotcrab.vis.ui.widget... | 6,317 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SettingsDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/SettingsDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.proxy.SettingsManager;
import games.rednblack.editor.view.menu.FileMenu;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.editor.view.ui.settings.GeneralSettings;
impor... | 2,843 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NodeEditorDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/NodeEditorDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games.rednblack.puremvc.u... | 1,230 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AboutDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/AboutDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.view.menu.HelpMenu;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games.rednblack.p... | 1,155 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ConsoleDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/ConsoleDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.interfaces.INotification;
import games.rednblack.puremvc.u... | 1,506 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CodeEditorDialogMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CodeEditorDialogMediator.java | package games.rednblack.editor.view.ui.dialog;
import com.kotcrab.vis.ui.util.highlight.Highlighter;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.view.stage.UIStage;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Mediator;
import games.rednblack.puremvc.inte... | 2,871 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LoadingBarDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/LoadingBarDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.kotcrab.vis.ui.widget.BusyBar;
import games.rednblack.h2d.common.H2DDialog;
public class LoadingBarDialog extends H2DDialog {
public LoadingBarDialog() {
super("Loading...");
BusyBar progressBar = new BusyBar();
getContentTable().... | 439 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SaveProjectDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/SaveProjectDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.widget.VisLabel;
import com.kotcrab.vis.ui.widget.VisTextButton;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednb... | 2,544 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreatePlaceholderDialog.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/dialog/CreatePlaceholderDialog.java | package games.rednblack.editor.view.ui.dialog;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.util.Validators;
import com.kotcrab.vis.ui.widget.VisTextButton;
import com.kotcrab.vis.ui.widget.VisValidatableTextField;
import games... | 2,596 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TagsPanel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/TagsPanel.java | package games.rednblack.editor.view.ui.panel;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.widget.VisLabel;
import com.kotcrab.vis.ui.widget.VisTable;
import com.kotcrab.vis.ui.widget.VisTex... | 3,290 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CustomVariablesPanelMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/CustomVariablesPanelMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,114 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImportPanelMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/ImportPanelMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 6,616 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EditSpriteAnimationPanelMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/EditSpriteAnimationPanelMediator.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,585 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TagItem.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/TagItem.java | package games.rednblack.editor.view.ui.panel;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.widget.VisImageButton;
import com.kotcrab.vis.ui.widget.VisTable;
import com.kotcrab.vis.ui.widget.VisTextButton;
/**
* Created by Cyb... | 1,192 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TagsPanelMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/TagsPanelMediator.java | package games.rednblack.editor.view.ui.panel;
import games.rednblack.editor.renderer.components.MainItemComponent;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.editor.view.menu.WindowMenu;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.editor.v... | 4,486 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ShaderUniformsPanel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/ShaderUniformsPanel.java | package games.rednblack.editor.view.ui.panel;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import... | 14,301 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CustomVariablesPanel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/CustomVariablesPanel.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,803 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ImportPanel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/ImportPanel.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 7,471 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ShaderUniformsPanelMediator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/ShaderUniformsPanelMediator.java | package games.rednblack.editor.view.ui.panel;
import games.rednblack.editor.renderer.components.ShaderComponent;
import games.rednblack.editor.renderer.data.ShaderUniformVO;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.editor.view.menu.WindowMenu;
import games.rednblack... | 4,661 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EditSpriteAnimationPanel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/panel/EditSpriteAnimationPanel.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 6,507 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PluginsSettings.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/settings/PluginsSettings.java | package games.rednblack.editor.view.ui.settings;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.widget.VisLabel;
import games.rednblack.editor.proxy.SettingsManager;
import games.rednblack.h2d.common.view.SettingsNodeValue;
import games.rednblack.h2d.common.view.ui.StandardWidgetsFactory;
import games.... | 1,503 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SandboxSettings.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/settings/SandboxSettings.java | package games.rednblack.editor.view.ui.settings;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.widget.VisCheckBox;
import com.kotcrab.vis.ui.widget.VisTable;
import com.kotcrab.vis.ui.widg... | 4,484 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
GeneralSettings.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/settings/GeneralSettings.java | package games.rednblack.editor.view.ui.settings;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.widget.*;
import games.rednblack.editor.proxy.SettingsManager;
import games.rednblack.editor.utils.R... | 7,676 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ProjectExportSettings.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/settings/ProjectExportSettings.java | package games.rednblack.editor.view.ui.settings;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.kotcrab.vis.ui.widget.VisCheckBox;
import com.kotcrab.vis.ui.widget.VisLabel;
import com.kotcrab.vis.ui.widget.VisSelectBox;
import com.kotcrab.vis.ui.widget.VisTable;
... | 7,434 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LivePreviewSettings.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/settings/LivePreviewSettings.java | package games.rednblack.editor.view.ui.settings;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.widget.VisCheckBox;
import com.kotcrab.vis.ui.widget.VisTable;
import com.kotcrab.vis.ui.widg... | 4,036 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CustomMenu.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/CustomMenu.java | package games.rednblack.editor.view.ui.widget;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.InputListener;
import com.badlogic.gdx.scenes.scene2d.ui.TextButton;
import com.kotcrab.vis.ui.Vis... | 2,534 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CustomMenuBar.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/CustomMenuBar.java | package games.rednblack.editor.view.ui.widget;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes.scene2d.ui.TextButton;
import com.badlogic.gdx.scenes.scene2d.utils.Drawable;
import com.badlogic.gdx.utils.Array;
import com.kotcrab.vis.ui.Vis... | 2,991 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
H2DLogo.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/H2DLogo.java | package games.rednblack.editor.view.ui.widget;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.Skin;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.VisUI;
import com.kotcrab.vis.ui.widget.VisImage;
import com.kotcrab.vis.ui.widget.VisT... | 1,357 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EditableSelectBox.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/EditableSelectBox.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 3,956 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EmptyTarget.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/EmptyTarget.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 1,106 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
StaticGrid.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/StaticGrid.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Window;
import games.rednblack.editor.view.ui.widget.actors.basic.WhitePixel;
import space.earl... | 1,902 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SpriteAnimationActor.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/SpriteAnimationActor.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.scenes.scene2d.Actor;
import games.rednblack.e... | 2,076 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
GridView.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/GridView.java | /*
* ******************************************************************************
* * Copyright 2015 See AUTHORS file.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* ... | 5,380 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
StickyNoteActor.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/StickyNoteActor.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.math.Interpolation;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.*;
import com.badlogic.gdx.sc... | 14,232 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CircleActor.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/CircleActor.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.Touchable;
import com.badlogic.gdx.utils.Align;
import space.earlygrey.shapedrawer.ShapeDrawer;
public class CircleActor extends Actor ... | 918 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.