-
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continuing on with removing TownBlockLists, ending TownBlocks being tracked per-TownyWorld, adding TownBlocks being tracked per-Town. - Add TownyAPI.isWilderness(WorldCoord worldCoord) method. - Flesh out methods in TownyUniverse for maintaining the global townblocks hashmap. - Remove all traces of saveTownBlockList() and saveTownBlockList(Town town). - Remove extra townblock removal methods from TownyDatabaseHandler (removeOneOfManyTownBlocks(), removeManyTownBlocks()) - Remove deprecated methods used to update ancient Towny databases that still stored TownBlocks in the town and resident files. - (utilLoadTownBlocks(), utilLoadTownBlockTypeData(), utilSaveTownBlocks() - Replaced the Town's List<TownBlock> with ConcurrentHashMap<WorldCoord, TownBlock>. - Removed TownyWorld's ConcurrentHashMap<Coord, TownBlock> townBlocks, with all methods forwarding to TownyUniverse or otherwise handling things.
- Loading branch information
Showing
12 changed files
with
172 additions
and
411 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
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
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
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
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
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
Oops, something went wrong.