Michael Enßlin

Results 38 comments of Michael Enßlin

spinning gaben is an incredibly awesome idea. you could make him grow to represent the progress.

Sounds like something straight for one of our "idea" files (gameplay? interface?). The current design for networking includes a dedicated server (optionally run when clicking the 'Host' button), so both...

I'm not sure about the `./configure` thing; after all, `./configure` is there to provide autotools-like usage.

I think people who like to use GUIs like eclipse, or even Visual Studio, will simply use the cmake GUI... But of course, additional features that don't get in the...

This (selection order) behavior seems sort of silly; should we really attempt to clone it? (would it harm the user experience not to?)

The problem with markdown is that it's designed to be written by humans, not by machines. For example, there's no proper way (that I know of) to escape things. How...

Note that the string processing could be done entirely in python, since it's not very performance-critical. We might thus leverage the full potential of Python and the as-of-yet not-yet existing...

With `\` escapes, the markdown thing looks good. However, there's a few additional features that would be great: - being able to colorize (parts of) the text - clickable hyperlinks...

My main use case for hover text: If log messages are printed on-screen (such as next to the unit that they were logged by), you can hover over them to...

So hovering would work like this: The font renderer renders the text, but ignores the parts that are marked as 'hover'. That is, **except** if the mouse pointer happens to...