home *** CD-ROM | disk | FTP | other *** search
- SpaceAgent 50.0 (internal)
-
- - First version, only used internally
-
-
-
- SpaceAgent 50.1 (21.1.2004)
-
- - Added SECS tooltype
- - Added reactivating requesters after space freed
- - Various clean up`s and optimisations
- - Added documentation
- - Updated release notes!
-
-
-
- Space Agent 50.2 (22.01.2004)
-
- - Added the ability to accept multiple disks
- - Added the ability to show requesters on a 'per disk' basis
- - Added the DEBUG parameter
- - Added the facility to run scripts when requesters appear
- - Added the version string (at last)
- - Updated documentation
-
-
-
-
- Space Agent 50.3 (02.05.2004)
-
- - Added tooltype CX_PRIORITY to allow users to set commodity priority
- - Changed disk checking to incorporate 64bit values (elliminating
- the 4GB overflow) - thanks to Timm S Mueller for help in that
- - More general cleanups in the source code
- - Updated documentation again (does anyone actually read it?)
- - Fixed a serious bug in the tooltype reading routines when run from WB
- - Fixed a null-pointer error in WB_Args
-
-
-
-
- Space Agent 50.3.1 (07.05.2004) 68K
-
- - Compiled for 68K using SAS/C on OS4 - this will be the only 68K version
- once we iron out the bugs :)
-
-
-
-
- SpaceAgent 50.3.2 (11.05.2004) 68K
-
- - A couple of issues have been brought to my attention, the first of which
- cannot be reproduced on OS4 or 68K emulation, so I`m making the
- changes to the 68K version first, and pushing it out to testers.
- - Apparently, launching without tooltypes for the script names leads to an
- $80000004 Guru on <OS4.0. So long as the tooltypes are present, the
- crash doesn`t happen. I have included some more error checking rather
- than just relying on the return value from FindToolType().
- Reported by Brian Sharman.
- - An enhancement request was put forward to make it scan the disks immediately
- rather than waiting for the SECS delay. Code reshuffling allowed this and made
- the disk scanning routine a separate function - ScanDisks().
- Requested by Brian Sharman and Phillipe 'Elwood' Ferrucci.
-
-
-
-
- Space Agent 50.3.3 (14.05.2004)
-
- - OK, it appears the tooltype bug was not where I first thought. The RunScript() function
- has been modified into a function that returns a value associated with the success or
- failure of the script being run.
- - The Request() function was also updated to make use of this return vale in RunScript()
- and will notify of a missing script if specified.
- - Debug output heavily enhanced to try an narrow down unreproducable bugs in the
- script routine
-
-
-
-
- Space Agent 50.3.4 (15.05.2004)
-
- - Added more error checking in the RunScript() function (seems to have cured the 68k problem)
- - Upgraded SECS to longword, so SECS can be anything up to 16,777,216 !
- - Added the ability to quit Space Agent by running another instance. Basic commodity requirement :)
-
-
-
-
- Space Agent 50.4 (15.05.2004)
-
- - Now back to PPC. This version is based on all enhancements made in the 68K version.
- - Changed the EasyRequest() for the Reaction counterpart as per Philippe 'Elwood' Ferrucci's request.
- - Also added the ability to warn if a specified script does not exist in the location passed in parameters