Changeset 20 for trunk/BigMetro.lpr


Ignore:
Timestamp:
Apr 3, 2015, 10:40:01 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Passenger change in station to different line with better shape distance.
  • Fixed: Allow circular lines.
  • Modified: Use internal faster Time for new game events instead normal time.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22BigMetro
        33BigMetro.lps
         4heaptrclog.trc
  • trunk/BigMetro.lpr

    r3 r20  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UEngine, UGeometric
     10  Forms, SysUtils, UFormMain, UEngine, UGeometric
    1111  { you can add units after this };
    1212
    1313{$R *.res}
    1414
     15{$IFDEF DEBUG}
     16const
     17  HeapTraceLog = 'heaptrclog.trc';
     18{$ENDIF}
     19
    1520begin
     21  {$IFDEF DEBUG}
     22  // Heap trace
     23  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     24  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
     25  {$ENDIF}
     26
    1627  RequireDerivedFormResource := True;
    1728  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.