Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Items and Inventories #11

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f21f5be
feat(CommandManager): Class to manage all commands
EikeSan Oct 9, 2019
572e4e6
fix(Dependency): Exclusion of Guava
EikeSan Oct 9, 2019
c3f97a9
feat(Dependency): Added latest guava dependency
EikeSan Oct 9, 2019
a84b714
Add Item class
Muirrum Oct 9, 2019
35f3fce
Merge branch 'master' into feature/items-and-inventories
Muirrum Oct 9, 2019
1597075
docs(JavaDoc): Put some documentantion into classes and methods
EikeSan Oct 10, 2019
b0bdfdd
Merge branch 'develop' into feature/items-and-inventories
Muirrum Oct 11, 2019
de0e6a6
Add Inventory class
Muirrum Oct 11, 2019
d848dbf
Give players an inventory
Muirrum Oct 11, 2019
fdc2f7b
Merge pull request #13 from EikeSan/master
Muirrum Oct 11, 2019
477c171
Add spotless to gradle - checks code style
Muirrum Oct 11, 2019
2201a1e
Merge branch 'feature/spotless' into develop
Muirrum Oct 11, 2019
a709ec5
Do some funky stuff with gradle
Muirrum Oct 11, 2019
52c55ef
Fix the "Location" type in Mobile
Muirrum Oct 12, 2019
2468d96
Add way to get current location of a Mobile
Muirrum Oct 12, 2019
82d5698
Add basics of a "Get" command - needs more infrastructure from Locati…
Muirrum Oct 12, 2019
4060198
Added AreaCollection class that handles storing and retrieving Area.
JessieVela Oct 13, 2019
c63a6b5
Added AreaCollection class that will serve as the primary class for s…
JessieVela Oct 13, 2019
fde7620
Added proper comments on functions and moved World initialization to …
JessieVela Oct 16, 2019
23d9247
Merge branch 'develop' into feature/areaRepo
JessieVela Oct 16, 2019
f1e93f2
Fixing changes
JessieVela Oct 16, 2019
2984b21
Removed private variable from App that was no longer needed.
JessieVela Oct 17, 2019
6b57bec
Merge pull request #16 from JessieVela/feature/areaRepo
Muirrum Oct 17, 2019
d7ea462
Add gradle wrapper for 5.6.1
Muirrum Oct 17, 2019
52b1f7e
Remove broken GH plugin
Muirrum Oct 20, 2019
6c207fa
Do more work on Get
Muirrum Oct 25, 2019
b2c94a3
Add the gradle wrapper and remove it from gitignore
Muirrum Oct 25, 2019
3ac2656
Add official way to deploy to GPR from gradle
Muirrum Oct 25, 2019
cb5ab8b
Merge pull request #23 from Dev-Osmium/feature/gradle-gh-registry
Muirrum Oct 25, 2019
79ff91b
Merge branch 'develop' into feature/items-and-inventories
Muirrum Oct 25, 2019
b7692b3
Fix the buildLocation() call
Muirrum Oct 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions .classpath

This file was deleted.

101 changes: 101 additions & 0 deletions .gitignore
Expand Up @@ -24,3 +24,104 @@ gradle-app.setting
bin/

# End of https://www.gitignore.io/api/gradle

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Eclipse ###

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

### IntelliJ ###
*.iml
.idea/

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

### Eclipse Patch ###
# Eclipse Core
.project

# JDT-specific (Eclipse Java Development Tools)
.classpath

# Annotation Processing
.apt_generated
/target/
target/
.vscode

!gradle-wrapper.jar
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/Gradle__ch_qos_logback_logback_core_1_2_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/Gradle__junit_junit_4_11.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/Gradle__org_slf4j_slf4j_api_1_7_25.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__junit_junit_4_11.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__org_slf4j_slf4j_api_1_7_25.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/modules/text-adventure.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/modules/text-adventure.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/modules/text-adventure.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.