CVS: Commit Log for 2001-12-17

Build Manager <[email protected]> Mon, 17 Dec 2001 01:00:02 GMT
Newsgroups gmane.games.freeciv.java
Message-ID <[email protected]>
---------------------------------------------------------
briand:cvs on Sun Dec 16 16:47:35 GMT 2001

Update of /jfreeciv/src/org/freeciv/common
In directory balveda.dubh.org:/home/tmp/cvs-serv16315/common

Modified Files:
	Sprite.java XPMFile.java 
Added Files:
	JavaImageSprite.java 
Log Message:
Support gif, jpg and png image formats as well as xpm. The default is still to
use xpm, however if you set the freeciv.datadir to a location containing
images of one of the supported formats, you'll be able to use them. Tested
this out on the data supplied with the win32 client (which uses png).
---------------------------------------------------------
briand:cvs on Sun Dec 16 16:47:35 GMT 2001

Update of /jfreeciv/src/org/freeciv/client
In directory balveda.dubh.org:/home/tmp/cvs-serv16315/client

Modified Files:
	TileSpec.java 
Log Message:
Support gif, jpg and png image formats as well as xpm. The default is still to
use xpm, however if you set the freeciv.datadir to a location containing
images of one of the supported formats, you'll be able to use them. Tested
this out on the data supplied with the win32 client (which uses png).