History | View | Annotate | Download (20.6 kB)
- Added hgeol- Fixed repository side eol to be LF
- Realigned frmRegionControl- Added coordinate grabbing to TfrmRegionControl- Added hints to the grab buttons in frmLargeScaleCommand
- 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...
- Added client side visualization of area restrictions- Added an icon to the "Region control" menu item- Changed the former TAccessLevelChangedPacket and the TLoginResponsePacket to add informations about the writeable areas- Changed OnModifyUserPacket to update clients according to new accesslevel/area restrictions...
- Added ability to edit regions for accounts- Added AccessChangedListener to allow several listeners to react on accesslevel changes- Changed TModifyUserPacket to support the region lists- Fixed a region list parsing bug in TfrmAccountControl.OnListUsersPacket (Unsigned vs. Signed Integer)...
- 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...
- Added missing files from last commit