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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ExpandableTextArea.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/ExpandableTextArea.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.kotcrab.vis.ui.util.highlight.Highlighter;
import com.kotcrab.vis.ui.widget.VisImageButton;
import com.kotcrab.vis.ui.widget.VisTable;
import c... | 1,954 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SpineActor.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/SpineActor.java | package games.rednblack.editor.view.ui.widget.actors;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.PolygonSpriteBatch;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.utils.Array;
im... | 4,987 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PixelLine.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/PixelLine.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,080 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SandboxBackUI.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/SandboxBackUI.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,144 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
WhitePixel.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/WhitePixel.java | package games.rednblack.editor.view.ui.widget.actors.basic;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
public class WhitePixel {
public static WhitePixel sharedInstance;
public ... | 1,093 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PixelRect.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/PixelRect.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,282 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PixelDashedRectangle.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/PixelDashedRectangle.java | package games.rednblack.editor.view.ui.widget.actors.basic;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.math.Interpolation;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.scenes.scene2d.Group;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.sc... | 3,080 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PixelDashedLine.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/basic/PixelDashedLine.java | package games.rednblack.editor.view.ui.widget.actors.basic;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.utils.TimeUtils;
import space.earlygrey.shapedrawer.ShapeDrawer;
... | 4,203 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PolyLine.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/polygon/PolyLine.java | package games.rednblack.editor.view.ui.widget.actors.polygon;
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.Touchable;
import com.badlogic.gdx.utils.Pool;
import space.earlygrey.shapedrawer.ShapeDra... | 2,769 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PolyVertex.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/polygon/PolyVertex.java | package games.rednblack.editor.view.ui.widget.actors.polygon;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.utils.Pool;
import com.kotcrab.vis.ui.widget.VisLabel;
import games.rednblack.editor.view.ui.followers.... | 2,295 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CellHeader.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/table/CellHeader.java | package games.rednblack.editor.view.ui.widget.actors.table;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.VisUI;
import games.rednblack.h2d.common.view.ui.StandardWidgetsFactory;
public class CellHeader ext... | 605 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CellBody.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/widget/actors/table/CellBody.java | package games.rednblack.editor.view.ui.widget.actors.table;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.utils.Align;
import com.kotcrab.vis.ui.VisUI;
import games.rednblack.h2d.common.view.ui.StandardWidgetsFactory;
public class CellBody exten... | 599 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
StringNameValidator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/validator/StringNameValidator.java | package games.rednblack.editor.view.ui.validator;
import com.kotcrab.vis.ui.util.form.FormInputValidator;
import org.apache.commons.lang3.StringUtils;
public class StringNameValidator extends FormInputValidator {
public StringNameValidator() {
super("Please input a valid name");
}
@Override
... | 491 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
GreaterThanIntegerValidator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/validator/GreaterThanIntegerValidator.java | package games.rednblack.editor.view.ui.validator;
import com.kotcrab.vis.ui.util.InputValidator;
public class GreaterThanIntegerValidator implements InputValidator {
private int greaterThan;
private boolean useEquals;
public GreaterThanIntegerValidator (int greaterThan) {
this.greaterThan = great... | 1,188 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EmptyOrDefaultValidator.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/view/ui/validator/EmptyOrDefaultValidator.java | package games.rednblack.editor.view.ui.validator;
import com.kotcrab.vis.ui.util.form.FormInputValidator;
public class EmptyOrDefaultValidator extends FormInputValidator {
public EmptyOrDefaultValidator() {
super("Cannot be empty or 'Default'");
}
@Override
public boolean validate (String in... | 396 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ItemFactory.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/factory/ItemFactory.java | package games.rednblack.editor.factory;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Pools;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.proxy.ResourceManager;
import games.rednblack.editor.renderer.SceneLoader;
import ... | 11,469 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
BootstrapPlugins.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/BootstrapPlugins.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,895 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SandboxCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/SandboxCommand.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,162 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
BootstrapInfoCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/BootstrapInfoCommand.java | package games.rednblack.editor.controller;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import games.rednblack.editor.utils.AppConfig;
import games.rednblack.h2d.common.HyperLog;
import games.rednblack.puremvc.commands.SimpleCommand;
import games.rednblack.puremvc.interfaces.INotification;
impor... | 1,258 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
StartupCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/StartupCommand.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,351 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
BootstrapViewCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/BootstrapViewCommand.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 |
BootstrapProxyCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/BootstrapProxyCommand.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,838 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
BootstrapCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/BootstrapCommand.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,522 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AddComponentToItemCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/AddComponentToItemCommand.java | package games.rednblack.editor.controller.commands;
import com.artemis.Component;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Facade;
/**
* Created by CyberJoe on 7/2/2015.
*/
publ... | 1,903 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
RenameLibraryActionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/RenameLibraryActionCommand.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import com.kotcrab.vis.ui.util.dialog.InputDialogAdapter;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.interfaces.INotification;
publi... | 1,192 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
TransactiveCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/TransactiveCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.utils.Array;
import games.rednblack.puremvc.interfaces.INotification;
/**
* Created by CyberJoe on 7/25/2015.
*/
public abstract class TransactiveCommand extends HistoricRevertibleCommand {
protected Array<RevertibleCommand> commands =... | 1,352 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LayerJumpCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/LayerJumpCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.components.LayerMapComponent;
import games.rednblack.editor.renderer.systems.LayerSystem;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import gam... | 1,873 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ConvertToButtonCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ConvertToButtonCommand.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,611 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
HistoricRevertibleCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/HistoricRevertibleCommand.java | package games.rednblack.editor.controller.commands;
/**
* Wrapper class to {@link RevertibleCommand} to tells {@link games.rednblack.editor.proxy.CommandManager} save command
* in revertible history list.
*/
public abstract class HistoricRevertibleCommand extends RevertibleCommand {
}
| 290 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateStickyNoteCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CreateStickyNoteCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.renderer.data.StickyNoteVO;
import java.util.UUID;
public class CreateStickyNoteCommand extends RevertibleCommand {
private static final Str... | 1,285 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeletePolygonVertexCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/DeletePolygonVertexCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.editor.controller.commands.component.UpdatePolygonVerticesCommand... | 3,033 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
RemoveStickyNoteCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/RemoveStickyNoteCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.renderer.data.StickyNoteVO;
public class RemoveStickyNoteCommand extends RevertibleCommand {
private static final String prefix = "games.rednblack.editor.controller.commands.Remov... | 1,168 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ChangePolygonVertexPositionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ChangePolygonVertexPositionCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.IntSet;
import com.kotcrab.vis.ui.util.Validators;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.editor.controller.commands.comp... | 3,746 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PasteItemsCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/PasteItemsCommand.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,453 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreatePrimitiveCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CreatePrimitiveCommand.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,477 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NonRevertibleCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/NonRevertibleCommand.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.editor.proxy.CommandManager;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.proxy.SettingsManager;
import... | 2,711 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ShowNotificationCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ShowNotificationCommand.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.widget.toast.MessageToast;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.h2d.common.HyperLog;
import games.rednblack.puremvc.interfaces.INotification;
public class ShowNotificationCommand extends SandboxCom... | 949 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ModifyStickyNoteCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ModifyStickyNoteCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.renderer.data.StickyNoteVO;
import games.rednblack.editor.view.ui.widget.actors.StickyNoteActor;
public class ModifyStickyNoteCommand extends RevertibleCommand {
private static fi... | 2,647 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CreateItemCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CreateItemCommand.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,299 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
LayerSwapCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/LayerSwapCommand.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,707 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CopyItemsCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CopyItemsCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.view.stage.Sandbox;
public class CopyItemsCommand extends NonRevertibleCommand {
public CopyItemsCommand() {
setShowConfirmDialog(false);
}
@Override
pub... | 511 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ItemTransformCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ItemTransformCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.TransformComponent;
import games.rednblack.editor.utils.runtime.EntityU... | 3,555 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CenterOriginPointCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CenterOriginPointCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.TransformComponent;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.u... | 2,160 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CompositeCameraChangeCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CompositeCameraChangeCommand.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,922 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AddToLibraryActionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/AddToLibraryActionCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.data.GraphVO;
import games.rednblack.h2d.common.MsgAPI;
import games.rednblack.puremvc.Facade;
public class AddToLibraryActionCommand extends NonRevertibleCommand {
public AddToLibraryActionCommand() {
setShowConfi... | 844 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ChangeOriginPointPosition.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ChangeOriginPointPosition.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.util.Validators;
import games.rednblack.editor.controller.SandboxCommand;
import games.rednblack.editor.renderer.components.TransformComponent;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.h2d... | 1,778 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ReleaseSelectionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ReleaseSelectionCommand.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,954 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateSceneDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/UpdateSceneDataCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.data.LightsPropertiesVO;
import games.rednblack.editor.renderer.data.PhysicsPropertiesVO;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.renderer.data.ShaderVO;
import games.rednblack.editor.v... | 4,794 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AddToLibraryCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/AddToLibraryCommand.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,261 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SetSelectionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/SetSelectionCommand.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,164 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
NewLayerCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/NewLayerCommand.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import games.rednblack.editor.renderer.components.LayerMapComponent;
import games.rednblack.editor.renderer.data.LayerItemVO;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.... | 2,097 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ItemChildrenTransformCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ItemChildrenTransformCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.TransformComponent;
import games.rednblack.editor.utils.runtime.EntityU... | 5,395 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
PluginItemCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/PluginItemCommand.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,626 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CustomVariableModifyCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CustomVariableModifyCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.components.MainItemComponent;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
/**
* Created by CyberJoe on 11/6/2015.
*/
public class CustomVaria... | 2,809 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateEntityComponentsCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/UpdateEntityComponentsCommand.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,724 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdatePolygonDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/UpdatePolygonDataCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.renderer.components.shape.PolygonShapeComponent;
import games.rednblack.editor.renderer.utils.poly.PolygonRuntimeUtils;
import games.rednblack.editor.utils.runtim... | 2,153 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
CutItemsCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/CutItemsCommand.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,310 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ConvertToCompositeCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ConvertToCompositeCommand.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,128 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteLayerCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/DeleteLayerCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.components.NodeComponent;
import games.rednblack.editor.renderer.components.ZIndexComponent;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.editor.view.stage.Sandbox;
import java.u... | 2,116 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
RenameLayerCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/RenameLayerCommand.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,165 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ChangeRulerPositionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ChangeRulerPositionCommand.java | package games.rednblack.editor.controller.commands;
import com.kotcrab.vis.ui.util.InputValidator;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import com.kotcrab.vis.ui.util.dialog.InputDialogListener;
import games.rednblack.editor.view.ui.RulersUI;
public class ChangeRulerPositionCommand extends RevertibleCommand... | 1,459 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
AddSelectionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/AddSelectionCommand.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,971 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ItemsMoveCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ItemsMoveCommand.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,280 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ExportProjectCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/ExportProjectCommand.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,417 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
RemoveComponentFromItemCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/RemoveComponentFromItemCommand.java | package games.rednblack.editor.controller.commands;
import com.artemis.Component;
import games.rednblack.editor.utils.runtime.ComponentCloner;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.editor.view.stage.Sandbox;
import games.rednblack.h2d.common.MsgAPI;
import games.... | 2,172 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteLayerAtomCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/DeleteLayerAtomCommand.java | package games.rednblack.editor.controller.commands;
import games.rednblack.editor.renderer.components.LayerMapComponent;
import games.rednblack.editor.renderer.data.LayerItemVO;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriever;
import games.rednblack.editor.view.stage.Sandbox;
/**
* Created by C... | 1,512 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
RevertibleCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/RevertibleCommand.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,116 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteItemsCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/DeleteItemsCommand.java | package games.rednblack.editor.controller.commands;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.Json;
import games.rednblack.editor.renderer.data.CompositeItemVO;
import games.rednblack.editor.renderer.utils.HyperJson;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednbla... | 2,601 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
EntityModifyRevertibleCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/EntityModifyRevertibleCommand.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,514 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
SaveExportPathCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/SaveExportPathCommand.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,426 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateSensorDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateSensorDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.physics.SensorComponent;
import games.rednblack.editor.renderer.data.SensorDataVO;
import games.rednblack.editor.utils.runtime... | 3,283 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ReplaceRegionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/ReplaceRegionCommand.java | package games.rednblack.editor.controller.commands.component;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.Tex... | 3,362 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateCircleShapeCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateCircleShapeCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.shape.CircleShapeComponent;
import games.rednblack.editor.renderer.components.physics.PhysicsBodyComponent;
import games.rednb... | 2,180 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdatePhysicsDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdatePhysicsDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.physics.PhysicsBodyComponent;
import games.rednblack.editor.renderer.data.PhysicsBodyDataVO;
import games.rednblack.editor.uti... | 3,736 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateTalosDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateTalosDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.h2d.extension.talos.TalosVO;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriev... | 1,954 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ReplaceSpineCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/ReplaceSpineCommand.java | package games.rednblack.editor.controller.commands.component;
import com.esotericsoftware.spine.*;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.TransformComponent... | 4,142 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ReplaceSpriteAnimationCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/ReplaceSpriteAnimationCommand.java | package games.rednblack.editor.controller.commands.component;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.c... | 5,221 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateLightBodyDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateLightBodyDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.light.LightBodyComponent;
import games.rednblack.editor.renderer.data.LightBodyDataVO;
import games.rednblack.editor.utils.run... | 3,238 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateParticleDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateParticleDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.particle.ParticleComponent;
import games.rednblack.editor.renderer.data.ParticleEffectVO;
import games.rednblack.editor.utils.... | 2,024 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateLightDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateLightDataCommand.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,859 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateLabelDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateLabelDataCommand.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,814 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateCompositeDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateCompositeDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.CompositeTransformComponent;
import games.rednblack.editor.renderer.components.MainItemComponent;
import games.rednblack.edito... | 2,739 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateSpineDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateSpineDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.h2d.extension.spine.SpineVO;
import games.rednblack.editor.utils.runtime.EntityUtils;
import games.rednblack.editor.utils.runtime.SandboxComponentRetriev... | 2,161 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateShaderDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateShaderDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.proxy.ResourceManager;
import games.rednblack.editor.renderer.components.ShaderComponent;
import games.rednblack.editor.renderer.data.MainItemVO;
... | 2,671 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdatePolygonVerticesCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdatePolygonVerticesCommand.java | package games.rednblack.editor.controller.commands.component;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.utils.Array;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.TextureRegionComponent;
import games.rednblack.edit... | 4,329 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateImageItemDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateImageItemDataCommand.java | package games.rednblack.editor.controller.commands.component;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.DimensionsComponent;
import games.rednblack.editor.renderer.components.TextureRegionComponent;
import games.rednblack.editor.r... | 2,518 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
UpdateSpriteAnimationDataCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/component/UpdateSpriteAnimationDataCommand.java | package games.rednblack.editor.controller.commands.component;
import com.badlogic.gdx.graphics.g2d.Animation;
import games.rednblack.editor.controller.commands.EntityModifyRevertibleCommand;
import games.rednblack.editor.renderer.components.sprite.SpriteAnimationComponent;
import games.rednblack.editor.renderer.compon... | 3,009 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteMultipleResources.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteMultipleResources.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.proxy.ResolutionManager;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.view.ui.BoxItemResourceSelectionUIMediator;
public class DeleteMult... | 1,579 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteTinyVGResource.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteTinyVGResource.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
public class DeleteTinyVGResource extends DeleteResourceCommand {
private static final String CLASS... | 1,074 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteResourceCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteResourceCommand.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.controller.commands.NonRevertibleCommand;
public abstract class DeleteResourceCommand extends NonRevertibleCommand {
private static final String CLASS_NAME = "games.rednblack.editor.controller.commands.resource.DeleteResou... | 892 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DuplicateLibraryAction.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DuplicateLibraryAction.java | package games.rednblack.editor.controller.commands.resource;
import com.badlogic.gdx.utils.Json;
import com.kotcrab.vis.ui.util.dialog.Dialogs;
import com.kotcrab.vis.ui.util.dialog.InputDialogListener;
import games.rednblack.editor.controller.commands.AddToLibraryActionCommand;
import games.rednblack.editor.controlle... | 2,101 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteTalosVFX.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteTalosVFX.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
import games.rednblack.editor.view.stage.Sandbox;
public class DeleteTalosVFX extends DeleteResourceCom... | 1,174 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ExportActionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/ExportActionCommand.java | package games.rednblack.editor.controller.commands.resource;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.utils.Json;
import com.badlogic.gdx.utils.JsonWriter;
import games.rednblack.editor.controller.commands.NonRevertibleCommand;
import games.rednblack.editor.rendere... | 3,533 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
ChangeLibraryActionCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/ChangeLibraryActionCommand.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.controller.commands.HistoricRevertibleCommand;
import games.rednblack.editor.proxy.ProjectManager;
import games.rednblack.editor.renderer.data.GraphVO;
import games.rednblack.h2d.common.MsgAPI;
public class ChangeLibraryActionC... | 1,616 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteShaderCommand.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteShaderCommand.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
public class DeleteShaderCommand extends DeleteResourceCommand {
private static final String CLASS... | 991 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteLibraryAction.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteLibraryAction.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
public class DeleteLibraryAction extends DeleteResourceCommand {
private static final String CLASS_NAME = "games.rednblack.editor.controller.commands.r... | 815 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteLibraryItem.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteLibraryItem.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
/**
* Created by azakhary on 11/29/2015.
*/
public class DeleteLibraryItem extends DeleteResourceCommand {
private static final String CLASS_NAME = "... | 850 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteSpineAnimation.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteSpineAnimation.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.proxy.ResolutionManager;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
/**
* Created by Sasun Poghosyan on 5/10/2016.
... | 1,292 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteParticleEffect.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteParticleEffect.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
import games.rednblack.editor.view.stage.Sandbox;
/**
* Created by Sasun Poghosyan on 5/10/2016.
*/
p... | 1,250 | Java | .java | rednblackgames/HyperLap2D | 348 | 63 | 14 | 2020-07-17T14:25:00Z | 2024-05-08T21:35:58Z |
DeleteSpriteAnimation.java | /FileExtraction/Java_unseen/rednblackgames_HyperLap2D/src/main/java/games/rednblack/editor/controller/commands/resource/DeleteSpriteAnimation.java | package games.rednblack.editor.controller.commands.resource;
import games.rednblack.editor.proxy.ResolutionManager;
import games.rednblack.editor.renderer.data.SceneVO;
import games.rednblack.editor.utils.AssetIOManager;
import games.rednblack.editor.utils.AssetsUtils;
/**
* Created by Sasun Poghosyan on 5/12/2016.
... | 1,327 | 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.