Tasks that are Easy Enough for newcoming programmers
#41
(06-22-2013, 04:45 PM)xoft Wrote: I meant, how did you come up with the 1.5 and 0.6 blocks distances for collecting, did you test that on a vanilla server, or is it just a guess?

Measuring is always an approximation only, the exact numbers can be found only in the client sourcecode, if you manage to get MCP working Smile

I tested a bunch of cases in both vanilla and MCServer, and found those values to work an give correct behavior in all of the cases I managed to come up with. Of course if anyone finds the exact range in the MC source, that helps too, but at least my new ranges are more exact that what's already in place.

Since you mentioned it, I got MCP and browsed through the MC source. Unfortunately, the only thing I found so far is that being Notch gives you a red apple or something for killing any mob.
Reply
Thanks given by:
#42
Added >>remember "player-is-flying"<<
Reply
Thanks given by:
#43
Added a more challenging task - ender chests
Reply
Thanks given by:
#44
I am no programmer, but the ender chest task seems to me easy. I mean, isn't it like a special inventory that only opens when you click the chest? So the ender chest is a combination of the inventory and the chest. The contents of the ender chest would be saved to the player's data and that's it.
Reply
Thanks given by:
#45
"saved to the player's data" is the challenging bit. It means adding to half a dozen functions in cPlayer, adding Lua API to the ender chest inventory, etc.
Reply
Thanks given by:
#46
(08-09-2013, 12:23 AM)xoft Wrote: "saved to the player's data" is the challenging bit. It means adding to half a dozen functions in cPlayer, adding Lua API to the ender chest inventory, etc.

Oh, I see.
Reply
Thanks given by:
#47
Added Pumpkin face metadata
Reply
Thanks given by:
#48
Added Issue tracker tasks.
I'd appreciate, though, if people didn't set that label on their own, categorizing tasks as easy isn't an easy task, it's easily mis-estimated.
Reply
Thanks given by:
#49
Yeah I just added a few so people saw the tag - you see if there are any other easy ones that need it, or the ones I chose are hard.
Reply
Thanks given by:
#50
Hmm It seems like I implented
Quote:Remember "player-is-flying"
And if I remember correctly tigerw implented the enderchest.
Also do vines not grow already?

tigerw also implented "Pumpkin face metadata"
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)