Page 2 of 2

Re: Now that AT source is hosted on git...

Posted: Wed Jun 20, 2012 8:13 am
by Bard
DarkSavant13 wrote:Would you mind putting a link to the source code we could download in .zip format? It would make it easier for those of us with cell phones. ;)
Just use AndroZip it can handle tar.bz2 compressed files.
DarkSavant13 wrote:If you want a good program that will zip up files without paying for Winzip, try out IZarc, a freeware program for many types of archiving.
Or 7zip, or ...

Re: Now that AT source is hosted on git...

Posted: Wed Jun 20, 2012 10:20 pm
by DarkSavant13
Bard wrote:
DarkSavant13 wrote:Would you mind putting a link to the source code we could download in .zip format? It would make it easier for those of us with cell phones. ;)
Just use AndroZip it can handle tar.bz2 compressed files.
DarkSavant13 wrote:If you want a good program that will zip up files without paying for Winzip, try out IZarc, a freeware program for many types of archiving.
Or 7zip, or ...
Thanks for the suggestion. :)

Take a look at IZarc, much better than 7zip in my opinion. When my computer was working I needed no other archiving program. ;)

Re: Now that AT source is hosted on git...

Posted: Thu Jul 05, 2012 6:54 pm
by sdevaney
For those interested in learning how to use git, here is a helpful tutorial: http://try.github.com/levels/1/challenges/1

Re: Now that AT source is hosted on git...

Posted: Thu Jul 05, 2012 6:56 pm
by Pyrizzle
sdevaney wrote:For those interested in learning how to use git, here is a helpful tutorial: http://try.github.com/levels/1/challenges/1

+ 1

Re: Now that AT source is hosted on git...

Posted: Tue Jul 24, 2012 5:31 pm
by oskarwiksten
Also, I should add that, in the official repository, we are aiming for using the following branches:
master: This is the next version that will be released.
production: This is the version that is released to Google Play (including bugfixes that may not have been released)

Personally, I create local branches for each new feature that I am working on (itemcategorization, proficiencyskills, v0612maps, worldmapgui). Once we release, we'll merge all those features into master.

Feel free to fork the repository and create your own local branch for things that you may be working on!