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

chore: Use FlexiblePathfinding / Remove Pathfinding #88

Merged
merged 2 commits into from
Jan 13, 2022

Commits on Jan 13, 2022

  1. restructure packages to match module guidelines

    - remove `minion.work` package
    - remove `grid` package
    - use `org.terasology.module.behaviors` as root namespace
    - separate three packages `actions`, `components`, and `systems`
      - integrate `nodes` into `actions` as they are all behavior actions
      - rename `system` to `systems` to use consistent plural nouns
      - sort stray classes into respective package
    - remove irrelevant or broken tests (i.e., all tests)
    
    		src/main/java/
    		└── org
    				└── terasology
    						└── module
    								└── behaviors
    										├── actions
    										├── components
    										└── systems
    skaldarnar committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    dbf1663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373c006 View commit details
    Browse the repository at this point in the history