ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Global/DatLinks.pas
(Generate patch)

Comparing oup/current/Global/DatLinks.pas (file contents):
Revision 215 by alloc, Tue Jun 12 20:31:54 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

# Line 358 | Line 358 | end;
358   function Impt(Connection: TDataAccess; FileID: Integer): TDatLinkList;
359   const
360    types: array[0..0] of String[4] =
361 <      ('*');
361 >      ('Impt');
362   var
363    i: Integer;
364   begin
# Line 425 | Line 425 | end;
425  
426   function M3GM(Connection: TDataAccess; FileID: Integer): TDatLinkList;
427   const
428 <  types: array[0..7] of String[4] =
429 <      ('PNTA', 'VCRA', 'VCRA', 'TXCA', 'IDXA', 'IDXA', 'TXMP', '*');
428 >  types: array[0..6] of String[4] =
429 >      ('PNTA', 'VCRA', 'VCRA', 'TXCA', 'IDXA', 'IDXA', 'TXMP');
430   var
431    i: Integer;
432   begin
433    SetLength(Result, 8);
434 <  for i := 0 to 7 do
434 >  for i := 0 to 6 do
435    begin
436      Result[i].SrcOffset := $0C + i*4;
437      Result[i].DestID := -1;
# Line 443 | Line 443 | end;
443   function Mtrl(Connection: TDataAccess; FileID: Integer): TDatLinkList;
444   const
445    types: array[0..0] of String[4] =
446 <      ('*');
446 >      ('Mtrl');
447   var
448    i: Integer;
449   begin
# Line 586 | Line 586 | begin
586    SetLength(Result, 1);
587    Result[0].SrcOffset := $8;
588    Result[0].DestID := -1;
589 <  Result[0].PosDestExts := '*';
589 >  Result[0].PosDestExts := 'ONCV';
590   end;
591  
592  
# Line 729 | Line 729 | begin
729    SetLength(Result, 1);
730    Result[0].SrcOffset := $50;
731    Result[0].DestID := -1;
732 <  Result[0].PosDestExts := '*';
732 >  Result[0].PosDestExts := 'TXMP';
733   end;
734  
735  
# Line 747 | Line 747 | begin
747      begin
748        Result[i].SrcOffset := $20 + i*8 + 4;
749        Result[i].DestID := -1;
750 <      Result[i].PosDestExts := '*';
750 >      Result[i].PosDestExts := 'PSpc';
751      end;
752    end;
753   end;
# Line 1103 | Line 1103 | begin
1103    SetLength(Result, 2);
1104    Result[0].SrcOffset := $94;
1105    Result[0].DestID := -1;
1106 <  Result[0].PosDestExts := '*';
1106 >  Result[0].PosDestExts := 'TXAN';
1107    Result[1].SrcOffset := $98;
1108    Result[1].DestID := -1;
1109    Result[1].PosDestExts := 'TXMP';
# Line 1133 | Line 1133 | begin
1133      begin
1134        Result[i].SrcOffset := $20 + i*8 + 4;
1135        Result[i].DestID := -1;
1136 <      Result[i].PosDestExts := '*';
1136 >      Result[i].PosDestExts := 'PSpc';
1137      end;
1138    end;
1139   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)