close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 79 for trunk/UCore.lfm


Ignore:
Timestamp:
Nov 4, 2014, 8:57:21 AM (10 years ago)
Author:
chronos
Message:
  • Removed: Useless old method GetCellNeighbors. Cell neigbours can be now accessed directly.
  • Modified: Optimized canvas TextOut to not move pointer after text displaying.
  • Fixed: Computer inner moves were calculated incorrectly multiple times for same cells. This was slowing down calculation in particular for large maps.
  • Added: Used PersistentForm component to keep forms position and size. So far it not supports xmlconfig class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r74 r79  
    20472047    top = 140
    20482048  end
     2049  object PersistentForm: TPersistentForm
     2050    MinVisiblePart = 50
     2051    EntireVisible = False
     2052    left = 416
     2053    top = 320
     2054  end
    20492055end
Note: See TracChangeset for help on using the changeset viewer.