Mercurial > fife-parpg
view ext/guichan-0.8.2/INSTALL @ 425:ad7969d9460b
A client can now specify a global color key to be used with all images. The default color key is (255,0,255) in RGB format. Also the client can enable/disable the color key feature by using the setColorKeyEnabled function in the EngineSettings class. By default the color key feature is disabled. fixes[t:451]
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 20 Feb 2010 19:11:01 +0000 |
parents | 64738befdf3b |
children |
line wrap: on
line source
Gnu/Linux: --------- Run ./configure followed with make and make install. If configure is not present run ./autogen to generate the configure script. For Allegro support you need the following libraries installed: * Allegro http://alleg.sourceforge.net/ For OpenGL support you need the following libraries installed: * OpenGL check with your graphics card vendor For SDL support you need the following libraries installed: * SDL http://www.libsdl.org * SDL_image http://www.libsdl.org Microsoft Windows: ------------------ Todo!