widelands / widelands

Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
https://www.widelands.org/
GNU General Public License v2.0
2k stars 155 forks source link

Allow terrain tilesets with up to 256px #2087

Open bunnybot opened 5 years ago

bunnybot commented 5 years ago

For the zoom feature, we can now have bigger terrain tiles. We should allow anything power of 2 between 64 and 256px.


Imported from Launchpad using lp2gh.

bunnybot commented 5 years ago

(by gunchleoc) We should use mipmaps here, c.f. https://bugs.launchpad.net/widelands/+bug/1638356

gunchleoc commented 5 years ago

For zooming in, we could repeat the textures, because they will tile.