<img src="/assets/uploads/tumblr_inline_nqcdbwjCHh1qzj0rp_1280-750x423 le viagra sur ordonnance.png" alt="tumblr_inline_nqcdbwjchh1qzj0rp_1280" width="750" height="423" class="alignnone size-full-width wp-image-668" />
Over the weekend, I implemented a lot of missing functionality, mostly related to building and buildings. Almost all buildings have their actions and options available at build time implemented now. Also improved handling of announcements, specifically popup announcements, and other UI elements. Reconnection / restoration of game state is much faster now even if the app has been terminated while in background.
I do not answer questions about the estimated release date, mostly because I do not know how much time I’ll have to work on this. Below is the list of unimplemented stuff.
Missing: military screen (while squads menu is implemented), workshop profiles, stockpile-workshop links, health overview screen, justice-related stuff, stocks screen, civilizations screen, points/routes/notes, burrows, hauling, traps/levers and their linkage, world creation/starting a new game, several building actions (e.g. assigning creatures to cages and chains), nobles requirements/demands/mandates.
It’s a huge list, and some things are really important and I will work on them now, while some are deliberately skipped and will not be done until after the first public test release. Of course, advanced players may consider all of them must-have, but technically you can play without burrows and minecarts, for example.
I’m mostly happy with the networking and UI code, so can focus on this list now. The only other non-gameplay thing I’ll do is a support for NAT traversal, so that more people will be able to connect to their game running on a computer at home.








After (note the different colours of wooden furniture):
Technically this was very easy to do but some work probably will be required from tileset authors. Some colours specified in vanilla raws are not quite correct, but this can be fixed (e.g. by using an external colour database, one option is to use Stonesense data, as Japa suggested).
The biggest problem here is that tilesets are designed to make use of background and foreground colours, while if we make use of colour tokens, there will be only one foreground colour. For the background colour, we’ll have to either leave it as is, or set to some fixed value (e.g. black or white), and that’s not what existing tilesets expect.
EDIT: On the other hand, if you specify colours manually (in raws or overrides.txt for overrides), you can still have both foreground and background colours set to anything you want.

