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)
Official irrlicht Github GIT repo
Official irrlicht Github GIT repo
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: Official irrlicht Github GIT repo
I'm not aware of such a thing. Hybrid was against it, so SVN is the official repo?
Re: Official irrlicht Github GIT repo
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: Official irrlicht Github GIT repo
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.
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Official irrlicht Github GIT repo
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)
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
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Re: Official irrlicht Github GIT repo
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.
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.
Re: Official irrlicht Github GIT repo
Hmmm - i read
"sync with official SVN changes; Cmake support; CEGUI support;"
but i don't see any sources.
"sync with official SVN changes; Cmake support; CEGUI support;"
but i don't see any sources.
UNofficial Irrlicht Mirror in GitLab
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.
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.
Re: Official irrlicht Github GIT repo
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm