-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
199 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lib/alphashape/AlphaShapeConcaveHull.java → ...ard/alphashape/AlphaShapeConcaveHull.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/java/lib/alphashape/QuickHull.java → ...a/lib/clipboard/alphashape/QuickHull.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/java/lib/concavehull/ConcaveHull.java → ...ib/clipboard/concavehull/ConcaveHull.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/lib/concavehull/DistancedPoint.java → ...clipboard/concavehull/DistancedPoint.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.concavehull; | ||
package lib.clipboard.concavehull; | ||
|
||
import lombok.Builder; | ||
import lombok.Data; | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/concavehull/Point.java → ...java/lib/clipboard/concavehull/Point.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.concavehull; | ||
package lib.clipboard.concavehull; | ||
|
||
import lombok.Builder; | ||
import lombok.Data; | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ib/goap/UnperformableActionException.java → ...rd/goap/UnperformableActionException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../java/lib/goap/action/GoapActionBase.java → ...clipboard/goap/action/GoapActionBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ib/goap/agent/FSMPlanEventListenable.java → ...rd/goap/agent/FSMPlanEventListenable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/main/java/lib/goap/agent/GoapAgent.java → ...a/lib/clipboard/goap/agent/GoapAgent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...in/java/lib/goap/agent/GoapAgentBase.java → ...b/clipboard/goap/agent/GoapAgentBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...t/ImportantUnitChangeEventListenable.java → ...t/ImportantUnitChangeEventListenable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...oap/agent/PlanCreatedEventListenable.java → ...oap/agent/PlanCreatedEventListenable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
src/main/java/lib/goap/fsm/FSM.java → ...main/java/lib/clipboard/goap/fsm/FSM.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...java/lib/goap/fsm/states/FSMStateful.java → ...lipboard/goap/fsm/states/FSMStateful.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...n/java/lib/goap/fsm/states/IdleState.java → .../clipboard/goap/fsm/states/IdleState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...java/lib/goap/fsm/states/MoveToState.java → ...lipboard/goap/fsm/states/MoveToState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...b/goap/fsm/states/PerformActionState.java → ...d/goap/fsm/states/PerformActionState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/java/lib/goap/graph/DirectedGraph.java → ...b/clipboard/goap/graph/DirectedGraph.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lib/goap/graph/DirectedWeightedGraph.java → ...ard/goap/graph/DirectedWeightedGraph.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.graph; | ||
package lib.clipboard.goap.graph; | ||
|
||
import lombok.NonNull; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package lib.clipboard.goap.graph; | ||
|
||
public class Edge { | ||
|
||
} |
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/goap/graph/IGraph.java → ...java/lib/clipboard/goap/graph/IGraph.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/lib/goap/graph/IWeightedGraph.java → .../clipboard/goap/graph/IWeightedGraph.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.graph; | ||
package lib.clipboard.goap.graph; | ||
|
||
import lombok.NonNull; | ||
|
||
|
8 changes: 4 additions & 4 deletions
8
src/main/java/lib/goap/graph/Node.java → ...n/java/lib/clipboard/goap/graph/Node.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/goap/graph/Path.java → ...n/java/lib/clipboard/goap/graph/Path.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...main/java/lib/goap/graph/PathFactory.java → ...lib/clipboard/goap/graph/PathFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/java/lib/goap/graph/WeightedEdge.java → ...ib/clipboard/goap/graph/WeightedEdge.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/java/lib/goap/graph/WeightedPath.java → ...ib/clipboard/goap/graph/WeightedPath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.graph; | ||
package lib.clipboard.goap.graph; | ||
|
||
import lombok.Getter; | ||
import lombok.NonNull; | ||
|
10 changes: 5 additions & 5 deletions
10
...in/java/lib/goap/planner/GoapPlanner.java → ...b/clipboard/goap/planner/GoapPlanner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...ava/lib/goap/planner/GoapPlannerBase.java → ...ipboard/goap/planner/GoapPlannerBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ava/lib/goap/planner/GoapPlannerable.java → ...ipboard/goap/planner/GoapPlannerable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/goap/state/GoapState.java → ...a/lib/clipboard/goap/state/GoapState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.state; | ||
package lib.clipboard.goap.state; | ||
|
||
import lombok.Data; | ||
import lombok.NonNull; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/goap/state/Important.java → ...a/lib/clipboard/goap/state/Important.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.state; | ||
package lib.clipboard.goap.state; | ||
|
||
public interface Important { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/goap/state/Stateful.java → ...va/lib/clipboard/goap/state/Stateful.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.state; | ||
package lib.clipboard.goap.state; | ||
|
||
public interface Stateful { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...main/java/lib/goap/state/WorldAspect.java → ...lib/clipboard/goap/state/WorldAspect.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.state; | ||
package lib.clipboard.goap.state; | ||
|
||
public interface WorldAspect extends Stateful { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../java/lib/goap/target/GoapTargetable.java → ...clipboard/goap/target/GoapTargetable.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.target; | ||
package lib.clipboard.goap.target; | ||
|
||
public interface GoapTargetable { | ||
} |
2 changes: 1 addition & 1 deletion
2
...main/java/lib/goap/target/NullTarget.java → ...lib/clipboard/goap/target/NullTarget.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.goap.target; | ||
package lib.clipboard.goap.target; | ||
|
||
public class NullTarget implements GoapTargetable { | ||
} |
10 changes: 5 additions & 5 deletions
10
...main/java/lib/goap/unit/GoapUnitBase.java → ...lib/clipboard/goap/unit/GoapUnitBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/main/java/lib/goap/unit/IGoapUnit.java → ...va/lib/clipboard/goap/unit/IGoapUnit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/graph/BaseGraph.java → ...n/java/lib/clipboard/graph/BaseGraph.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.graph; | ||
package lib.clipboard.graph; | ||
|
||
import lombok.NonNull; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/graph/DijkstraNode.java → ...ava/lib/clipboard/graph/DijkstraNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.graph; | ||
package lib.clipboard.graph; | ||
|
||
import lombok.Getter; | ||
import lombok.NonNull; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/graph/DijkstraResult.java → ...a/lib/clipboard/graph/DijkstraResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.graph; | ||
package lib.clipboard.graph; | ||
|
||
import lombok.Getter; | ||
import lombok.RequiredArgsConstructor; | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/java/lib/graph/Edge.java → src/main/java/lib/clipboard/graph/Edge.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package lib.graph; | ||
package lib.clipboard.graph; | ||
|
||
|
||
import lombok.NonNull; | ||
|
Oops, something went wrong.