bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

- more fancy worldmap using Google maps API #305

Closed barsch closed 13 years ago

barsch commented 13 years ago

it would be nice to have a way to check if a chunk already exists or not because I would prefer not to draw anything as long the chunk is not discovered/generated in game - right now chunks will be generated by just looking at the map

MostAwesomeDude commented 13 years ago

Two things to fix about this: First, there is a way to check whether a chunk already exists, and that can be used to not fill in ungenerated chunks; second, the extra amount of JS in here worries me, and I'm saddened by the large amount of hand-templated code; and third, where the old templates have gone is not immediately obvious. If I can get to this by the end of the day, it'll be included in 1.7.1.

MostAwesomeDude commented 13 years ago

Merging. There are gems in here, like the image cache fix, that I wish had been more clearly marked or separated out, but since it's all getting included, there's no damage done. Thanks!