Time |
Nick |
Message |
01:12 |
|
jassy joined #minetest-delta |
01:13 |
|
jassy left #minetest-delta |
04:22 |
|
hmmmmmm joined #minetest-delta |
04:22 |
hmmmmmm |
hello? |
04:22 |
hmmmmmm |
anybody active here? |
04:48 |
|
jyfl9871 joined #minetest-delta |
04:51 |
jyfl9871 |
VanessaE: is is possible to reuse the minecraft's texture pack? |
05:02 |
VanessaE |
sure, some people have converted minecraft tex packs |
05:02 |
VanessaE |
Calinou's port of Misa's is popular |
05:02 |
VanessaE |
there's a port of Docucraft or whatever it's called I think |
05:03 |
VanessaE |
another based on that "faithful" highrez pack |
05:03 |
VanessaE |
plenty of other examples |
05:05 |
|
bookwar joined #minetest-delta |
06:09 |
|
bookwar joined #minetest-delta |
06:19 |
jyfl9871 |
VanessaE: where can i find this one? |
06:19 |
jyfl9871 |
VanessaE: and the default client's image is so dick, is there anyone who has a fork that focus on user interface? |
06:20 |
VanessaE |
eh |
06:20 |
VanessaE |
I don't know where any of those texture packs are except that they're discussed on the forums |
06:21 |
VanessaE |
as for UI-focused development, that's also a hard one - some folks do nice UI stuff within their mods, but that doesn't help the overall appearance of course |
06:24 |
jyfl9871 |
yep, the default value is important , i think |
06:25 |
jyfl9871 |
for eg, the default background image of c55's client is really bad |
06:27 |
VanessaE |
you mean the menu background? |
06:41 |
jyfl9871 |
yep |
06:46 |
|
Calinou joined #minetest-delta |
06:54 |
|
yunfan joined #minetest-delta |
06:56 |
yunfan |
me again |
07:05 |
yunfan |
VanessaE: how to change the in-game time? or can i make it to all day |
07:05 |
VanessaE |
/time 6000 |
07:05 |
VanessaE |
for 0600 am |
07:05 |
VanessaE |
18000 for 1800(6pm) |
07:05 |
VanessaE |
so the desired time * 10 |
07:05 |
VanessaE |
you can make it stay daytime, yes, but I don't know the setting offhand |
07:06 |
yunfan |
but how to use that? anyone could do that? |
07:08 |
yunfan |
found that the small details that sucks, mc will render all block on player's forward while MT only render the blocks stranght forward player, so player will see left and right corner's lack of blocks |
07:10 |
yunfan |
and this happens frequnecely that i could see mountains very far away from me while couldnt see those coloser to me |
07:10 |
yunfan |
this is strange |
07:17 |
|
Anchakor_ joined #minetest-delta |
07:44 |
|
SmugLeaf joined #minetest-delta |
08:01 |
VanessaE |
celeron55_: you asked for a proper patch for the Aniso stuff. See github. |
08:06 |
|
CiaranG joined #minetest-delta |
08:10 |
yunfan |
VanessaE: how to clean those all untracked files in a git repo? just like `hg up -C` does |
08:11 |
VanessaE |
git commit -a |
08:11 |
VanessaE |
at least, if you deleted some files and git complains about untracked deletes. |
08:11 |
VanessaE |
otherwise, |
08:12 |
yunfan |
commit? |
08:12 |
VanessaE |
git add .; git commit -a |
08:12 |
yunfan |
nope i dont want to commit them |
08:12 |
VanessaE |
if you want to just make the remote repor match your current one. |
08:12 |
VanessaE |
repos* |
08:12 |
VanessaE |
then delete them, or ignore the warnings |
08:13 |
VanessaE |
(I usually move such files into a separate directory, e.g. attic/ if I don't want to delete them) |
08:13 |
yunfan |
sorry, maybe i should say `clear` |
08:13 |
VanessaE |
beyond that, I am not sure. |
08:13 |
yunfan |
i mean i clone c55's minetest from github,and i compiled that in the repo's directory, so it has generated many untracked files |
08:13 |
yunfan |
now i want to clear all these files |
08:14 |
VanessaE |
I don't know how, short of deleting the offending files. |
08:14 |
yunfan |
you said using git commit -a , this seems will commit all untracked files to the repo |
08:14 |
VanessaE |
no, it commits all un-tracked *changes*, including deletes |
08:15 |
yunfan |
ok i got it from a friend, its `rm -rf * && git reset --hard` |
08:15 |
VanessaE |
ew |
08:16 |
VanessaE |
that's a rather extreme way to go about it |
08:16 |
VanessaE |
at that rate you may as well delete the whole tree and re-clone |
08:16 |
yunfan |
yep that's what i need |
08:16 |
yunfan |
this make me more love hg |
08:17 |
VanessaE |
heh |
08:17 |
VanessaE |
haven't messed with mercurial in ages |
08:18 |
yunfan |
well i just migrate from svn to hg , this is nature |
08:32 |
Calinou |
svn |
08:32 |
Calinou |
HAHhahahahaHAahAHHA |
08:32 |
Calinou |
hg |
08:32 |
Calinou |
HAhahahahAHAHha |
08:32 |
VanessaE |
cvs? |
08:32 |
VanessaE |
:-) |
08:32 |
Calinou |
(and 150 more lines of this) |
08:32 |
Calinou |
CVS |
08:32 |
Calinou |
*excess flood* |
08:32 |
VanessaE |
lol |
08:32 |
Calinou |
git pwns other VCSes |
08:33 |
VanessaE |
Calinou: http://minetest.net/forum/viewtopic.php?pid=47684#p47684 |
08:33 |
Calinou |
VanessaE: how do you make .deb files? :P |
08:33 |
Calinou |
like the one you made |
08:33 |
VanessaE |
checkinstall |
08:34 |
VanessaE |
been using that since my slackware days :-) |
08:35 |
Calinou |
"Many thanks to someone on IRC who wishes not to be named for helping me understand what I'm doing" |
08:35 |
Calinou |
inb4 hmmm |
08:36 |
VanessaE |
I refrain from comment. :-) |
08:47 |
|
CiaranG joined #minetest-delta |
08:49 |
yunfan |
VanessaE: its too unaccept that when i play on single server, the receive of new mod file when logging takes half of minute |
08:49 |
yunfan |
the new mod is just about 10 MB |
09:45 |
|
yunfan joined #minetest-delta |
10:18 |
|
SpeedProg1 joined #minetest-delta |
11:28 |
|
Xenux joined #minetest-delta |
11:50 |
|
EdB joined #minetest-delta |
12:36 |
|
EdB joined #minetest-delta |
12:39 |
|
Calinou joined #minetest-delta |
15:04 |
|
krayon joined #minetest-delta |
15:19 |
|
NakedFury joined #minetest-delta |
15:30 |
|
SpeedProg joined #minetest-delta |
15:30 |
|
EdB joined #minetest-delta |
15:35 |
|
LunaVorax joined #minetest-delta |
15:42 |
|
Calinou joined #minetest-delta |
15:52 |
|
mrtux joined #minetest-delta |
16:14 |
|
SpeedProg joined #minetest-delta |
16:35 |
|
CiaranG joined #minetest-delta |
16:37 |
|
SpeedProg joined #minetest-delta |
17:00 |
|
PilzAdam joined #minetest-delta |
17:30 |
|
hmmmm joined #minetest-delta |
17:39 |
|
EdB joined #minetest-delta |
17:40 |
|
hmmmmmm joined #minetest-delta |
18:03 |
|
SpeedProg joined #minetest-delta |
18:41 |
|
MiJyn joined #minetest-delta |
19:42 |
|
SpeedProg joined #minetest-delta |
20:33 |
|
Neological joined #minetest-delta |
21:09 |
|
DemonRaiser joined #minetest-delta |
23:01 |
|
Taoki joined #minetest-delta |
23:29 |
|
krayonWork joined #minetest-delta |