Guild icon
DDraceNetwork
DDraceNetwork / general
This channel is for all Teeworlds/DDNet and related chat. Gameplay questions can be asked here as well rather than in #questions. Ingame screenshots and any other Teeworlds related media goes to #showroom.
Between 2019-10-03 00:00:00Z and 2019-10-04 00:00:00Z
Avatar
Any small bugs anyone wants fixed?
Avatar
yes
12:36
sometimes when i join dummy and switch too fast to it i cant move my main tee anymore
Avatar
you join dummy, you switch to it, you switch back, you cant move your tee?
Avatar
exactly
12:36
its like i have a massive timeout on one tee
Avatar
well my computer seems to be too shit to join quick, but i'll try to reproduce it
Avatar
do you know why sounds sometimes dont work when i connect my dummy
Avatar
yes that one happens to me too
Avatar
but only like hook and dj
Avatar
@Im 'corneum can't make yours happen, sorry πŸ˜›
12:39
@Deleted User you mean you can't hear hook and dj?
12:39
from anyone or just from your dummy?
Avatar
its not related to joning quickly, but how fast after the tee jojned you switch to it
Avatar
dummy
Avatar
ok, let me try that one πŸ˜›
Avatar
Cellegen | HU 2019-10-03 12:40:02Z
learath: i'll listen to bugs
Avatar
though i think that one legit happens randomly
Avatar
Cellegen | HU 2019-10-03 12:40:34Z
should i introduce you to a bible of bugs written by me?
Avatar
@Deleted User I'll take a look at the code to see how it could happen
12:40
@Cellegen | HU if they are small, sure I have about 2 hours
Avatar
Cellegen | HU 2019-10-03 12:41:24Z
first still dont have support for overwriting intigers on the editor
12:41
kinda sad
12:42
second, barely ajusting graphical issues, like font size corrections and picture size rendering in the main menu
Avatar
overwriting intigers?
Avatar
I think you can right click on integers to input them by keyboard
Avatar
Cellegen | HU 2019-10-03 12:43:24Z
the fonts supposed to be int
Avatar
dont understand
Avatar
Cellegen | HU 2019-10-03 12:44:04Z
cant overwrite fonts to modify languages
Avatar
can't overwrite fonts where?
Avatar
u want to localize the editor?
Avatar
If only you were a native english speaker we'd get so many bug reports πŸ˜›
Avatar
Cellegen | HU 2019-10-03 12:44:40Z
in the editor pretty much since it fidnt depend on the language dataset
Avatar
You mean the editor is only in english?
Avatar
Cellegen | HU 2019-10-03 12:44:58Z
its english by default
Avatar
yeah we don't localize the editor
12:45
that's hardly a bug to fix in 2 hours though πŸ˜„
Avatar
Cellegen | HU 2019-10-03 12:45:30Z
;v
12:45
well idk
12:45
im still thinking about rendering issues
12:46
maybe i'll find some
12:46
just like in the editor
Avatar
@jao anything you want in the editor? Those are usually quick to make
Avatar
nothing off the top of my head
Avatar
I tried like 50 resolutions trying to reproduce that empty line thing, but it just doesn't want to happen for me (edited)
12:49
eh, I guess I'll work on the sql stuff
Avatar
Cellegen | HU 2019-10-03 12:51:08Z
maybe find a way to produce less memory usage for zoom? i mean
πŸ”Ž 1
Avatar
That's already fixed for gfx_opengl3
Avatar
Cellegen | HU 2019-10-03 12:51:44Z
make it into a curtain point of minimum and maximum sizes
Avatar
you can zoom out all you want, it won't lag at all
Avatar
Cellegen | HU 2019-10-03 12:51:55Z
you sure ....
12:52
high quality maps with a shitton of assets on it will make it even the movement hard
12:52
and there is a lot of it
Avatar
can u fix whatever is causing all those people to be unable to turn off dyn without doing cl_mouse_followfactor 0 which noone knows to do until someone tells them
12:53
seems like some error in translating vanilla .cfg to ddnet but idk
Avatar
Cellegen | HU 2019-10-03 12:53:17Z
get an update everytime it logins to a server by default?
12:53
should do the trick
Avatar
Cellegen | HU 2019-10-03 12:53:42Z
ooh
12:53
the followfactor
Avatar
the problem is peoples cl_mouse_followfactor and cl_dyncam_follow_factor are set the same
Avatar
Cellegen | HU 2019-10-03 12:53:53Z
ye its a luttle shity
Avatar
@noby I think it's old config :/
Avatar
Cellegen | HU 2019-10-03 12:54:39Z
it is not calculated by the correct mouse settings properly
12:54
had this problem
Avatar
It's a combination of me messing up by cleaning that setting up and vanilla having no difference between null and default
Avatar
is it not fixable by some kindof hardcode for that specific setting like "if theyre set the same, and neither one has been modified, fix it for them"
Avatar
Cellegen | HU 2019-10-03 12:55:41Z
i dont think hardcode is nessesary
Avatar
It's easily fixable if we don't store the configs for default values
12:55
but the problem is i'd mess up a lot of peoples settings
12:56
even the color changes pissed people off
Avatar
well its only a few things that are affected by this problem where the same cfg does different things in ddnet and vanilla
Avatar
Cellegen | HU 2019-10-03 12:56:23Z
then save it into a new folder and make it toggleable
12:56
just like old mouse settings
Avatar
most of the other configs either do the same thing in both or only exist in one
12:56
thats why hardcode
Avatar
Cellegen | HU 2019-10-03 12:57:40Z
i think there is an easier way than rewrite the whole configuration without ruining the whole concept
12:58
if i would learn the right language, i would have figure it out by myself tho
12:58
do u even know what they are talking about
Avatar
but u havent because rewriting the entire config system is definitely not easier than hardcoding a fix for the one offending config option
Avatar
Cellegen | HU 2019-10-03 12:59:08Z
ye learath understandably explained it in the chat
12:59
about the followfactor command since i had that bs problem before
Avatar
[7:56 AM] Cellegen: then save it into a new folder and make it toggleable it already does save ddnet settings separately, i think the problem is when it first reads the vanilla settings (?)
13:01
or something like this
Avatar
Cellegen | HU 2019-10-03 13:01:35Z
well
13:01
sounds complicated
Avatar
@noby the idea I had was to only save config variables that are set through the console
Avatar
that would be the proper way to do it but more work and might have unintended consequences
Avatar
but there are two problems with the approach, first is that'd mean people would need to clean their configs of default values (which is easy to fix with a tool), second is that the menus don't go through the console
Avatar
Cellegen | HU 2019-10-03 13:03:19Z
cant force it with the program you mention?
Avatar
it'd need quite some refactoring to get the menus to go through a function instead of directly setting g_Config values
Avatar
and third is that it might make existing bugs even worse, for example, the bug on osx with some ddnet versions where relaunching without cl_save_settings 0 made the client start with doubled screen resolution everytime (so 800x600 would relaunch as 1600x1200 then as 3200x2400 etc)
Avatar
@Cellegen | HU first issue is fixable, the second one I'm not sure how much work it'd take
Avatar
and other obscure things i cant think of
Avatar
@noby but atleast we'd get bug reports for all the broken default values we have
Avatar
e.g. my computer turns to a toaster if i launch ddnet
Avatar
that or ull push more dumb players towards illegitimate clients since "ddnet is broken now"
Avatar
Cellegen | HU 2019-10-03 13:05:04Z
profit
Avatar
I'm sure there is a fix for it, but with the fifty or so different throttling options we have, i have no idea which one to tune πŸ˜›
Avatar
Cellegen | HU 2019-10-03 13:05:39Z
the more obvious ones
13:06
if people were desperate with the followfactor command, then it deserves more braintickleing than like what i've mentioned for the editor
Avatar
braintickleing
13:08
is that a word xd
Avatar
Cellegen | HU 2019-10-03 13:08:28Z
kind... of?
13:08
thing is i've heard it before and it wasnt from a retard
13:09
feelsamazingman feelsamazingman
Avatar
Today is my birthday , @jao i wish you unblock konsti justatest feelsamazingman
yes 1
poggers 3
Avatar
Cellegen | HU 2019-10-03 13:45:39Z
unban konsti for quality comments troll kek
Avatar
@jao unban αΆ°°KonΝ§sti #1646 !
14:41
don't ruin my birthday more than its right now :/
14:41
ban this alt troll
Avatar
It is already bad enough he can talk in #developer troll
Avatar
@Deleted User i will ban u if u annoy me one more time
justatest 5
Avatar
where do u see me being triggered by him?
15:55
i don't mind personally but he's been doing it for months
15:55
it's time to stop
15:55
i just said i dont mind my man
Avatar
instead of having nerves of steal to ignore him you could just right click and ignore him
Avatar
i have him blocked already
15:56
if u mean that
Avatar
ur too late to save him. ive seen his pic
feelsbadman 2
Avatar
can u read what i said instead of talking shit
Avatar
/kick @Deleted User
Avatar
so many trashtalkers nowadays
Avatar
hes very close from it
Avatar
bb
16:01
im vegan
16:01
glutenfree
Avatar
weeb ryugay
Avatar
Cellegen | HU 2019-10-03 17:38:14Z
youre not a weeb ryu, you are more likely a moron
17:38
and when i say moron, i mean kind of me in the past
17:38
justatest justatest justatest
17:40
also no anime = ban
17:40
tee_thinking banhammer
Avatar
jao's hairy kebab 2019-10-03 18:37:09Z
gluten free baguette
Avatar
delete or #off-topic
Avatar
the fuck is this shit
20:36
it says gd nght
Avatar
anyway this is not teeworlds/ddnet related
Avatar
thx
20:41
ez ez ez ez
Avatar
where is the image of the checkboxes in ddnet ? i want to change the image xd
Avatar
They aren't images
22:04
so i cant change?
Avatar
wat checkboxes?
22:06
where
Avatar
filters and settingsw
Avatar
maybe they are just being generated in code
Avatar
u can change it in code
Avatar
no i cant xd
Avatar
wat u could easily change are the add friends or mute people checkboxes
Avatar
i did xd
22:08
Avatar
i want checkbox too
Avatar
those remove eyecancer
22:08
u could change the background of ur whole client
Avatar
ye but at the momnent i want to change the box image like with the friends mute stuff in server player tab
Avatar
yea u gotta change that in code
22:10
pretty sure
22:11
why removed? i rembebered i changed it some years ago
22:11
with image
Avatar
those were always like that
22:12
in vanilla and ddnet client at least
Avatar
would it be possible to make the images like gui_buttons
Avatar
I think those symbols come from a font, you can edit fonts
Exported 179 message(s)