Page 1 of 1

New developer

PostPosted: Thu Dec 04, 2014 10:04
by RGA
Hello everyone,

(First I hope this is the good place to ask what I have to)

I just started to make a fork of minetest to discover how the code is, and I would like to participate in engine development, so:

- I am on macOS and I use xcode to run minetest. I did some minor changes to make it work and I would to discuss them on IRC to see if they can bee pushed in upstream. I am not able to speak on the IRC dev channel, but it seems to be normal as it display it is muted. Do have to contact someone to get an access ?(I am not used to IRC maybe I forgot something to set).

- Is there a place where we can have ready projects files? for exemple I would like to share the xcode project I made so that it is no more in my fork. Can it be interesting to have something in place so that every new developer could start to work as quickly as possible ?

Concerning the changes I made:

In file client.cpp, I replaced :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
infostream << sstr << std::endl;


by

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
infostream << sstr.str() << std::endl;


In class Settings

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
I replaced u64 with uint64_t




Thanks !

(And yes I know how to program in c++, so I can start to work as soon I will be used to the engine structure)

Re: New developer

PostPosted: Thu Dec 04, 2014 11:18
by jin_xi
webchat is muted on #minetest-dev, so you got to use a 'proper' client.

Re: New developer

PostPosted: Thu Dec 04, 2014 15:22
by Inocudom
jin_xi wrote:webchat is muted on #minetest-dev, so you got to use a 'proper' client.

Hexchat is open source and works just fine there.

Re: New developer

PostPosted: Thu Dec 04, 2014 15:56
by afflatus
RGA wrote:- Is there a place where we can have ready projects files? for exemple I would like to share the xcode project I made so that it is no more in my fork. Can it be interesting to have something in place so that every new developer could start to work as quickly as possible ?


You're already on github - I don't understand this question.

Re: New developer

PostPosted: Thu Dec 04, 2014 16:06
by RGA
[quote="afflatus"][quote="RGA"]- Is there a place where we can have ready projects files? for exemple I would like to share the xcode project I made so that it is no more in my fork. Can it be interesting to have something in place so that every new developer could start to work as quickly as possible ?[/quote]

You're already on github - I don't understand this question.[/quote]

Maybe I didnt well explain my question. I Just wanted to share my project directly in minetest github,but if it has to stay in mine there is no problem.

Re: New developer

PostPosted: Thu Dec 04, 2014 17:52
by ExeterDad
Make a pull request from your fork. If they like it, it becomes core.

Re: New developer

PostPosted: Thu Dec 04, 2014 18:30
by rubenwardy
If you don't want to get a desktop client, you can use this online: https://kiwiirc.com/client

Re: New developer

PostPosted: Thu Dec 04, 2014 19:52
by Evergreen
Here is an explanation on how to contribute to minetest: http://dev.minetest.net/Git