Short: Playback utility for The Director v2 Author: Keith Doyle Uploader: Matt_H amiga org Type: gfx/show Version: 2.24 Architecture: m68k-amigaos >= 1.3 This is version 2.24 of the Proj2 file, the freely distributable playback program for The Director version 2. Make sure you do not already have this version before you download it. To check your Proj2 version, double click on it's icon, and read the version number in the window title. The Director version 2, "Proj2" revision history: 2.00 original release 2.01 fixed inadvertent address 0 reference in newcycle() which caused immediate crashes when used with 2091 HD controller. fixed out of memory bug in DISSMODE when width is 24. 2.03 fixed REVANIM reverse wrap around problem which occured when more than one ANIM file is used. (would wrap to another ANIM). 2.04 Fixed bug in open mode 2 when file doesn't exist (crash) 2.05 Fixed bug in REXX "SEND", was sending the string in the wrong format. 2.06 Fixed bug in FAST memory based STENCIL command 2.07 Fixed COPY mode bug, HAM images sometimes copied as Halfbright 2.08 Modified backspace and newline handling in TEXT to work better. Added DRAWMODE (+8) to select relative MOVE/DRAW etc. 2.09 Fixed IFF load trashed-file error handling 2.10 Fixed NEWFAST with resolution specifications to create FAST buffer instead of CHIP buffer. Allowed for array dimension values to be >32767. 2.11 Minor adjustment in module error handling. fixed array indexing bug when total array size > 32767. Removed error msg when icon.library won't open. (note: Tooltypes parameters will now have no effect if no icon.lib) 2.12 Fixed bug in BLIT when blitting to destination buffer that is smaller than source buffer. 2.13 Added -p-2 command line parameter to proj2 to adjust background task priority. Value following the -p is added to the current process priority and used as the background loading tasks priority. Use with caution, strange values can cause crashes. 2.14 Fixed bug in SPRITE handling when turing sprite off. 2.15 Removed resolution match checks in STENCIL to allow unusual resolution combinations that may be useful. 2.16 Added Forbid/Permit around FindPort's that didn't have them. 2.17 Corrected bug in tooltypes handling that rendered tooltypes adjustments inoperable. 2.18 Fixed bug causing variable wierdness after around 200 variables were used. 2.19 Fixed bug in DRAWMODE handling when using -1 to restore original linestyle. -1 Would leave linestyle unaffected. Also fixed bug in error line handling on large scripts. 2.20 Added ability for GETPEN and POINT to work with bitmaps in FAST RAM. (experimental) 2.21 Added a minor fix for main message port name default. 2.22 Fixed systype variable to coincide with documentation. 2.23 Added "cd" command. CD "directoryname". Useful to change the default directory. 2.24 Fixed PARAMETER command when string arrays are passed. Fixed NEXT bug when FOR loop is used without a variable.