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