home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xsokoban-31 / changes.txt < prev    next >
Text File  |  1997-06-16  |  1KB  |  1 lines

  1. H1) ReadScore(char *) instead of (void) so I can call it with a file name from MergeScore().32) Enable password for VMS (trivial implementation)-3) Merging option. Password only is required.64) Superuser option implemented (score file creation).O5) MAKE.COM -- Compilation relies on X11_ROOT:[INCLUDE] for some of the includeN file ( PARAM.H etc...) ; other .H (XPM.H) and .OLB libraries assumed to be in SYS$LIBRARY: . K6) Global score file rest on the existence of the logical SOKOBAN_SCORES . K This logical should point onto a directory where the score files and savedL games will reside. Note that for VMS, this directory should be set as W:RWEL ; do not put any DELETE in case of problems ... You can also got for an ACLK as (IDENT=[*,*],ACCESS=R+W...). Note that SOKOBAN_SCORES may be defined as; SYS$LOGIN which would make the game function as before ...Todo : ------N o Eventually should check the path SYS$LIBRARY and some X11_ROOT:[*] path in  .COMK o Be sure everything remaind compatible with OpenVMS VAX and older VAX VMS     version.