Difference for main/inferno.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.23  2000/02/07 10:53:06  donut
    * documented new ip_* arguments
    *
  * Revision 1.22  2000/02/07 10:26:05  donut   * Revision 1.22  2000/02/07 10:26:05  donut
  * new ipx code structure reduces some redundancy and gives all arches multi netcode ability   * new ipx code structure reduces some redundancy and gives all arches multi netcode ability
  *   *
Line 1033
 
Line 1036
 #ifdef SDL_VIDEO  #ifdef SDL_VIDEO
         printf( "  -nosdlvidmodecheck %s\n", "Some X servers don't like checking vidmode first, so just switch");          printf( "  -nosdlvidmodecheck %s\n", "Some X servers don't like checking vidmode first, so just switch");
 #endif  #endif
   #ifdef SUPPORTS_NET_IP
    printf( "  -ip_nogetmyaddr %s\n","prevent autodetection of local ip address");
    printf( "  -ip_myaddr <a>  %s\n","use <a> as local ip address");
    printf( "  -ip_baseport <p> %s\n","use <p> as offset from normal port (allows multiple instances of d1x to be run on a single computer)");
   #endif
 #ifdef __LINUX__  #ifdef __LINUX__
   #if 0 //the old udp code is currently disabled
         printf( "  -udp            %s\n", "Use udp/ip on local network");          printf( "  -udp            %s\n", "Use udp/ip on local network");
         printf( "    @<shift>      %s\n", "  shift udp port base offset");          printf( "    @<shift>      %s\n", "  shift udp port base offset");
         printf( "    =<HOST_LIST>  %s\n", "  broadcast both local and to HOST_LIST");          printf( "    =<HOST_LIST>  %s\n", "  broadcast both local and to HOST_LIST");
Line 1041
 
Line 1050
         printf( "                  %s\n", "   HOSTS can be any IP or hostname");          printf( "                  %s\n", "   HOSTS can be any IP or hostname");
         printf( "                  %s\n", "   HOSTS can also be in the form of <address>:<shift>");          printf( "                  %s\n", "   HOSTS can also be in the form of <address>:<shift>");
         printf( "                  %s\n", "   separate multiple HOSTS with a ,");          printf( "                  %s\n", "   separate multiple HOSTS with a ,");
   #endif
 //added 02/06/99 Matthew Mueller  //added 02/06/99 Matthew Mueller
         printf( "  -serialdevice <s> %s\n", "Set serial/modem device to <s>");          printf( "  -serialdevice <s> %s\n", "Set serial/modem device to <s>");
 //end addition -MM  //end addition -MM

Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23