Official irrlicht Github GIT repo

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Official irrlicht Github GIT repo

Post by REDDemon »

Wich is the "official" git repo, I'd like to be able to send patches directly instead of wasting time explaining the issue on the forum XD. (or also to do lots minor fixes I see every time I look at source code)

Wasn't that sticked anywhere? (or am I just lazy to search it ? XD)
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Official irrlicht Github GIT repo

Post by hendu »

I'm not aware of such a thing. Hybrid was against it, so SVN is the official repo?
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Official irrlicht Github GIT repo

Post by REDDemon »

Ah ok :).
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Official irrlicht Github GIT repo

Post by CuteAlien »

A patch without explanation isn't really worth much ;-)

I don't think Hybrid was really against git, he just didn't like it too much. I've been learning to work with git last few months, but must admit I still prefer mercurial. Anyway - once we move we will tell. In the meantime there is an unofficial git mirror from entity: https://github.com/osense/irrlicht-git

If it's really just minor stuff you send a patch-file also directly to me if you want.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: Official irrlicht Github GIT repo

Post by REDDemon »

Yes it is really minor stuff like typos, duplicated headers, forwards declarations. I'll continue collecting and when it is big enough submit a unique patch against shader branch.

EDIT:
regarding the subversion client (mercurial or git) I'm indifferent, what I like about github is not really GIT vs Mercurial, but the "social approach". (and having a build/coverage server for free just helps a lot imho)
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Travis
Posts: 3
Joined: Sun Feb 27, 2011 3:23 pm

Re: Official irrlicht Github GIT repo

Post by Travis »

Hi guys, someone still need git repo with all change history info for Irrlicht? please try this
https://gitlab.com/xbwee/Irrlicht.git

It makes me too much time to sync code from sf, I think that's why github/gitlab is better for me ^_^

Oh, btw, github is owned by MS now, maybe gitlab is better, i have no idea.
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

Re: Official irrlicht Github GIT repo

Post by AReichl »

Hmmm - i read
"sync with official SVN changes; Cmake support; CEGUI support;"
but i don't see any sources.
pgimeno
Posts: 3
Joined: Thu Dec 20, 2018 11:11 am

UNofficial Irrlicht Mirror in GitLab

Post by pgimeno »

For those interested, I've set up a git mirror of the Irrlicht svn repository in GitLab:

https://gitlab.com/pgimeno/irrlicht-mirror

To the best of my possibilities, it holds the full history including all branches and tags. The tags appear as branches named tags/xxxx. Unfortunately it doesn't hold the empty subdirectory history due to a bug in git-svn.

It updates daily in a cron job, and will continue to do so indefinitely. Following SVN conventions, the default branch is called trunk instead of master.
CuteAlien
Admin
Posts: 9633
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Official irrlicht Github GIT repo

Post by CuteAlien »

I added some readme files to empty subdirectories a few days ago to make it easier for git repos. If I missed some which are still needed please inform me. (I can also put .gitignore files in there for example)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply