New developer

RGA
New member
 
Posts: 8
Joined: Tue Dec 02, 2014 18:36
GitHub: RetroGamingArena
IRC: RGA

New developer

by RGA » Thu Dec 04, 2014 10:04

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)
 

jin_xi
Member
 
Posts: 165
Joined: Mon Jul 02, 2012 18:19

Re: New developer

by jin_xi » Thu Dec 04, 2014 11:18

webchat is muted on #minetest-dev, so you got to use a 'proper' client.
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: New developer

by Inocudom » Thu Dec 04, 2014 15:22

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.
 

User avatar
afflatus
Member
 
Posts: 302
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus

Re: New developer

by afflatus » Thu Dec 04, 2014 15:56

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.
Grailtest is sleeping ...
 

RGA
New member
 
Posts: 8
Joined: Tue Dec 02, 2014 18:36
GitHub: RetroGamingArena
IRC: RGA

Re: New developer

by RGA » Thu Dec 04, 2014 16:06

[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.
 

User avatar
ExeterDad
Member
 
Posts: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: New developer

by ExeterDad » Thu Dec 04, 2014 17:52

Make a pull request from your fork. If they like it, it becomes core.
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: New developer

by rubenwardy » Thu Dec 04, 2014 18:30

If you don't want to get a desktop client, you can use this online: https://kiwiirc.com/client
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

Re: New developer

by Evergreen » Thu Dec 04, 2014 19:52

Here is an explanation on how to contribute to minetest: http://dev.minetest.net/Git
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 


Return to Minetest Engine

Who is online

Users browsing this forum: No registered users and 21 guests

cron