2021-12-10 16:59:32 -08:00
Renegade BBS Source Code For v1.19/DOS - Current non-source builds are located @ http://rgbbs.info
2013-02-05 07:02:07 -08:00
==============
==============================
2021-01-10 20:59:16 -08:00
2013-02-05 07:02:07 -08:00
Copyright Cott Lang, Patrick Spence, Gary Hall, Jeff Herrings, T.J. McMillen, Chris Hoppman, and Lee Palmer< br / >
Ported to Win32 by Rick Parrish< br / >
< hr / >
TODO list:< br / >
< ul >
< li > Find/correct any usage of FOR loop variables after the loop (since they are 1 greater in VP than in BP< / li >
2013-02-07 12:11:45 -08:00
< li > Find/correct any file i/o on untyped files where Words or Integers are being read< / li >
2013-02-05 07:02:07 -08:00
< / ul >
Completed list< br / >
< ul >
2013-02-07 10:55:11 -08:00
< li > IFDEF out anything that doesn't compile and make a WIN32 placeholder that does a "WriteLn('REETODO UNIT FUNCTION'); Halt;" (then you can grep the executables for REETODO to see which REETODOs actually need to be implemented)< / li >
2013-02-07 11:11:11 -08:00
< li > IFDEF out any ASM code blocks and handle the same as above< / li >
2013-02-07 11:17:50 -08:00
< li > TYPEs of OF WORD to OF SMALLWORD (just in case they're used in a RECORD)< / li >
< li > TYPEs of OF INTEGER to OF SMALLINT (just in case they're used in a RECORD)< / li >
2013-02-07 11:28:00 -08:00
< li > WORD in RECORD to SMALLWORD< / li >
< li > INTEGER in RECORD to SMALLINT< / li >
2013-02-07 11:30:29 -08:00
< li > Anything passing 0 for the Attr parameter to FindFirst should pass AnyFile instead (VP returns no files when 0 is passed for Attr)< / li >
2013-02-07 12:11:21 -08:00
< li > Investigate FILEMODE usage to see if FILEMODEREADWRITE, TEXTMODEREAD or TEXTMODEREADWRITE should be used< / li >
2013-02-08 17:05:58 -08:00
< li > Implement any REETODOs that appear in compiled executables< / li >
2013-02-05 07:02:07 -08:00
< / ul >