Stefan Beller

Results 31 comments of Stefan Beller

Maybe we can summon @bjorn and @ablu who are most familiar with manaserv these days. The question, before starting to use manaserv would be, if we can model flare game...

Well as a first workaround, do not select the tiles in the tilesetview, but on the map. Just have some area where you select your random stamps, similar to a...

That should indeed be the case. I'll debug into it tonight. Do you have an example at hands?

The problem is in AutoMapper::applyRule as it has ``` foreach (const QString &name, ii.names) { const int i = mMapWork->indexOfLayer(name, Layer::TileLayerType); ... const TileLayer *setLayer = mMapWork->layerAt(i)->asTileLayer(); ``` Instead of...

This is an interesting idea, however I'd prefer to get the games into the distributions if at all possible. Well then there is Windows and MacOs, which could make use...

I do like the idea of Alex Geppert.

Well I guess we're fine if we'd just take the first 2 characters off the returned string of `setlocale``and put it to lower case and see if we have that...

@igorko In most of the unixlike systems setlocale returns of the form `language[_territory][.codeset][@modifier]`, where language is an ISO 639 language code, i.e. only 2 characters. So your proposal would work...

So I had a plan at the second half of the text at https://github.com/clintbellanger/flare-engine/pull/382 > The StatBlock is an abstract base class, so it cannot be instantiated directly, but you...