Atlantis Network Game Engine Library History File


[Version 1.0]
[Nov 16 2002]

* A.N.G.E.L. now reads the following dropfiles:
  DOOR.SYS  (DOORSYS),  DOOR32.SYS (DOOR32), CHAIN.TXT (WWIV),
  SFDOORS.DAT (SpitFire), TRIBBS.SYS (TriBBS), DORINFO1.DEF (DORINFO),
  PCBOARD.SYS v12.x (PCBoard12),  PCBOARD.SYS v14.x (PCBoard14).

* Added IGM Support. You can now create IGM's for any door created 
  with A.N.G.E.L.

* Distributed with LORD and ISA IGM interface units.

* aInit made public. 

* Added optional "sysop.dat" and "igm.dat" file support for custom
  configuration.

* aExit changed to aExit(en: word) to support returning of error codes
  to calling process.

* Added /G command line switch and AI.igm variable for IGM support.

* Added /W command line switch and AI.WC5 variable for WC5/Winserver support.

* Expanded command line switches.

* New multi-platform file copy function added.

* Updated internal writeln instances for Delphi 6/7 compatibility.

* Numerous minor code updates that went undocumented.

* Added support for wcSDK. A.N.G.E.L. is now compatible with Wildcat5 (WINS). 

* Optimized Wildcat5/Winserver support.
    
* Timeslices have been optimized for better multitasking.
  
* Added snooze() procedure. Use instead of 'delay' or 'sleep' for cross
  platform compatibility.
  
* aDoorx config file expanded for future use.

* Lots of miscellaneous code has been optimized.   

[01/30/2002]

* Changed default config filename node.cfg. It was previously node.cfg.

* Added procedure aWriteCh(ch : char);

* Added /N switch for nightly maintenence.