Update of /project/pal/cvsroot/pal In directory clnet:/tmp/cvs-serv3114
Modified Files: changes.txt todo.txt Log Message:
--- /project/pal/cvsroot/pal/changes.txt 2007/07/03 19:17:57 1.2 +++ /project/pal/cvsroot/pal/changes.txt 2007/07/28 13:13:15 1.3 @@ -1,3 +1,31 @@ +1.0, July 28 2007 + +- Numerous bugfixes and little improvements. + +- Much faster DRAW-TEXT. + +- Removed DRAW-QUAD in favour of DRAW-POLYGON* + +- Added ALIGN arguments to DRAW-IMAGE + +- DRAW-IMAGE-PART renamed to DRAW-IMAGE* + +- Added some examples. + +- Automatic coersion of numeric types. + +- RELT renamed to RANDOM-ELEMENT. + +- Added DRAW-ARROW, DRAW-CIRCLE, LOAD-IMAGE-TO-ARRAY, SCREEN-TO-ARRAY, IMAGE-FROM-FN. + +- Tag thunks must now return only objects of type RESOURCE. + +- Many small and not so small changes in the API. + +- Fixed problems loading the foreign .so's under Linux. + + + Release 3, July 3 2007
- Changed some of the parameters to sound functions. Volume is now defined as a --- /project/pal/cvsroot/pal/todo.txt 2007/07/27 20:12:14 1.14 +++ /project/pal/cvsroot/pal/todo.txt 2007/07/28 13:13:15 1.15 @@ -2,9 +2,7 @@
- Add align, scale and angle options to DRAW-IMAGE*.
-- Implement image mirroring. - -- Image tiles and animation. +- Implement image mirroring, tiles and animation.
- Add more complex sound/music handling functions, channel set volume/dir, fade/etc. music.