Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4558 in orxonox.OLD for orxonox/trunk/scripts


Ignore:
Timestamp:
Jun 8, 2005, 9:02:12 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PhysicsEngine looks better (it speeds up things… but i do not exactly know if it works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/scripts/data.genlist.pl

    r4103 r4558  
    11#!/usr/bin/perl
    2 ########################################################################## 
    3 #   orxonox - the future of 3D-vertical-scrollers                        #
    4 #                                                                        #
    5 #   Copyright (C) 2004 orx                                              #
    6 #                                                                        #
     2##########################################################################
     3#   orxonox - the future of 3D-vertical-scrollers                        #
     4#                                                                        #
     5#   Copyright (C) 2004 orx                                              #
     6#                                                                        #
    77#   This program is free software; you can redistribute it and/or modify #
    88#   it under the terms of the GNU General Public License as published by #
    99#   the Free Software Foundation; either version 2, or (at your option)  #
    10 #   any later version.                                                  #
    11 #                                                                        #
    12 #   ### File Specific:                                                  #
    13 #   main-programmer: Benjamin Grauer                                    #
    14 #   co-programmer: ...                                                  #
    15 #                                                                        #
     10#   any later version.                                                  #
     11#                                                                        #
     12#   ### File Specific:                                                  #
     13#   main-programmer: Benjamin Grauer                                    #
     14#   co-programmer: ...                                                  #
     15#                                                                        #
    1616#   This is a simple perl script, that generates a List of all files     #
    1717#   contained in a Folder checked out with SVN and writes into an output #
     
    5252     {
    5353       if ($inputFile eq "." || $inputFile eq "..")
    54         {
     54        {
    5555
    56         }
     56        }
    5757       chomp($inputFile);
    5858       $fullName = "$folderName/$inputFile";
     
    6262       print FD "$printFile\n";
    6363       if (-d $fullName )
    64         {
    65            &createFileList($fullName);
    66         }
     64        {
     65           &createFileList($fullName);
     66        }
    6767     }
    6868 }
Note: See TracChangeset for help on using the changeset viewer.