ChangeLog

2.3 - 9/1/2007

* Use the runtime-path library to package up native libraries properly so that 'create executable' from drscheme works as intended

2.2 - 5/7/2007

* Moved around the native libraries to facilitate the creation of stand-alone applications that us Allegro

2.1 - 3/20/2007

* Provide the image? predicate
* Allow make-world to create a graphics context using non-default parameters
* Add 'hdindex' file for HTML docs
* Add i386 macosx support
* Fixed a bug with (save) and (save-screen) in image.ss.

2.0 - 12/24/2006

* Renamed generator to define-generator
* Added translucency functions for all primitive drawing functions
* Added keyboard and graphics tests to the tests/ directory
* Renamed any class named foo% to Foo
* Wrote new HTML documentation
* Fixed various minor bugs

1.6 - 11/19/2006

* Fixed Linux version to work with 3m. allegro.plt should work with 3m on all
supported platforms now.
* Improved documentation
* Collision detection fixed a little bit
* New 'generator' syntax for a simple way to make new objects in the game
framework
* Fix the 'start' method in game.ss so the last two arguments are optional

1.5 - 10/30/2006

* Added game framework
* Added more functions to keyboard.ss and image.ss

1.4 - 8/29/2006

* OSX( PPC ) support
* Added set-coordinates to mouse.ss which sets the x, y positions of the mouse

1.3 - 7/31/2006

* Added blender routines
* Added more keyboard support: simulate-keypress and readkey.
* Documented more functions

1.2 - 7/16/2006

* Added png support

1.1 - 7/8/2006

* When the window loses focus in Windows, run the program in the background
* Provided more drawing functions

1.0 - 6/26/2006

* Initial release. Some functionality provided, drawing, keyboard, mouse.