- Added GTK2 support to UGUIPlatformUtils.pas

- Fixed compilation of the ImagingLib with newer Lazarus versions
- Renamed TInvalidConfigVersionExeption to TInvalidConfigException
- Cleanup in ULandscape.pas
- Removed widgetset and platform constraints from the project file
This commit is contained in:
2008-08-09 19:38:09 +02:00
parent 5b4ea92bb1
commit 2409b861e3
9 changed files with 258 additions and 336 deletions

View File

@@ -3,11 +3,9 @@ object frmMain: TfrmMain
Height = 603
Top = 144
Width = 766
HorzScrollBar.Page = 765
VertScrollBar.Page = 570
ActiveControl = edX
Caption = 'UO CentrED'
ClientHeight = 571
ClientHeight = 574
ClientWidth = 766
Constraints.MinHeight = 603
Constraints.MinWidth = 766
@@ -18,10 +16,11 @@ object frmMain: TfrmMain
OnDestroy = FormDestroy
Position = poScreenCenter
ShowInTaskBar = stAlways
LCLVersion = '0.9.25'
WindowState = wsMaximized
object pnlBottom: TPanel
Height = 31
Top = 540
Top = 543
Width = 766
Align = alBottom
BevelOuter = bvNone
@@ -101,7 +100,7 @@ object frmMain: TfrmMain
end
end
object pcLeft: TPageControl
Height = 516
Height = 519
Top = 24
Width = 224
ActivePage = tsTiles
@@ -110,7 +109,7 @@ object frmMain: TfrmMain
TabOrder = 1
object tsTiles: TTabSheet
Caption = 'Tiles'
ClientHeight = 482
ClientHeight = 488
ClientWidth = 220
object pnlTileListSettings: TPanel
Height = 56
@@ -130,7 +129,7 @@ object frmMain: TfrmMain
end
object cbTerrain: TCheckBox
Left = 4
Height = 24
Height = 21
Top = 8
Width = 64
Caption = 'Terrain'
@@ -141,7 +140,7 @@ object frmMain: TfrmMain
end
object cbStatics: TCheckBox
Left = 4
Height = 24
Height = 21
Top = 32
Width = 62
Caption = 'Statics'
@@ -161,7 +160,7 @@ object frmMain: TfrmMain
end
object vdtTiles: TVirtualDrawTree
Tag = 1
Height = 228
Height = 234
Top = 56
Width = 220
Align = alClient
@@ -203,17 +202,17 @@ object frmMain: TfrmMain
end
object gbRandom: TGroupBox
Height = 193
Top = 289
Top = 295
Width = 220
Align = alBottom
Caption = 'Random pool'
ClientHeight = 171
ClientHeight = 174
ClientWidth = 214
TabOrder = 2
object vdtRandom: TVirtualDrawTree
Tag = 1
Cursor = 63
Height = 119
Height = 122
Top = 22
Width = 214
Align = alClient
@@ -398,7 +397,7 @@ object frmMain: TfrmMain
object pnlRandomPreset: TPanel
Left = 4
Height = 22
Top = 145
Top = 148
Width = 206
Align = alBottom
BorderSpacing.Around = 4
@@ -503,7 +502,7 @@ object frmMain: TfrmMain
ParentShowHint = False
end
object cbRandomPreset: TComboBox
Height = 21
Height = 25
Width = 152
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
@@ -516,7 +515,7 @@ object frmMain: TfrmMain
object spTileList: TSplitter
Cursor = crVSplit
Height = 5
Top = 284
Top = 290
Width = 220
Align = alBottom
ResizeAnchor = akBottom
@@ -538,10 +537,10 @@ object frmMain: TfrmMain
end
object tsClients: TTabSheet
Caption = 'Clients'
ClientHeight = 516
ClientHeight = 525
ClientWidth = 224
object lbClients: TListBox
Height = 516
Height = 525
Width = 224
Align = alClient
OnDblClick = mnuGoToClientClick
@@ -553,11 +552,11 @@ object frmMain: TfrmMain
end
object tsLocations: TTabSheet
Caption = 'Locations'
ClientHeight = 516
ClientHeight = 525
ClientWidth = 224
object vstLocations: TVirtualStringTree
Left = 4
Height = 480
Height = 489
Top = 4
Width = 216
Align = alClient
@@ -589,7 +588,7 @@ object frmMain: TfrmMain
object pnlLocationControls: TPanel
Left = 4
Height = 24
Top = 488
Top = 497
Width = 216
Align = alBottom
BorderSpacing.Around = 4
@@ -918,16 +917,16 @@ object frmMain: TfrmMain
end
object pnlMain: TPanel
Left = 224
Height = 516
Height = 519
Top = 24
Width = 542
Align = alClient
BevelOuter = bvNone
ClientHeight = 516
ClientHeight = 519
ClientWidth = 542
TabOrder = 3
object oglGameWindow: TOpenGLControl
Height = 365
Height = 368
Width = 542
Align = alClient
OnDblClick = oglGameWindowDblClick
@@ -941,7 +940,7 @@ object frmMain: TfrmMain
end
object pnlChatHeader: TPanel
Height = 24
Top = 365
Top = 368
Width = 542
Align = alBottom
BevelInner = bvRaised
@@ -967,7 +966,7 @@ object frmMain: TfrmMain
end
object pnlChat: TPanel
Height = 122
Top = 394
Top = 397
Width = 542
Align = alBottom
BevelOuter = bvNone
@@ -1018,13 +1017,13 @@ object frmMain: TfrmMain
object spChat: TSplitter
Cursor = crVSplit
Height = 5
Top = 389
Top = 392
Width = 542
Align = alBottom
AutoSnap = False
MinSize = 100
Visible = False
ResizeAnchor = akBottom
Visible = False
end
end
object MainMenu1: TMainMenu