Commit Graph
6 Commits
Author SHA1 Message Date
Byron Marohn 2259f7d025 Merge upstream changes through 88f22f2e
This was not a straightforward merge. A new method was added upstream to:
        worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockType.java

This file has been substantially changed vs upstream worldedit. I merged
things as best I could - added the new method to this interface, and
then implemented it in:
        worldedit-core/src/main/java/com/sk89q/worldedit/world/block/BlockTypes.java

Unfortunately there's no easy way to test that it works - so I left a note...

Signed-off-by: Byron Marohn <[email protected]>
2018-12-23 19:58:49 -08:00
Byron Marohn 4d9abcdcb3 Update WorldGuard repo to use https
Signed-off-by: Byron Marohn <[email protected]>
2018-12-23 14:44:34 -08:00
Byron Marohn 801793cc12 Merge upstream changes through 7961fa58
Signed-off-by: Byron Marohn <[email protected]>
2018-12-21 12:13:43 -08:00
Byron Marohn dab9e9a799 Fix imports - build working again
Signed-off-by: Byron Marohn <[email protected]>
2018-12-21 08:09:58 -08:00
Byron Marohn 447b4e8868 Update gradle settings to new repository URL
Signed-off-by: Byron Marohn <[email protected]>
2018-12-21 08:04:08 -08:00
Byron Marohn c0fa1602ad Restore the formatting of many things to upstream WorldEdit - no code changes
This patch touches many files but changes absolutely no functionality.
The goal here is to make future merges with worldedit produce fewer
conflicts that have to be resolved.

This patch was made by painstakingly diff'ing files and copying changes
over from the last upstream merge commit (02c6f11b) into this codebase.

Signed-off-by: Byron Marohn <[email protected]>
2018-12-20 11:33:56 -08:00