Time |
Nick |
Message |
00:06 |
|
paramat joined #minetest-dev |
00:57 |
paramat |
game#2038 much better |
00:57 |
ShadowBot |
https://github.com/minetest/minetest_game/issues/2038 -- Coniferous litter: Improve textures, greyer and lighter by paramat |
01:26 |
|
VargaD joined #minetest-dev |
01:47 |
|
Tmanyo joined #minetest-dev |
05:07 |
|
Darcidride joined #minetest-dev |
05:26 |
|
VargaD joined #minetest-dev |
07:42 |
|
ssieb joined #minetest-dev |
08:22 |
|
Krock joined #minetest-dev |
09:12 |
|
kilbith joined #minetest-dev |
09:16 |
|
Xio joined #minetest-dev |
10:23 |
|
YuGiOhJCJ joined #minetest-dev |
10:59 |
|
Fixer joined #minetest-dev |
11:49 |
|
clavi joined #minetest-dev |
11:54 |
|
Fritigern joined #minetest-dev |
13:27 |
|
Jordach joined #minetest-dev |
13:55 |
|
RobbieF joined #minetest-dev |
13:55 |
|
RobbieF left #minetest-dev |
14:36 |
|
kilbith joined #minetest-dev |
15:17 |
|
antims joined #minetest-dev |
17:14 |
|
paramat joined #minetest-dev |
17:43 |
|
Darcidride_ joined #minetest-dev |
17:51 |
|
Darcidride_ joined #minetest-dev |
18:06 |
|
QwertyCool joined #minetest-dev |
18:06 |
QwertyCool |
howdy |
18:16 |
paramat |
will merge game#2030 game#2039 later |
18:16 |
ShadowBot |
https://github.com/minetest/minetest_game/issues/2030 -- Intersects_protection(): Remove from Minetest Game by paramat |
18:16 |
ShadowBot |
https://github.com/minetest/minetest_game/issues/2039 -- Doors: Avoid crash on nil player in 'can dig door' by paramat |
18:16 |
paramat |
and hi |
18:22 |
|
juhdanad joined #minetest-dev |
18:27 |
|
nerzhul joined #minetest-dev |
18:27 |
|
nerzhul left #minetest-dev |
18:40 |
|
Gael-de-Sailly joined #minetest-dev |
18:40 |
|
Gael-de-Sailly joined #minetest-dev |
18:47 |
juhdanad |
The style guideline asks for exactly one tab when breaking function arguments, but .clang-format requires 2 tabs. What should I do? |
18:50 |
Krock |
both is fine IMO |
18:50 |
paramat |
do you mean LINT is making unreasonable demands? |
18:51 |
Krock |
a rule conflict of our code style rules and LINT, yeah |
18:51 |
paramat |
always go with MT code style guidelines, LINT isn't tuned to our codestyle |
18:51 |
Fixer |
can I manipulate my formspec inventories via CSM, aka to SORT my inventory |
18:51 |
paramat |
if necessary you can add the file to the lint whitelist |
18:52 |
juhdanad |
I mean that if you want to verify sources with lint, then they should agree on rules. |
18:52 |
paramat |
yes, but they don't +) |
18:52 |
paramat |
=) |
18:52 |
paramat |
(my eyes crossed) |
18:52 |
juhdanad |
Because if they don't match, each file will end in the whitelist, and the whole thing has no point. |
18:53 |
paramat |
yes i complained about this a while ago |
18:53 |
Krock |
lint was adjusted many times already as it's apparently hard to make it use our one. probably nerzhul can improve it further |
18:54 |
juhdanad |
Unfortunately, I didn't see a setting to change clang's behavior specifically on function argument line breaks. |
18:54 |
sofar |
Fixer: probably, but the server could sort just as easy and that wouldn't need any API changes |
18:54 |
Fixer |
sofar: but server owners rarely install it, I want (like in mc beta), to have it client-side via CSM and use everywhere |
18:55 |
juhdanad |
What about changing this entry in the code style guideline? |
18:55 |
paramat |
no |
18:55 |
sofar |
Fixer: all that the csm could do is send inventory move requests to the server |
18:55 |
sofar |
anything else would be complex |
18:55 |
paramat |
we're not going to change out codestyle because of a bad linter |
18:55 |
paramat |
*our |
18:56 |
Fixer |
sofar: i'm fine with this |
18:56 |
john-titor |
sofar, I can already do that, it's kinda a bug |
18:56 |
john-titor |
it* |
18:57 |
|
ThomasMonroe joined #minetest-dev |
19:14 |
juhdanad |
Any objections about #6978? It removes whole functions, so there's no change in functionality. |
19:14 |
ShadowBot |
https://github.com/minetest/minetest/issues/6978 -- Remove unused light updating code by juhdanad |
19:15 |
sfan5 |
nothing wrong with that if it's unused code |
19:16 |
sofar |
agreed |
19:38 |
QwertyCool |
ErrorLNK2001unresolved external symbol _inflateInit_12minetestC:\Minetest-dev\minetest-build\src\serialization.obj |
19:38 |
QwertyCool |
any idea how to fix this |
19:39 |
QwertyCool |
compiling windows 32 bit release |
19:40 |
sfan5 |
rebuild zlib |
19:40 |
juhdanad |
It is a Zlib function, it seems. |
19:41 |
QwertyCool |
thanks i'll take a look |
19:41 |
sfan5 |
either with WINAPI enabled or disable, depending on what you had enabled before |
20:16 |
QwertyCool |
@.@ |
20:16 |
QwertyCool |
NMAKE : fatal error U1073: don't know how to make './zconf.h' |
20:16 |
QwertyCool |
lol |
20:23 |
Krock |
huh? just run msbuild [zlib]\contrib\vstudio\vc10\zlibvc.sln /p:Configuration=Release |
21:05 |
QwertyCool |
https://pastebin.com/SJA0J3eP |
21:08 |
Krock |
Not C++ but also visual studio: https://stackoverflow.com/questions/6400141/error-msb3073-copy-d-c-loanapp-ux-usercontrols-css-c-loanapp-ux-getquot |
21:08 |
Krock |
"The solution for me was to add the '/y'option to the copy/xcopy command you execute so these overwrite questions won't be asked. " |
21:09 |
Krock |
another SO question/answer suggests running it as Administrator to allow copying the dll to your system directory |
21:09 |
john-titor |
#6945 |
21:09 |
ShadowBot |
https://github.com/minetest/minetest/issues/6945 -- Move `setlocale` from Lua to C++. by red-001 |
21:10 |
john-titor |
also #6954 |
21:10 |
ShadowBot |
https://github.com/minetest/minetest/issues/6954 -- Remove legacy chat network code. by red-001 |
21:12 |
Krock |
john-titor == red-001 ? |
21:12 |
rubenwardy |
yes |
21:12 |
rubenwardy |
/whois john-titor |
21:13 |
Krock |
I see. |
21:19 |
john-titor |
oh noo I have been uncovered |
21:19 |
QwertyCool |
Am I doing things wrong or is it this challenging for everyone :/ |
21:29 |
QwertyCool |
trying to compiule for like 3 days |
21:31 |
Krock |
QwertyCool, at least 0.4.16 worked just fine to compile with MSVC 2010 |
21:32 |
Krock |
there weren't large changes in the build system so it should be possible by compiling all for the same arch (x86) and link them |
21:39 |
|
Tmanyo joined #minetest-dev |
21:39 |
sfan5 |
Krock, rubenwardy: #7004 |
21:39 |
ShadowBot |
https://github.com/minetest/minetest/issues/7004 -- Refine movement anticheat again by sfan5 |
21:40 |
rubenwardy |
nice |
21:42 |
Krock |
edge case when jumping or walking is disabled? okay. |
21:43 |
Krock |
looks good to me |
21:45 |
|
Fixer joined #minetest-dev |
21:45 |
Krock |
negative jumping speeds or walking for the opposite direction are not supported explicitly, right? |
21:46 |
sfan5 |
pretty sure |
21:48 |
QwertyCool |
do you build in command line or with Visual Studio? |
21:49 |
|
paramat joined #minetest-dev |
21:55 |
|
juhdanad joined #minetest-dev |
21:56 |
paramat |
will review fireflies tonight |
22:06 |
QwertyCool |
Krock when you run cmake what generator do you choose? |
22:06 |
QwertyCool |
do you custom specify compilers? |
22:23 |
|
Fixer joined #minetest-dev |
22:25 |
Krock |
QwertyCool, detect system one |
22:28 |
QwertyCool |
and what generator? |
22:28 |
QwertyCool |
the most recent microsoft studio? |
22:29 |
Lord_Buckethead |
which ever one you have installed# |
22:30 |
sfan5 |
Krock: could you approve & merge 7004? currently updating the backports and i'd like to include it already |
22:32 |
Krock |
<Krock> looks good to me | doing approval on GH now and merging |
22:32 |
sfan5 |
ty |
22:34 |
Krock |
np |
22:49 |
|
ThomasMonroe joined #minetest-dev |
23:01 |
sfan5 |
why does git keep fucking up my cherry picks |
23:01 |
sfan5 |
this is annoying |
23:13 |
QwertyCool |
:') dear god it compiled. |
23:14 |
QwertyCool |
THANK YOU KROCK for your patitence |
23:15 |
ThomasMonroe |
QwertyCool, you got it to compile on Windows? |
23:19 |
Shara |
Impressive feat. Did it twice.. and gave up after that :) |
23:20 |
ThomasMonroe |
I keep getting a stupid ft2build.h error XD |
23:22 |
Shara |
I mostly just got sick of cmake refusing to find anything by itself. No doubt there are better approaches to mine, but no one was yet able to show me one. |
23:22 |
ThomasMonroe |
heh |
23:22 |
QwertyCool |
dont have freetype installed atm |
23:23 |
QwertyCool |
went super minimal and its running now |
23:23 |
QwertyCool |
only problem. |
23:23 |
QwertyCool |
4k screen not scaling well |
23:23 |
ThomasMonroe |
lol |
23:23 |
Shara |
Ahh, that was a big annoyance to me, but did get there eventually. |
23:24 |
ThomasMonroe |
I want to run it on the Windows computer so that I don't have to keep taking over my brother's computer ;D |
23:24 |
QwertyCool |
is there a scaling option or is it needed |
23:24 |
Shara |
Scaling option? |
23:25 |
QwertyCool |
like HUD scaling |
23:25 |
QwertyCool |
menu scaling |
23:25 |
QwertyCool |
text scaling |
23:25 |
ThomasMonroe |
yes, there should be |
23:25 |
Krock |
QwertyCool, huh what? That's not patience |
23:26 |
Shara |
A lot of things just.. scale themselves? Or seem to to me |
23:26 |
Shara |
But text doesn't I think. |
23:27 |
QwertyCool |
https://imgur.com/a/jjwEb |
23:27 |
QwertyCool |
yeah text not |
23:27 |
QwertyCool |
i guess i have my first project :/ |
23:28 |
QwertyCool |
although, that's lua, is it not? |
23:28 |
Shara |
Formspecs are lua, but I've never tried to adjust text size. |
23:29 |
ThomasMonroe |
http://i.imgur.com/HNIUDrq.png |
23:29 |
ThomasMonroe |
use that setting |
23:29 |
Krock |
QwertyCool, default settings that don't work well together with the GUI scaling or DPI value |
23:29 |
Shara |
:) |
23:38 |
|
BakerPrime joined #minetest-dev |
23:44 |
QwertyCool |
thank you Thomas! |
23:44 |
QwertyCool |
perfect i can read it now |
23:45 |
QwertyCool |
just barely escapped the catch-22 of menu so small i cant read setting to change how small the menu text is |