Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2019-01-06 00:00:00Z and 2019-01-07 00:00:00Z
Avatar
[quakenet] <Teeworlds> [teeworlds] oy pushed 1 new commit to master: https://git.io/fhsqi
09:23
[quakenet] <Teeworlds> teeworlds/master d215c73 oy: use info provided by sdl for mouse double clicks
Avatar
[quakenet] <Dune> hey
11:06
[quakenet] <Oy> hey
11:06
[quakenet] <Dune> I mailed the flathub guys
11:06
[quakenet] <Dune> doesn²t sound like much work
11:06
[quakenet] <Oy> ok
Avatar
[quakenet] <Dune> hey
11:20
[quakenet] <Dune> @heinrich5991 unfortunately the l10n json files have some awkward indentation that makes json.dump break the diff :/ haven't found a clean way to change that from the json dump output
11:21
[quakenet] <Dune> I might screw the diff anyway
11:22
[quakenet] <heinrich5991> Dune: it doesn't output the language files in the format they're in right now?
11:22
[quakenet] <Dune> no
11:22
[quakenet] <Dune> it indents once more
11:22
[quakenet] <Dune> because there is some {key:"[ stuff
11:23
[quakenet] <Dune> I could do a replace of \n\t with \n, that would fix it I believe
11:23
[quakenet] <Dune> (it also doesn't keep author info before the fix I wrote)
11:24
[quakenet] <heinrich5991> (re.replace(r'^\t', '', str) :) )
11:24
[quakenet] <heinrich5991> ah
11:24
[quakenet] <heinrich5991> sorry for that
11:24
[quakenet] <Dune> I'm not sure they're tabs though
11:24
[quakenet] <Dune> json doesn't seem to like tabs
11:25
[quakenet] <Dune> alright, I'll do a replace :)
11:25
[quakenet] <heinrich5991> I see indent="\t" in my script
11:25
[quakenet] <heinrich5991> so I guess they're tabs
11:25
[quakenet] <Dune> yeah, I had to fix the json.load function with strict=False because of that
11:25
[quakenet] <Dune> (it doesn't like tabs)
11:26
[quakenet] <Dune> the tabs author info look like "heinrich\t\t\t(2013)" now though
11:26
[quakenet] <Dune> (literally \t)
11:26
[quakenet] <heinrich5991> >>> json.loads("\t[1,\t2,\t3]")
11:26
[quakenet] <heinrich5991> [1, 2, 3]
11:26
[quakenet] <heinrich5991> oh, you mean in data fields
11:27
[quakenet] <Dune> yeah
11:28
[quakenet] <heinrich5991> https://stackoverflow.com/a/19799355
I am running into a parsing problem when loading JSON files that seem to have the TAB character in them. When I go to http://jsonlint.com/, and I enter the part with the TAB character: { "
11:28
[quakenet] <heinrich5991> yea, apparently tabs are forbidden in json strings
11:28
[quakenet] <heinrich5991> I wonder how they get in there
11:28
[quakenet] <heinrich5991> *got
11:28
[quakenet] <Dune> yeah
11:28
[quakenet] <heinrich5991> >>> json.dumps("\t")
11:28
[quakenet] <heinrich5991> '"\t"'
11:28
[quakenet] <Dune> yeah it seems to work
11:28
[quakenet] <heinrich5991> python correctly encodes them. perhaps someone edited them by hand
11:29
[quakenet] <Dune> it didn't on windows
11:29
[quakenet] <Dune> the author info was edited by hand yes
11:30
[quakenet] <Oy> Sonix do you have the image for the settings button, which should be added to the server browser?
11:30
[quakenet] <heinrich5991> then I wouldn't put the fix into the scripts, rather fix it once. the automatic output doesn't have that problem
11:31
[quakenet] <Dune> the fix about what, tabs in data?
11:31
[quakenet] <Dune> that should be fixed once yeah
11:31
[quakenet] <heinrich5991> yes
Avatar
[quakenet] <Oy> should there be an option in settings->controls for inp_grab?
11:41
[quakenet] <Teeworlds> [teeworlds] heinrich5991 opened pull request #1952: Add str_startswith, str_endswith, str_truncate (master...pr_str_startsendswith) https://git.io/fhsOS
These functions were usually implemented ad-hoc at the call sites.
11:41
[quakenet] <Dune> Oy: probably, lots of people ask ingame
11:42
[quakenet] <Dune> btw do you think the mouse sens bar should align like shown in green there https://github.com/teeworlds/teeworlds/issues/1951 ?
Using the spanish translation for "mouse sens" option: we get an overflow, as seen in the screenshot here: red is a bad size, and changing it to the size of the green circle will fix its ...
11:43
[quakenet] <heinrich5991> why do we override sdl's default wrt to inp_grab? was it due to mouse pads?
Avatar
oy i've used an unicode character for that icon
11:52
Get the complete details on Unicode character U+2699 on FileFormat.Info
Avatar
oy, there is another problem with compiling on windows x64 with the latest changes. https://pastebin.com/aE83ASNs
12:21
i think the X in the corner should change to a poweroff/on icon https://unicodepowersymbol.com/
Avatar
[quakenet] <Oy> Dune: ok
12:28
[quakenet] <Oy> Sonix ok, will check that out
12:28
[quakenet] <Oy> Fisico just try again
Avatar
oy after 4 tried it worked LOL
Avatar
[quakenet] <Oy> seems the file downloader failed
12:32
[quakenet] <Oy> Dune: probably best if the scrollbar would start automatically after the text
12:32
[quakenet] <Dune> right
12:33
[quakenet] <Dune> not sure if it fits all scrollbar scenarios though, that'd be some work
Avatar
I think the X in the corner should be kept a X .. power off symbol doesn't make sense for software, desktop applications
Avatar
[quakenet] <Teeworlds> [teeworlds] Dune-jr opened pull request #1953: Remove scoreboard one-letter locales and add context to server difficulty locales (master...fix-localize-kd) https://git.io/fhsGJ
12:58
[quakenet] <Teeworlds> [teeworlds] Dune-jr opened pull request #1954: l10n scripts rework: automated Transifex->Teeworlds process (master...script-l10n-improvements) https://git.io/fhsGU
Merged normalize and reconvert_l10n python scripts Keep author info Adjust indent to preserve version controlling Also, for now: Replace tabs in data as some tabs have been inputted in author in...
12:59
[quakenet] <Teeworlds> [teeworlds-translation] Dune-jr pushed 1 new commit to master: https://git.io/fhsGT
12:59
[quakenet] <Teeworlds> teeworlds-translation/master 36d75de Jordy Ruiz: Update brazilian portuguese, bulgarian, french, spanish
Avatar
[quakenet] <Teeworlds> [teeworlds] Dune-jr opened pull request #1955: Adjust mousesens scrollbar width for lengthy strings (master...fix-mousesens-width) https://git.io/fhsGR
Closes #1951 There should be a way to put the scrollbar after the text, indeed. Should an issue be opened?
Avatar
[quakenet] <Teeworlds> [teeworlds] oy closed pull request #1952: Add str_startswith, str_endswith, str_truncate (master...pr_str_startsendswith) https://git.io/fhsOS
These functions were usually implemented ad-hoc at the call sites.
14:24
[quakenet] <Teeworlds> [teeworlds] oy closed pull request #1953: Remove scoreboard one-letter locales and add context to server difficulty locales (master...fix-localize-kd) https://git.io/fhsGJ
14:24
[quakenet] <Teeworlds> [teeworlds] oy closed pull request #1954: l10n scripts rework: automated Transifex->Teeworlds process (master...script-l10n-improvements) https://git.io/fhsGU
Merged normalize and reconvert_l10n python scripts Keep author info Adjust indent to preserve version controlling Also, for now: Replace tabs in data as some tabs have been inputted in author in...
14:25
[quakenet] <Teeworlds> [teeworlds] oy pushed 2 new commits to master: https://git.io/fhsnR
A retro multiplayer shooter. Contribute to teeworlds/teeworlds development by creating an account on GitHub.
14:25
[quakenet] <Teeworlds> teeworlds/master 26439ab Jordy Ruiz: Adjust mousesens scrollbar width for lengthy strings
14:25
[quakenet] <Teeworlds> teeworlds/master 745bbf5 oy: Merge pull request #1955 from Dune-jr/fix-mousesens-width...
Avatar
[quakenet] <Teeworlds> [teeworlds] Dune-jr opened pull request #1957: Fix make_release valid platforms list (master...fix-makerelease) https://git.io/fhs2S
Exported 81 message(s)