MilkBowl / LocalShops

A Shop plugin for Bukkit (Minecraft Server)
http://forums.bukkit.org/threads/17131/
GNU General Public License v2.0
8 stars 4 forks source link

Cuboid Code Updated #8

Closed Jonbas closed 13 years ago

Jonbas commented 13 years ago

\slashies just let me know that the cuboid code has been updated. The new version fixes a bug and implements a boolean check to see if two cuboids overlap. It should help optimize the code a bit during server startup and creating or moving shops.

http://forums.bukkit.org/threads/cuboids.4171/

Sleaker commented 13 years ago

we re-wrote our own cube coding from what I remember. The cuboid code, while it may have been incredibly fast, had horrible docs as to what was actually going on. this made it incredibly difficult to work with. We do simple integer testing to determine if shop points are overlapping.

Sleaker commented 13 years ago

Closing as this doesn't apply to our plugin.