ChangeLog

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.