Statistics
| Branch: | Tag: | Revision:

root / UOLib / UMap.pas

History | View | Annotate | Download (4.7 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)
157:0b95089e72d4 12/24/2009 03:49 pm Andreas Schneider

- Added optional highlight for (un)walkable tiles
- Fixed lightmanager to draw in the correct color
- Fixed TMapBlock and TStaticBlock to correctly initialize itself as "unchanged"
- Cleanup in the server project

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

119:66352054ce4d 12/17/2009 03:41 pm Andreas Schneider

- Several code cleanups
- Fixed TArt.RefreshBuffer using the wrong variable (j <> i)
- Suppressed some hints

78:51649877cec4 12/04/2009 02:20 am Andreas Schneider

- Fixed TfrmMain.SetCurrentTile to exit only under correct conditions
- Fixed ghost tile creation to handle random height
- Changed UpdateSelection to only process the selection changes if necessary
- Changed TMapCell.GhostZ to be readable (necessary for simplier increase with random altitude)

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)

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

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

- Initial import from internal repository