Changeset 25
- Timestamp:
- Jan 8, 2017, 5:55:04 PM (8 years ago)
- Location:
- branches/delphi
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/delphi/AI
- Property svn:ignore
-
old new 5 5 AIProject.stat 6 6 *.dcu 7 Win32
-
- Property svn:ignore
-
branches/delphi/AI/AIProject.dpr
r22 r25 1 {$INCLUDE switches. pas}1 {$INCLUDE switches.inc} 2 2 library AIProject; 3 3 -
branches/delphi/AI/AIProject.dproj
r22 r25 27 27 <Cfg_2>true</Cfg_2> 28 28 <CfgParent>Base</CfgParent> 29 <Base>true</Base> 30 </PropertyGroup> 31 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> 32 <Cfg_2_Win32>true</Cfg_2_Win32> 33 <CfgParent>Cfg_2</CfgParent> 34 <Cfg_2>true</Cfg_2> 29 35 <Base>true</Base> 30 36 </PropertyGroup> … … 58 64 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> 59 65 <DCC_Optimize>false</DCC_Optimize> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> 68 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> 69 <Manifest_File>None</Manifest_File> 70 <VerInfo_Locale>1033</VerInfo_Locale> 71 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> 72 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> 73 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> 60 74 </PropertyGroup> 61 75 <ItemGroup> … … 90 104 <Source Name="MainSource">AIProject.dpr</Source> 91 105 </Source> 106 <Excluded_Packages> 107 <Excluded_Packages Name="$(BDSBIN)\dcloffice2k230.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> 108 <Excluded_Packages Name="$(BDSBIN)\dclofficexp230.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> 109 </Excluded_Packages> 92 110 </Delphi.Personality> 93 111 <Platforms> … … 116 134 </Platform> 117 135 </DeployFile> 118 <DeployClass Name="ProjectiOSDeviceResourceRules"/> 136 <DeployClass Name="DependencyModule"> 137 <Platform Name="Win32"> 138 <Operation>0</Operation> 139 <Extensions>.dll;.bpl</Extensions> 140 </Platform> 141 <Platform Name="OSX32"> 142 <Operation>1</Operation> 143 <Extensions>.dylib</Extensions> 144 </Platform> 145 </DeployClass> 119 146 <DeployClass Name="ProjectOSXResource"> 120 147 <Platform Name="OSX32"> … … 430 457 </Platform> 431 458 </DeployClass> 432 <DeployClass Name="DependencyModule"> 433 <Platform Name="Win32"> 434 <Operation>0</Operation> 435 <Extensions>.dll;.bpl</Extensions> 436 </Platform> 437 <Platform Name="OSX32"> 438 <Operation>1</Operation> 439 <Extensions>.dylib</Extensions> 440 </Platform> 441 </DeployClass> 459 <DeployClass Name="ProjectiOSDeviceResourceRules"/> 442 460 <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> 443 461 <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> -
branches/delphi/LocalPlayer
- Property svn:ignore
-
old new 1 1 __history 2 __recovery
-
- Property svn:ignore
-
branches/delphi/Start.pas
r6 r25 253 253 else 254 254 begin 255 ScreenMode := 1; 255 256 Reg.OpenKey('SOFTWARE\cevo\RegVer9', false); 256 257 try 257 ScreenMode := Reg.ReadInteger('ScreenMode'); 258 if Reg.ValueExists('ScreenMode') then 259 ScreenMode := Reg.ReadInteger('ScreenMode'); 258 260 FullScreen := ScreenMode > 0; 259 261 if Reg.ValueExists('ResolutionX') then
Note:
See TracChangeset
for help on using the changeset viewer.