00:49 <+bridge> [ddnet] u mind if i make a patched version of new client with emoji support? :) 00:50 <+bridge> [ddnet] and post it on forum ofc 01:13 <+bridge> [ddnet] @Ryozuki no, I don't think anyone minds 01:19 <+bridge> [ddnet] @fokkonaut is the problem still present? 01:39 <+bridge> [ddnet] @heinrich5991 i will try ir tomorrow, im not on pc 09:33 <+bridge> [ddnet] Hm, cl_refresh_rate 480 gives me ping 24 instead of 8 on full servers 09:34 <+bridge> [ddnet] that's weird, it should only sleep until a server packet comes in 09:38 <+bridge> [ddnet] seems to add ~2 ms to pred time 09:50 <+bridge> [ddnet] The game also runs noticeable less fluent for me when i have cl refresh at 480 instead of uncapped 09:51 <+bridge> [ddnet] would be nice if we could fix that 09:53 <+bridge> [ddnet] I guess it's because of the async graphics 10:40 <+bridge> [ddnet] @Dev how to build the server only with cmake without having client dependencies installed? 10:42 <+bridge> [ddnet] target ddnet-server? 10:42 <+bridge> [ddnet] `cmake ..` fails already 10:42 <+bridge> [ddnet] error? 10:42 <+bridge> [ddnet] it complains that the client dependencies arent installed 10:44 <+bridge> [ddnet] and why is the build folder not in .gitignore 10:45 <+bridge> [ddnet] well thats a folder u make 10:45 <+bridge> [ddnet] u can ignore it in .git/info/exclude 10:48 <+bridge> [ddnet] I normally set the build folder out of the source code and run "cmake ../DDNet-..." 11:08 <+Learath2> Ryozuki make it completely clear that you will be maintaining the said version of the emoji client 11:09 <+Learath2> @timakro cmake -DCLIENT=OFF .. 11:52 <+bridge> [ddnet] oh nice 12:04 < ddnet-commits> [ddnet] QingGo opened pull request #1014: Change the wrong translation of Chinese (master...patch-1) https://git.io/vNxNe 12:28 <+bridge> [ddnet] oh lol how does this cmake work? it is 100 times more complicated than bam 12:28 <+bridge> [ddnet] it only generates hunderts of files and subdirectorys but no executables. Where can i find my DDNet-Server.exe ? 12:30 <+bridge> [ddnet] cmake .. 12:30 <+bridge> [ddnet] make -j4 12:30 <+bridge> [ddnet] did u run make? 12:30 <+bridge> [ddnet] no 12:30 <+bridge> [ddnet] xd 12:30 <+bridge> [ddnet] unknown command make .-. 12:32 <+bridge> [ddnet] install it 12:32 <+bridge> [ddnet] using `.git/info/exclude` doesnt work, might it be because of 12:32 <+bridge> [ddnet] .gitignore 12:32 <+bridge> [ddnet] ``` 12:32 <+bridge> [ddnet] * 12:32 <+bridge> [ddnet] !**/ 12:32 <+bridge> [ddnet] !*.* 12:32 <+bridge> [ddnet] 12:32 <+bridge> [ddnet] ``` 12:32 <+bridge> [ddnet] install cmake and make? 12:32 <+bridge> [ddnet] lol 12:32 <+bridge> [ddnet] wait 12:32 <+bridge> [ddnet] are u using visual studio? 12:32 <+bridge> [ddnet] for what? 12:32 <+bridge> [ddnet] compiling? 12:32 <+bridge> [ddnet] im asking 12:32 <+bridge> [ddnet] ye 12:32 <+bridge> [ddnet] idk 12:32 <+bridge> [ddnet] ask cmake 12:32 <+bridge> [ddnet] god.. 12:33 <+bridge> [ddnet] pls 12:33 <+bridge> [ddnet] i prefer using mingw 12:33 <+bridge> [ddnet] u see some .sln files?? 12:33 <+bridge> [ddnet] but i have installed also vs 12:33 <+bridge> [ddnet] vcxproj files 12:33 <+bridge> [ddnet] if u want to use ming, use `cmake .. -G "MinGW Makefiles"` 12:33 <+bridge> [ddnet] delete ur build folder 12:33 <+bridge> [ddnet] and run that 12:33 <+bridge> [ddnet] also u should add mingw binaries to your path 12:33 <+bridge> [ddnet] then it will find make 12:33 <+bridge> [ddnet] cmake is my build folder? 12:34 <+bridge> [ddnet] no.. 12:34 <+bridge> [ddnet] u usually do 12:34 <+bridge> [ddnet] mkdir build 12:34 <+bridge> [ddnet] cd build 12:34 <+bridge> [ddnet] oh 12:34 <+bridge> [ddnet] cmake .. -G "MinGW Makefiles" 12:34 <+bridge> [ddnet] make -j4 12:34 <+bridge> [ddnet] i reinstall ddnet src ^^ 12:35 <+bridge> [ddnet] is cmake and make something completly different? 12:35 <+bridge> [ddnet] i thought i also get make by installing cmake 12:36 <+bridge> [ddnet] make was there before cmake 12:36 <+bridge> [ddnet] because make didnt allow for enough flexibility they made cmake which generates Makefiles 12:36 <+bridge> [ddnet] ok 12:36 <+bridge> [ddnet] but do i have to go through 2 installation proccesses then? or does cmake always fetches make 12:36 <+bridge> [ddnet] but before Makefiles where written by hand 12:37 <+bridge> [ddnet] im not sure 12:37 <+bridge> [ddnet] the cmake debian package recommends make only 12:38 <+bridge> [ddnet] yo @Ryozuki where do i create the build folder? in the cmake folder? But it doesnt find the CMakeLists.txt there .-. 12:38 <+bridge> [ddnet] cd ddnet 12:38 <+bridge> [ddnet] mkdir build 12:38 <+bridge> [ddnet] ... 12:38 <+bridge> [ddnet] ah 12:38 <+bridge> [ddnet] ty 12:38 <+bridge> [ddnet] you can create it anywhere tho 12:38 <+bridge> [ddnet] but usually its done like this 12:38 <+bridge> [ddnet] i want to go usually 12:39 <+bridge> [ddnet] notice that you run cmake .. 12:39 <+bridge> [ddnet] .. means the parent folder 12:39 <+bridge> [ddnet] ye 12:39 <+bridge> [ddnet] which contains cmakelists.txt 12:39 <+bridge> [ddnet] i get that 12:39 <+bridge> [ddnet] ok 12:40 <+bridge> [ddnet] i could replace .. by an full path i guess 12:40 <+bridge> [ddnet] but i want to go normal 12:40 <+bridge> [ddnet] 01.1111111111+ 12:40 <+bridge> [ddnet] make still not found 12:40 <+bridge> [ddnet] ^^ 12:41 <+bridge> [ddnet] i go install it^^ 12:41 <+bridge> [ddnet] btw what does the -j4 arg means? 12:42 <+bridge> [ddnet] faster compilation 12:42 <+bridge> [ddnet] i think it uses 4 threads 12:42 <+bridge> [ddnet] ah 12:56 <+bridge> [ddnet] thanks a lot @timakro and especially @Ryozuki i mede it c: ... what a struggle 12:56 <+bridge> [ddnet] rip bam 12:56 <+bridge> [ddnet] np 12:56 <+bridge> [ddnet] chillee noob 12:56 <+bridge> [ddnet] chiller noob 12:57 <+bridge> [ddnet] @ChillerDragon benutzt du kein bam mehr für ddpp? 12:57 <+bridge> [ddnet] ddpp stays bam ofc 12:57 <+bridge> [ddnet] ok 12:57 <+bridge> [ddnet] i just wanted to get the new ddnet build sys running 12:57 <+bridge> [ddnet] they stopped bam support 12:57 <+bridge> [ddnet] why 12:58 <+bridge> [ddnet] idk they prefer cmake i guess 13:09 <+bridge> [ddnet] @fokkonaut cmake is more modern and better 13:18 <+bridge> [ddnet] okay, i still cant get m_LastIndexTile and m_LastIndexFrontTile to work 13:22 <+bridge> [ddnet] kind of 13:23 <+bridge> [ddnet] ok. im trying to make a toggle-tile but it doenst seem to work. i did it like in xxlddrace and i can turn stuff on, but when i go on it again, it wont get disabled 😒 13:53 <+bridge> [ddnet] mimimiim 13:53 <+bridge> [ddnet] but its not teeworlds related 13:54 <+bridge> [ddnet] its not mede by Magnus Auvinen 13:54 <+bridge> [ddnet] --> it sux 13:58 <+bridge> [ddnet] ... 13:58 <+bridge> [ddnet] true fanboii 15:52 <+bridge> [ddnet] https://github.com/ddnet/ddnet/commit/151da9af979b9fcb7338ba151998434736e7e9d8 15:52 <+bridge> [ddnet] why? 😂 15:54 <+bridge> [ddnet] @Gratzl it's sad :( 15:55 <+bridge> [ddnet] removed emoji, why xD 15:56 <+bridge> [ddnet] cause haters gonna hate 15:56 <+bridge> [ddnet] tees have posted for not emoji, but so sad xD 16:03 <+quinerr> Hi, I'm packing ddnet for debian. However I see currently src heavily depends on bundled libs 16:16 <+Learath2> you've been packing it for the last 2 years? :D 16:17 <+Learath2> PREFER_BUNDLED_LIBS=OFF should be fine 16:18 <+quinerr> Hmm you know debian ftp master 16:18 <+quinerr> block everything 16:30 < ddnet-commits> [ddnet] yangfl opened pull request #1015: Fix typo (master...upstream) https://git.io/vNpUj 16:31 <+quinerr> I still get embedded-library errors for 11.0.3 16:32 <+bridge> [ddnet] wow 16:33 <+bridge> [ddnet] that pr is a big typo fix xD 16:35 <+bridge> [ddnet] duude its huughe 16:35 <+bridge> [ddnet] typo god 16:35 <+bridge> [ddnet] maybe he used a tool 16:35 <+bridge> [ddnet] typotool3000 16:36 <+bridge> [ddnet] but why did the travis build fail on a typo pr? 16:36 <+bridge> [ddnet] is travis broken agian? 16:41 <+quinerr> It's glew which is bundled in 16:51 <+Learath2> quinerr: you could open an issue, Jupeyyy, deen or heinrich5991 would be applicable I guess 19:31 <+bridge> [ddnet] the newest teeworlds version doesn't work for me 😮 he crashes when the loading is finished 19:40 <+bridge> [ddnet] Hmm maybe it is just my computer 19:53 <+bridge> [ddnet] @Dev is anybody here who could add the `/build/` folder to .gitignore now? 19:54 <+bridge> [ddnet] I'm using ddnet as a submodule and I can't find another solution 19:54 <+bridge> [ddnet] Make in this discord teeworlds emojis ! ( ohh tgey are here but ) And make same teeworlds stars emoji for in info make difficulty make teeworlds stars not basic ! 19:54 <+bridge> [ddnet] I'm using ddnet as a git submodule and I can't find another solution 19:55 <+bridge> [ddnet] good idea @timakro 19:55 <+bridge> [ddnet] @NOOb delete configuration %appdata% teeworlds folder , if not working delete teeworlds or create new folder . 19:56 <+bridge> [ddnet] i want it right now - ^^ 19:58 <+timakro> Can somebody add the `/build` folder to .gitignore please? or just say yes Learath2, heinrich5991 or deen and I'll do it now 20:00 <+Learath2> I see no harm in that :D 20:01 <+Learath2> you could also create your build folder outside, you know that right? 20:02 <+bridge> [ddnet] i solved my problem, i turned opengl3 on 0 and the launch was normal. if i put it on 1 i get instantly a crash during launching 20:02 <+Learath2> @n000b what was your problem anyway? 20:03 <+Learath2> timakro: ^^ if you missed that 20:03 <+timakro> i want it inside, thats nicer, I'll commit the .gitignore change to ddnet 20:05 <+Learath2> btw, why do you need it ignored anyways? 20:05 <+timakro> I'm using ddnet as a submodule 20:05 <+Learath2> it just makes it disappear from status 20:05 <+timakro> you cant stage the submodule when there are unstaged changes in it 20:06 <+Learath2> it's not even unstaged, it's untracked 20:07 <+timakro> i mixed that up, but there also cant be untracked files 20:07 < ddnet-commits> [ddnet] timakro pushed 1 new commit to master: https://git.io/vNpZ3 20:07 < ddnet-commits> ddnet/master 861f234 Tim Schumacher: Add /build/ to .gitignore 20:09 <+bridge> [ddnet] @Learath2 well if i launched the client it crashed before the loading screen was finished. 20:10 <+Learath2> interesting 20:12 <+bridge> [ddnet] only when opengl3 was on 1 instead of 0 20:20 <+bridge> [ddnet] Unique is open source now! https://github.com/unique-clan (in case anybody cares) 20:29 <+bridge> [ddnet] btw @heinrich5991 i got it to work^^ 20:40 <+bridge> [ddnet] :D 20:48 <+bridge> [ddnet] why arent the players showing up in the master server list for my server 20:48 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/409797301272313876/Screen_Shot_2018-02-04_at_1.47.47_PM.png 20:48 <+bridge> [ddnet] my server or any other one with >16player limit 20:48 <+bridge> [ddnet] ddos 20:48 <+bridge> [ddnet] no 20:48 <+bridge> [ddnet] hmn 20:50 <+bridge> [ddnet] other people can see the problem as well and my server isnt the only one affected 21:44 <+Learath2> noby, maybe you are responding with a wrong serverinfo packet 21:44 <+Learath2> is your fng mod based on ddnet? 21:45 <+Learath2> works fine for ddnet based servers on the latest client 23:11 <+bridge> [ddnet] @deen still don't know what the `.gitignore` file is supposed to do 23:11 <+bridge> [ddnet] can you explain? 23:15 <+bridge> [ddnet] @ChillerDragon you're just not used to cmake yet 😉 23:15 <+bridge> [ddnet] @ChillerDragon if you want to compile ddnet with mingw, I think mingw already has make support 23:16 <+bridge> [ddnet] @heinrich5991 Files listed in .gitignore will not be tracked by Git. They are ignored. It's very good for hiding built files from the command 'git status'. See https://git-scm.com/docs/gitignore 23:19 <+bridge> [ddnet] thanks. I was mainly wondering about the lines @deen put into the `.gitignore`: 23:19 <+bridge> [ddnet] ``` 23:19 <+bridge> [ddnet] * 23:19 <+bridge> [ddnet] !**/ 23:19 <+bridge> [ddnet] !*.* 23:19 <+bridge> [ddnet] ``` 23:32 <+bridge> [ddnet] * excludes all files 23:32 <+bridge> [ddnet] !**/ includes directories again 23:32 <+bridge> [ddnet] !*.* includes files with file endings again 23:32 <+bridge> [ddnet] so in the end all plain files without an ending are excluded 23:32 <+bridge> [ddnet] aka binaries on non-windows 23:36 <+Learath2> that's cute 23:47 <+bridge> [ddnet] Hacky xd but cool