FTP Uploads 2000/12/10
FTP Site Posted Sunday, December 10th @ 12:00:12 AM, by George Greer.
New: Win9x_ascii_pfilesV4.txt, CWC-0.2.2.zip, fixpfile.README, fixpfile.pl, inroom.README, inroom.tar.gz, hyperagg-mobs.txt, ascii.201.1.README, ascii.201.1.patch

Click the link below for descriptions of each.

<< Name Change Snippet [by Paolo Greco] | Reply | Threaded | FTP Uploads 2000/12/17 >>

 


Related Links
  CircleMUD
Win9x_ascii_pfilesV4.txt
CWC-0.2.2.zip
fixpfile.README
fixpfile.pl
inroom.README
inroom.tar.gz
hyperagg-mobs.txt
ascii.201.1.README
ascii.201.1.patch
Win9x_ascii_pfilesV4.txt
CWC-0.2.2.zip
fixpfile.README
fixpfile.pl
inroom.README
inroom.tar.gz
hyperagg-mobs.txt
ascii.201.1.README
ascii.201.1.patch
Related Articles
More by greerga
 
 


Ascii 201
by Guyang Mao (arioch) (dzym@yahoo.com) on Wednesday, December 13th @ 08:43:24 AM
http://arioch.despayre.ath.cx
IMHO the diskio.c is a nice and very useful thing to have. The only thing I've had to do with it was to change the ->fileno member direct reference to a macro in order to get it to be portable across cygwin, msvc, and linux gcc.
[ Reply to this comment ]

Re: Ascii 201
by Geoff Davis (azrael@laker.net) on Monday, December 18th @ 11:25:55 AM
http://www.laker.net/azrael/
I agree. I rarely use standard file I/O any
longer (in CircleMUD). IMHO, the buffering done
by the DiskIO module is a very quick, elegant
solution. I can see no reason, save memory
limitations, that one would feel the need to do
away with it. Centralizing DiskIO to a single
module isn't a half bad idea, either, in terms of
modular design.
[ Reply to this comment ]