IrrlichtML CGUITTFont addition..

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
vroad
Posts: 18
Joined: Sun Jan 03, 2010 1:30 pm

git svn

Post by vroad »

Do you know git-svn?
You can get latest changes from svn repo.
archilife
Posts: 16
Joined: Thu Oct 04, 2007 9:06 am

Post by archilife »

Oops.. yeah, I've tried git-svn quite a long time ago.
But it may be my incompetence that I figured I'd better
keep the git and svn repositories independent to each other.
Can't remember in detail what caused me to think that way
though....

I'll try to learn git-svn, again. Thanks. :p
vroad
Posts: 18
Joined: Sun Jan 03, 2010 1:30 pm

git-svn command

Post by vroad »

At least on my environment, git svn clone worked correctly with this command:

git svn clone --trunk trunk --branches branches/releases --tags tags https://irrlicht.svn.sourceforge.net/svnroot/irrlicht -r 3218:HEAD
feelthat
Posts: 194
Joined: Sat Feb 02, 2013 5:27 am

Re: IrrlichtML CGUITTFont addition..

Post by feelthat »

Can it use on ios or android ?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: IrrlichtML CGUITTFont addition..

Post by Nadro »

Try to compile it and check yourself. This isn't hard thing (especially for small projects like this).
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply