Statistics
| Branch: | Tag: | Revision:

root / Client / UfrmRegionControl.pas

History | View | Annotate | Download (20.6 kB)

# Date Author Comment
162:ac18d757e2cd 07/25/2010 12:18 am Andreas Schneider

- Added hgeol
- Fixed repository side eol to be LF

131:6fe84c3e2fb2 12/19/2009 02:39 pm Andreas Schneider

- Realigned frmRegionControl
- Added coordinate grabbing to TfrmRegionControl
- Added hints to the grab buttons in frmLargeScaleCommand

27:0525092bd8ed 01/27/2009 10:45 am Andreas Schneider

- Updated to a recent VirtualTrees revision
- Updated README accordingly

26:7f633f443254 09/28/2008 10:00 pm Andreas Schneider

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

19:b39d54076167 08/29/2008 12:09 pm Andreas Schneider

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

15:616dfb9b07ec 08/26/2008 10:48 pm Andreas Schneider

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

14:8e3cd4df8178 08/25/2008 05:33 pm Andreas Schneider

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

13:c78b5eafa10e 08/23/2008 11:09 pm Andreas Schneider

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

11:37eac6119ebb 08/17/2008 08:12 pm Andreas Schneider

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

9:9f1580ed6e43 08/12/2008 01:59 pm Andreas Schneider

- Added missing files from last commit