- Bumped version to 0.6.1
- Added silk icon reference to the about dialog
This commit is contained in:
parent
d461774816
commit
03b9097465
|
@ -18,10 +18,12 @@
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<UseVersionInfo Value="True"/>
|
<UseVersionInfo Value="True"/>
|
||||||
<CurrentMajorRevNr Value="6"/>
|
<CurrentMajorRevNr Value="6"/>
|
||||||
<CurrentBuildNr Value="200"/>
|
<CurrentMinorRevNr Value="1"/>
|
||||||
<ProjectVersion Value="0.6.0.200"/>
|
<CurrentBuildNr Value="209"/>
|
||||||
|
<ProjectVersion Value="0.6.1.209"/>
|
||||||
<CompanyName Value="AKS DataBasis"/>
|
<CompanyName Value="AKS DataBasis"/>
|
||||||
<FileDescription Value="UO CentrED"/>
|
<FileDescription Value="UO CentrED"/>
|
||||||
|
<InternalName Value="CentrED"/>
|
||||||
<LegalCopyright Value="Andreas Schneider"/>
|
<LegalCopyright Value="Andreas Schneider"/>
|
||||||
<OriginalFilename Value="CentrED.exe"/>
|
<OriginalFilename Value="CentrED.exe"/>
|
||||||
<ProductName Value="CentrED"/>
|
<ProductName Value="CentrED"/>
|
||||||
|
|
|
@ -1,150 +1,146 @@
|
||||||
object frmAbout: TfrmAbout
|
object frmAbout: TfrmAbout
|
||||||
Left = 290
|
Left = 290
|
||||||
Height = 308
|
Height = 308
|
||||||
Top = 171
|
Top = 171
|
||||||
Width = 354
|
Width = 354
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderIcons = [biSystemMenu]
|
BorderIcons = [biSystemMenu]
|
||||||
BorderStyle = bsDialog
|
BorderStyle = bsDialog
|
||||||
Caption = 'About CentrED'
|
Caption = 'About CentrED'
|
||||||
ClientHeight = 308
|
ClientHeight = 308
|
||||||
ClientWidth = 354
|
ClientWidth = 354
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.25'
|
LCLVersion = '0.9.29'
|
||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 62
|
Height = 53
|
||||||
Top = 204
|
Top = 189
|
||||||
Width = 338
|
Width = 338
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 16
|
BorderSpacing.Top = 16
|
||||||
BorderSpacing.Around = 8
|
BorderSpacing.Around = 8
|
||||||
Caption = 'Ultima(tm) Online (c) 1997 Electronic Arts Inc. Ultima, the UO logo, Are You With Us?, ORIGIN, the ORIGIN logo and We create worlds are trademarks or registered trademarks of Electronic Arts Inc. in the U.S. and/or other countries. All rights reserved.'
|
Caption = 'Ultima(tm) Online (c) 1997 Electronic Arts Inc. Ultima, the UO logo, Are You With Us?, ORIGIN, the ORIGIN logo and We create worlds are trademarks or registered trademarks of Electronic Arts Inc. in the U.S. and/or other countries. All rights reserved.'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = True
|
WordWrap = True
|
||||||
WordWrap = True
|
end
|
||||||
end
|
object Label5: TLabel
|
||||||
object Label5: TLabel
|
Left = 8
|
||||||
Left = 8
|
Height = 14
|
||||||
Height = 14
|
Top = 98
|
||||||
Top = 120
|
Width = 338
|
||||||
Width = 338
|
Align = alTop
|
||||||
Align = alTop
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Right = 8
|
||||||
BorderSpacing.Right = 8
|
Caption = 'It is using the following great components:'
|
||||||
Caption = 'It is using the following great components:'
|
ParentColor = False
|
||||||
ParentColor = False
|
end
|
||||||
ParentFont = True
|
object Label6: TLabel
|
||||||
end
|
Left = 16
|
||||||
object Label6: TLabel
|
Height = 53
|
||||||
Left = 16
|
Top = 112
|
||||||
Height = 46
|
Width = 330
|
||||||
Top = 134
|
Align = alTop
|
||||||
Width = 330
|
BorderSpacing.Left = 16
|
||||||
Align = alTop
|
BorderSpacing.Right = 8
|
||||||
BorderSpacing.Left = 16
|
Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'#13#10'- Silk Icons by Mark James'
|
||||||
BorderSpacing.Right = 8
|
ParentColor = False
|
||||||
Caption = '- Vampyre Imaging Lib by Marek Mauder'#13#10'- lNet by Ales Katona and Micha Nelissen'#13#10'- VirtualTrees by Mike Lischke'
|
end
|
||||||
ParentColor = False
|
object Label7: TLabel
|
||||||
ParentFont = True
|
Left = 8
|
||||||
end
|
Height = 14
|
||||||
object Label7: TLabel
|
Top = 84
|
||||||
Left = 8
|
Width = 338
|
||||||
Height = 14
|
Align = alTop
|
||||||
Top = 106
|
BorderSpacing.Left = 8
|
||||||
Width = 338
|
BorderSpacing.Right = 8
|
||||||
Align = alTop
|
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
|
||||||
BorderSpacing.Left = 8
|
ParentColor = False
|
||||||
BorderSpacing.Right = 8
|
WordWrap = True
|
||||||
Caption = 'CentrED has been developed using Lazarus and FreePascal.'
|
end
|
||||||
ParentColor = False
|
object Panel2: TPanel
|
||||||
ParentFont = True
|
Left = 0
|
||||||
WordWrap = True
|
Height = 76
|
||||||
end
|
Top = 0
|
||||||
object Panel2: TPanel
|
Width = 354
|
||||||
Height = 98
|
Align = alTop
|
||||||
Width = 354
|
AutoSize = True
|
||||||
Align = alTop
|
BorderSpacing.Bottom = 8
|
||||||
AutoSize = True
|
BevelOuter = bvNone
|
||||||
BorderSpacing.Bottom = 8
|
ClientHeight = 76
|
||||||
BevelOuter = bvNone
|
ClientWidth = 354
|
||||||
ClientHeight = 98
|
TabOrder = 0
|
||||||
ClientWidth = 354
|
object Panel1: TPanel
|
||||||
ParentFont = True
|
Left = 0
|
||||||
TabOrder = 0
|
Height = 76
|
||||||
object Panel1: TPanel
|
Top = 0
|
||||||
Height = 98
|
Width = 167
|
||||||
Width = 220
|
AutoSize = True
|
||||||
AutoSize = True
|
BevelInner = bvRaised
|
||||||
BevelInner = bvRaised
|
BevelOuter = bvLowered
|
||||||
BevelOuter = bvLowered
|
ClientHeight = 76
|
||||||
ClientHeight = 98
|
ClientWidth = 167
|
||||||
ClientWidth = 220
|
TabOrder = 0
|
||||||
ParentFont = True
|
object Label1: TLabel
|
||||||
TabOrder = 0
|
Left = 2
|
||||||
object Label1: TLabel
|
Height = 38
|
||||||
Left = 2
|
Top = 2
|
||||||
Height = 38
|
Width = 163
|
||||||
Top = 2
|
Align = alTop
|
||||||
Width = 216
|
Alignment = taCenter
|
||||||
Align = alTop
|
AutoSize = False
|
||||||
Alignment = taCenter
|
Caption = 'UO CentrED'
|
||||||
AutoSize = False
|
Font.Height = -29
|
||||||
Caption = 'UO CentrED'
|
Font.Style = [fsBold]
|
||||||
Font.Height = -29
|
Layout = tlCenter
|
||||||
Font.Style = [fsBold]
|
ParentColor = False
|
||||||
Layout = tlCenter
|
ParentFont = False
|
||||||
ParentColor = False
|
end
|
||||||
end
|
object lblVersion: TLabel
|
||||||
object lblVersion: TLabel
|
Left = 6
|
||||||
Left = 6
|
Height = 14
|
||||||
Height = 25
|
Top = 40
|
||||||
Top = 40
|
Width = 155
|
||||||
Width = 208
|
Align = alTop
|
||||||
Align = alTop
|
Alignment = taRightJustify
|
||||||
Alignment = taRightJustify
|
BorderSpacing.Left = 4
|
||||||
BorderSpacing.Left = 4
|
BorderSpacing.Right = 4
|
||||||
BorderSpacing.Right = 4
|
ParentColor = False
|
||||||
ParentColor = False
|
end
|
||||||
ParentFont = True
|
object lblCopyright: TLabel
|
||||||
end
|
Left = 6
|
||||||
object lblCopyright: TLabel
|
Height = 14
|
||||||
Left = 6
|
Top = 58
|
||||||
Height = 25
|
Width = 155
|
||||||
Top = 69
|
Align = alTop
|
||||||
Width = 208
|
Alignment = taCenter
|
||||||
Align = alTop
|
BorderSpacing.Around = 4
|
||||||
Alignment = taCenter
|
ParentColor = False
|
||||||
BorderSpacing.Around = 4
|
end
|
||||||
ParentColor = False
|
end
|
||||||
ParentFont = True
|
end
|
||||||
end
|
object Panel3: TPanel
|
||||||
end
|
Left = 8
|
||||||
end
|
Height = 25
|
||||||
object Panel3: TPanel
|
Top = 250
|
||||||
Left = 8
|
Width = 338
|
||||||
Height = 25
|
Align = alTop
|
||||||
Top = 274
|
BorderSpacing.Around = 8
|
||||||
Width = 338
|
BevelOuter = bvNone
|
||||||
Align = alTop
|
ClientHeight = 25
|
||||||
BorderSpacing.Around = 8
|
ClientWidth = 338
|
||||||
BevelOuter = bvNone
|
TabOrder = 1
|
||||||
ClientHeight = 25
|
object btnClose: TButton
|
||||||
ClientWidth = 338
|
Left = 263
|
||||||
ParentFont = True
|
Height = 25
|
||||||
TabOrder = 1
|
Top = 0
|
||||||
object btnClose: TButton
|
Width = 75
|
||||||
Left = 263
|
Align = alRight
|
||||||
Height = 25
|
BorderSpacing.InnerBorder = 4
|
||||||
Width = 75
|
Caption = 'Close'
|
||||||
Align = alRight
|
OnClick = btnCloseClick
|
||||||
BorderSpacing.InnerBorder = 4
|
TabOrder = 0
|
||||||
Caption = 'Close'
|
end
|
||||||
OnClick = btnCloseClick
|
end
|
||||||
ParentFont = True
|
end
|
||||||
TabOrder = 0
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
|
@ -1,84 +1,84 @@
|
||||||
(*
|
(*
|
||||||
* CDDL HEADER START
|
* CDDL HEADER START
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the terms of the
|
* The contents of this file are subject to the terms of the
|
||||||
* Common Development and Distribution License, Version 1.0 only
|
* Common Development and Distribution License, Version 1.0 only
|
||||||
* (the "License"). You may not use this file except in compliance
|
* (the "License"). You may not use this file except in compliance
|
||||||
* with the License.
|
* with the License.
|
||||||
*
|
*
|
||||||
* You can obtain a copy of the license at
|
* You can obtain a copy of the license at
|
||||||
* http://www.opensource.org/licenses/cddl1.php.
|
* http://www.opensource.org/licenses/cddl1.php.
|
||||||
* See the License for the specific language governing permissions
|
* See the License for the specific language governing permissions
|
||||||
* and limitations under the License.
|
* and limitations under the License.
|
||||||
*
|
*
|
||||||
* When distributing Covered Code, include this CDDL HEADER in each
|
* When distributing Covered Code, include this CDDL HEADER in each
|
||||||
* file and include the License file at
|
* file and include the License file at
|
||||||
* http://www.opensource.org/licenses/cddl1.php. If applicable,
|
* http://www.opensource.org/licenses/cddl1.php. If applicable,
|
||||||
* add the following below this CDDL HEADER, with the fields enclosed
|
* add the following below this CDDL HEADER, with the fields enclosed
|
||||||
* by brackets "[]" replaced with your own identifying * information:
|
* by brackets "[]" replaced with your own identifying * information:
|
||||||
* Portions Copyright [yyyy] [name of copyright owner]
|
* Portions Copyright [yyyy] [name of copyright owner]
|
||||||
*
|
*
|
||||||
* CDDL HEADER END
|
* CDDL HEADER END
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Portions Copyright 2007 Andreas Schneider
|
* Portions Copyright 2007 Andreas Schneider
|
||||||
*)
|
*)
|
||||||
unit UfrmAbout;
|
unit UfrmAbout;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||||
ExtCtrls;
|
ExtCtrls;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
{ TfrmAbout }
|
{ TfrmAbout }
|
||||||
|
|
||||||
TfrmAbout = class(TForm)
|
TfrmAbout = class(TForm)
|
||||||
btnClose: TButton;
|
btnClose: TButton;
|
||||||
Label1: TLabel;
|
Label1: TLabel;
|
||||||
Label3: TLabel;
|
Label3: TLabel;
|
||||||
Label5: TLabel;
|
Label5: TLabel;
|
||||||
Label6: TLabel;
|
Label6: TLabel;
|
||||||
Label7: TLabel;
|
Label7: TLabel;
|
||||||
lblCopyright: TLabel;
|
lblCopyright: TLabel;
|
||||||
lblVersion: TLabel;
|
lblVersion: TLabel;
|
||||||
Panel1: TPanel;
|
Panel1: TPanel;
|
||||||
Panel2: TPanel;
|
Panel2: TPanel;
|
||||||
Panel3: TPanel;
|
Panel3: TPanel;
|
||||||
procedure btnCloseClick(Sender: TObject);
|
procedure btnCloseClick(Sender: TObject);
|
||||||
procedure FormCreate(Sender: TObject);
|
procedure FormCreate(Sender: TObject);
|
||||||
private
|
private
|
||||||
{ private declarations }
|
{ private declarations }
|
||||||
public
|
public
|
||||||
{ public declarations }
|
{ public declarations }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
frmAbout: TfrmAbout;
|
frmAbout: TfrmAbout;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$I version.inc}
|
{$I version.inc}
|
||||||
|
|
||||||
{ TfrmAbout }
|
{ TfrmAbout }
|
||||||
|
|
||||||
procedure TfrmAbout.btnCloseClick(Sender: TObject);
|
procedure TfrmAbout.btnCloseClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
Close;
|
Close;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrmAbout.FormCreate(Sender: TObject);
|
procedure TfrmAbout.FormCreate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
lblVersion.Caption := Format('Version %s', [ProductVersion]);
|
lblVersion.Caption := Format('Version %s', [ProductVersion]);
|
||||||
lblCopyright.Caption := Format('Copyright %s', [Copyright]);
|
lblCopyright.Caption := Format('Copyright %s', [Copyright]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
{$I UfrmAbout.lrs}
|
{$I UfrmAbout.lrs}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,9 @@
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<UseVersionInfo Value="True"/>
|
<UseVersionInfo Value="True"/>
|
||||||
<CurrentMajorRevNr Value="6"/>
|
<CurrentMajorRevNr Value="6"/>
|
||||||
<CurrentBuildNr Value="200"/>
|
<CurrentMinorRevNr Value="1"/>
|
||||||
<ProjectVersion Value="0.6.0.200"/>
|
<CurrentBuildNr Value="209"/>
|
||||||
|
<ProjectVersion Value="0.6.1.209"/>
|
||||||
<CompanyName Value="AKS DataBasis"/>
|
<CompanyName Value="AKS DataBasis"/>
|
||||||
<FileDescription Value="CentrED Server"/>
|
<FileDescription Value="CentrED Server"/>
|
||||||
<InternalName Value="CentrED Server"/>
|
<InternalName Value="CentrED Server"/>
|
||||||
|
@ -144,14 +145,15 @@
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<SmartLinkUnit Value="True"/>
|
<SmartLinkUnit Value="True"/>
|
||||||
<Optimizations>
|
<Optimizations>
|
||||||
<OptimizationLevel Value="0"/>
|
<OptimizationLevel Value="3"/>
|
||||||
</Optimizations>
|
</Optimizations>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Debugging>
|
<Debugging>
|
||||||
<GenerateDebugInfo Value="True"/>
|
<UseLineInfoUnit Value="False"/>
|
||||||
<UseHeaptrc Value="True"/>
|
<StripSymbols Value="True"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
|
<LinkSmart Value="True"/>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
<Other>
|
||||||
<CustomOptions Value="-FE../bin/
|
<CustomOptions Value="-FE../bin/
|
||||||
|
|
|
@ -1,47 +1,47 @@
|
||||||
; Script generated by the Inno Setup Script Wizard.
|
; Script generated by the Inno Setup Script Wizard.
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=CentrED
|
AppName=CentrED
|
||||||
AppVerName=CentrED 0.6
|
AppVerName=CentrED 0.6.1
|
||||||
AppPublisher=AKS DataBasis
|
AppPublisher=AKS DataBasis
|
||||||
AppPublisherURL=http://www.aksdb.de/CentrED
|
AppPublisherURL=http://www.aksdb.de/CentrED
|
||||||
AppSupportURL=http://www.aksdb.de/CentrED
|
AppSupportURL=http://www.aksdb.de/CentrED
|
||||||
AppUpdatesURL=http://www.aksdb.de/CentrED
|
AppUpdatesURL=http://www.aksdb.de/CentrED
|
||||||
DefaultDirName={pf}\AKS DataBasis\CentrED
|
DefaultDirName={pf}\AKS DataBasis\CentrED
|
||||||
DefaultGroupName=AKS DataBasis\CentrED
|
DefaultGroupName=AKS DataBasis\CentrED
|
||||||
OutputBaseFilename=CentrED_win32
|
OutputBaseFilename=CentrED_win32
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=true
|
SolidCompression=true
|
||||||
VersionInfoVersion=0.6
|
VersionInfoVersion=0.6.1
|
||||||
VersionInfoCompany=AKS DataBasis
|
VersionInfoCompany=AKS DataBasis
|
||||||
VersionInfoDescription=Client/Server based multiuser map editor
|
VersionInfoDescription=Client/Server based multiuser map editor
|
||||||
VersionInfoTextVersion=0.6
|
VersionInfoTextVersion=0.6.1
|
||||||
VersionInfoCopyright=Andreas Schneider
|
VersionInfoCopyright=Andreas Schneider
|
||||||
AppCopyright=Andreas Schneider
|
AppCopyright=Andreas Schneider
|
||||||
InfoBeforeFile=Changelog.txt
|
InfoBeforeFile=Changelog.txt
|
||||||
SignTool=defsign $f
|
SignTool=defsign $f
|
||||||
AppVersion=0.6
|
AppVersion=0.6.1
|
||||||
AppID={{77BCACC0-C2D9-470D-858F-A3D94A5F27A5}
|
AppID={{77BCACC0-C2D9-470D-858F-A3D94A5F27A5}
|
||||||
SignedUninstaller=true
|
SignedUninstaller=true
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: english; MessagesFile: compiler:Default.isl
|
Name: english; MessagesFile: compiler:Default.isl
|
||||||
|
|
||||||
[Tasks]
|
[Tasks]
|
||||||
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
|
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: ..\bin\CentrED.exe; DestDir: {app}; Flags: ignoreversion
|
Source: ..\bin\CentrED.exe; DestDir: {app}; Flags: ignoreversion
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
Source: ..\bin\CentrED.dat; DestDir: {app}
|
Source: ..\bin\CentrED.dat; DestDir: {app}
|
||||||
Source: ..\bin\nodraw.txt; DestDir: {app}
|
Source: ..\bin\nodraw.txt; DestDir: {app}
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: {group}\CentrED; Filename: {app}\CentrED.exe
|
Name: {group}\CentrED; Filename: {app}\CentrED.exe
|
||||||
Name: {commondesktop}\CentrED; Filename: {app}\CentrED.exe; Tasks: desktopicon
|
Name: {commondesktop}\CentrED; Filename: {app}\CentrED.exe; Tasks: desktopicon
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
Filename: {app}\CentrED.exe; Description: {cm:LaunchProgram,CentrED}; Flags: nowait postinstall skipifsilent
|
Filename: {app}\CentrED.exe; Description: {cm:LaunchProgram,CentrED}; Flags: nowait postinstall skipifsilent
|
||||||
[Messages]
|
[Messages]
|
||||||
BeveledLabel=Copyright 2009 Andreas Schneider
|
BeveledLabel=Copyright 2009 Andreas Schneider
|
||||||
|
|
|
@ -1,124 +1,133 @@
|
||||||
Changelog:
|
Changelog:
|
||||||
[C] = Client, [S] = Server, [-] = Both/Unrelated
|
[C] = Client, [S] = Server, [-] = Both/Unrelated
|
||||||
|
|
||||||
Version 0.6
|
Version 0.6.1
|
||||||
===========
|
=============
|
||||||
[C] Added rendering of lightsources
|
[C] Added highlighting for (un)walkable tiles
|
||||||
[C] Added buttons to the largescale and region dialogs to pick locations from the game window
|
[C] Added optional white map-background
|
||||||
[-] Added support for larger tiledata/animdata/art files
|
[C] Fixed static drawing order (again)
|
||||||
[C] Added ability to define custom "nodraw" tiles (see Wiki)
|
[C] Fixed flickering that occured in some cases
|
||||||
[C] Changed static tile render order
|
[S] Fixed server not always saving changes
|
||||||
[C] Changed translucent tiles to be more opaque
|
|
||||||
[C] Changed the format of locations and random presets to be less fragile
|
|
||||||
[C] Fixed a crash related to the Virtual Layer
|
Version 0.6
|
||||||
[C] Fixed several smaller bugs
|
===========
|
||||||
[S] Fixed memory leak
|
[C] Added rendering of lightsources
|
||||||
|
[C] Added buttons to the largescale and region dialogs to pick locations from the game window
|
||||||
Version 0.5
|
[-] Added support for larger tiledata/animdata/art files
|
||||||
===========
|
[C] Added ability to define custom "nodraw" tiles (see Wiki)
|
||||||
[C] Completely reworked rendering (should be much faster now)
|
[C] Changed static tile render order
|
||||||
[C] Added one-step UnDo
|
[C] Changed translucent tiles to be more opaque
|
||||||
[C] Added support for animated tiles
|
[C] Changed the format of locations and random presets to be less fragile
|
||||||
[C] Added optional height information to flat mode
|
[C] Fixed a crash related to the Virtual Layer
|
||||||
[C] Added keyboard movement (NumPad, Arrow Keys, WSAD)
|
[C] Fixed several smaller bugs
|
||||||
[C] Added live-preview for drawing operations
|
[S] Fixed memory leak
|
||||||
[C] Changed config path to be within the home directory
|
|
||||||
[C] Added options to toggle animations and security questions
|
Version 0.5
|
||||||
[C] Added (re)storing of options on start/exit
|
===========
|
||||||
[C] Added highlight of target regions to the LargeScaleCommand window
|
[C] Completely reworked rendering (should be much faster now)
|
||||||
[C] Optimized memory handling to adjust for larger requirements
|
[C] Added one-step UnDo
|
||||||
[-] Several internal fixes and cleanups
|
[C] Added support for animated tiles
|
||||||
|
[C] Added optional height information to flat mode
|
||||||
Version 0.4.1
|
[C] Added keyboard movement (NumPad, Arrow Keys, WSAD)
|
||||||
=============
|
[C] Added live-preview for drawing operations
|
||||||
[C] Added random altitude to the elevate tool
|
[C] Changed config path to be within the home directory
|
||||||
[C] Fixed Boundaries not being updated when using the spin edits
|
[C] Added options to toggle animations and security questions
|
||||||
[C] Fixed RegionControl to not react on mouseclicks when no region is selected
|
[C] Added (re)storing of options on start/exit
|
||||||
[C] Fixed VirtualLayer crashing CentrED when scrolling to the edges of a map
|
[C] Added highlight of target regions to the LargeScaleCommand window
|
||||||
[C] Fixed elevation with the mouse wheel being far too high
|
[C] Optimized memory handling to adjust for larger requirements
|
||||||
|
[-] Several internal fixes and cleanups
|
||||||
Version 0.4.0
|
|
||||||
=============
|
Version 0.4.1
|
||||||
[C] Added regional restrictions to accounts
|
=============
|
||||||
[C] Added visualization of these restrictions for users
|
[C] Added random altitude to the elevate tool
|
||||||
[C] Added better GTK2 compatibility to the Linux version
|
[C] Fixed Boundaries not being updated when using the spin edits
|
||||||
[C] Added random altitude to the draw tool
|
[C] Fixed RegionControl to not react on mouseclicks when no region is selected
|
||||||
[S] Added more detailed startup messages
|
[C] Fixed VirtualLayer crashing CentrED when scrolling to the edges of a map
|
||||||
[S] Changed config file to use XML
|
[C] Fixed elevation with the mouse wheel being far too high
|
||||||
[S] Bumped config file version to 3
|
|
||||||
[-] Removed some memory leaks
|
Version 0.4.0
|
||||||
|
=============
|
||||||
Version 0.3.6
|
[C] Added regional restrictions to accounts
|
||||||
=============
|
[C] Added visualization of these restrictions for users
|
||||||
[C] Added support for translucent tiles
|
[C] Added better GTK2 compatibility to the Linux version
|
||||||
[C] Added Jump-To-TileID to the tile list (just enter the number and press enter)
|
[C] Added random altitude to the draw tool
|
||||||
[C] Improved Linux support
|
[S] Added more detailed startup messages
|
||||||
* Switched to GTK instead of GTK2 to improve stability
|
[S] Changed config file to use XML
|
||||||
* Fixed the filter dialog
|
[S] Bumped config file version to 3
|
||||||
* Added correct parent window behavior
|
[-] Removed some memory leaks
|
||||||
* Added (internal) drag & drop between the tile lists
|
|
||||||
* Disabled the tooltip due to inconsistent behavior (will be reenabled later)
|
Version 0.3.6
|
||||||
|
=============
|
||||||
Version 0.3.5
|
[C] Added support for translucent tiles
|
||||||
=============
|
[C] Added Jump-To-TileID to the tile list (just enter the number and press enter)
|
||||||
[C] Added ability to hide No-Draw tiles
|
[C] Improved Linux support
|
||||||
[C] Added flat-view (where everything is drawn with Z = 0)
|
* Switched to GTK instead of GTK2 to improve stability
|
||||||
[C] Added tooltip to the tile list (showing the flags and the name of the tiles)
|
* Fixed the filter dialog
|
||||||
[C] Fixed crash when dragging the mouse over an arrow
|
* Added correct parent window behavior
|
||||||
[C] Fixed some crashes in the linux version
|
* Added (internal) drag & drop between the tile lists
|
||||||
|
* Disabled the tooltip due to inconsistent behavior (will be reenabled later)
|
||||||
Version 0.3.4
|
|
||||||
=============
|
Version 0.3.5
|
||||||
[S] Softened timeout checks to prevent unnecessary kicks
|
=============
|
||||||
[S] Added validation for the map size on startup
|
[C] Added ability to hide No-Draw tiles
|
||||||
|
[C] Added flat-view (where everything is drawn with Z = 0)
|
||||||
Version 0.3.3
|
[C] Added tooltip to the tile list (showing the flags and the name of the tiles)
|
||||||
=============
|
[C] Fixed crash when dragging the mouse over an arrow
|
||||||
[C] Optimized responsiveness
|
[C] Fixed some crashes in the linux version
|
||||||
[S] Changed to a more stable zlib implementation
|
|
||||||
[S] Fixed bug in disconnect handling, which could lead to a server crash
|
Version 0.3.4
|
||||||
|
=============
|
||||||
Version 0.3.2
|
[S] Softened timeout checks to prevent unnecessary kicks
|
||||||
=============
|
[S] Added validation for the map size on startup
|
||||||
[C] Added statics filter (by Tile ID and Hue)
|
|
||||||
[C] Fixed occasional error when selecting tiles
|
Version 0.3.3
|
||||||
|
=============
|
||||||
Version 0.3.1
|
[C] Optimized responsiveness
|
||||||
=============
|
[S] Changed to a more stable zlib implementation
|
||||||
[C] Added access level change notification
|
[S] Fixed bug in disconnect handling, which could lead to a server crash
|
||||||
[C] Changed ordering of tiles for the move tool
|
|
||||||
[C] Fixed radar handling on first start
|
Version 0.3.2
|
||||||
[C] Fixed invalid numbering of statics in the tile list
|
=============
|
||||||
[C] Fixed strange scrolling behavior of the tile list
|
[C] Added statics filter (by Tile ID and Hue)
|
||||||
[S] Added timeout of 30secs to client connections
|
[C] Fixed occasional error when selecting tiles
|
||||||
[S] Fixed possible memory corruption
|
|
||||||
|
Version 0.3.1
|
||||||
Version 0.3
|
=============
|
||||||
===========
|
[C] Added access level change notification
|
||||||
[C] Added large scale commands
|
[C] Changed ordering of tiles for the move tool
|
||||||
[C] Added (re)storing ability of Random-Presets
|
[C] Fixed radar handling on first start
|
||||||
[C] Added Location list to store coordinates
|
[C] Fixed invalid numbering of statics in the tile list
|
||||||
[C] Added radar map
|
[C] Fixed strange scrolling behavior of the tile list
|
||||||
[C] Added virtual layer
|
[S] Added timeout of 30secs to client connections
|
||||||
[C] Added fields to directly enter values to the Boundaries and the Hue settings
|
[S] Fixed possible memory corruption
|
||||||
[C] Added left-click menu to the selection tool (pops up after holding the left mouse button for a second)
|
|
||||||
[C] Added hotkeys (F1 to F8, one for each tool)
|
Version 0.3
|
||||||
[C] Added new access levels (None [= locked] and Viewer [= can only see the map and chat])
|
===========
|
||||||
[C] Fixed problems with the Move-tool
|
[C] Added large scale commands
|
||||||
[C] Fixed some memory leaks and several other bugs
|
[C] Added (re)storing ability of Random-Presets
|
||||||
[S] Added support for the new client features
|
[C] Added Location list to store coordinates
|
||||||
[S] Changed config file: REFER TO THE INCLUDED UPGRADE NOTES!!!
|
[C] Added radar map
|
||||||
[S] Fixed the netcode handling (that could have lead to crashes in some cases)
|
[C] Added virtual layer
|
||||||
|
[C] Added fields to directly enter values to the Boundaries and the Hue settings
|
||||||
Version 0.2
|
[C] Added left-click menu to the selection tool (pops up after holding the left mouse button for a second)
|
||||||
===========
|
[C] Added hotkeys (F1 to F8, one for each tool)
|
||||||
[C] Added client list
|
[C] Added new access levels (None [= locked] and Viewer [= can only see the map and chat])
|
||||||
[C] Added ability to jump to other clients positions
|
[C] Fixed problems with the Move-tool
|
||||||
[C] Added chat
|
[C] Fixed some memory leaks and several other bugs
|
||||||
[C] Added support to add hued tiles
|
[S] Added support for the new client features
|
||||||
[C] Added tool to hue existing tiles
|
[S] Changed config file: REFER TO THE INCLUDED UPGRADE NOTES!!!
|
||||||
[C] Added automatical movement while the movement arrows are pressed
|
[S] Fixed the netcode handling (that could have lead to crashes in some cases)
|
||||||
[C] Changed tile info shown when hovering (more details)
|
|
||||||
[S] Added timestamps
|
Version 0.2
|
||||||
[S] Added storage of clients last position
|
===========
|
||||||
[S] Changed win32 version to no longer require "--init"
|
[C] Added client list
|
||||||
|
[C] Added ability to jump to other clients positions
|
||||||
|
[C] Added chat
|
||||||
|
[C] Added support to add hued tiles
|
||||||
|
[C] Added tool to hue existing tiles
|
||||||
|
[C] Added automatical movement while the movement arrows are pressed
|
||||||
|
[C] Changed tile info shown when hovering (more details)
|
||||||
|
[S] Added timestamps
|
||||||
|
[S] Added storage of clients last position
|
||||||
|
[S] Changed win32 version to no longer require "--init"
|
||||||
|
|
10
version.inc
10
version.inc
|
@ -1,5 +1,5 @@
|
||||||
const
|
const
|
||||||
ProductVersion = '0.6.0';
|
ProductVersion = '0.6.1';
|
||||||
ProtocolVersion = 6;
|
ProtocolVersion = 6;
|
||||||
Revision = '200';
|
Revision = '209';
|
||||||
Copyright = '2009 Andreas Schneider';
|
Copyright = '2009 Andreas Schneider';
|
||||||
|
|
Loading…
Reference in New Issue