Release version of Paradice 1.1.8.0

This commit is contained in:
Patrice Fouquet 2021-07-09 22:30:59 +02:00
parent 1ebac27b9b
commit 9575f11039
5 changed files with 20 additions and 16 deletions

View file

@ -52,6 +52,11 @@ versions ant
HISTORIQUE DES VERSIONS
[Version 1.1.8 - 09/07/2021]
Quand les joueurs automates vendaient leurs événements, ils étaient cédés au
Jackpot même si l'option "Cession au jackpot si doit vendre pour payer" était
désactivée.
[Version 1.1.7 - 24/08/2020]
Enregistrer une partie chargée provoquait systématiquement une erreur.
@ -107,4 +112,4 @@ Affichage des stats en %
[Version 1.0 - 19/05/2020] Première version.
Dernière mise à jour le 24 août 2020.
Dernière mise à jour le 9 juillet 2021.

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Paradice"
#define MyAppVersion "1.1.7.2"
#define MyAppVersion "1.1.8.0"
#define MyAppPublisher "Patquoi.fr"
#define MyAppURL "http://patquoi.fr"

View file

@ -1592,7 +1592,7 @@ else
(not EstLiquidation and (orEvtJckptVnte in FormPlateau.OptionsRegle)) then
ce.Id := jJackpot // Si règle "Evt Jackpot Vente/Liquidation" activée
else
ce.Id := jJackpot;
ce.Id := jIndefini; // 1.1.8 (au lieu de jJackpot)
Credite(JrCrt, PrixEvt[Nbj]);
DessineCase(ce.x, ce.y);
DessineEvenement(EvtAVendre);

View file

@ -71,12 +71,11 @@
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
<SanitizedProjectName>paradice</SanitizedProjectName>
<VerInfo_Locale>1036</VerInfo_Locale>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.7.2;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.8.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_Build>2</VerInfo_Build>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Release>7</VerInfo_Release>
<VerInfo_Release>8</VerInfo_Release>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
@ -128,14 +127,14 @@
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<Icon_MainIcon>paradice_Icon.ico</Icon_MainIcon>
<VerInfo_Build>3</VerInfo_Build>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.7.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
<VerInfo_Build>1</VerInfo_Build>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.8.1;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<Icon_MainIcon>paradice_Icon.ico</Icon_MainIcon>
<VerInfo_Build>3</VerInfo_Build>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.7.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
<VerInfo_Build>1</VerInfo_Build>
<VerInfo_Keys>CompanyName=Patquoi.fr;FileDescription=$(MSBuildProjectName);FileVersion=1.1.8.1;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.patquoi.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.1;Comments=Licence Publique Générale 2.0</VerInfo_Keys>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
@ -204,6 +203,12 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="..\bin\paradice.64.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win64">
<RemoteName>paradice.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="..\res\ico\Paradice150.png" Configuration="Debug" Class="UWP_DelphiLogo150">
<Platform Name="Win32">
<RemoteDir>Assets\</RemoteDir>
@ -217,12 +222,6 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="..\bin\paradice.64.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win64">
<RemoteName>paradice.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="..\res\ico\Paradice44.png" Configuration="Debug" Class="UWP_DelphiLogo44">
<Platform Name="Win32">
<RemoteDir>Assets\</RemoteDir>

Binary file not shown.