Revision history for Perl extension Term::Animation.
Version 0.5 (2003/09/18)
- Added fractional frame deltas to move_object
- Fixed a bug that caused move_object to mangle
fractional x/y postions when wrapping around the screen
- Added some routines to get info about animation objects
(get_current_frame, get_postion, exist, width, height)
- Now strip newline from the beginning of object shapes for convenience
- Added 'end' function to tidy up terminal settings when the program exits
Version 0.4 (2003/07/27)
- Initial public release
- Code cleanup and documentation
Version 0.3 (2003/04/17)
- Switched from Term::Cap to Curses
- Added path generator gen_path
Version 0.2 (2003/02/15)
- Added support for multiple frames of animation for
a single object
- Added automatic transparency for sprites
- Added callbacks and default callback routine
Version 0.1
- Initial semi-functional version