Time |
Nick |
Message |
00:18 |
|
fireglow joined #minetest-dev |
00:34 |
paramat |
#6639 |
00:34 |
ShadowBot |
https://github.com/minetest/minetest/issues/6639 -- Light curve: Add and tune mid boost by paramat |
00:43 |
Fixer |
probrem https://github.com/minetest/minetest/pull/6412#issuecomment-345402492 |
00:45 |
paramat |
oops |
00:46 |
paramat |
i assumed Krock had tested but looks like no-one tested it |
01:06 |
|
ssieb joined #minetest-dev |
01:17 |
|
Discord__ joined #minetest-dev |
01:47 |
|
Discord__ left #minetest-dev |
02:15 |
|
AntumDeluge joined #minetest-dev |
02:58 |
|
torgdor joined #minetest-dev |
03:42 |
|
ThomasMonroe joined #minetest-dev |
04:05 |
|
Dumbeldor joined #minetest-dev |
05:45 |
|
paramat joined #minetest-dev |
07:20 |
|
coyote joined #minetest-dev |
07:20 |
coyote |
test |
07:21 |
coyote |
hello guys, I needda learn C++ (with C++11), but I already know C |
07:21 |
coyote |
Who knows a good tutorial for it? |
08:12 |
sofar |
(1) google (2) just trying simple minetest patches |
08:33 |
|
Hunterz joined #minetest-dev |
08:47 |
|
fwhcat joined #minetest-dev |
09:16 |
|
nerzhul joined #minetest-dev |
09:39 |
|
Krock joined #minetest-dev |
09:57 |
nerzhul |
hello |
09:57 |
nerzhul |
merging #6621 |
09:57 |
ShadowBot |
https://github.com/minetest/minetest/issues/6621 -- Fix dark liquids by numberZero |
10:00 |
|
coyote1 joined #minetest-dev |
11:11 |
|
troller joined #minetest-dev |
11:11 |
|
fwhcat joined #minetest-dev |
11:45 |
|
Megaf joined #minetest-dev |
12:06 |
|
Fixer joined #minetest-dev |
12:09 |
|
Fritigern joined #minetest-dev |
12:20 |
Krock |
https://travis-ci.org/minetest/minetest/jobs/303934035 Travis or build script fault? |
12:42 |
|
Darcidride joined #minetest-dev |
13:18 |
Krock |
Wayward_One, the texture packs are listed here correctly. RUN_IN_PLACE=1, however |
13:35 |
sfan5 |
Krock: just restart that travis job |
13:44 |
Krock |
apparently re-running them twice solves the problem |
13:48 |
Fixer |
Krock: they are listed, but when you select one - it still uses default |
13:50 |
Krock |
Fixer, tested it here with current HEAD.. works. |
13:50 |
Krock |
oh moment |
13:52 |
Krock |
looks like a settings problem, as closing & re-opening Minetest takes the new chosen TP |
13:53 |
Krock |
merging trivial bugfix #6641 in 5 mins |
13:53 |
ShadowBot |
https://github.com/minetest/minetest/issues/6641 -- Fix mousewheel behaviour in textarea by shivajiva101 |
13:58 |
Krock |
"static thread_local std::vector<std::string> dirs" |
13:59 |
Krock |
perhaps a little too much of caching? |
14:13 |
Wayward_One |
hmm, after re-cloning in a fresh directory, my texture packs work normally.. |
14:13 |
Wayward_One |
the thing is, all i did before was git pull and rebuild |
14:14 |
Wayward_One |
(and i always use RUN_IN_PLACE=1 btw) |
14:16 |
|
Icedream joined #minetest-dev |
15:02 |
Fixer |
Wayward_One: on a fresh config possibly? |
15:05 |
Wayward_One |
that could be |
15:19 |
Wayward_One |
i found the problem.. somehow it was using .minetest instead of the run-in-place directory |
15:20 |
Wayward_One |
what's weird is any time i compile it myself i use RUN_IN_PLACE=1 |
15:20 |
Wayward_One |
i re-ran the cmake flags to specify RUN_IN_PLACE=1 again, and it works fine |
15:47 |
|
coyote joined #minetest-dev |
15:56 |
|
Darcidride joined #minetest-dev |
16:50 |
|
Megaf joined #minetest-dev |
16:51 |
|
Wuzzy joined #minetest-dev |
16:54 |
|
^v joined #minetest-dev |
17:34 |
|
Fixer joined #minetest-dev |
18:15 |
|
paramat joined #minetest-dev |
19:40 |
|
proller__ joined #minetest-dev |
19:59 |
Fixer |
while trying to connect to DCBL server with 0.5.0-24c1c2fd I end up with grey screen RTT=-1 and then crash on trying to close application |
20:18 |
|
davisonio joined #minetest-dev |
20:23 |
|
CalebDavis joined #minetest-dev |
20:47 |
paramat |
#6644 |
20:47 |
ShadowBot |
https://github.com/minetest/minetest/issues/6644 -- Stratum ore: Add option for a constant thickness stratum by paramat |
20:54 |
Fixer |
example of no decay on time travel server https://i.imgur.com/f1HFDTt.png |
20:59 |
|
Beton joined #minetest-dev |
21:03 |
paramat |
i hope that's rare, it's a weird bug |
21:26 |
|
troller joined #minetest-dev |
21:27 |
Fixer |
also found another decay problem with rubber trees somewhat near that location |
21:38 |
|
troller joined #minetest-dev |
21:39 |
paramat |
c++ question: 'ceil' appears to be part of <cmath> yet it works in MT a file that does not #include <cmath>, why |
21:39 |
paramat |
? |
21:40 |
sfan5 |
it's included indirectly? |
21:40 |
paramat |
could be |
21:40 |
paramat |
yeah probably |
21:45 |
|
troller joined #minetest-dev |
21:53 |
|
troller joined #minetest-dev |
21:56 |
|
troller joined #minetest-dev |
22:25 |
paramat |
6644 tested and ready |
22:38 |
|
Megaf joined #minetest-dev |
22:44 |
|
ThomasMonroe joined #minetest-dev |
23:17 |
jas_ |
Fixer: thanks. probably the sprint/hunger mod. |
23:19 |
|
jas_ left #minetest-dev |
23:37 |
|
paramat joined #minetest-dev |
23:47 |
paramat |
#6644 is fairly trivial and mapgen stuff, so i might merge later if no objections |
23:47 |
ShadowBot |
https://github.com/minetest/minetest/issues/6644 -- Stratum ore: Add option for a constant thickness stratum by paramat |
23:48 |
sfan5 |
fine by me |
23:50 |
paramat |
thanks. might merge with #6638 |
23:50 |
ShadowBot |
https://github.com/minetest/minetest/issues/6638 -- Improve mainmenu button alignment by Ezhh |
23:50 |
paramat |
+1 |