sirinsidiator on pts8.0
8.0.4 (compare)
sirinsidiator on pts8.0
8.0.3 (compare)
sirinsidiator on master
7.3.9 (compare)
sirinsidiator on pts8.0
8.0.2 (compare)
sirinsidiator on pts8.0
8.0.1 (compare)
sirinsidiator on master
7.3.8 (compare)
sirinsidiator on pts8.0
8.0.0 (compare)
sirinsidiator on master
updated ESOUIDocumentation.txt (compare)
sirinsidiator on master
7.3.7 (compare)
sirinsidiator on master
7.3.6 (compare)
sirinsidiator on master
updated ESOUIDocumentation.txt (compare)
sirinsidiator on master
7.3.5 (compare)
sirinsidiator on pts7.3
7.3.5 (compare)
sirinsidiator on pts7.3
7.3.4 (compare)
sirinsidiator on pts7.3
7.3.3 (compare)
sirinsidiator on pts7.3
7.3.2 (compare)
sirinsidiator on master
7.2.10 (compare)
sirinsidiator on pts7.3
7.3.1 (compare)
sirinsidiator on pts7.3
7.3.0 (compare)
DD.MM.YY
. His Windows system is in RU.MM/DD/YY
.
eso.exe
bypassing Launcher's PLAY button. Game won't start with new locale you chose, it will start with old one. I did a lot of testing yesterday discovering these. My guess is, when game is installed and started via Launcher the first time, it feeds locale from OS to the game, and that sticks there as locale of that chosen client language. After that whenever you come back to that client language, that "memorized" locale setting used again. That's how these two guys, one having RU and the other having CZ locales in their OS, using EN game client get different DATETIME formats.
@shehi Thanks for the correction, I would have thought it made a difference.
However, I was asking to be sure because I mentioned I parse it already and didn't get a response. I have not had any reports of it not working. Not sure who does or doesn't have issues with it though. I use it because I wanted to get the date the guild was founded but I wanted it in epoch time.
https://github.com/ESOUIMods/AdvancedMemberTooltip/blob/main/AdvancedMemberTooltip.lua#L725-L808
@Sharlikran , in that code you linked above:
The line local day, month, year = get_formatted_date_parts(dateString, "dd.mm.yy")
assumes wrongly, as I described.
And then the rest of the logic there relies upon that assumption. I just don't understand: based on what you assume date format to be dd.mm.yy
?! As I mentioned above, the format used ingame is completely unreliable. Personally on my EN game client, where Windows locale is EN-GB, I get mm/dd/yy
dateformat, where digits aren't zero-left-padded (i.e. it is 3/30/2014
, not 03/30/2014
).
dd.mm.yy
style.
SET LastValidLanguage "de"
SET Language.2 "de"
local get_dimensions = my_control:GetDimensions()
Zoomed out is 298
I add 50 to whatever the dimension is. With some more digging I see it's about the same as getting GetDesiredWidth()
plus 50
So my issue is that LibGps returns a size that seems to correlate to when the map is zoomed out all the way which to GetDimensions()
is 248 (then I add 50)
What can I use instead to get the Desired Width or the Dimensions of the dig site polygon when the map is zoomed out? Something so I don't have to set the zoom and then take measurements and then returning the zoom to the original zoom factor the user had the map at.