Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-01-09 00:00:00Z and 2019-01-10 00:00:00Z
Avatar
Cellegen | HU 2019-01-09 06:55:21Z
HMMM (map editor bug lol?)
06:56
like wtf is the editor doing
Avatar
3D effects 😄
Avatar
Cellegen | HU 2019-01-09 07:02:59Z
yes
07:03
but seriously, since 11.6 released, bugs more often happen in the editor
07:03
also i got crashes and this shit bug
07:03
because of right clicking to an object or something
07:04
oh i remember, Shift + right click was the trick?
07:05
ye shift + right click into the Game folder
07:05
but everybody ignored it
07:05
😒
Avatar
there were many ppl changing the editor recently, you can create an issue on github, maybe they will read it there
Avatar
Cellegen | HU 2019-01-09 07:07:24Z
i'll
Avatar
So the Map Editor in the 11.6 version or DDNet Client is more likely broken at this point: -Doing a selected hotkey line (Shift + Right Click into the "Game" folder or some objects) can produce instant crash with losing all of your progress on it. (what is annoying in the way that it doesn't autosave) -The mouse ui is not perfectly functionable with the settings that i set on. (sometimes faster than the set setting; makes it difficult to aim to the little edit dots) -The rendering with m...
07:18
9c15c3f UTF8 nocase compare & use for chat TAB completion - def-
07:25
f9d9fee Demo browser: Show markers (fixes #329) - def-
07:31
faa3cc1 UTF8 nocase compare & use for chat TAB completion - def-
Avatar
f82ab4c Fix editor crash (reported in #1425) - def-
07:54
faa3cc1 UTF8 nocase compare & use for chat TAB completion - def- 71ec8cc Merge pull request #1423 from ddnet/utf8_nocase - def-
07:54
f9d9fee Demo browser: Show markers (fixes #329) - def- c16c50f Merge pull request #1424 from ddnet/demo-markers - def-
07:55
Avatar
Cellegen | HU 2019-01-09 09:53:30Z
why cant i take screenshots in 11.7?
Avatar
i can, however, as i pointed out some time ago, the minimum OpenGL version must be 2.0. depending on what SDL defines as the default version and how strict your driver is, it would be possible that feature wouldn't work. So either u did a GPU driver update, or a SDL update, or your screenshot folder is non writeable (edited)
Avatar
Cellegen | HU 2019-01-09 10:08:28Z
gpu update
Avatar
so old client also doesnt work right?
Avatar
Cellegen | HU 2019-01-09 10:28:04Z
it works on older clients
10:28
idk what happent with the update but it ripped off my screenshot
Avatar
well there was nothing changed regarding that function
10:29
did 11.6.1 work or what?
Avatar
SDL2 was downgraded in 11.6.1, other than that no idea
Avatar
i seen other games downgrade to 2.0.8 too
14:54
looks like .9 is bug
17:54
Why does my Points variable stay 0
17:54
17:54
Rank is 7
17:54
for example
17:56
it looks like the code doesnt enter the switch case, but it should be
Avatar
well are you printing points right after the switch statement?
Avatar
Oh im retarded. I fixed it
18:13
I used %f for the points
18:13
I have to use %d
18:14
New to c++, what are these? Datatypes or what
Avatar
ChillerDragon 2019-01-09 18:14:44Z
%decimal
18:14
%float
18:14
%string
18:14
i hgiess
Avatar
the %'s are format specifiers
Avatar
so I should use something for int or not?
Avatar
ChillerDragon 2019-01-09 18:15:11Z
%d is int
Avatar
but I guess decimal works
18:15
ok
Avatar
so to print an int you use %d
Avatar
ChillerDragon 2019-01-09 18:15:30Z
wasnt there %x as well?
18:15
like xacharcter
Avatar
x is hex i think
Avatar
ChillerDragon 2019-01-09 18:15:52Z
ah ye that makes sense
Avatar
X prints it uppercase
Avatar
ChillerDragon 2019-01-09 18:16:18Z
wtf?
18:16
2A
18:16
2a
18:16
u know
Avatar
ChillerDragon 2019-01-09 18:16:28Z
ah
18:16
funny
18:16
i thought u troll
Avatar
ChillerDragon 2019-01-09 18:16:54Z
nvm makes sense
Avatar
%z is for size_t
Avatar
ChillerDragon 2019-01-09 18:17:14Z
OOH#
Avatar
%p prints pointers
Avatar
ChillerDragon 2019-01-09 18:17:17Z
thanks god
18:17
i alawys rewrote all code
18:17
and replaced size_t with int
18:17
xd
18:17
mi pro
Avatar
%zu to be exact
Avatar
ChillerDragon 2019-01-09 18:17:50Z
ah unsigned
Avatar
z alone is nothing
Avatar
ChillerDragon 2019-01-09 18:17:57Z
dfq
18:17
xd
Avatar
size_t is unsigned long long iirc
Avatar
ChillerDragon 2019-01-09 18:18:20Z
do pointers print "NULL"? xd
Avatar
so ull works i think
Avatar
ChillerDragon 2019-01-09 18:18:28Z
%ull
Avatar
the first character defines the arguments type if it exists, the second one is the conversion specifier
Avatar
ChillerDragon 2019-01-09 18:18:31Z
ya probaböy
Avatar
llu then
Avatar
ChillerDragon 2019-01-09 18:18:44Z
lul
Avatar
size_t is not guaranteed to be anything iirc, which is why it has it's own specifier 😛
Avatar
ChillerDragon 2019-01-09 18:19:40Z
i miss c++ i stopped my hobby projects to lack of time due to may fulltime java job xd
18:19
java sux
18:19
gosh "may"
Avatar
wait until you have the pleasure of working with javascript
Avatar
ChillerDragon 2019-01-09 18:20:53Z
javascript is actully fun
18:21
i worked more with javasctipt than with java and i love javascript
Avatar
ChillerDragon 2019-01-09 18:21:33Z
i also have a js fanboi playlist on yt
18:21
xd
18:22
love it
18:23
well 90% germam xd
Avatar
ChillerDragon 2019-01-09 18:24:13Z
in my work we use apex that is even worse than pure java
18:24
the syntax is case insensitive
18:24
im not sure if this is apex or java but i thuink it is apex
18:24
thats so weird
18:24
nice waz that @Ryozuki
Avatar
a podcast
Avatar
ChillerDragon 2019-01-09 18:25:10Z
is this some random story podcast?
Avatar
its real
Avatar
ChillerDragon 2019-01-09 18:25:14Z
is it real?
Avatar
stories of hackers
Avatar
ChillerDragon 2019-01-09 18:25:25Z
stap prediciting mi questiojns
18:25
listen one
Avatar
ChillerDragon 2019-01-09 18:25:40Z
i will before sleep
Avatar
ChillerDragon 2019-01-09 18:25:57Z
im sure i wont survive 1min
18:25
xd
18:26
is it scary?
18:26
no
Avatar
ChillerDragon 2019-01-09 18:26:10Z
ima poop mi pants fast
Avatar
i never listen podcasts
18:26
and i rly liked it
Avatar
ChillerDragon 2019-01-09 18:26:16Z
ok nice
18:26
me neither
Avatar
its not anything scary lol
Avatar
ChillerDragon 2019-01-09 18:26:26Z
but i would love to listen to a good one
Avatar
it even explains how they do it
Avatar
ChillerDragon 2019-01-09 18:26:37Z
darkweb stuff on yt is mostly some creepy pasta
18:26
but nice
18:26
added to watchlaster
Avatar
"In this episode, we explain PBX hacking (aka Toll Fraud) and how hackers are racking up billions of dollars in phone bills. We also learn how the two men were captured. "
18:27
idk what u imagined this podcast is
18:27
xd
Avatar
ChillerDragon 2019-01-09 18:27:41Z
brain rape pycho binaural beats
Avatar
homogay
18:48
Why does the code always enter the if statement?
18:49
18:49
I get this error than
Avatar
Omg its '%s', not %s ok nvm (edited)
Avatar
yes
Avatar
@ChillerDragon maybe this is why the one time we had this bug with the weapon var?
Exported 154 message(s)