History | View | Annotate | Download (26.1 kB)
- Added hgeol- Fixed repository side eol to be LF
- Removed custom tile info window- Updated VirtualTreeView- Added tile info as owner drawn hint to vdtTiles (fixes #55)
- Realigned frmRegionControl- Added coordinate grabbing to TfrmRegionControl- Added hints to the grab buttons in frmLargeScaleCommand
- 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)
- Updated to a recent VirtualTrees revision- Updated README accordingly
- Fixed TfrmEditAccount.RegionDeleted to check, if the region is known (to prevent index out of bounds errors)- Fixed UfrmMain to be compatible with newer versions of FPC- Added a slider to frmRegionControl- Added buttons to add and delete regions to frmRegionControl...
- Merged changes from Turley (elevate with random altitude)- Rearranged the TfrmElevateSettings dialog- Fixed transparency settings of the images in the TfrmLogin dialog- Fixed TfrmRegionControl to not react on mouse clicks if no region is selected- Updated Vampyre Imaging Lib to recent SVN...
- Fixed/Removed some compiler warnings and hints- Some more syntactic changes to UfrmRegionControl.pas- Implemented region modification and deletion- Changed the server side region handling to broadcast the changes- Added safer admin packet registration...
- Fixed memory leak in TfrmFilter (not freeing FCheckedHues)- Fixed memory leak in TfrmMain (not freeing the strings in the location info nodes)- Rearranged frmEditAccount to allow region handling- Added region handling to the client side account specific network packets...
- Changed alignment of frmBoundaries and frmVirtualLayer- Added ParentFont to all controls to keep a consistent look among all widgetsets and DE settings
- Added missing files from last commit