mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Patch to gcn::ImageFont #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch allows you to create gcn::ImageFont from gcn::Image (usefull
when you load your font data from an archive).

This patch is for svn revision 1053.

Patches are provided for imagefont.hpp and imagefont.cpp.

Original issue reported on code.google.com by nexat...@gmail.com on 21 Mar 2008 at 3:59

Attachments:

GoogleCodeExporter commented 9 years ago
The patches need to contain the index: line (stating the paths to the files),
otherwise I can't apply them.

Original comment by olof.nae...@gmail.com on 21 Mar 2008 at 9:22

GoogleCodeExporter commented 9 years ago
I'm need to diff and patch, I've always used svn up or cvs up :)
Could you tell me how should I make a correct patch ?

Original comment by nexat...@gmail.com on 21 Mar 2008 at 10:45

GoogleCodeExporter commented 9 years ago
Just use svn command to make a patch in the root of the checked out Guichan
directory, like this: svn diff > patchfile.patch

Original comment by olof.nae...@gmail.com on 22 Mar 2008 at 1:23

GoogleCodeExporter commented 9 years ago
Thanks for help.

Original comment by nexat...@gmail.com on 22 Mar 2008 at 5:49

Attachments:

GoogleCodeExporter commented 9 years ago
Patch has been applied.

Original comment by olof.nae...@gmail.com on 22 Mar 2008 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by b.lindeijer on 15 May 2008 at 3:02