Statistics
| Branch: | Tag: | Revision:

root / UOLib / UWorldItem.pas

History | View | Annotate | Download (6 kB)

# Date Author Comment
187:ca42413bdc7a 01/14/2012 05:58 pm Andreas Schneider
  • Replaced fgl with heContnrs
  • Fixed behavior of the undo packet list (fixes #88)
152:2c10e1ad6647 12/23/2009 04:39 pm Andreas Schneider

- Changed TWorldItem and TWorldBlock Change-tracking
- Reverted TStaticItem.UpdatePriorities
- Fixed vdtTiles' HintCanvas to use the desired font when drawing
- Fixed UpdateFilter to no longer call ForceUpdateCurrentTile
- Several code cleanups

75:2d7857145534 12/04/2009 12:58 am Andreas Schneider

- Added virtual getters for Z and TileID to TWorldItem
- Added ghost information to TMap
- Added ghost tiles (currently for map tiles only)

68:f1dbc5a66522 12/02/2009 09:50 pm Andreas Schneider

- Fixed TWorldItem.Delete freeing itself
- Fixed order in which statics get deleted (first call item.Delete THEN delete it from the objectlist which will free the item)

67:0870ea84713e 12/02/2009 07:14 pm Andreas Schneider

- Added generic lists for world items, static items and map items
- Added appropriate compare functions
- Some local cleanups

66:5c10b760b126 12/02/2009 06:40 pm Andreas Schneider

- Fixed TfrmLogin to create the profile path if it doesn't exist
- Removed old code from TfrmMain.Render
- Bumped version to 0.4.5
- Moved TVirtualTile to UWorldItem
- Added TVirtualTile handling to CompareWorldItems
- Added priorities to the virtual tiles

42:6087cf1e8710 08/02/2009 01:45 pm Andreas Schneider

- Added iterator to TCacheManager
- Added access (CanBeWritten) tracking to TStaticItem
- Moved TLandscape.UpdateStaticsPriorities to TStaticItem.UpdatePriorities
- Moved ULandscape.CompareWorldItems to UWorldItem
- Renamed TSeperatedStaticBlock.RefreshList to RebuildList...

31:86a36537e785 05/15/2009 11:37 pm Andreas Schneider

- Changed rendering to build the draw list for the whole range
- Added CanBeEdited flag to TWorldItem
- Changed list sorting from custom heap sort implementation to the FCL standard (QuickSort)

0:95bd93c28625 12/21/2007 09:31 pm Andreas Schneider

- Initial import from internal repository