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-07-13 00:00:00Z and 2019-07-14 00:00:00Z
Avatar
what's rather highly disturbing is that when you press esc, the chat is not visible anymore
Avatar
reverts c74637a#diff-da8e51385055fcc863833513a3930b15R392 see discussion at: #2161
Avatar
Chat's buggy only when you view the scoreboard, as it tries to fit the text into the next line, but there is already other text there, so it overlaps
Avatar
I believe this is a bug with the way the linewidth is calculated
Avatar
ChillerDragon 2019-07-13 14:30:21Z
i think that was fixed already
14:30
are you using latest teeworlds @jxsl13 ?
Avatar
how often is the tw.com version updated without it being announced?
14:36
I'm not compiling the clients 😃
14:40
exceptions for a few hours after release - we add a note in the download page
Avatar
I'm on latest tw.com version then?
Avatar
I think @ChillerDragon meant a trunk, compiled yourself version
14:47
does anyone know, what's the best place to add profiling debugger flags "-pg" in the cmakelists.txt? ._.
Avatar
ChillerDragon 2019-07-13 14:49:26Z
are you rewriting hot parts in assembly @jxsl13 ? 😜
Avatar
I might have stuff, that's exceeding the tick time limit of 20ms
14:50
wanna see, if that might cause lags or something like that
14:50
to optimize it
Avatar
ChillerDragon 2019-07-13 14:50:15Z
oh interesting i might such thing for my bloated mod
14:50
need*
14:50
pls halp 😮
Avatar
ChillerDragon 2019-07-13 14:50:46Z
bro idk i would put it anywhere
14:50
if its not a pr who cares about style
Avatar
I care about my style ._.
14:51
and about readable code
Avatar
ChillerDragon 2019-07-13 14:51:37Z
since i try to write readble code i stopped making features
14:52
its a never ending story. There is no end goal or state where you know your done. You can refactor code until it gets so ugly that you have to refactor even more,
Avatar
sometimes you just want to write prototype code that is not likely to be touched again, yeah
14:53
I find it difficult to find the right level of abstraction
Avatar
ChillerDragon 2019-07-13 14:53:22Z
i guess you dont even have to commit that pg flag and just test it and only commit the fixed code
Avatar
where or what do I write i the cmakelists.txt to get it properly working, as SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg") SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pg") SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -pg") does not seem to work
Avatar
It seems that my hair is far from being as long as his, so I'm far from such a state of leaning when to stop 😛
Avatar
ChillerDragon 2019-07-13 14:55:06Z
xd
Avatar
@jxsl13 you can use valgrind --tool=callgrind to profile a bit
21:03
already tried and now testing with google-perftools
21:08
do you know of any tools that measure execution time/cpu cycles @heinrich5991 ?
Avatar
valgrind --tool=callgrind does
Exported 41 message(s)