Tobias Wollgam

Results 93 comments of Tobias Wollgam

@ooshlablu although the windows builds are not successful (while linking the test executable) it would be nice if you can look at it. I want to know if this could...

Sadly size depends on the theme and we are not so far to customize that too. But there is a pr for progressiv theme configuration (wished by @marwin89 ). The...

> Also a question: How would one clear the advanced filter? (note i haven't tested it yet) Should I add a button "Clear" or "Reset"?

I decided to add a reset button cause it is easier to understand for users even if the are new to performous.

@Baklap4 here is a new screenshot: ![image](https://github.com/performous/performous/assets/55762382/cf546350-7870-4a9c-8ccf-0636e96d86cf) I think the button "reset" makes sense cause the user experience is better as when there will be only short cuts. Showing that...

@ooshlablu would be nice if you could test this one again. @Baklap4 @HetorusNL I think the pr is now feature complete and needs a code review.

@nieknooijens do you want to continue the pr? I will try to provide the function that returns the ip address(es).

No, it is in main.cc: ``` D:\a\performous\performous\performous\game\main.cc(161): error C3861: 'sleep': identifier not found ``` Do you really need a sleep? If yes use `std::this_thread::sleep_for`.

@nieknooijens my question: why sleep exactly one second? The problem with the fixed duration is that on some systems it is too long on other it is too short. So...