Time |
Nick |
Message |
00:58 |
|
FrostRanger joined #minetest-hub |
00:59 |
|
T4im joined #minetest-hub |
01:02 |
|
rdococ joined #minetest-hub |
01:40 |
BillyS |
Okay ... wow. Just looked at srp.cpp |
01:40 |
BillyS |
I think I see why my version isn't working .... it isn't nearly complicated enough |
03:29 |
|
twoelk left #minetest-hub |
05:50 |
|
cautiouspotato joined #minetest-hub |
06:00 |
|
ssieb joined #minetest-hub |
06:07 |
|
Ruslan1 joined #minetest-hub |
07:32 |
|
CWz joined #minetest-hub |
09:19 |
|
jluc joined #minetest-hub |
09:36 |
|
cautiouspotato joined #minetest-hub |
10:04 |
|
FrostRanger joined #minetest-hub |
10:15 |
|
Krock joined #minetest-hub |
10:51 |
|
Fixer joined #minetest-hub |
10:58 |
|
Gael-de-Sailly joined #minetest-hub |
11:29 |
|
Fixer_ joined #minetest-hub |
11:36 |
|
ANAND joined #minetest-hub |
12:00 |
|
T4im joined #minetest-hub |
12:06 |
|
aerozoic joined #minetest-hub |
13:51 |
|
calcul0n joined #minetest-hub |
14:02 |
|
srifqi joined #minetest-hub |
14:17 |
|
_Xenon joined #minetest-hub |
15:06 |
|
calcul0n joined #minetest-hub |
15:07 |
ANAND |
Oh no, why did all this start showing up? https://github.com/minetest/minetest/pull/7817#event-1972816400 |
15:07 |
ANAND |
Is this going to be showing up everytime someone force-pushes after amending the previous (and probably the one and only commit)? |
15:11 |
Krock |
this needs to be removed |
15:12 |
Krock |
provides no helpful information |
15:12 |
ANAND |
Agreed |
15:13 |
ANAND |
It'd also make the page length enormous, if a large PR is contained within one commit, and the author keeps amending it for all the requested changes. |
15:16 |
ANAND |
What's the best way to test someone else's PR? I generally clone their repo and checkout the PR's branch. I was wondering if there's an easier way to this. |
15:32 |
|
Ruslan1 joined #minetest-hub |
16:03 |
|
cautiouspotato joined #minetest-hub |
16:28 |
|
_Xenon joined #minetest-hub |
16:39 |
Krock |
lol no |
16:39 |
Krock |
wget https://github.com/minetest/minetest/pull/PRNUM.patch && git am -3 PRNUM.patch |
16:40 |
Krock |
and when you're done: git reset upstream/master |
16:40 |
sfan5 |
shorter: |
16:40 |
sfan5 |
curl -Ls https://github.com/minetest/minetest/pull/PRNUM.patch | git am - |
16:40 |
Krock |
* git reset --hard |
16:41 |
Krock |
heh, nice :) |
16:41 |
Krock |
didn't expect pipe would work with that |
16:59 |
|
IhrFussel joined #minetest-hub |
16:59 |
Krock |
ok. !mtmod is broken for now. DuckDuckGo didn't update the bang for months |
16:59 |
IhrFussel |
Hi there^^ mesecons question: Is it intended that you can only pull 1 node at once with a piston? |
17:00 |
IhrFussel |
Or is my mesecons version just mess up? |
17:00 |
IhrFussel |
messed* |
17:01 |
Krock |
seems logical because the node after isn't sticky |
17:01 |
Krock |
try to pull a sticky piston |
17:02 |
IhrFussel |
Well the code says "local stack = mesecon.mvps_pull_single(pullpos, vector.multiply(dir, -1), maxpull)" << I understand it does it looks for 1 single node within "maxpull" range to pull...cause of the "single" |
17:03 |
|
longerstaff13 joined #minetest-hub |
17:03 |
|
longerstaff13 joined #minetest-hub |
18:14 |
|
ssieb joined #minetest-hub |
18:54 |
|
Krock joined #minetest-hub |
19:07 |
sofar |
I see 11 has been active on the forums |
19:10 |
Krock |
yep |
20:05 |
rubenwardy |
Git am is terrible |
20:05 |
rubenwardy |
Do |
20:06 |
rubenwardy |
git checkout https://github.com/minetest/minetest/pulls/1234 |
20:06 |
rubenwardy |
With hub installed |
20:08 |
Krock |
why is it terrible? git reset helps a lot |
20:35 |
|
longerstaff13 joined #minetest-hub |
20:35 |
|
longerstaff13 joined #minetest-hub |
20:44 |
rubenwardy |
It never works |
20:47 |
|
ssieb joined #minetest-hub |
20:51 |
Krock |
yeah, but only when the PR author used merge to "rebase" |
20:51 |
Krock |
in that case you can apply the diff which squashes the changes |
21:12 |
|
rdococ joined #minetest-hub |
21:47 |
|
jluc joined #minetest-hub |
22:25 |
IhrFussel |
When did celeron55 officially start to develop MT? I mean the very first version and when he basically thought "I want to make a sanfbox game for free" |
22:25 |
IhrFussel |
sandbox* |
22:25 |
Krock |
ask him in PM? |
22:26 |
IhrFussel |
I thought maybe someone in here knows the exact story |
22:27 |
Krock |
"I'm bored and minecraft sucks" ~fictional c55 in 2011 |
22:28 |
ChimneySwift |
XD |
22:29 |
Krock |
actually not "sucks" but rather "is interesting" because that wouldn't be motivating enough to actually start reverse-engineering it |
22:30 |
IhrFussel |
More specificly I'd like to know how far apart MC and MT development were... if it's close enough I can tell the users who shout "MT just copied MC" that |
22:30 |
IhrFussel |
specifically* |
22:30 |
Krock |
regarding development time, MC surely was steps ahead |
22:32 |
ChimneySwift |
and you can tell them not to forget that Minecraft was heavily inspired by infiniminer :P |
22:32 |
IhrFussel |
Yeah but if a product is 5 years in the making and only gets announced after those 5 years and another is made in 2 years and gets announced about the same time then nobody can say "x copied y" |
22:33 |
rubenwardy |
IhrFussel: he didn't want to make a sandbox game for free to begin with |
22:33 |
rubenwardy |
he wanted to make a minecraft clone to show off his skills |
22:36 |
|
AndroBuilder joined #minetest-hub |
22:39 |
|
AndroBuilder joined #minetest-hub |
22:40 |
|
paramat joined #minetest-hub |
22:46 |
|
ssieb joined #minetest-hub |
23:18 |
|
paramat left #minetest-hub |