Changeset 164 for trunk/Packages


Ignore:
Timestamp:
Nov 21, 2017, 6:39:06 PM (7 years ago)
Author:
chronos
Message:
  • Modified: More work on voronoi type map generation.
  • Fixed: Do not generate map twice on map config load.
Location:
trunk/Packages/Common
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.lpk

    r91 r164  
    44    <PathDelim Value="\"/>
    55    <Name Value="Common"/>
     6    <Type Value="RunAndDesignTime"/>
    67    <AddToProjectUsesSection Value="True"/>
    78    <Author Value="Chronos (robie@centrum.cz)"/>
     
    1617    <License Value="GNU/GPL"/>
    1718    <Version Minor="7"/>
    18     <Files Count="20">
     19    <Files Count="21">
    1920      <Item1>
    2021        <Filename Value="StopWatch.pas"/>
     
    105106        <UnitName Value="UScaleDPI"/>
    106107      </Item20>
     108      <Item21>
     109        <Filename Value="UGeometry.pas"/>
     110        <UnitName Value="UGeometry"/>
     111      </Item21>
    107112    </Files>
    108113    <i18n>
     
    110115      <OutDir Value="Languages"/>
    111116    </i18n>
    112     <Type Value="RunAndDesignTime"/>
    113117    <RequiredPkgs Count="2">
    114118      <Item1>
  • trunk/Packages/Common/Common.pas

    r91 r164  
    1111  UMemory, UResetableThread, UPool, ULastOpenedList, URegistry,
    1212  UJobProgressView, UXMLUtils, UApplicationInfo, USyncCounter, UListViewSort,
    13   UPersistentForm, UFindFile, UScaleDPI, LazarusPackageIntf;
     13  UPersistentForm, UFindFile, UScaleDPI, UGeometry, LazarusPackageIntf;
    1414
    1515implementation
Note: See TracChangeset for help on using the changeset viewer.