Moved data so it is now persisted in a graph DB instead of mapDB. Changed gold from a long to int.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- pom.xml 15 additions, 0 deletionspom.xml
- src/main/java/com/syncleus/aethermud/Main.java 7 additions, 7 deletionssrc/main/java/com/syncleus/aethermud/Main.java
- src/main/java/com/syncleus/aethermud/command/commands/LootCommand.java 1 addition, 1 deletion.../com/syncleus/aethermud/command/commands/LootCommand.java
- src/main/java/com/syncleus/aethermud/command/commands/admin/RestartCommand.java 2 additions, 2 deletions...leus/aethermud/command/commands/admin/RestartCommand.java
- src/main/java/com/syncleus/aethermud/core/GameManager.java 6 additions, 5 deletionssrc/main/java/com/syncleus/aethermud/core/GameManager.java
- src/main/java/com/syncleus/aethermud/items/Loot.java 7 additions, 7 deletionssrc/main/java/com/syncleus/aethermud/items/Loot.java
- src/main/java/com/syncleus/aethermud/items/LootManager.java 3 additions, 3 deletionssrc/main/java/com/syncleus/aethermud/items/LootManager.java
- src/main/java/com/syncleus/aethermud/merchant/bank/commands/DepositCommand.java 1 addition, 1 deletion...leus/aethermud/merchant/bank/commands/DepositCommand.java
- src/main/java/com/syncleus/aethermud/player/Player.java 4 additions, 4 deletionssrc/main/java/com/syncleus/aethermud/player/Player.java
- src/main/java/com/syncleus/aethermud/player/PlayerManagement.java 6 additions, 6 deletions.../java/com/syncleus/aethermud/player/PlayerManagement.java
- src/main/java/com/syncleus/aethermud/player/PlayerManagementMBean.java 4 additions, 4 deletions.../com/syncleus/aethermud/player/PlayerManagementMBean.java
- src/main/java/com/syncleus/aethermud/player/PlayerManager.java 2 additions, 2 deletions...ain/java/com/syncleus/aethermud/player/PlayerManager.java
- src/main/java/com/syncleus/aethermud/player/PlayerMetadata.java 11 additions, 11 deletions...in/java/com/syncleus/aethermud/player/PlayerMetadata.java
- src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java 1 addition, 0 deletions...java/com/syncleus/aethermud/storage/AetherMudStorage.java
- src/main/java/com/syncleus/aethermud/storage/MapDBAetherMudStorage.java 0 additions, 110 deletions...com/syncleus/aethermud/storage/MapDBAetherMudStorage.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java 194 additions, 0 deletions...us/aethermud/storage/graphdb/GraphDbAetherMudStorage.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/PlayerData.java 143 additions, 0 deletions...va/com/syncleus/aethermud/storage/graphdb/PlayerData.java
- src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java 3 additions, 3 deletions...java/com/syncleus/aethermud/player/PlayerManagerTest.java
- src/test/java/com/syncleus/aethermud/player/combat_simuation/NpcTestHarness.java 4 additions, 4 deletions...eus/aethermud/player/combat_simuation/NpcTestHarness.java
Please register or sign in to comment