Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Sat, 20 Feb 2010 20:50:30 +0000 | vtchill | fix for build system dependency checks when using pkg-config. The pkg-config call was incorrect b/c the name of the package was never being set. |
Sat, 20 Feb 2010 19:11:01 +0000 | vtchill | 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] |
Fri, 12 Feb 2010 22:00:58 +0000 | prock | Adding undo/redo support for moving instances. |