Statistics
| Branch: | Tag: | Revision:

root / UOLib / UStatics.pas

History | View | Annotate | Download (5.5 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

147:6904b467d076 12/22/2009 05:38 pm Andreas Schneider

- Fixed intensity of translucent tiles
- Changed statics priority

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

69:1ba5ae2151ec 12/03/2009 12:04 am Andreas Schneider

- Added TTileDataFlag enum
- Added TTileDataFlags set
- Changed TTiledata.Flags to use the TTileDataFlags set
- Added hue highlighting to TfrmMain
- Added TTextureManager.GetStaticMaterial to handle tiledata and hues

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

44:3eff0565e353 08/02/2009 07:08 pm Andreas Schneider

- Replaced usages of UListSort with TList.Sort
- Removed now obsolete UListSort.pas
- Removed GameResourceManager dependency from TStatics
- Moved TSeperatedStaticBlock to the according ULandscape units
- Cleanup some unnecessary <> nil checks

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...

29:76bfce380eda 03/09/2009 05:24 pm Andreas Schneider

- Added more checks to statics loading and saving and replaced unnecessary LongInt casts

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

- Initial import from internal repository