- Pushed version to 0.6
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
[Setup]
|
||||
AppName=CentrED
|
||||
AppVerName=CentrED 0.5
|
||||
AppVerName=CentrED 0.6
|
||||
AppPublisher=AKS DataBasis
|
||||
AppPublisherURL=http://www.aksdb.de/CentrED
|
||||
AppSupportURL=http://www.aksdb.de/CentrED
|
||||
@@ -13,15 +13,15 @@ DefaultGroupName=AKS DataBasis\CentrED
|
||||
OutputBaseFilename=CentrED_win32
|
||||
Compression=lzma
|
||||
SolidCompression=true
|
||||
VersionInfoVersion=0.5
|
||||
VersionInfoVersion=0.6
|
||||
VersionInfoCompany=AKS DataBasis
|
||||
VersionInfoDescription=Client/Server based multiuser map editor
|
||||
VersionInfoTextVersion=0.5
|
||||
VersionInfoTextVersion=0.6
|
||||
VersionInfoCopyright=Andreas Schneider
|
||||
AppCopyright=Andreas Schneider
|
||||
InfoBeforeFile=Changelog.txt
|
||||
SignTool=defsign $f
|
||||
AppVersion=0.5
|
||||
AppVersion=0.6
|
||||
AppID={{77BCACC0-C2D9-470D-858F-A3D94A5F27A5}
|
||||
SignedUninstaller=true
|
||||
|
||||
@@ -35,6 +35,7 @@ Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:Ad
|
||||
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
|
||||
|
||||
@@ -1,6 +1,19 @@
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user