User Details
- User Since
- Oct 8 2017, 1:59 AM (285 w, 22 h)
Jan 4 2019
Jan 3 2019
Well, requiring users to login for those actions will help moderators moderate. I guess the alternative would be to remember the IP which did an action, but that doesn't strike me as a good alternative.
Yeah, that's a good idea. I'll add it to the todo list.
Jan 2 2019
Wouldn't be this be no different than modio? WFG doesn't host that either, afaik.
Some of Stan's suggestions.
Prep for the Replay viewer.
Fix feedback. Make code more consistent. Add window that opens when replays are pressed on. Add UserDatas parsing code.
Jan 1 2019
Add submission date column and fix scrollbar.
Dec 31 2018
Isn't this sort've unrelated to this PR? Linewrapping has always been enabled for the items. It's just that prior to these changes, it would start wrapping too late.
I forgot to include CMultilist.{cpp,h}
Dec 30 2018
I can't add context without dragging in changes I don't want in. Here is it done from root, however.
And now I have to manually edit the patches... (via svn diff COList.* ../../binaries/data/mods/mod/gui/common/modern/styles.xml ../../binaries/data/mods/mod/gui/gui.* | vipe | arc diff --raw)
I've been doing svn diff COList.cpp | arc diff --raw, because I didin't want to pull in my other changes to the different parts of the code base.
Accounted for cases where width is absolute. Also made it sow that the header expands to fit the whole text.
https://i.imgur.com/u8M8jKN.png
Dec 29 2018
Jan 5 2018
Missed one
Translation thingy
Made it throw an error instead.
Even when I was not ready I got every change message from more options.
Fixed these 3 bugs:
- 3 random messages the host gets when he starts hosting, how do I get rid of those?
- Scrolling too fast makes it cycle between the real message and another message
- The first proper message appears twice for some reason
Maybe have it so that the summary is by default at where the options go right now and then have the options take its position when their tabs are presses? Honestly, I've never actually read the map description cause I've found it easier to glance at the map settings.
Jan 4 2018
Can the map description bellow the tab buttons be converted into a tab like the rest of the settings? If you do that then the tabs buttons could be made less wide which I think would make them look better.
IMHO I think D1027 is a better solution for cramming more things in the bottom. I've removed things related to the map options. (A.k.a 90% of this patch)
This looks awesome but I've experienced a couple issues:
- You get pinged every time you enter the lobby if your name was mentioned in the past. It should only ping once.
- Leaving games, or having others start games or others leaving games gives the following error:s
Oct 13 2017
Oct 11 2017
I've started git bisecting the issue, gimme a couple days at most to finish bisecting.
Oct 10 2017
You'd need both casts, as after you cast the first one, it gives a similar warning for the second.
Sorry for taking to long to get back on this.