mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Compare commits
91 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e114d5c5dd | ||
|
cea0bde015 | ||
|
3d37ded31d | ||
|
3dcc787ca0 | ||
|
d394975336 | ||
|
dd78b08a5f | ||
|
088640b544 | ||
|
d6d4aadeff | ||
|
d90ea24405 | ||
|
505e73e842 | ||
|
26bf033465 | ||
|
ed7f8783c0 | ||
|
699c3cf13c | ||
|
424a09ccc8 | ||
|
e0fb300766 | ||
|
46f7a7cc69 | ||
|
e93b035d5c | ||
|
f4929613aa | ||
|
7b27d6c6b5 | ||
|
abd4f1a978 | ||
|
5567250e14 | ||
|
4efb44ddae | ||
|
f1d7e1f52f | ||
|
cc17911776 | ||
|
d617795591 | ||
|
c78a20dafd | ||
|
d63ac98624 | ||
|
36f10c60b4 | ||
|
fcd8fdb17e | ||
|
505941a9e4 | ||
|
d5f3595350 | ||
|
46fc16c97e | ||
|
9daee7af4e | ||
|
42826a5d58 | ||
|
fd5e3af4a3 | ||
|
884237d0c6 | ||
|
7548690c51 | ||
|
a726a88f70 | ||
|
79a7fee0a7 | ||
|
f70344aac0 | ||
|
8f4ac13919 | ||
|
bd2e27978e | ||
|
a58b73aeb4 | ||
|
57d0678090 | ||
|
7c3dc7d1a3 | ||
|
507019abda | ||
|
1fe1c7e24e | ||
|
7b8052174f | ||
|
60e0912a7b | ||
|
4f24439f7e | ||
|
dee560492e | ||
|
25ee3531b2 | ||
|
aa8043fafc | ||
|
82ed7f7193 | ||
|
0c3693f6cc | ||
|
1d54de0eb9 | ||
|
fdc56da111 | ||
|
265db139c8 | ||
|
7cb6994f90 | ||
|
9e9a79c4b7 | ||
|
928efdd527 | ||
|
6171b1185e | ||
|
fd48ca0a62 | ||
|
556a395e4a | ||
|
b20e1876e3 | ||
|
38d172aa49 | ||
|
a1475d2ee3 | ||
|
a73d6fe10d | ||
|
909533930e | ||
|
ccbb8015d5 | ||
|
5a3cedaa95 | ||
|
27a1f89c15 | ||
|
06243e4d45 | ||
|
5e3e666765 | ||
|
f5b0ef3698 | ||
|
c112738f2e | ||
|
1d7a75c8a9 | ||
|
610c72b9bb | ||
|
c9f3e5aba6 | ||
|
e5932eef3b | ||
|
156e58e59f | ||
|
f3fa442d0f | ||
|
3b11a457a3 | ||
|
1b5720c118 | ||
|
93b4554961 | ||
|
69ef542969 | ||
|
c79ddd0d35 | ||
|
d8331eaeb7 | ||
|
e01cd4ef2e | ||
|
d9d3a7592a | ||
|
b807717ca7 |
@@ -1,14 +1,6 @@
|
||||
Virtue font:
|
||||
(c)1997-1999 Marty P. Pfeiffer at Scooter Graphics
|
||||
|
||||
Virtue is used with permission and is authorized only for NON-COMMERCIAL redistribution as part of the GlidePort package.
|
||||
|
||||
Please visit the author's website (http://www.scootergraphics.com/) for more information.
|
||||
|
||||
|
||||
Roboto font:
|
||||
Open Sans font:
|
||||
(c)2011 Google
|
||||
Distributed under the Apache License (see Resources/Fonts/Roboto/LICENSE)
|
||||
Distributed under the Apache License (see Resources/Fonts/OpenSans/LICENSE)
|
||||
|
||||
|
||||
stb_image_write:
|
||||
@@ -19,3 +11,14 @@ MacRomanConversion uses a table from LIBICONV:
|
||||
Copyright (C) 1999-2001, 2016 Free Software Foundation, Inc.
|
||||
|
||||
Distributed under the LGPLv2 license (See MacRomanConversion/LICENSE.txt)
|
||||
|
||||
|
||||
RapidJSON:
|
||||
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
||||
|
||||
Distributed under the MIT license (See rapidjson/license.txt)
|
||||
|
||||
|
||||
zlib:
|
||||
(C) 1995-2017 Jean-loup Gailly and Mark Adler
|
||||
Distributed under zlib license (See zlib/README)
|
92
Aerofoil.sln
92
Aerofoil.sln
@@ -33,134 +33,102 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Aerofoil", "Aerofoil\Aerofo
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MacRomanConversion", "MacRomanConversion\MacRomanConversion.vcxproj", "{07351A8E-1F79-42C9-BBAB-31F071EAA99E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gpr2gpa", "gpr2gpa\gpr2gpa.vcxproj", "{27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcxproj", "{6AE5C85E-6631-4A12-97A0-A05F812FE9CA}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bin2gp", "bin2gp\bin2gp.vcxproj", "{D7BFE702-0667-4155-9B0B-2A54DF9AE60B}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MakeTimestamp", "MakeTimestamp\MakeTimestamp.vcxproj", "{9023DF2F-A33D-485A-B13D-0973348B2F9B}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flattenmov", "flattenmov\flattenmov.vcxproj", "{89F8D13E-F216-4B67-8DE9-7F842D349E94}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x64.Build.0 = Debug|x64
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Debug|x86.Build.0 = Debug|Win32
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x64.ActiveCfg = Release|x64
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x64.Build.0 = Release|x64
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x86.ActiveCfg = Release|Win32
|
||||
{45B1B18C-C846-4044-9206-74F58DFC5E88}.Release|x86.Build.0 = Release|Win32
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x64.Build.0 = Debug|x64
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Debug|x86.Build.0 = Debug|Win32
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x64.ActiveCfg = Release|x64
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x64.Build.0 = Release|x64
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x86.ActiveCfg = Release|Win32
|
||||
{6EC62B0F-9353-40A4-A510-3788F1368B33}.Release|x86.Build.0 = Release|Win32
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x64.Build.0 = Debug|x64
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Debug|x86.Build.0 = Debug|Win32
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x64.ActiveCfg = Release|x64
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x64.Build.0 = Release|x64
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x86.ActiveCfg = Release|Win32
|
||||
{2FF15659-5C72-48B8-B55B-3C658E4125B5}.Release|x86.Build.0 = Release|Win32
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x64.Build.0 = Debug|x64
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Debug|x86.Build.0 = Debug|Win32
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x64.ActiveCfg = Release|x64
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x64.Build.0 = Release|x64
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x86.ActiveCfg = Release|Win32
|
||||
{6233C3F2-5781-488E-B190-4FA8836F5A77}.Release|x86.Build.0 = Release|Win32
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x64.Build.0 = Debug|x64
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Debug|x86.Build.0 = Debug|Win32
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x64.ActiveCfg = Release|x64
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x64.Build.0 = Release|x64
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x86.ActiveCfg = Release|Win32
|
||||
{5FDE4822-C771-46A5-B6B2-FD12BACE86BF}.Release|x86.Build.0 = Release|Win32
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x64.Build.0 = Debug|x64
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Debug|x86.Build.0 = Debug|Win32
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x64.ActiveCfg = Release|x64
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x64.Build.0 = Release|x64
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x86.ActiveCfg = Release|Win32
|
||||
{99549E56-2B3A-4B0C-9A1F-FBA6395BC96C}.Release|x86.Build.0 = Release|Win32
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x64.Build.0 = Debug|x64
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Debug|x86.Build.0 = Debug|Win32
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x64.ActiveCfg = Release|x64
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x64.Build.0 = Release|x64
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x86.ActiveCfg = Release|Win32
|
||||
{E3BDC783-8646-433E-ADF0-8B6390D36669}.Release|x86.Build.0 = Release|Win32
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x64.Build.0 = Debug|x64
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Debug|x86.Build.0 = Debug|Win32
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x64.ActiveCfg = Release|x64
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x64.Build.0 = Release|x64
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x86.ActiveCfg = Release|Win32
|
||||
{A8FCDC5E-729C-4A80-BF9F-B669C52B2AE3}.Release|x86.Build.0 = Release|Win32
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x64.Build.0 = Debug|x64
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Debug|x86.Build.0 = Debug|Win32
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x64.ActiveCfg = Release|x64
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x64.Build.0 = Release|x64
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x86.ActiveCfg = Release|Win32
|
||||
{487216D8-16BA-4B4C-B5BF-43FEEDFEE03A}.Release|x86.Build.0 = Release|Win32
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x64.Build.0 = Debug|x64
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Debug|x86.Build.0 = Debug|Win32
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x64.ActiveCfg = Release|x64
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x64.Build.0 = Release|x64
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x86.ActiveCfg = Release|Win32
|
||||
{ED2F91E1-673A-4590-82B2-EB157927D3E3}.Release|x86.Build.0 = Release|Win32
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x64.Build.0 = Debug|x64
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Debug|x86.Build.0 = Debug|Win32
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Release|x64.ActiveCfg = Release|x64
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Release|x64.Build.0 = Release|x64
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Release|x86.ActiveCfg = Release|Win32
|
||||
{B852D549-4020-4477-8BFB-E199FF78B047}.Release|x86.Build.0 = Release|Win32
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x64.Build.0 = Debug|x64
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Debug|x86.Build.0 = Debug|Win32
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x64.ActiveCfg = Release|x64
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x64.Build.0 = Release|x64
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x86.ActiveCfg = Release|Win32
|
||||
{FFC961AC-55B4-4A38-A83E-06AE98F59ACC}.Release|x86.Build.0 = Release|Win32
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x64.Build.0 = Debug|x64
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Debug|x86.Build.0 = Debug|Win32
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x64.ActiveCfg = Release|x64
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x64.Build.0 = Release|x64
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x86.ActiveCfg = Release|Win32
|
||||
{17B96F07-EF92-47CD-95A5-8E6EE38AB564}.Release|x86.Build.0 = Release|Win32
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x64.Build.0 = Debug|x64
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Debug|x86.Build.0 = Debug|Win32
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x64.ActiveCfg = Release|x64
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x64.Build.0 = Release|x64
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x86.ActiveCfg = Release|Win32
|
||||
{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}.Release|x86.Build.0 = Release|Win32
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x64.Build.0 = Debug|x64
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Debug|x86.Build.0 = Debug|Win32
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x64.ActiveCfg = Release|x64
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x64.Build.0 = Release|x64
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{07351A8E-1F79-42C9-BBAB-31F071EAA99E}.Release|x86.Build.0 = Release|Win32
|
||||
{27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Debug|x64.Build.0 = Debug|x64
|
||||
{27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x64.ActiveCfg = Release|x64
|
||||
{27B7CA46-ED23-45C2-BF5F-0C126D81AEBF}.Release|x64.Build.0 = Release|x64
|
||||
{6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Debug|x64.Build.0 = Debug|x64
|
||||
{6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x64.ActiveCfg = Release|x64
|
||||
{6AE5C85E-6631-4A12-97A0-A05F812FE9CA}.Release|x64.Build.0 = Release|x64
|
||||
{D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Debug|x64.Build.0 = Debug|x64
|
||||
{D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x64.ActiveCfg = Release|x64
|
||||
{D7BFE702-0667-4155-9B0B-2A54DF9AE60B}.Release|x64.Build.0 = Release|x64
|
||||
{9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{9023DF2F-A33D-485A-B13D-0973348B2F9B}.Debug|x64.Build.0 = Debug|x64
|
||||
{9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x64.ActiveCfg = Release|x64
|
||||
{9023DF2F-A33D-485A-B13D-0973348B2F9B}.Release|x64.Build.0 = Release|x64
|
||||
{89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{89F8D13E-F216-4B67-8DE9-7F842D349E94}.Debug|x64.Build.0 = Debug|x64
|
||||
{89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x64.ActiveCfg = Release|x64
|
||||
{89F8D13E-F216-4B67-8DE9-7F842D349E94}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@@ -73,6 +73,7 @@
|
||||
<Import Project="..\GpMainApp.props" />
|
||||
<Import Project="..\FreeTypePublic.props" />
|
||||
<Import Project="..\FreeTypeImport.props" />
|
||||
<Import Project="..\Release.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
@@ -91,6 +92,7 @@
|
||||
<Import Project="..\GpMainApp.props" />
|
||||
<Import Project="..\FreeTypePublic.props" />
|
||||
<Import Project="..\FreeTypeImport.props" />
|
||||
<Import Project="..\Release.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup />
|
||||
@@ -158,9 +160,6 @@
|
||||
<ClCompile Include="GpMain_Win32.cpp" />
|
||||
<ClCompile Include="GpMemoryBuffer.cpp" />
|
||||
<ClCompile Include="GpMutex_Win32.cpp" />
|
||||
<ClCompile Include="GpPLGlueAudioChannel.cpp" />
|
||||
<ClCompile Include="GpPLGlueAudioDriver.cpp" />
|
||||
<ClCompile Include="GpPLGlueDisplayDriver.cpp" />
|
||||
<ClCompile Include="GpSystemServices_Win32.cpp" />
|
||||
<ClCompile Include="GpFiberStarter_Win32.cpp" />
|
||||
<ClCompile Include="GpThreadEvent_Win32.cpp" />
|
||||
@@ -173,7 +172,7 @@
|
||||
<ClInclude Include="..\GpCommon\GpDisplayDriverTickStatus.h" />
|
||||
<ClInclude Include="..\GpCommon\GpFileCreationDisposition.h" />
|
||||
<ClInclude Include="..\GpCommon\GpInputDriverProperties.h" />
|
||||
<ClInclude Include="..\GpCommon\IGpColorCursor.h" />
|
||||
<ClInclude Include="..\GpCommon\IGpCursor.h" />
|
||||
<ClInclude Include="..\GpCommon\IGpAudioChannelCallbacks.h" />
|
||||
<ClInclude Include="..\GpCommon\GpColorCursor_Win32.h" />
|
||||
<ClInclude Include="..\GpCommon\IGpDisplayDriverSurface.h" />
|
||||
@@ -193,9 +192,6 @@
|
||||
<ClInclude Include="GpMain.h" />
|
||||
<ClInclude Include="GpMemoryBuffer.h" />
|
||||
<ClInclude Include="GpMutex_Win32.h" />
|
||||
<ClInclude Include="GpPLGlueAudioChannel.h" />
|
||||
<ClInclude Include="GpPLGlueAudioDriver.h" />
|
||||
<ClInclude Include="GpPLGlueDisplayDriver.h" />
|
||||
<ClInclude Include="GpRingBuffer.h" />
|
||||
<ClInclude Include="GpSystemServices_Win32.h" />
|
||||
<ClInclude Include="GpFiberStarter.h" />
|
||||
|
@@ -3,8 +3,6 @@
|
||||
#include "GpAppInterface.h"
|
||||
#include "GpDisplayDriverTickStatus.h"
|
||||
#include "GpFontHandlerFactory.h"
|
||||
#include "GpPLGlueAudioDriver.h"
|
||||
#include "GpPLGlueDisplayDriver.h"
|
||||
#include "HostSuspendCallArgument.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
#include "IGpFiber.h"
|
||||
@@ -137,15 +135,12 @@ void GpAppEnvironment::AppThreadFunc()
|
||||
|
||||
void GpAppEnvironment::InitializeApplicationState()
|
||||
{
|
||||
GpAppInterface_Get()->PL_HostDisplayDriver_SetInstance(GpPLGlueDisplayDriver::GetInstance());
|
||||
GpAppInterface_Get()->PL_HostAudioDriver_SetInstance(GpPLGlueAudioDriver::GetInstance());
|
||||
GpAppInterface_Get()->PL_HostDisplayDriver_SetInstance(m_displayDriver);
|
||||
GpAppInterface_Get()->PL_HostAudioDriver_SetInstance(m_audioDriver);
|
||||
GpAppInterface_Get()->PL_InstallHostSuspendHook(GpAppEnvironment::StaticSuspendHookFunc, this);
|
||||
|
||||
GpAppInterface_Get()->PL_HostFontHandler_SetInstance(m_fontHandler);
|
||||
GpAppInterface_Get()->PL_HostVOSEventQueue_SetInstance(m_vosEventQueue);
|
||||
|
||||
GpPLGlueDisplayDriver::GetInstance()->SetGpDisplayDriver(m_displayDriver);
|
||||
GpPLGlueAudioDriver::GetInstance()->SetGpAudioDriver(m_audioDriver);
|
||||
}
|
||||
|
||||
void GpAppEnvironment::SynchronizeState()
|
||||
|
@@ -1,14 +1,14 @@
|
||||
#include "GpColorCursor_Win32.h"
|
||||
#include "GpCursor_Win32.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
void GpColorCursor_Win32::Destroy()
|
||||
void GpCursor_Win32::Destroy()
|
||||
{
|
||||
this->DecRef();
|
||||
}
|
||||
|
||||
IGpColorCursor_Win32 *GpColorCursor_Win32::Load(const wchar_t *path)
|
||||
IGpCursor_Win32 *GpCursor_Win32::Load(const wchar_t *path)
|
||||
{
|
||||
HANDLE imageH = LoadImageW(nullptr, path, IMAGE_CURSOR, 0, 0, LR_LOADFROMFILE);
|
||||
|
||||
@@ -16,43 +16,43 @@ IGpColorCursor_Win32 *GpColorCursor_Win32::Load(const wchar_t *path)
|
||||
return nullptr;
|
||||
|
||||
HCURSOR cursor = reinterpret_cast<HCURSOR>(imageH);
|
||||
void *storage = malloc(sizeof(GpColorCursor_Win32));
|
||||
void *storage = malloc(sizeof(GpCursor_Win32));
|
||||
if (!storage)
|
||||
{
|
||||
DestroyCursor(cursor);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return new (storage) GpColorCursor_Win32(reinterpret_cast<HCURSOR>(cursor));
|
||||
return new (storage) GpCursor_Win32(reinterpret_cast<HCURSOR>(cursor));
|
||||
}
|
||||
|
||||
GpColorCursor_Win32::GpColorCursor_Win32(HCURSOR cursor)
|
||||
GpCursor_Win32::GpCursor_Win32(HCURSOR cursor)
|
||||
: m_cursor(cursor)
|
||||
, m_refCount(1)
|
||||
{
|
||||
}
|
||||
|
||||
GpColorCursor_Win32::~GpColorCursor_Win32()
|
||||
GpCursor_Win32::~GpCursor_Win32()
|
||||
{
|
||||
DestroyCursor(m_cursor);
|
||||
}
|
||||
|
||||
const HCURSOR &GpColorCursor_Win32::GetHCursor() const
|
||||
const HCURSOR &GpCursor_Win32::GetHCursor() const
|
||||
{
|
||||
return m_cursor;
|
||||
}
|
||||
|
||||
void GpColorCursor_Win32::IncRef()
|
||||
void GpCursor_Win32::IncRef()
|
||||
{
|
||||
m_refCount++;
|
||||
}
|
||||
|
||||
void GpColorCursor_Win32::DecRef()
|
||||
void GpCursor_Win32::DecRef()
|
||||
{
|
||||
m_refCount--;
|
||||
if (m_refCount == 0)
|
||||
{
|
||||
this->~GpColorCursor_Win32();
|
||||
this->~GpCursor_Win32();
|
||||
free(this);
|
||||
}
|
||||
}
|
||||
|
@@ -32,10 +32,14 @@ IGpFiber *GpFiberStarter::StartFiber(ThreadFunc_t threadFunc, void *context, IGp
|
||||
{
|
||||
ULONG_PTR lowLimit;
|
||||
ULONG_PTR highLimit;
|
||||
|
||||
|
||||
#if 0
|
||||
GetCurrentThreadStackLimits(&lowLimit, &highLimit);
|
||||
|
||||
ULONG_PTR stackSize = highLimit - lowLimit;
|
||||
ULONG_PTR stackSize = highLimit - lowLimit;
|
||||
#else
|
||||
ULONG_PTR stackSize = 1024 * 1024;
|
||||
#endif
|
||||
|
||||
GpFiberStarter_Win32::FiberStartState startState;
|
||||
startState.m_context = context;
|
||||
|
@@ -46,8 +46,11 @@ size_t GpFileStream_Win32::Write(const void *bytes, size_t size)
|
||||
DWORD numWritten = 0;
|
||||
|
||||
BOOL writeSucceeded = WriteFile(m_handle, bytes, chunkSizeToWrite, &numWritten, nullptr);
|
||||
if (!writeSucceeded)
|
||||
return totalWritten;
|
||||
if (!writeSucceeded)
|
||||
{
|
||||
DWORD lastError = GetLastError();
|
||||
return totalWritten;
|
||||
}
|
||||
|
||||
totalWritten += static_cast<size_t>(numWritten);
|
||||
size -= static_cast<size_t>(numWritten);
|
||||
@@ -92,7 +95,7 @@ bool GpFileStream_Win32::SeekCurrent(PortabilityLayer::FilePos_t loc)
|
||||
bool GpFileStream_Win32::SeekEnd(PortabilityLayer::UFilePos_t loc)
|
||||
{
|
||||
LARGE_INTEGER li;
|
||||
li.QuadPart = static_cast<LONGLONG>(loc);
|
||||
li.QuadPart = -static_cast<LONGLONG>(loc);
|
||||
return SetFilePointerEx(m_handle, li, nullptr, FILE_END) != 0;
|
||||
}
|
||||
|
||||
|
@@ -201,6 +201,7 @@ bool GpFileSystem_Win32::FileLocked(PortabilityLayer::VirtualDirectory_t virtual
|
||||
return false;
|
||||
}
|
||||
|
||||
*exists = true;
|
||||
return (attribs & FILE_ATTRIBUTE_READONLY) != 0;
|
||||
}
|
||||
|
||||
|
@@ -39,7 +39,7 @@ class GpFont_FreeType2 final : public PortabilityLayer::HostFont
|
||||
{
|
||||
public:
|
||||
void Destroy() override;
|
||||
GpFontRenderedGlyph_FreeType2 *Render(uint32_t unicodeCodePoint, unsigned int size) override;
|
||||
GpFontRenderedGlyph_FreeType2 *Render(uint32_t unicodeCodePoint, unsigned int size, bool aa) override;
|
||||
bool GetLineSpacing(unsigned int size, int32_t &outSpacing) override;
|
||||
|
||||
static GpFont_FreeType2 *Create(const FT_StreamRec_ &streamRec, PortabilityLayer::IOStream *stream);
|
||||
@@ -106,7 +106,7 @@ void GpFont_FreeType2::Destroy()
|
||||
free(this);
|
||||
}
|
||||
|
||||
GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoint, unsigned int size)
|
||||
GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoint, unsigned int size, bool aa)
|
||||
{
|
||||
if (m_currentSize != size)
|
||||
{
|
||||
@@ -120,16 +120,39 @@ GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoin
|
||||
if (!glyphIndex)
|
||||
return nullptr;
|
||||
|
||||
if (FT_Load_Glyph(m_face, glyphIndex, FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO) != 0)
|
||||
FT_Int32 loadFlags = 0;
|
||||
FT_Render_Mode renderMode = FT_RENDER_MODE_NORMAL;
|
||||
|
||||
if (aa)
|
||||
{
|
||||
renderMode = FT_RENDER_MODE_NORMAL;
|
||||
loadFlags = FT_LOAD_TARGET_NORMAL;
|
||||
}
|
||||
else
|
||||
{
|
||||
loadFlags = FT_LOAD_MONOCHROME | FT_LOAD_TARGET_MONO;
|
||||
renderMode = FT_RENDER_MODE_MONO;
|
||||
}
|
||||
|
||||
if (FT_Load_Glyph(m_face, glyphIndex, loadFlags) != 0)
|
||||
return nullptr;
|
||||
|
||||
if (FT_Render_Glyph(m_face->glyph, FT_RENDER_MODE_MONO) != 0)
|
||||
if (FT_Render_Glyph(m_face->glyph, renderMode) != 0)
|
||||
return nullptr;
|
||||
|
||||
const FT_GlyphSlot glyph = m_face->glyph;
|
||||
|
||||
if (glyph->bitmap.pixel_mode != FT_PIXEL_MODE_MONO)
|
||||
return nullptr; // ????
|
||||
if (aa == false && glyph->bitmap.pixel_mode != FT_PIXEL_MODE_MONO)
|
||||
return nullptr;
|
||||
|
||||
if (aa == true)
|
||||
{
|
||||
if (glyph->bitmap.pixel_mode != FT_PIXEL_MODE_GRAY)
|
||||
return nullptr;
|
||||
|
||||
if (glyph->bitmap.num_grays < 2)
|
||||
return nullptr; // This should never happen
|
||||
}
|
||||
|
||||
PortabilityLayer::RenderedGlyphMetrics metrics;
|
||||
memset(&metrics, 0, sizeof(metrics));
|
||||
@@ -141,7 +164,13 @@ GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoin
|
||||
metrics.m_advanceX = glyph->metrics.horiAdvance / 64;
|
||||
|
||||
const size_t numRowsRequired = glyph->bitmap.rows;
|
||||
size_t pitchRequired = (glyph->bitmap.width + 7) / 8;
|
||||
size_t pitchRequired = 0;
|
||||
|
||||
if (aa)
|
||||
pitchRequired = (glyph->bitmap.width + 1) / 2;
|
||||
else
|
||||
pitchRequired = (glyph->bitmap.width + 7) / 8;
|
||||
|
||||
pitchRequired = pitchRequired + (GP_SYSTEM_MEMORY_ALIGNMENT - 1);
|
||||
pitchRequired -= pitchRequired % GP_SYSTEM_MEMORY_ALIGNMENT;
|
||||
|
||||
@@ -158,8 +187,8 @@ GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoin
|
||||
unsigned int bmWidth = glyph->bitmap.width;
|
||||
unsigned int bmHeight = glyph->bitmap.rows;
|
||||
unsigned int bmPitch = glyph->bitmap.pitch;
|
||||
unsigned int copyableBytesPerRow = (bmWidth + 7) / 8;
|
||||
const uint8_t *bmBytes = glyph->bitmap.buffer;
|
||||
const uint16_t numGrays = glyph->bitmap.num_grays;
|
||||
|
||||
size_t fillOffset = 0;
|
||||
for (unsigned int row = 0; row < bmHeight; row++)
|
||||
@@ -167,15 +196,36 @@ GpFontRenderedGlyph_FreeType2 *GpFont_FreeType2::Render(uint32_t unicodeCodePoin
|
||||
const uint8_t *bmReadStart = bmBytes + bmPitch * row;
|
||||
uint8_t *bmWriteStart = fillData + pitchRequired * row;
|
||||
|
||||
for (unsigned int i = 0; i < copyableBytesPerRow; i++)
|
||||
if (aa)
|
||||
{
|
||||
const uint8_t b = bmReadStart[i];
|
||||
for (size_t i = 0; i < pitchRequired; i++)
|
||||
bmWriteStart[i] = 0;
|
||||
|
||||
uint8_t fillByte = 0;
|
||||
for (int bit = 0; bit < 8; bit++)
|
||||
fillByte |= ((b >> (7 - bit)) & 1) << bit;
|
||||
for (size_t i = 0; i < bmWidth; i++)
|
||||
{
|
||||
const uint8_t b = bmReadStart[i];
|
||||
const uint8_t normalizedGray = (b * 30 + (numGrays - 1)) / ((numGrays - 1) * 2);
|
||||
|
||||
bmWriteStart[i] = fillByte;
|
||||
if (i & 1)
|
||||
bmWriteStart[i / 2] |= (normalizedGray << 4);
|
||||
else
|
||||
bmWriteStart[i / 2] = normalizedGray;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
const size_t copyableBytesPerRow = (glyph->bitmap.width + 7) / 8;
|
||||
|
||||
for (size_t i = 0; i < copyableBytesPerRow; i++)
|
||||
{
|
||||
const uint8_t b = bmReadStart[i];
|
||||
|
||||
uint8_t fillByte = 0;
|
||||
for (int bit = 0; bit < 8; bit++)
|
||||
fillByte |= ((b >> (7 - bit)) & 1) << bit;
|
||||
|
||||
bmWriteStart[i] = fillByte;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -63,7 +63,11 @@ int GpMain::Run()
|
||||
// This appears to be the "standard" Mac sample rate, probably rounded from 244800/11.
|
||||
adProps.m_type = g_gpGlobalConfig.m_audioDriverType;
|
||||
adProps.m_sampleRate = (244800 * 2 + 11) / (11 * 2);
|
||||
#ifdef NDEBUG
|
||||
adProps.m_debug = true;
|
||||
#else
|
||||
adProps.m_debug = false;
|
||||
#endif
|
||||
|
||||
IGpInputDriver **inputDrivers = static_cast<IGpInputDriver**>(malloc(sizeof(IGpInputDriver*) * g_gpGlobalConfig.m_numInputDrivers));
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "GpMain.h"
|
||||
#include "GpAudioDriverFactory.h"
|
||||
#include "GpColorCursor_Win32.h"
|
||||
#include "GpCursor_Win32.h"
|
||||
#include "GpDisplayDriverFactory.h"
|
||||
#include "GpGlobalConfig.h"
|
||||
#include "GpFiber_Win32.h"
|
||||
@@ -277,7 +277,7 @@ static bool IdentifyVKey(const WPARAM &wparam, const LPARAM &lparam, GpKeyIDSubs
|
||||
return true;
|
||||
}
|
||||
|
||||
static void PostKeyboardEvent(IGpVOSEventQueue *eventQueue, GpKeyboardInputEventType_t eventType, GpKeyIDSubset_t subset, const GpKeyboardInputEvent::KeyUnion &key)
|
||||
static void PostKeyboardEvent(IGpVOSEventQueue *eventQueue, GpKeyboardInputEventType_t eventType, GpKeyIDSubset_t subset, const GpKeyboardInputEvent::KeyUnion &key, uint32_t repeatCount)
|
||||
{
|
||||
if (GpVOSEvent *evt = eventQueue->QueueEvent())
|
||||
{
|
||||
@@ -287,6 +287,7 @@ static void PostKeyboardEvent(IGpVOSEventQueue *eventQueue, GpKeyboardInputEvent
|
||||
mEvent.m_key = key;
|
||||
mEvent.m_eventType = eventType;
|
||||
mEvent.m_keyIDSubset = subset;
|
||||
mEvent.m_repeatCount = repeatCount;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -338,8 +339,12 @@ static void TranslateWindowsMessage(const MSG *msg, IGpVOSEventQueue *eventQueue
|
||||
{
|
||||
GpKeyIDSubset_t subset;
|
||||
GpKeyboardInputEvent::KeyUnion key;
|
||||
bool isRepeat = ((lParam & 0x40000000) != 0);
|
||||
const GpKeyboardInputEventType_t keyEventType = isRepeat ? GpKeyboardInputEventTypes::kAuto : GpKeyboardInputEventTypes::kDown;
|
||||
if (IdentifyVKey(wParam, lParam, subset, key))
|
||||
PostKeyboardEvent(eventQueue, GpKeyboardInputEventTypes::kDown, subset, key);
|
||||
PostKeyboardEvent(eventQueue, keyEventType, subset, key, static_cast<uint32_t>(lParam & 0xffff));
|
||||
|
||||
(void)TranslateMessage(msg);
|
||||
}
|
||||
break;
|
||||
case WM_KEYUP:
|
||||
@@ -348,10 +353,25 @@ static void TranslateWindowsMessage(const MSG *msg, IGpVOSEventQueue *eventQueue
|
||||
GpKeyIDSubset_t subset;
|
||||
GpKeyboardInputEvent::KeyUnion key;
|
||||
if (IdentifyVKey(wParam, lParam, subset, key))
|
||||
PostKeyboardEvent(eventQueue, GpKeyboardInputEventTypes::kUp, subset, key);
|
||||
PostKeyboardEvent(eventQueue, GpKeyboardInputEventTypes::kUp, subset, key, (lParam & 0xffff));
|
||||
}
|
||||
break;
|
||||
case WM_CHAR:
|
||||
case WM_UNICHAR:
|
||||
{
|
||||
bool isRepeat = ((lParam & 0x4000000) != 0);
|
||||
const GpKeyboardInputEventType_t keyEventType = isRepeat ? GpKeyboardInputEventTypes::kAutoChar : GpKeyboardInputEventTypes::kDownChar;
|
||||
GpKeyboardInputEvent::KeyUnion key;
|
||||
GpKeyIDSubset_t subset = GpKeyIDSubsets::kASCII;
|
||||
if (wParam <= 128)
|
||||
key.m_asciiChar = static_cast<char>(wParam);
|
||||
else
|
||||
{
|
||||
subset = GpKeyIDSubsets::kUnicode;
|
||||
key.m_unicodeChar = static_cast<uint32_t>(wParam);
|
||||
}
|
||||
PostKeyboardEvent(eventQueue, keyEventType, subset, key, (lParam & 0xffff));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@@ -370,7 +390,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
||||
g_gpWindowsGlobals.m_baseDir = GpFileSystem_Win32::GetInstance()->GetBasePath();
|
||||
|
||||
g_gpWindowsGlobals.m_createFiberFunc = GpFiber_Win32::Create;
|
||||
g_gpWindowsGlobals.m_loadColorCursorFunc = GpColorCursor_Win32::Load;
|
||||
g_gpWindowsGlobals.m_loadCursorFunc = GpCursor_Win32::Load;
|
||||
g_gpWindowsGlobals.m_translateWindowsMessageFunc = TranslateWindowsMessage;
|
||||
|
||||
g_gpGlobalConfig.m_displayDriverType = EGpDisplayDriverType_D3D11;
|
||||
|
@@ -1,54 +0,0 @@
|
||||
#include "GpPLGlueAudioChannel.h"
|
||||
#include "ClientAudioChannelContext.h"
|
||||
#include "IGpAudioChannel.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
void GpPLGlueAudioChannel::SetClientAudioChannelContext(PortabilityLayer::ClientAudioChannelContext *context)
|
||||
{
|
||||
m_clientContext = context;
|
||||
m_audioChannel->SetAudioChannelContext(this);
|
||||
}
|
||||
|
||||
void GpPLGlueAudioChannel::PostBuffer(const void *buffer, size_t bufferSize)
|
||||
{
|
||||
m_audioChannel->PostBuffer(buffer, bufferSize);
|
||||
}
|
||||
|
||||
void GpPLGlueAudioChannel::Stop()
|
||||
{
|
||||
m_audioChannel->Stop();
|
||||
}
|
||||
|
||||
void GpPLGlueAudioChannel::Destroy()
|
||||
{
|
||||
this->~GpPLGlueAudioChannel();
|
||||
free(this);
|
||||
}
|
||||
|
||||
void GpPLGlueAudioChannel::NotifyBufferFinished()
|
||||
{
|
||||
if (m_clientContext)
|
||||
m_clientContext->NotifyBufferFinished();
|
||||
}
|
||||
|
||||
GpPLGlueAudioChannel *GpPLGlueAudioChannel::Create(IGpAudioChannel *audioChannel)
|
||||
{
|
||||
void *storage = malloc(sizeof(GpPLGlueAudioChannel));
|
||||
if (!storage)
|
||||
return nullptr;
|
||||
|
||||
return new (storage) GpPLGlueAudioChannel(audioChannel);
|
||||
}
|
||||
|
||||
GpPLGlueAudioChannel::GpPLGlueAudioChannel(IGpAudioChannel *audioChannel)
|
||||
: m_audioChannel(audioChannel)
|
||||
, m_clientContext(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
GpPLGlueAudioChannel::~GpPLGlueAudioChannel()
|
||||
{
|
||||
m_audioChannel->Destroy();
|
||||
}
|
@@ -1,26 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "HostAudioChannel.h"
|
||||
#include "IGpAudioChannelCallbacks.h"
|
||||
|
||||
struct IGpAudioChannel;
|
||||
|
||||
class GpPLGlueAudioChannel final : public PortabilityLayer::HostAudioChannel, public IGpAudioChannelCallbacks
|
||||
{
|
||||
public:
|
||||
void SetClientAudioChannelContext(PortabilityLayer::ClientAudioChannelContext *context) override;
|
||||
void PostBuffer(const void *buffer, size_t bufferSize) override;
|
||||
void Stop() override;
|
||||
void Destroy() override;
|
||||
|
||||
void NotifyBufferFinished() override;
|
||||
|
||||
static GpPLGlueAudioChannel *Create(IGpAudioChannel *audioChannel);
|
||||
|
||||
private:
|
||||
explicit GpPLGlueAudioChannel(IGpAudioChannel *audioChannel);
|
||||
~GpPLGlueAudioChannel();
|
||||
|
||||
PortabilityLayer::ClientAudioChannelContext *m_clientContext;
|
||||
IGpAudioChannel *m_audioChannel;
|
||||
};
|
@@ -1,43 +0,0 @@
|
||||
#include "GpPLGlueAudioDriver.h"
|
||||
|
||||
#include "GpPLGlueAudioChannel.h"
|
||||
#include "IGpAudioChannel.h"
|
||||
#include "IGpAudioDriver.h"
|
||||
|
||||
GpPLGlueAudioDriver::GpPLGlueAudioDriver()
|
||||
: m_audioDriver(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
PortabilityLayer::HostAudioChannel *GpPLGlueAudioDriver::CreateChannel()
|
||||
{
|
||||
IGpAudioChannel *channel = m_audioDriver->CreateChannel();
|
||||
if (!channel)
|
||||
return nullptr;
|
||||
|
||||
PortabilityLayer::HostAudioChannel *glueChannel = GpPLGlueAudioChannel::Create(channel);
|
||||
if (!glueChannel)
|
||||
{
|
||||
channel->Destroy();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return glueChannel;
|
||||
}
|
||||
|
||||
void GpPLGlueAudioDriver::SetMasterVolume(uint32_t vol, uint32_t maxVolume)
|
||||
{
|
||||
m_audioDriver->SetMasterVolume(vol, maxVolume);
|
||||
}
|
||||
|
||||
GpPLGlueAudioDriver *GpPLGlueAudioDriver::GetInstance()
|
||||
{
|
||||
return &ms_instance;
|
||||
}
|
||||
|
||||
void GpPLGlueAudioDriver::SetGpAudioDriver(IGpAudioDriver *audioDriver)
|
||||
{
|
||||
m_audioDriver = audioDriver;
|
||||
}
|
||||
|
||||
GpPLGlueAudioDriver GpPLGlueAudioDriver::ms_instance;
|
@@ -1,23 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "HostAudioDriver.h"
|
||||
|
||||
struct IGpAudioDriver;
|
||||
|
||||
class GpPLGlueAudioDriver final : public PortabilityLayer::HostAudioDriver
|
||||
{
|
||||
public:
|
||||
GpPLGlueAudioDriver();
|
||||
|
||||
PortabilityLayer::HostAudioChannel *CreateChannel() override;
|
||||
void SetMasterVolume(uint32_t vol, uint32_t maxVolume) override;
|
||||
|
||||
void SetGpAudioDriver(IGpAudioDriver *audioDriver);
|
||||
|
||||
static GpPLGlueAudioDriver *GetInstance();
|
||||
|
||||
private:
|
||||
IGpAudioDriver *m_audioDriver;
|
||||
|
||||
static GpPLGlueAudioDriver ms_instance;
|
||||
};
|
@@ -1,40 +0,0 @@
|
||||
#include "GpPLGlueDisplayDriver.h"
|
||||
#include "VirtualDirectory.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
|
||||
GpPLGlueDisplayDriver::GpPLGlueDisplayDriver()
|
||||
: m_displayDriver(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
void GpPLGlueDisplayDriver::GetDisplayResolution(unsigned int *width, unsigned int *height, GpPixelFormat_t *bpp)
|
||||
{
|
||||
m_displayDriver->GetDisplayResolution(width, height, bpp);
|
||||
}
|
||||
|
||||
IGpColorCursor *GpPLGlueDisplayDriver::LoadColorCursor(int cursorID)
|
||||
{
|
||||
return m_displayDriver->LoadColorCursor(cursorID);
|
||||
}
|
||||
|
||||
void GpPLGlueDisplayDriver::SetColorCursor(IGpColorCursor *colorCursor)
|
||||
{
|
||||
m_displayDriver->SetColorCursor(colorCursor);
|
||||
}
|
||||
|
||||
void GpPLGlueDisplayDriver::SetStandardCursor(EGpStandardCursor_t standardCursor)
|
||||
{
|
||||
m_displayDriver->SetStandardCursor(standardCursor);
|
||||
}
|
||||
|
||||
GpPLGlueDisplayDriver *GpPLGlueDisplayDriver::GetInstance()
|
||||
{
|
||||
return &ms_instance;
|
||||
}
|
||||
|
||||
void GpPLGlueDisplayDriver::SetGpDisplayDriver(IGpDisplayDriver *displayDriver)
|
||||
{
|
||||
m_displayDriver = displayDriver;
|
||||
}
|
||||
|
||||
GpPLGlueDisplayDriver GpPLGlueDisplayDriver::ms_instance;
|
@@ -1,25 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "HostDisplayDriver.h"
|
||||
|
||||
struct IGpDisplayDriver;
|
||||
|
||||
class GpPLGlueDisplayDriver final : public PortabilityLayer::HostDisplayDriver
|
||||
{
|
||||
public:
|
||||
GpPLGlueDisplayDriver();
|
||||
|
||||
void GetDisplayResolution(unsigned int *width, unsigned int *height, GpPixelFormat_t *bpp) override;
|
||||
IGpColorCursor *LoadColorCursor(int id) override;
|
||||
void SetColorCursor(IGpColorCursor *colorCursor) override;
|
||||
void SetStandardCursor(EGpStandardCursor_t standardCursor) override;
|
||||
|
||||
void SetGpDisplayDriver(IGpDisplayDriver *displayDriver);
|
||||
|
||||
static GpPLGlueDisplayDriver *GetInstance();
|
||||
|
||||
private:
|
||||
IGpDisplayDriver *m_displayDriver;
|
||||
|
||||
static GpPLGlueDisplayDriver ms_instance;
|
||||
};
|
@@ -35,7 +35,7 @@ int64_t GpSystemServices_Win32::GetTime() const
|
||||
int64_t epochStart64 = (static_cast<int64_t>(epochStartFT.dwLowDateTime) & 0xffffffff) | (static_cast<int64_t>(epochStartFT.dwHighDateTime) << 32);
|
||||
int64_t currentTime64 = (static_cast<int64_t>(currentTime.dwLowDateTime) & 0xffffffff) | (static_cast<int64_t>(currentTime.dwHighDateTime) << 32);
|
||||
|
||||
return currentTime64 - epochStart64;
|
||||
return (currentTime64 - epochStart64) / 10000000;
|
||||
}
|
||||
|
||||
void GpSystemServices_Win32::GetLocalDateTime(unsigned int &year, unsigned int &month, unsigned int &day, unsigned int &hour, unsigned int &minute, unsigned int &second) const
|
||||
|
101
ApplicationResourcePatches/DITL/1017.json
Normal file
101
ApplicationResourcePatches/DITL/1017.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"items" :
|
||||
[
|
||||
{
|
||||
"name" : "Okay",
|
||||
"itemType" : "Button",
|
||||
"pos" : [ 267, 211 ],
|
||||
"size" : [ 58, 20 ],
|
||||
"id" : 0,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "Cancel",
|
||||
"itemType" : "Button",
|
||||
"pos" : [ 201, 211 ],
|
||||
"size" : [ 58, 20 ],
|
||||
"id" : 0,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "Icon",
|
||||
"pos" : [ 209, 40 ],
|
||||
"size" : [ 32, 32 ],
|
||||
"id" : 1020,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "Icon",
|
||||
"pos" : [ 249, 40 ],
|
||||
"size" : [ 32, 32 ],
|
||||
"id" : 1021,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "Icon",
|
||||
"pos" : [ 289, 40 ],
|
||||
"size" : [ 32, 32 ],
|
||||
"id" : 1022,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "Number of Rooms to Display:\r(the less rooms, the faster)",
|
||||
"itemType" : "Label",
|
||||
"pos" : [ 8, 40 ],
|
||||
"size" : [ 195, 32 ],
|
||||
"id" : 0,
|
||||
"enabled" : false
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "Image",
|
||||
"pos" : [ 0, 0 ],
|
||||
"size" : [ 333, 32 ],
|
||||
"id" : 1006,
|
||||
"enabled" : false
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "UserItem",
|
||||
"pos" : [ 8, 80 ],
|
||||
"size" : [ 317, 1 ],
|
||||
"id" : 0,
|
||||
"enabled" : false
|
||||
},
|
||||
{
|
||||
"name" : "Beautiful opening color fade",
|
||||
"itemType" : "CheckBox",
|
||||
"pos" : [ 8, 142 ],
|
||||
"size" : [ 256, 18 ],
|
||||
"id" : 0,
|
||||
"enabled" : true
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "UserItem",
|
||||
"pos" : [ 8, 137 ],
|
||||
"size" : [ 317, 1 ],
|
||||
"id" : 0,
|
||||
"enabled" : false
|
||||
},
|
||||
{
|
||||
"name" : "",
|
||||
"itemType" : "UserItem",
|
||||
"pos" : [ 8, 200 ],
|
||||
"size" : [ 317, 1 ],
|
||||
"id" : 0,
|
||||
"enabled" : false
|
||||
},
|
||||
{
|
||||
"name" : "Defaults",
|
||||
"itemType" : "Button",
|
||||
"pos" : [ 8, 211 ],
|
||||
"size" : [ 64, 20 ],
|
||||
"id" : 0,
|
||||
"enabled" : true
|
||||
}
|
||||
]
|
||||
}
|
9
ApplicationResourcePatches/manifest.json
Normal file
9
ApplicationResourcePatches/manifest.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"add" :
|
||||
{
|
||||
"DITL/1017.json" : "ApplicationResourcePatches/DITL/1017.json"
|
||||
},
|
||||
"delete" :
|
||||
[
|
||||
]
|
||||
}
|
@@ -6,6 +6,7 @@
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>$(SolutionDir)Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup />
|
||||
|
@@ -41,4 +41,6 @@ struct __GpStaticAssertHelper<true>
|
||||
|
||||
static const size_t GP_SYSTEM_MEMORY_ALIGNMENT = 16;
|
||||
|
||||
#if !defined(NDEBUG)
|
||||
#define GP_DEBUG_CONFIG 1
|
||||
#endif
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include "CFileStream.h"
|
||||
#include "BMPFormat.h"
|
||||
#include "MMHandleBlock.h"
|
||||
#include "ResourceCompiledTypeList.h"
|
||||
#include "ResourceFile.h"
|
||||
@@ -8,6 +9,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "stb_image_write.h"
|
||||
|
||||
@@ -53,6 +55,14 @@ struct CursorHeader
|
||||
BEUInt32_t m_cursorResourceID;
|
||||
};
|
||||
|
||||
struct BWCursor
|
||||
{
|
||||
uint8_t m_pixels[32];
|
||||
uint8_t m_mask[32];
|
||||
BEUInt16_t m_hotSpotX;
|
||||
BEUInt16_t m_hotSpotY;
|
||||
};
|
||||
|
||||
struct IconDir
|
||||
{
|
||||
uint16_t m_reserved;
|
||||
@@ -84,6 +94,108 @@ void WriteToFileCallback(void *context, void *data, int size)
|
||||
fwrite(data, 1, size, static_cast<FILE*>(context));
|
||||
}
|
||||
|
||||
void WriteToVectorCallback(void *context, void *data, int size)
|
||||
{
|
||||
std::vector<uint8_t> *vec = static_cast<std::vector<uint8_t>*>(context);
|
||||
for (int i = 0; i < size; i++)
|
||||
vec->push_back(static_cast<const uint8_t*>(data)[i]);
|
||||
}
|
||||
|
||||
void ConvertBWCursors(PortabilityLayer::ResourceFile *resFile)
|
||||
{
|
||||
const PortabilityLayer::ResourceCompiledTypeList *typeList = resFile->GetResourceTypeList('CURS');
|
||||
if (!typeList)
|
||||
return;
|
||||
|
||||
const size_t numRefs = typeList->m_numRefs;
|
||||
for (size_t i = 0; i < numRefs; i++)
|
||||
{
|
||||
const int resID = typeList->m_firstRef[i].m_resID;
|
||||
const THandle<void> resHdl = resFile->LoadResource('CURS', resID);
|
||||
const void *cursorDataBase = *resHdl;
|
||||
const BWCursor *cursorData = static_cast<const BWCursor *>(cursorDataBase);
|
||||
|
||||
char outPathDebug[64];
|
||||
sprintf_s(outPathDebug, "Packaged\\WinCursors\\b%i.bmp", resID);
|
||||
|
||||
char outPath[64];
|
||||
sprintf_s(outPath, "Packaged\\WinCursors\\b%i.cur", resID);
|
||||
|
||||
FILE *outF = nullptr;
|
||||
errno_t outErr = fopen_s(&outF, outPath, "wb");
|
||||
|
||||
if (!outErr)
|
||||
{
|
||||
IconDir iconDir;
|
||||
iconDir.m_reserved = 0;
|
||||
iconDir.m_type = 2;
|
||||
iconDir.m_numImages = 1;
|
||||
|
||||
IconDirEntry iconDirEntry;
|
||||
iconDirEntry.m_width = 16;
|
||||
iconDirEntry.m_height = 16;
|
||||
iconDirEntry.m_numColors = 0;
|
||||
iconDirEntry.m_reserved = 0;
|
||||
iconDirEntry.m_numPlanes_HotSpotX = cursorData->m_hotSpotX;
|
||||
iconDirEntry.m_bpp_HotSpotY = cursorData->m_hotSpotY;
|
||||
iconDirEntry.m_imageDataSize = 0;
|
||||
iconDirEntry.m_imageDataOffset = sizeof(IconDir) + sizeof(IconDirEntry);
|
||||
|
||||
fwrite(&iconDir, 1, sizeof(IconDir), outF);
|
||||
fwrite(&iconDirEntry, 1, sizeof(IconDirEntry), outF);
|
||||
|
||||
long imageDataStart = ftell(outF);
|
||||
|
||||
PortabilityLayer::BitmapInfoHeader bmpHeader;
|
||||
bmpHeader.m_thisStructureSize = sizeof(bmpHeader);
|
||||
bmpHeader.m_width = 16;
|
||||
bmpHeader.m_height = 32;
|
||||
bmpHeader.m_planes = 1;
|
||||
bmpHeader.m_bitsPerPixel = 1;
|
||||
bmpHeader.m_compression = 0;
|
||||
bmpHeader.m_imageSize = (16 * 16 / 8);
|
||||
bmpHeader.m_xPixelsPerMeter = 0;
|
||||
bmpHeader.m_yPixelsPerMeter = 0;
|
||||
bmpHeader.m_numColors = 2;
|
||||
bmpHeader.m_importantColorCount = 2;
|
||||
|
||||
fwrite(&bmpHeader, 1, sizeof(bmpHeader), outF);
|
||||
|
||||
const uint8_t paletteData[] = {
|
||||
0, 0, 0, 0,
|
||||
255, 255, 255, 0 };
|
||||
|
||||
fwrite(paletteData, 1, sizeof(paletteData), outF);
|
||||
uint8_t padding[2] = { 0, 0 };
|
||||
|
||||
for (int y = 0; y < 16; y++)
|
||||
{
|
||||
const uint8_t *maskRow = cursorData->m_mask + (15 - y) * 2;
|
||||
const uint8_t *row = cursorData->m_pixels + (15 - y) * 2;
|
||||
const uint8_t modifiedRow[] = { row[0] ^ maskRow[0], row[1] ^ maskRow[1] };
|
||||
fwrite(modifiedRow, 1, 2, outF);
|
||||
fwrite(padding, 1, 2, outF);
|
||||
}
|
||||
|
||||
for (int y = 0; y < 16; y++)
|
||||
{
|
||||
const uint8_t *row = cursorData->m_mask + (15 - y) * 2;
|
||||
const uint8_t modifiedRow[] = { row[0] ^ 255, row[1] ^ 255 };
|
||||
fwrite(modifiedRow, 1, 2, outF);
|
||||
fwrite(padding, 1, 2, outF);
|
||||
}
|
||||
|
||||
long imageDataEnd = ftell(outF);
|
||||
|
||||
fseek(outF, sizeof(IconDir), SEEK_SET);
|
||||
|
||||
iconDirEntry.m_imageDataSize = static_cast<uint32_t>(imageDataEnd - imageDataStart);
|
||||
fwrite(&iconDirEntry, 1, sizeof(IconDirEntry), outF);
|
||||
fclose(outF);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ConvertCursors(PortabilityLayer::ResourceFile *resFile)
|
||||
{
|
||||
const PortabilityLayer::ResourceCompiledTypeList *typeList = resFile->GetResourceTypeList('crsr');
|
||||
@@ -94,7 +206,7 @@ void ConvertCursors(PortabilityLayer::ResourceFile *resFile)
|
||||
for (size_t i = 0; i < numRefs; i++)
|
||||
{
|
||||
const int resID = typeList->m_firstRef[i].m_resID;
|
||||
const THandle<void> resHdl = resFile->GetResource('crsr', resID, true);
|
||||
const THandle<void> resHdl = resFile->LoadResource('crsr', resID);
|
||||
const void *cursorDataBase = *resHdl;
|
||||
const void *cursorData = cursorDataBase;
|
||||
|
||||
@@ -196,7 +308,7 @@ void ConvertCursors(PortabilityLayer::ResourceFile *resFile)
|
||||
}
|
||||
|
||||
char outPath[64];
|
||||
sprintf_s(outPath, "Packaged\\WinCursors\\%i.cur", resID);
|
||||
sprintf_s(outPath, "Packaged\\WinCursors\\c%i.cur", resID);
|
||||
|
||||
FILE *outF = nullptr;
|
||||
errno_t outErr = fopen_s(&outF, outPath, "wb");
|
||||
@@ -234,6 +346,7 @@ void ConvertCursors(PortabilityLayer::ResourceFile *resFile)
|
||||
|
||||
delete[] colorValues;
|
||||
delete[] pixelDataRGBA;
|
||||
resHdl.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -247,11 +360,15 @@ void ConvertIconFamily(PortabilityLayer::ResourceFile *resFile, int32_t iconBitm
|
||||
for (size_t i = 0; i < numRefs; i++)
|
||||
{
|
||||
const int resID = typeList->m_firstRef[i].m_resID;
|
||||
const THandle<void> bwBlock = resFile->GetResource(iconBitmapType, resID, true);
|
||||
const THandle<void> colorBlock = resFile->GetResource(iconColorType, resID, true);
|
||||
const THandle<void> bwBlock = resFile->LoadResource(iconBitmapType, resID);
|
||||
const THandle<void> colorBlock = resFile->LoadResource(iconColorType, resID);
|
||||
|
||||
if (!bwBlock || !colorBlock)
|
||||
{
|
||||
bwBlock.Dispose();
|
||||
colorBlock.Dispose();
|
||||
continue;
|
||||
}
|
||||
|
||||
const uint8_t *bwIconData = static_cast<const uint8_t*>(*bwBlock);
|
||||
const uint8_t *bwMaskData = bwIconData + (dimension * dimension / 8);
|
||||
@@ -309,6 +426,8 @@ void ConvertIconFamily(PortabilityLayer::ResourceFile *resFile, int32_t iconBitm
|
||||
}
|
||||
|
||||
delete[] pixelData;
|
||||
bwBlock.Dispose();
|
||||
colorBlock.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -328,6 +447,7 @@ int main(int argc, const char **argv)
|
||||
stream.Close();
|
||||
|
||||
ConvertCursors(resFile);
|
||||
ConvertBWCursors(resFile);
|
||||
ConvertIconFamily(resFile, 'ics#', 'ics8', "Small", 16);
|
||||
ConvertIconFamily(resFile, 'ICN#', 'icl8', "Large", 32);
|
||||
|
||||
|
@@ -1,49 +1,82 @@
|
||||
mkdir Packaged
|
||||
mkdir Packaged\Houses
|
||||
mkdir Packaged\WinCursors
|
||||
mkdir Packaged\WinIcons
|
||||
|
||||
x64\Release\MiniRez.exe "GpApp2\Glider PRO.r" Packaged\ApplicationResources.gpr
|
||||
x64\Release\MiniRez.exe "GliderProData\Glider PRO.r" Packaged\ApplicationResources.gpr
|
||||
|
||||
x64\Release\gpr2gpa.exe "Packaged\ApplicationResources.gpr" "DefaultTimestamp.timestamp" "Packaged\ApplicationResources.gpa" "ApplicationResourcePatches\manifest.json"
|
||||
|
||||
x64\Release\ConvertColorCursors.exe
|
||||
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Art Museum.binhex" "Packaged\Houses\Art Museum"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\California or Bust!.binhex" "Packaged\Houses\California or Bust!"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Castle o' the Air.binhex" "Packaged\Houses\Castle o' the Air"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\CD Demo House.binhex" "Packaged\Houses\CD Demo House"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Davis Station.binhex" "Packaged\Houses\Davis Station"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Demo House.binhex" "Packaged\Houses\Demo House"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Empty House.binhex" "Packaged\Houses\Empty House"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Fun House.binhex" "Packaged\Houses\Fun House"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Grand Prix.binhex" "Packaged\Houses\Grand Prix"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\ImagineHouse PRO II.binhex" "Packaged\Houses\ImagineHouse PRO II"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\In The Mirror.binhex" "Packaged\Houses\In The Mirror"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Land of Illusion.binhex" "Packaged\Houses\Land of Illusion"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Leviathan.binhex" "Packaged\Houses\Leviathan"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Metropolis.binhex" "Packaged\Houses\Metropolis"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Nemo's Market.binhex" "Packaged\Houses\Nemo's Market"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Rainbow's End.binhex" "Packaged\Houses\Rainbow's End"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Sampler.binhex" "Packaged\Houses\Sampler"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Slumberland.binhex" "Packaged\Houses\Slumberland"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\SpacePods.binhex" "Packaged\Houses\SpacePods"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Teddy World.binhex" "Packaged\Houses\Teddy World"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\The Asylum Pro.binhex" "Packaged\Houses\The Asylum Pro"
|
||||
x64\Release\hqx2gp.exe "GpApp2\Houses\Titanic.binhex" "Packaged\Houses\Titanic"
|
||||
attrib -R Packaged\Houses\*
|
||||
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Art Museum.mov", "Packaged\Houses\Art Museum.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Castle o' the Air.mov", "Packaged\Houses\Castle o' the Air.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\CD Demo House.mov", "Packaged\Houses\CD Demo House.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Davis Station.mov", "Packaged\Houses\Davis Station.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Demo House.mov", "Packaged\Houses\Demo House.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Grand Prix.mov", "Packaged\Houses\Grand Prix.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\ImagineHouse PRO II.mov", "Packaged\Houses\ImagineHouse PRO II.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Land of Illusion.mov", "Packaged\Houses\Land of Illusion.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Leviathan.mov", "Packaged\Houses\Leviathan.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Nemo's Market.mov", "Packaged\Houses\Nemo's Market.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Rainbow's End.mov", "Packaged\Houses\Rainbow's End.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Slumberland.mov", "Packaged\Houses\Slumberland.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\SpacePods.mov", "Packaged\Houses\SpacePods.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Teddy World.mov", "Packaged\Houses\Teddy World.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "GpApp2\Houses\Titanic.mov", "Packaged\Houses\Titanic.mov" MooV ozm5 0 0 locked
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Art Museum.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Art Museum"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\California or Bust!.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\California or Bust!"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Castle o' the Air.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Castle o' the Air"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\CD Demo House.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\CD Demo House"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Davis Station.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Davis Station"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Demo House.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Demo House"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Empty House.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Empty House"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Fun House.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Fun House"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Grand Prix.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Grand Prix"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\ImagineHouse PRO II.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\ImagineHouse PRO II"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\In The Mirror.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\In The Mirror"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Land of Illusion.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Land of Illusion"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Leviathan.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Leviathan"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Metropolis.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Metropolis"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Nemo's Market.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Nemo's Market"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Rainbow's End.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Rainbow's End"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Sampler.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Sampler"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Slumberland.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Slumberland"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\SpacePods.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\SpacePods"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Teddy World.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Teddy World"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\The Asylum Pro.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\The Asylum Pro"
|
||||
x64\Release\hqx2gp.exe "GliderProData\Houses\Titanic.binhex" "DefaultTimestamp.timestamp" "Packaged\Houses\Titanic"
|
||||
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Art Museum.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Art Museum.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\California or Bust!.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\California or Bust!.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Castle o' the Air.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Castle o' the Air.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\CD Demo House.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\CD Demo House.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Davis Station.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Davis Station.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Demo House.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Demo House.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Empty House.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Empty House.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Fun House.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Fun House.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Grand Prix.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Grand Prix.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\ImagineHouse PRO II.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\ImagineHouse PRO II.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\In The Mirror.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\In The Mirror.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Land of Illusion.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Land of Illusion.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Leviathan.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Leviathan.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Metropolis.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Metropolis.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Nemo's Market.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Nemo's Market.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Rainbow's End.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Rainbow's End.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Sampler.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Sampler.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Slumberland.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Slumberland.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\SpacePods.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\SpacePods.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Teddy World.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Teddy World.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\The Asylum Pro.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\The Asylum Pro.gpa"
|
||||
x64\Release\gpr2gpa.exe "Packaged\Houses\Titanic.gpr" "DefaultTimestamp.timestamp" "Packaged\Houses\Titanic.gpa"
|
||||
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Art Museum.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Castle o' the Air.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\CD Demo House.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Davis Station.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Demo House.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Grand Prix.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\ImagineHouse PRO II.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Land of Illusion.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Leviathan.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Nemo's Market.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Rainbow's End.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Slumberland.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\SpacePods.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Teddy World.mov.gpf" MooV ozm5 0 0 locked
|
||||
x64\Release\FTagData.exe "DefaultTimestamp.timestamp" "Packaged\Houses\Titanic.mov.gpf" MooV ozm5 0 0 locked
|
||||
|
||||
del /Q Packaged\Houses\*.gpr
|
||||
del /Q Packaged\ApplicationResources.gpr
|
||||
|
||||
copy /Y GliderProData\ConvertedMovies\*.mov.gpa Packaged\Houses\
|
||||
|
||||
attrib +R Packaged\Houses\*
|
||||
|
||||
pause
|
||||
|
BIN
DefaultTimestamp.timestamp
Normal file
BIN
DefaultTimestamp.timestamp
Normal file
Binary file not shown.
24
Documentation/leveleditor.txt
Normal file
24
Documentation/leveleditor.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
As with Glider PRO's Room Editor, custom backgrounds, sounds, and TV videos
|
||||
are supported.
|
||||
|
||||
Since Glider PRO used formats that were very Mac-specific, Aerofoil has
|
||||
replaced most of them with more current formats.
|
||||
|
||||
To add resources to a house, create a ZIP file with the extension ".gpa" with
|
||||
the same name as the .gpd and .gpf files that already exist for the house.
|
||||
|
||||
You can add resources by adding them to a folder named as the resource type,
|
||||
with the appropriate extension.
|
||||
|
||||
For example, for a "PICT" resource of ID "3000", create a file named "3000.bmp"
|
||||
and put it in the "PICT" directory in the .gpa archive.
|
||||
|
||||
PICT resources, used for custom decorations and backgrounds, must be BMP files.
|
||||
|
||||
Sounds should go in a directory named "snd$20"
|
||||
Sounds must be WAV format, monaural, 8-bit unsigned PCM, 22255 Hz.
|
||||
Sounds recorded at a different sample rate will play back at the wrong speed.
|
||||
Sounds that are not monaural or 8-bit unsigned PCM will fail to load.
|
||||
|
||||
Resource IDs must be between -32768 and 32767. Other resource IDs will fail
|
||||
to load.
|
@@ -1,201 +1,202 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
339
Documentation/license_gplv2.txt
Normal file
339
Documentation/license_gplv2.txt
Normal file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
165
Documentation/license_lgplv2.txt
Normal file
165
Documentation/license_lgplv2.txt
Normal file
@@ -0,0 +1,165 @@
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
||||
This version of the GNU Lesser General Public License incorporates
|
||||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
General Public License.
|
||||
|
||||
"The Library" refers to a covered work governed by this License,
|
||||
other than an Application or a Combined Work as defined below.
|
||||
|
||||
An "Application" is any work that makes use of an interface provided
|
||||
by the Library, but which is not otherwise based on the Library.
|
||||
Defining a subclass of a class defined by the Library is deemed a mode
|
||||
of using an interface provided by the Library.
|
||||
|
||||
A "Combined Work" is a work produced by combining or linking an
|
||||
Application with the Library. The particular version of the Library
|
||||
with which the Combined Work was made is also called the "Linked
|
||||
Version".
|
||||
|
||||
The "Minimal Corresponding Source" for a Combined Work means the
|
||||
Corresponding Source for the Combined Work, excluding any source code
|
||||
for portions of the Combined Work that, considered in isolation, are
|
||||
based on the Application, and not on the Linked Version.
|
||||
|
||||
The "Corresponding Application Code" for a Combined Work means the
|
||||
object code and/or source code for the Application, including any data
|
||||
and utility programs needed for reproducing the Combined Work from the
|
||||
Application, but excluding the System Libraries of the Combined Work.
|
||||
|
||||
1. Exception to Section 3 of the GNU GPL.
|
||||
|
||||
You may convey a covered work under sections 3 and 4 of this License
|
||||
without being bound by section 3 of the GNU GPL.
|
||||
|
||||
2. Conveying Modified Versions.
|
||||
|
||||
If you modify a copy of the Library, and, in your modifications, a
|
||||
facility refers to a function or data to be supplied by an Application
|
||||
that uses the facility (other than as an argument passed when the
|
||||
facility is invoked), then you may convey a copy of the modified
|
||||
version:
|
||||
|
||||
a) under this License, provided that you make a good faith effort to
|
||||
ensure that, in the event an Application does not supply the
|
||||
function or data, the facility still operates, and performs
|
||||
whatever part of its purpose remains meaningful, or
|
||||
|
||||
b) under the GNU GPL, with none of the additional permissions of
|
||||
this License applicable to that copy.
|
||||
|
||||
3. Object Code Incorporating Material from Library Header Files.
|
||||
|
||||
The object code form of an Application may incorporate material from
|
||||
a header file that is part of the Library. You may convey such object
|
||||
code under terms of your choice, provided that, if the incorporated
|
||||
material is not limited to numerical parameters, data structure
|
||||
layouts and accessors, or small macros, inline functions and templates
|
||||
(ten or fewer lines in length), you do both of the following:
|
||||
|
||||
a) Give prominent notice with each copy of the object code that the
|
||||
Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
4. Combined Works.
|
||||
|
||||
You may convey a Combined Work under terms of your choice that,
|
||||
taken together, effectively do not restrict modification of the
|
||||
portions of the Library contained in the Combined Work and reverse
|
||||
engineering for debugging such modifications, if you also do each of
|
||||
the following:
|
||||
|
||||
a) Give prominent notice with each copy of the Combined Work that
|
||||
the Library is used in it and that the Library and its use are
|
||||
covered by this License.
|
||||
|
||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||
document.
|
||||
|
||||
c) For a Combined Work that displays copyright notices during
|
||||
execution, include the copyright notice for the Library among
|
||||
these notices, as well as a reference directing the user to the
|
||||
copies of the GNU GPL and this license document.
|
||||
|
||||
d) Do one of the following:
|
||||
|
||||
0) Convey the Minimal Corresponding Source under the terms of this
|
||||
License, and the Corresponding Application Code in a form
|
||||
suitable for, and under terms that permit, the user to
|
||||
recombine or relink the Application with a modified version of
|
||||
the Linked Version to produce a modified Combined Work, in the
|
||||
manner specified by section 6 of the GNU GPL for conveying
|
||||
Corresponding Source.
|
||||
|
||||
1) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (a) uses at run time
|
||||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
GNU GPL, and only to the extent that such information is
|
||||
necessary to install and execute a modified version of the
|
||||
Combined Work produced by recombining or relinking the
|
||||
Application with a modified version of the Linked Version. (If
|
||||
you use option 4d0, the Installation Information must accompany
|
||||
the Minimal Corresponding Source and Corresponding Application
|
||||
Code. If you use option 4d1, you must provide the Installation
|
||||
Information in the manner specified by section 6 of the GNU GPL
|
||||
for conveying Corresponding Source.)
|
||||
|
||||
5. Combined Libraries.
|
||||
|
||||
You may place library facilities that are a work based on the
|
||||
Library side by side in a single library together with other library
|
||||
facilities that are not Applications and are not covered by this
|
||||
License, and convey such a combined library under terms of your
|
||||
choice, if you do both of the following:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work based
|
||||
on the Library, uncombined with any other library facilities,
|
||||
conveyed under the terms of this License.
|
||||
|
||||
b) Give prominent notice with the combined library that part of it
|
||||
is a work based on the Library, and explaining where to find the
|
||||
accompanying uncombined form of the same work.
|
||||
|
||||
6. Revised Versions of the GNU Lesser General Public License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU Lesser General Public License from time to time. Such new
|
||||
versions will be similar in spirit to the present version, but may
|
||||
differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Library as you received it specifies that a certain numbered version
|
||||
of the GNU Lesser General Public License "or any later version"
|
||||
applies to it, you have the option of following the terms and
|
||||
conditions either of that published version or of any later version
|
||||
published by the Free Software Foundation. If the Library as you
|
||||
received it does not specify a version number of the GNU Lesser
|
||||
General Public License, you may choose any version of the GNU Lesser
|
||||
General Public License ever published by the Free Software Foundation.
|
||||
|
||||
If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the
|
||||
Library.
|
57
Documentation/license_rapidjson.txt
Normal file
57
Documentation/license_rapidjson.txt
Normal file
@@ -0,0 +1,57 @@
|
||||
Tencent is pleased to support the open source community by making RapidJSON available.
|
||||
|
||||
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
||||
|
||||
If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License.
|
||||
If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. To avoid the problematic JSON license in your own projects, it's sufficient to exclude the bin/jsonchecker/ directory, as it's the only code under the JSON license.
|
||||
A copy of the MIT License is included in this file.
|
||||
|
||||
Other dependencies and licenses:
|
||||
|
||||
Open Source Software Licensed Under the BSD License:
|
||||
--------------------------------------------------------------------
|
||||
|
||||
The msinttypes r29
|
||||
Copyright (c) 2006-2013 Alexander Chemeris
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
Open Source Software Licensed Under the JSON License:
|
||||
--------------------------------------------------------------------
|
||||
|
||||
json.org
|
||||
Copyright (c) 2002 JSON.org
|
||||
All Rights Reserved.
|
||||
|
||||
JSON_checker
|
||||
Copyright (c) 2002 JSON.org
|
||||
All Rights Reserved.
|
||||
|
||||
|
||||
Terms of the JSON License:
|
||||
---------------------------------------------------
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
The Software shall be used for Good, not Evil.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
Terms of the MIT License:
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
82
Documentation/readme.txt
Normal file
82
Documentation/readme.txt
Normal file
@@ -0,0 +1,82 @@
|
||||
Aerofoil is a third-party port of Glider PRO
|
||||
|
||||
Aerofoil is (c)2019-2020 Eric Lasota
|
||||
Glider PRO is (c)1994-2000 Casady & Greene, Inc., written by John Calhoun
|
||||
|
||||
|
||||
Aerofoil is not maintained by, supported by, endorsed by, or otherwise associated with the authors and publishers of Glider PRO.
|
||||
Please do not contact any of them regarding issues related to Aerofoil.
|
||||
|
||||
|
||||
If you have an issue with Aerofoil, please post an issue to the Aerofoil issue tracker on GitHub:
|
||||
https://github.com/elasota/Aerofoil/issues
|
||||
|
||||
|
||||
Requires Windows 8 and the Visual Studio 2017 redistributable runtime.
|
||||
Please see this page for more info:
|
||||
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
|
||||
|
||||
XInput gamepads are supported. Other gamepads may be supported via third-party software that maps them to XInput (i.e. PS4 gamepads are supported via DS4Windows)
|
||||
|
||||
Some shortcuts:
|
||||
- While in-game, Ctrl-S saves the game. You can then reload the game from the main menu.
|
||||
- Ctrl-Q quits the game.
|
||||
|
||||
|
||||
Aerofoil uses the following third-party software:
|
||||
-------------------------------------------------------------------------------
|
||||
Open Sans font:
|
||||
(c)2011 Google
|
||||
Distributed under the Apache License (see license_apache.txt)
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
stb_image_write:
|
||||
Created by Sean Barrett
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
LIBICONV:
|
||||
Copyright (C) 1999-2001, 2016 Free Software Foundation, Inc.
|
||||
|
||||
Distributed under the LGPLv2 license (See license_lgplv2.txt)
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
RapidJSON:
|
||||
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
||||
|
||||
Distributed under the MIT license (See license_rapidjson.txt)
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
zlib:
|
||||
|
||||
(C) 1995-2017 Jean-loup Gailly and Mark Adler
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
Jean-loup Gailly Mark Adler
|
||||
jloup@gzip.org madler@alumni.caltech.edu
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
FreeType:
|
||||
|
||||
Portions of this software are copyright (c)2020 The FreeType Project (www.freetype.org). All rights reserved.
|
||||
|
||||
Distributed under the GPLv2 license (see license_gplv2.txt)
|
16
Documentation/userhouses.txt
Normal file
16
Documentation/userhouses.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
If you want to import an existing third-party Glider PRO house to Aerofoil, a few steps are required.
|
||||
|
||||
First, you need to generate a timestamp file. Use the "MakeTimestamp" utility to dump the current time to a timestamp file.
|
||||
|
||||
Second, you need to extract the house data from the original archive. Most existing Glider PRO houses are in StuffIt! archives (.sit extension), which can be difficult to extract. There is a utility called The Unarchiver for macOS which appears to support it. An alternative is to extract the file on an actual vintage Mac.
|
||||
|
||||
The next step depends on whether or not the house has custom resources. If the house doesn't have custom resources, then add a ".gpd" extension to the house and use the FTagData utility to generate a corresponding ".gpf" metadata file, using the timestamp you generated in the first step. You need to specify "gliH" as the file type ID and "ozm5" as the file creator ID.
|
||||
|
||||
If the house does have custom resources, then you need to get the resource data somehow, and you still need to generate the metadata. There are a few options there:
|
||||
- If extracting the file generated a separate file containing the resource data, which I think is what happens when extracting files on macOS, then you can use the resource file directly, and handle the other steps the same as you would if it didn't have custom resources.
|
||||
- If you can get the house into MacBinary format, then you can use the "bin2gp" utility to convert it to .gpf, .gpd, and .gpr files.
|
||||
- If you can get the house into BinHex4 (.hqx) format, then you can use the "hqx2gp" utility to convert it to .gpf, .gpd, and .gpr files.
|
||||
|
||||
Once you have a .gpr file of the raw Mac-format resource data, you need to convert it to Aerofoil's ZIP-based resource archive format and convert the internal resources out of Mac-specific formats. Use the "gpr2gpa" utility to do this.
|
||||
|
||||
gpr2gpa's PICT converter may not support all PICT encodings. If you find a house with custom PICT resources that isn't supported, please submit a sample to Aerofoil's issue tracker.
|
@@ -7,11 +7,11 @@ int main(int argc, const char **argv)
|
||||
{
|
||||
if (argc < 7)
|
||||
{
|
||||
fprintf(stderr, "FTagData <input> <output> <file type ID> <file creator ID> <x pos> <y pos> [flags]");
|
||||
fprintf(stderr, "FTagData <timestamp> <output.gpf> <file type ID> <file creator ID> <x pos> <y pos> [flags]");
|
||||
return -1;
|
||||
}
|
||||
|
||||
std::string inPath = argv[1];
|
||||
std::string timestampPath = argv[1];
|
||||
std::string outPath = argv[2];
|
||||
|
||||
if (strlen(argv[3]) != 4)
|
||||
@@ -26,26 +26,24 @@ int main(int argc, const char **argv)
|
||||
return -3;
|
||||
}
|
||||
|
||||
FILETIME currentTime;
|
||||
GetSystemTimeAsFileTime(¤tTime);
|
||||
FILE *tsF = nullptr;
|
||||
errno_t ferr = fopen_s(&tsF, timestampPath.c_str(), "rb");
|
||||
int64_t timestamp = 0;
|
||||
|
||||
SYSTEMTIME epochStart;
|
||||
epochStart.wYear = 1904;
|
||||
epochStart.wMonth = 1;
|
||||
epochStart.wDayOfWeek = 5;
|
||||
epochStart.wDay = 1;
|
||||
epochStart.wHour = 0;
|
||||
epochStart.wMinute = 0;
|
||||
epochStart.wSecond = 0;
|
||||
epochStart.wMilliseconds = 0;
|
||||
if (!ferr)
|
||||
{
|
||||
uint8_t encodedTimestamp[8];
|
||||
if (fread(encodedTimestamp, 1, 8, tsF) != 8)
|
||||
{
|
||||
fprintf(stderr, "Error reading timestamp file");
|
||||
return -1;
|
||||
}
|
||||
|
||||
FILETIME epochStartFT;
|
||||
SystemTimeToFileTime(&epochStart, &epochStartFT);
|
||||
for (int i = 0; i < 8; i++)
|
||||
timestamp |= static_cast<int64_t>(encodedTimestamp[i]) << (i * 8);
|
||||
|
||||
int64_t epochStart64 = (static_cast<int64_t>(epochStartFT.dwLowDateTime) & 0xffffffff) | (static_cast<int64_t>(epochStartFT.dwHighDateTime) << 32);
|
||||
int64_t currentTime64 = (static_cast<int64_t>(currentTime.dwLowDateTime) & 0xffffffff) | (static_cast<int64_t>(currentTime.dwHighDateTime) << 32);
|
||||
|
||||
int64_t timeDelta = (currentTime64 - epochStart64) / 10000000;
|
||||
fclose(tsF);
|
||||
}
|
||||
|
||||
PortabilityLayer::MacFileProperties mfp;
|
||||
memcpy(mfp.m_fileType, argv[3], 4);
|
||||
@@ -54,7 +52,7 @@ int main(int argc, const char **argv)
|
||||
mfp.m_yPos = atoi(argv[6]);
|
||||
mfp.m_finderFlags = 0;
|
||||
mfp.m_protected = 0;
|
||||
mfp.m_modifiedDate = mfp.m_creationDate = static_cast<uint32_t>(timeDelta & 0xffffffff);
|
||||
mfp.m_modifiedDate = mfp.m_creationDate = timestamp;
|
||||
|
||||
for (int i = 7; i < argc; i++)
|
||||
{
|
||||
@@ -77,15 +75,11 @@ int main(int argc, const char **argv)
|
||||
mfp.m_finderFlags |= PortabilityLayer::FINDER_FILE_FLAG_INITED;
|
||||
}
|
||||
|
||||
std::string gpdPath = outPath + ".gpd";
|
||||
CopyFile(inPath.c_str(), gpdPath.c_str(), 0);
|
||||
|
||||
PortabilityLayer::MacFilePropertiesSerialized mps;
|
||||
mps.Serialize(mfp);
|
||||
|
||||
std::string gpfPath = outPath + ".gpf";
|
||||
FILE *file = nullptr;
|
||||
errno_t err = fopen_s(&file, gpfPath.c_str(), "wb");
|
||||
errno_t err = fopen_s(&file, outPath.c_str(), "wb");
|
||||
if (!err)
|
||||
{
|
||||
fwrite(mps.m_data, PortabilityLayer::MacFilePropertiesSerialized::kSize, 1, file);
|
||||
|
BIN
GliderProData/ConvertedMovies/Art Museum.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Art Museum.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/CD Demo House.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/CD Demo House.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Castle o' the Air.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Castle o' the Air.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Davis Station.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Davis Station.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Demo House.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Demo House.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Grand Prix.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Grand Prix.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/ImagineHouse PRO II.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/ImagineHouse PRO II.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Land of Illusion.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Land of Illusion.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Leviathan.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Leviathan.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Nemo's Market.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Nemo's Market.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Rainbow's End.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Rainbow's End.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Slumberland.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Slumberland.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/SpacePods.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/SpacePods.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Teddy World.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Teddy World.mov.gpa
Normal file
Binary file not shown.
BIN
GliderProData/ConvertedMovies/Titanic.mov.gpa
Normal file
BIN
GliderProData/ConvertedMovies/Titanic.mov.gpa
Normal file
Binary file not shown.
@@ -126902,758 +126902,6 @@ data 'PICT' (10000) {
|
||||
$"00A0 0083 00FF" /* . .ƒ.ÿ */
|
||||
};
|
||||
|
||||
data 'WDEF' (128, "Infinity Windoid 2.6", purgeable) {
|
||||
$"4E56 FFFC 48E7 1708 3C2E 000C 2E2E 0008" /* NVÿüHç..<....... */
|
||||
$"286E 000E 7600 4A46 6712 0C46 0001 670C" /* (n..v.JFg..F..g. */
|
||||
$"0C46 0005 6706 0C46 0006 660E 2F03 4EBA" /* .F..g..F..f./.Nº */
|
||||
$"0E4A 261F 4A00 6702 7601 1A03 670A 486E" /* .J&.J.g.v...gÂHn */
|
||||
$"FFFC A874 4EBA 0E5E 3006 6B00 0086 0C40" /* ÿü¨tNº.^0.k..†.@ */
|
||||
$"0006 6E7E D040 303B 0006 4EFB 0000 0032" /* ..n~Ð@0;..Nû...2 */
|
||||
$"0046 0054 0010 0026 0060 006C 302E 0012" /* .F.T...&.`.l0... */
|
||||
$"48C0 2F00 2F07 2F0C 4EBA 08BA 4FEF 000C" /* HÀ/././.Nº.ºOï.. */
|
||||
$"6050 2F07 2F0C 4EBA 091A 504F 6044 203C" /* `P/./.NºÆ.PO`D < */
|
||||
$"0000 FFFF C087 2F00 2F0C 4EBA 0C96 504F" /* ..ÿÿÀ‡/./.Nº.–PO */
|
||||
$"6030 2F07 2F0C 4EBA 0918 2C00 504F 6022" /* `0/./.NºÆ.,.PO`" */
|
||||
$"2F07 2F0C 4EBA 0CF8 504F 6016 2F07 2F0C" /* /./.Nº.øPO`././. */
|
||||
$"4EBA 0D7C 504F 600A 2F07 2F0C 4EBA 0D78" /* Nº.|PO`Â/./.Nº.x */
|
||||
$"504F 4A05 6706 2F2E FFFC A873 2D46 0014" /* POJ.g./.ÿü¨s-F.. */
|
||||
$"4CEE 10E8 FFE8 4E5E 205F 4FEF 000C 4ED0" /* Lî.èÿèN^ _Oï..NÐ */
|
||||
$"4E56 0000 48E7 0018 266E 0008 286E 000C" /* NV..Hç..&n..(n.. */
|
||||
$"206B 0072 2050 5488 224C 22D8 22D8 206B" /* k.r PTˆ"L"Ø"Ø k */
|
||||
$"0082 2050 4A28 0012 6710 3014 D07C 000D" /* .‚ PJ(..g.0.Ð|.. */
|
||||
$"3940 0004 536C 0006 6010 302C 0002 D07C" /* 9@..Sl..`.0,..Ð| */
|
||||
$"000D 3940 0006 536C 0004 4CEE 1800 FFF8" /* ..9@..Sl..Lî..ÿø */
|
||||
$"4E5E 4E75 4E56 0000 2F0C 286E 0010 206E" /* N^NuNV../.(n.. n */
|
||||
$"000C 224C 22D8 22D8 206E 0008 2068 0082" /* .."L"Ø"Ø n.. h.‚ */
|
||||
$"2050 4A28 0012 670E 2F0C 7008 3F00 7203" /* PJ(..g./.p.?.r. */
|
||||
$"3F01 A8A9 600C 2F0C 7003 3F00 7208 3F01" /* ?.¨©`./.p.?.r.?. */
|
||||
$"A8A9 3014 5E40 3940 0004 302C 0002 5E40" /* ¨©0.^@9@..0,..^@ */
|
||||
$"3940 0006 286E FFFC 4E5E 4E75 4E56 0000" /* 9@..(nÿüN^NuNV.. */
|
||||
$"48E7 0018 266E 000C 286E 0010 204C 224B" /* Hç..&n..(n.. L"K */
|
||||
$"20D9 20D9 206E 0008 2068 0082 2050 4A28" /* Ù Ù n.. h.‚ PJ( */
|
||||
$"0012 672E 2F0C 7008 3F00 7203 3F01 A8A9" /* ..g./.p.?.r.?.¨© */
|
||||
$"302B 0006 48C0 322B 0002 48C1 9081 7201" /* 0+..HÀ2+..HÁ<EFBFBD><EFBFBD>r. */
|
||||
$"C280 6638 2F0C 70FF 3F00 7200 3F01 A8A8" /* €f8/.pÿ?.r.?.¨¨ */
|
||||
$"602A 2F0C 7003 3F00 7208 3F01 A8A9 302B" /* `*..p.?.r.?.¨©0+ */
|
||||
$"0004 48C0 3213 48C1 9081 7201 C280 660C" /* ..HÀ2.HÁ<EFBFBD><EFBFBD>r.€f. */
|
||||
$"2F0C 7000 3F00 72FF 3F01 A8A8 302C 0004" /* /.p.?.rÿ?.¨¨0,.. */
|
||||
$"5F40 3880 302C 0006 5F40 3940 0002 4CEE" /* _@8€0,.._@9@..Lî */
|
||||
$"1800 FFF8 4E5E 4E75 4E56 0000 2F0C 286E" /* ..ÿøN^NuNV../.(n */
|
||||
$"0008 302E 000E 670A 5340 670E 5340 6718" /* ..0...gÂS@g.S@g. */
|
||||
$"604C 7021 2F00 A862 6044 7001 2F00 2F0C" /* `Lp!/.¨b`Dp././. */
|
||||
$"4EBA 0E94 504F 6036 206C 0082 2050 4A28" /* Nº.”PO`6 l.‚ PJ( */
|
||||
$"0013 6606 4A2C 006F 670E 7001 2F00 2F0C" /* ..f.J,.og.p././. */
|
||||
$"4EBA 0E74 504F 6016 700A 2F00 7206 2F01" /* Nº.tPO`.pÂ/.r./. */
|
||||
$"7005 2F00 2F0C 4EBA 0F88 4FEF 0010 286E" /* p././.Nº.ˆOï..(n */
|
||||
$"FFFC 4E5E 4E75 4E56 0000 48E7 0108 1E2E" /* ÿüN^NuNV..Hç.... */
|
||||
$"0013 286E 0008 302E 000E 670A 5340 670C" /* ..(n..0...gÂS@g. */
|
||||
$"5340 6734 6078 4EBA 1172 6072 7003 2F00" /* S@g4`xNº.r`rp./. */
|
||||
$"2F0C 4EBA 0E22 4A07 504F 670E 7004 2F00" /* /.Nº."J.POg.p./. */
|
||||
$"2F0C 4EBA 0E34 504F 6054 7000 2F00 2F0C" /* /.Nº.4PO`Tp././. */
|
||||
$"4EBA 0E26 504F 6046 4A07 672A 7008 2F00" /* Nº.&PO`FJ.g*p./. */
|
||||
$"7206 2F01 7005 2F00 2F0C 4EBA 0F14 7001" /* r./.p././.Nº..p. */
|
||||
$"2F00 7206 2F01 7005 2F00 2F0C 4EBA 0F34" /* /.r./.p././.Nº.4 */
|
||||
$"4FEF 0020 6018 7000 2F00 2F0C 4EBA 0DC8" /* Oï. `.p././.Nº.È */
|
||||
$"7000 2F00 2F0C 4EBA 0DE0 4FEF 0010 4CEE" /* p././.Nº.àOï..Lî */
|
||||
$"1080 FFF8 4E5E 4E75 4E56 0000 2F0C 286E" /* .€ÿøN^NuNV../.(n */
|
||||
$"0008 302E 000E 670A 5340 6714 5340 672A" /* ..0...gÂS@g.S@g* */
|
||||
$"6050 701E 2F00 A862 7021 2F00 A863 6042" /* `Pp./.¨bp!/.¨c`B */
|
||||
$"7004 2F00 2F0C 4EBA 0D7E 7003 2F00 2F0C" /* p././.Nº.~p././. */
|
||||
$"4EBA 0D96 4FEF 0010 6028 7008 2F00 7206" /* Nº.–Oï..`(p./.r. */
|
||||
$"2F01 7005 2F00 2F0C 4EBA 0EB8 7001 2F00" /* /.p././.Nº.¸p./. */
|
||||
$"7206 2F01 7005 2F00 2F0C 4EBA 0E74 4FEF" /* r./.p././.Nº.tOï */
|
||||
$"0020 286E FFFC 4E5E 4E75 4E56 FFF8 2F0C" /* . (nÿüN^NuNVÿø/. */
|
||||
$"286E 0008 206E 0010 43EE FFF8 22D8 22D8" /* (n.. n..Cîÿø"Ø"Ø */
|
||||
$"486E FFF8 7001 3F00 3F00 A8A9 302E 000E" /* Hnÿøp.?.?.¨©0... */
|
||||
$"670A 5340 671A 5340 672A 6070 701E 2F00" /* gÂS@g.S@g*`pp./. */
|
||||
$"A862 7021 2F00 A863 486E FFF8 A8A1 605C" /* ¨bp!/.¨cHnÿø¨¡`\ */
|
||||
$"7004 2F00 2F0C 4EBA 0CEE 486E FFF8 A8A1" /* p././.Nº.îHnÿø¨¡ */
|
||||
$"504F 6048 7004 2F00 720C 2F01 700B 2F00" /* PO`Hp./.r./.p./. */
|
||||
$"2F0C 4EBA 0DFC 41EE 0000 2F20 2F20 4EBA" /* /.Nº.üAî../ / Nº */
|
||||
$"1082 700B 2F00 2F0C 4EBA 0CBC 302E FFFE" /* .‚p././.Nº.¼0.ÿþ */
|
||||
$"536E FFFE 302E FFFC 536E FFFC 41EE 0000" /* Snÿþ0.ÿüSnÿüAî.. */
|
||||
$"2F20 2F20 4EBA 102A 4FEF 0028 286E FFF4" /* / / Nº.*Oï.((nÿô */
|
||||
$"4E5E 4E75 4E56 FFF8 48E7 0118 3E2E 000E" /* N^NuNVÿøHç..>... */
|
||||
$"266E 0010 286E 0008 48C7 2F07 2F0C 4EBA" /* &n..(n..HÇ/./.Nº */
|
||||
$"FEC8 2F0B 70FF 3F00 3F00 A8A9 2F0B A8A1" /* þÈ/.pÿ?.?.¨©/.¨¡ */
|
||||
$"2F0B 7001 3F00 3F00 A8A9 3007 504F 670C" /* /.p.?.?.¨©0.POg. */
|
||||
$"5340 6718 5340 6736 6000 00C8 4EBA 0F8C" /* S@g.S@g6`..ÈNº.Œ */
|
||||
$"2F0B 4EBA 0F9A 584F 6000 00B8 7003 2F00" /* /.Nº.šXO`..¸p./. */
|
||||
$"2F0C 4EBA 0C32 7004 2F00 2F0C 4EBA 0C4A" /* /.Nº.2p././.Nº.J */
|
||||
$"2F0B 4EBA 0F7A 4FEF 0014 6000 0096 700C" /* /.Nº.zOï..`..–p. */
|
||||
$"2F00 2F0C 4EBA 0C10 701E 2F00 A863 204B" /* /./.Nº..p./.¨c K */
|
||||
$"5088 2F20 2F20 4EBA 0F88 41EE FFF8 224B" /* Pˆ/ / Nº.ˆAîÿø"K */
|
||||
$"20D9 20D9 302E FFF8 526E FFF8 302E FFFA" /* Ù Ù0.ÿøRnÿø0.ÿú */
|
||||
$"526E FFFA 700B 2F00 2F0C 4EBA 0BDA 486E" /* Rnÿúp././.Nº.ÚHn */
|
||||
$"FFF8 A8A1 486E FFF8 7001 3F00 3F00 A8A9" /* ÿø¨¡Hnÿøp.?.?.¨© */
|
||||
$"700C 2F00 2F0C 4EBA 0BBE 41EE 0000 2F20" /* p././.Nº.¾Aî../ */
|
||||
$"2F20 4EBA 0F6E 302E FFFE 536E FFFE 302E" /* / Nº.n0.ÿþSnÿþ0. */
|
||||
$"FFFC 536E FFFC 7005 2F00 7208 2F01 7007" /* ÿüSnÿüp./.r./.p. */
|
||||
$"2F00 2F0C 4EBA 0CBA 486E FFF8 A8A2 4FEF" /* /./.Nº.ºHnÿø¨¢Oï */
|
||||
$"0038 4CEE 1880 FFEC 4E5E 4E75 4E56 FFF8" /* .8Lî.€ÿìN^NuNVÿø */
|
||||
$"48E7 0118 266E 0010 3E2E 000E 286E 0008" /* Hç..&n..>...(n.. */
|
||||
$"2F0B 48C7 2F07 2F0C 4EBA FECA 41EE FFF8" /* /.HÇ/./.NºþÊAîÿø */
|
||||
$"224B 20D9 20D9 576E FFFC 576E FFFE 3007" /* "K Ù ÙWnÿüWnÿþ0. */
|
||||
$"4FEF 000C 670A 5340 6706 5340 670A 602A" /* Oï..gÂS@g.S@gÂ`* */
|
||||
$"486E FFF8 A8A1 6022 700C 2F00 2F0C 4EBA" /* Hnÿø¨¡`"p././.Nº */
|
||||
$"0B26 546E FFFA 546E FFF8 41EE 0000 2F20" /* .&TnÿúTnÿøAî../ */
|
||||
$"2F20 4EBA 0ECE 4FEF 0010 4CEE 1880 FFEC" /* / Nº.ÎOï..Lî.€ÿì */
|
||||
$"4E5E 4E75 4E56 0000 48E7 0018 266E 0008" /* N^NuNV..Hç..&n.. */
|
||||
$"286E 0010 302E 000E 670A 5340 670C 5340" /* (n..0...gÂS@g.S@ */
|
||||
$"671A 6074 2F0C A8A2 606E 7003 2F00 2F0B" /* g.`t/.¨¢`np././. */
|
||||
$"4EBA 0AD4 2F0C A8A2 504F 605C 7008 2F00" /* NºÂÔ/.¨¢PO`\p./. */
|
||||
$"720C 2F01 700B 2F00 2F0B 4EBA 0BE4 2F0C" /* r./.p././.Nº.ä/. */
|
||||
$"A8A2 7008 2F00 2F0B 4EBA 0AAC 2F0C A8A1" /* ¨¢p././.NºÂ¬/.¨¡ */
|
||||
$"3F2C 0002 3F14 A893 302C 0006 5340 3F00" /* ?,..?.¨“0,..S@?. */
|
||||
$"302C 0004 5340 3F00 A891 302C 0006 5340" /* 0,..S@?.¨‘0,..S@ */
|
||||
$"3F00 3F14 A893 3F2C 0002 302C 0004 5340" /* ?.?.¨“?,..0,..S@ */
|
||||
$"3F00 A891 4FEF 0018 4CEE 1800 FFF8 4E5E" /* ?.¨‘Oï..Lî..ÿøN^ */
|
||||
$"4E75 4E56 0000 2F0B 266E 0010 226E 000C" /* NuNV../.&n.."n.. */
|
||||
$"4A2E 000B 6708 223C 0055 0055 6002 7200" /* J...g."<.U.U`.r. */
|
||||
$"3029 0002 0800 0000 6702 E389 3011 0800" /* 0)......g.ã‰0... */
|
||||
$"0000 6702 E189 2681 2741 0004 266E FFFC" /* ..g.á‰&<EFBFBD>'A..&nÿü */
|
||||
$"4E5E 4E75 4E56 FFF8 48E7 0018 266E 0008" /* N^NuNVÿøHç..&n.. */
|
||||
$"206E 000C 43EE FFF8 22D8 22D8 598F A8D8" /* n..Cîÿø"Ø"ØY<EFBFBD>¨Ø */
|
||||
$"285F 486E FFF8 70FF 3F00 3F00 A8A9 2F0C" /* (_Hnÿøpÿ?.?.¨©/. */
|
||||
$"486E FFF8 A8DF 2F0B 2F0C 2F0B A8E6 2F0C" /* Hnÿø¨ß/././.¨æ/. */
|
||||
$"A8D9 4CEE 1800 FFF0 4E5E 4E75 4E56 0000" /* ¨ÙLî..ÿðN^NuNV.. */
|
||||
$"4E5E 4E75 4E56 FFDC 48E7 0338 3C2E 000E" /* N^NuNVÿÜHç.8<... */
|
||||
$"246E 0010 1E2E 0017 266E 0008 598F A8D8" /* $n......&n..Y<EFBFBD>¨Ø */
|
||||
$"285F 486E FFF0 7000 3F00 3F00 3F00 3F00" /* (_Hnÿðp.?.?.?.?. */
|
||||
$"A8A7 4A07 6710 2F0A 48C6 2F06 2F0B 4EBA" /* ¨§J.g./ÂHÆ/./.Nº */
|
||||
$"FC5A 4FEF 000C 7000 1007 2F00 48C6 2F06" /* üZOï..p.../.HÆ/. */
|
||||
$"2F0B 4EBA FB32 41EE FFE8 224A 20D9 20D9" /* /.Nºû2Aîÿè"J Ù Ù */
|
||||
$"486E FFE8 7001 3F00 3F00 A8A9 4A07 4FEF" /* Hnÿèp.?.?.¨©J.Oï */
|
||||
$"000C 670C 486E FFE8 7001 3F00 3F00 A8A9" /* ..g.Hnÿèp.?.?.¨© */
|
||||
$"2F0C 486E FFE8 A8DF 486E FFF0 7000 1007" /* /.Hnÿè¨ßHnÿðp... */
|
||||
$"2F00 2F0A 48C6 2F06 2F0B 4EBA FF60 558F" /* /./ÂHÆ/./.Nºÿ`U<EFBFBD> */
|
||||
$"486E FFF0 A8AE 4A1F 4FEF 0014 661E 598F" /* Hnÿð¨®J.Oï..f.Y<EFBFBD> */
|
||||
$"A8D8 2D57 FFDC 486E FFF0 A8DF 2F0C 2F2E" /* ¨Ø-WÿÜHnÿð¨ß/./. */
|
||||
$"FFDC 2F0C A8E6 2F2E FFDC A8D9 4A07 6720" /* ÿÜ/.¨æ/.ÿܨÙJ.g */
|
||||
$"4A2B 0070 671A 486E FFE0 2F0A 2F0B 4EBA" /* J+.pg.Hnÿà/Â/.Nº */
|
||||
$"F944 486E FFE0 2F0C 4EBA FECA 4FEF 0014" /* ùDHnÿà/.NºþÊOï.. */
|
||||
$"4A07 6720 4A2B 0071 671A 486E FFE0 2F0A" /* J.g J+.qg.Hnÿà/Â */
|
||||
$"2F0B 4EBA F978 486E FFE0 2F0C 4EBA FEA6" /* /.NºùxHnÿà/.Nºþ¦ */
|
||||
$"4FEF 0014 486E FFF8 2F0A 7000 1007 2F00" /* Oï..Hnÿø/Âp.../. */
|
||||
$"4EBA FE50 2F0C 486E FFF8 A8D6 2F0C A8D9" /* NºþP/.Hnÿø¨Ö/.¨Ù */
|
||||
$"4FEF 000C 4CEE 1CC0 FFC8 4E5E 4E75 4E56" /* Oï..Lî.ÀÿÈN^NuNV */
|
||||
$"FFF8 2F0C 286E 0008 4A2C 0071 6750 486E" /* ÿø/.(n..J,.qgPHn */
|
||||
$"FFF8 2F0C 4EBA 0CA0 206C 0082 2050 5088" /* ÿø/.Nº. l.‚ PPˆ */
|
||||
$"43EE FFF8 20D9 20D9 206C 0082 2050 4A28" /* Cîÿø Ù Ù l.‚ PJ( */
|
||||
$"0012 504F 670E 302E FFF8 D07C 000C 3D40" /* ..POg.0.ÿøÐ|..=@ */
|
||||
$"FFFC 600C 302E FFFA D07C 000C 3D40 FFFE" /* ÿü`.0.ÿúÐ|..=@ÿþ */
|
||||
$"206C 0082 2050 43EE FFF8 20D9 20D9 286E" /* l.‚ PCîÿø Ù Ù(n */
|
||||
$"FFF4 4E5E 4E75 4E56 FFF0 2F0C 286E 0008" /* ÿôN^NuNVÿð/.(n.. */
|
||||
$"206C 0076 2050 43EE FFF0 5488 22D8 22D8" /* l.v PCîÿðTˆ"Ø"Ø */
|
||||
$"206C 0082 2050 43EE FFF8 5088 22D8 22D8" /* l.‚ PCîÿøPˆ"Ø"Ø */
|
||||
$"486E FFF8 302E FFFA 48C0 4480 322E FFF2" /* Hnÿø0.ÿúHÀD€2.ÿò */
|
||||
$"D240 3F01 302E FFF8 48C0 4480 322E FFF0" /* Ò@?.0.ÿøHÀD€2.ÿð */
|
||||
$"D240 3F01 A8A8 558F 486E FFF0 486E FFF8" /* Ò@?.¨¨U<EFBFBD>HnÿðHnÿø */
|
||||
$"A8A6 4A1F 6704 7005 6002 7006 286E FFEC" /* ¨¦J.g.p.`.p.(nÿì */
|
||||
$"4E5E 4E75 4E56 FFFC 48E7 1118 3E2E 0012" /* N^NuNVÿüHç..>... */
|
||||
$"266E 0008 422B 0071 7016 A122 2D48 FFFC" /* &n..B+.qp.¡"-Hÿü */
|
||||
$"6746 2850 422C 0010 197C 0001 0014 422C" /* gF(PB,...|....B, */
|
||||
$"0013 7601 7001 C047 6608 7002 C047 6602" /* ..v.p.ÀGf.p.ÀGf. */
|
||||
$"7600 4A03 57C3 4403 1943 0012 276E FFFC" /* v.J.WÃD..C..'nÿü */
|
||||
$"0082 422C 0011 3007 C07C 0008 1740 0071" /* .‚B,..0.À|...@.q */
|
||||
$"2F0B 4EBA FECA 584F 4CEE 1888 FFEC 4E5E" /* /.NºþÊXOLî.ˆÿìN^ */
|
||||
$"4E75 4E56 0000 2F0C 286E 0008 4AAC 0082" /* NuNV../.(n..J¬.‚ */
|
||||
$"6706 206C 0082 A023 286E FFFC 4E5E 4E75" /* g. l.‚ #(nÿüN^Nu */
|
||||
$"4E56 FFD4 48E7 0118 2E2E 000C 286E 0008" /* NVÿÔHç......(n.. */
|
||||
$"2007 4840 48C0 3D40 FFE4 3D47 FFE6 7E00" /* .H@HÀ=@ÿä=Gÿæ~. */
|
||||
$"558F 2F2E FFE4 2F2C 0076 A8E8 4A1F 6706" /* U<EFBFBD>/.ÿä/,.v¨èJ.g. */
|
||||
$"7E01 6000 0124 486E FFD4 2F0C 4EBA F6F2" /* ~.`..$HnÿÔ/.Nºöò */
|
||||
$"206C 0082 2050 4A28 0014 504F 6700 010A" /* l.‚ PJ(..POg.. */
|
||||
$"558F 2F2E FFE4 486E FFD4 A8AD 4A1F 6700" /* U<EFBFBD>/.ÿäHnÿÔ¨J.g. */
|
||||
$"00F8 7E02 206C 0082 2050 4A28 0013 6608" /* .ø~. l.‚ PJ(..f. */
|
||||
$"4A2C 006F 6700 00E2 4A2C 0070 6730 486E" /* J,.og..âJ,.pg0Hn */
|
||||
$"FFDC 486E FFD4 2F0C 4EBA F6FA 486E FFDC" /* ÿÜHnÿÔ/.NºöúHnÿÜ */
|
||||
$"70FF 3F00 3F00 A8A9 558F 2F2E FFE4 486E" /* pÿ?.?.¨©U<EFBFBD>/.ÿäHn */
|
||||
$"FFDC A8AD 4A1F 4FEF 000C 6702 7E04 4A2C" /* ÿܨJ.Oï..g.~.J, */
|
||||
$"0071 6700 00A4 486E FFDC 486E FFD4 2F0C" /* .qg..¤HnÿÜHnÿÔ/. */
|
||||
$"4EBA F71A 486E FFDC 70FF 3F00 3F00 A8A9" /* Nº÷.HnÿÜpÿ?.?.¨© */
|
||||
$"558F 2F2E FFE4 486E FFDC A8AD 4A1F 4FEF" /* U<EFBFBD>/.ÿäHnÿܨJ.Oï */
|
||||
$"000C 6774 2F0C 4EBA FE1E 2E00 206C 0076" /* ..gt/.Nºþ... l.v */
|
||||
$"2050 43EE FFF8 5488 22D8 22D8 206C 0082" /* PCîÿøTˆ"Ø"Ø l.‚ */
|
||||
$"2650 204B 5088 43EE FFE8 22D8 22D8 41EE" /* &P KPˆCîÿè"Ø"ØAî */
|
||||
$"FFF0 224B 20D9 20D9 206C 0082 2050 4868" /* ÿð"K Ù Ù l.‚ PHh */
|
||||
$"0008 302E FFFA 906E FFEA 3F00 302E FFF8" /* ..0.ÿú<EFBFBD>nÿê?.0.ÿø */
|
||||
$"906E FFE8 3F00 A8A8 206C 0082 2050 2F08" /* <20>nÿè?.¨¨ l.‚ P/. */
|
||||
$"302E FFFA 906E FFF2 3F00 302E FFF8 906E" /* 0.ÿú<EFBFBD>nÿò?.0.ÿø<EFBFBD>n */
|
||||
$"FFF0 3F00 A8A8 584F 2007 4CEE 1880 FFC8" /* ÿð?.¨¨XO .Lî.€ÿÈ */
|
||||
$"4E5E 4E75 4E56 FFF0 48E7 0118 266E 0008" /* N^NuNVÿðHç..&n.. */
|
||||
$"2853 2F0C 2F2E 000C 302E 0010 48C0 2F00" /* (S/./...0...HÀ/. */
|
||||
$"302E 0012 48C0 2F00 4EBA 07AC 3E00 202B" /* 0...HÀ/.Nº.¬>. + */
|
||||
$"0004 4FEF 0010 670A 5980 6700 011E 6000" /* ..Oï..gÂY€g...`. */
|
||||
$"016A 701E 2F00 A863 206C 0082 2050 4A28" /* .jp./.¨c l.‚ PJ( */
|
||||
$"0014 671E 486E FFF0 2F0C 4EBA F574 48C7" /* ..g.Hnÿð/.NºõtHÇ */
|
||||
$"2F07 2F0C 4EBA F6B2 486E FFF0 A8A1 4FEF" /* /./.Nºö²Hnÿð¨¡Oï */
|
||||
$"0010 206C 0082 2050 4A28 0013 6606 4A2C" /* .. l.‚ PJ(..f.J, */
|
||||
$"006F 6770 206C 0082 2050 4A28 0014 6716" /* .ogp l.‚ PJ(..g. */
|
||||
$"7001 2F00 486E FFF0 48C7 2F07 2F0C 4EBA" /* p./.HnÿðHÇ/./.Nº */
|
||||
$"FB64 4FEF 0010 4A2C 0070 6720 486E FFF8" /* ûdOï..J,.pg Hnÿø */
|
||||
$"486E FFF0 2F0C 4EBA F56C 486E FFF8 48C7" /* Hnÿð/.NºõlHnÿøHÇ */
|
||||
$"2F07 2F0C 4EBA F87E 4FEF 0018 4A2C 0071" /* /./.Nºø~Oï..J,.q */
|
||||
$"6738 486E FFF8 486E FFF0 2F0C 4EBA F59E" /* g8HnÿøHnÿð/.Nºõž */
|
||||
$"486E FFF8 48C7 2F07 2F0C 4EBA F970 4FEF" /* HnÿøHÇ/./.NºùpOï */
|
||||
$"0018 6016 7000 2F00 486E FFF0 48C7 2F07" /* ..`.p./.HnÿðHÇ/. */
|
||||
$"2F0C 4EBA FB00 4FEF 0010 206C 0072 2050" /* /.Nºû.Oï.. l.r P */
|
||||
$"43EE FFF8 5488 22D8 22D8 302E FFFC 536E" /* CîÿøTˆ"Ø"Ø0.ÿüSn */
|
||||
$"FFFC 302E FFFE 536E FFFE 48C7 2F07 2F0C" /* ÿü0.ÿþSnÿþHÇ/./. */
|
||||
$"4EBA F5E6 486E FFF8 A8A1 486E FFF8 7001" /* NºõæHnÿø¨¡Hnÿøp. */
|
||||
$"3F00 3F00 A8A8 41EE 0000 2F20 2F20 4EBA" /* ?.?.¨¨Aî../ / Nº */
|
||||
$"0842 4FEF 0010 6000 00A6 486E FFF0 2F0C" /* .BOï..`..¦Hnÿð/. */
|
||||
$"4EBA F46E 486E FFF8 486E FFF0 2F0C 4EBA" /* NºônHnÿøHnÿð/.Nº */
|
||||
$"F4B4 206C 0082 2050 4A28 0010 4FEF 0014" /* ô´ l.‚ PJ(..Oï.. */
|
||||
$"6714 486E FFF8 48C7 2F07 2F0C 4EBA F7B6" /* g.HnÿøHÇ/./.Nº÷¶ */
|
||||
$"4FEF 000C 6068 486E FFF8 48C7 2F07 2F0C" /* Oï..`hHnÿøHÇ/./. */
|
||||
$"4EBA F932 4FEF 000C 6054 4A2C 0071 674E" /* Nºù2Oï..`TJ,.qgN */
|
||||
$"486E FFF0 2F0C 4EBA F418 486E FFF8 486E" /* Hnÿð/.Nºô.HnÿøHn */
|
||||
$"FFF0 2F0C 4EBA F4B6 206C 0082 2050 4A28" /* ÿð/.Nºô¶ l.‚ PJ( */
|
||||
$"0011 4FEF 0014 6714 486E FFF8 48C7 2F07" /* ..Oï..g.HnÿøHÇ/. */
|
||||
$"2F0C 4EBA F878 4FEF 000C 6012 486E FFF8" /* /.NºøxOï..`.Hnÿø */
|
||||
$"48C7 2F07 2F0C 4EBA F8DC 4FEF 000C 4EBA" /* HÇ/./.NºøÜOï..Nº */
|
||||
$"071A 4CEE 1880 FFE4 4E5E 205F 4FEF 000C" /* ..Lî.€ÿäN^ _Oï.. */
|
||||
$"4ED0 4E56 FFF8 48E7 1108 2E2E 000C 286E" /* NÐNVÿøHç......(n */
|
||||
$"0008 4A2C 006E 675C 2D4C FFF8 2D47 FFFC" /* ..J,.ng\-Lÿø-Gÿü */
|
||||
$"7000 2F00 486E FFF8 487A FDCA 2F2C 0072" /* p./.HnÿøHzýÊ/,.r */
|
||||
$"4EBA 0198 2007 4FEF 0010 6738 5980 6702" /* Nº.˜ .Oï..g8Y€g. */
|
||||
$"601A 206C 0082 2050 4A28 0010 57C3 4403" /* `. l.‚ PJ(..WÃD. */
|
||||
$"206C 0082 2050 1143 0010 6018 206C 0082" /* l.‚ P.C..`. l.‚ */
|
||||
$"2050 4A28 0011 57C3 4403 206C 0082 2050" /* PJ(..WÃD. l.‚ P */
|
||||
$"1143 0011 4CEE 1088 FFEC 4E5E 4E75 4E56" /* .C..Lî.ˆÿìN^NuNV */
|
||||
$"FFF8 48E7 0018 286E 0008 598F A8D8 265F" /* ÿøHç..(n..Y<EFBFBD>¨Ø&_ */
|
||||
$"486E FFF8 2F0C 4EBA 074E 2F2C 0076 486E" /* Hnÿø/.Nº.N/,.vHn */
|
||||
$"FFF8 A8DF 486E FFF8 70FF 3F00 3F00 A8A9" /* ÿø¨ßHnÿøpÿ?.?.¨© */
|
||||
$"206C 0082 2050 4A28 0014 671A 206C 0082" /* l.‚ PJ(..g. l.‚ */
|
||||
$"2050 4A28 0012 6708 046E 000C FFF8 6006" /* PJ(..g..n..ÿø`. */
|
||||
$"046E 000C FFFA 2F2C 0072 486E FFF8 A8DF" /* .n..ÿú/,.rHnÿø¨ß */
|
||||
$"486E FFF8 7001 3F00 3F00 A8A8 2F0B 486E" /* Hnÿøp.?.?.¨¨/.Hn */
|
||||
$"FFF8 A8DF 2F0B 2F2C 0072 2F2C 0072 A8E5" /* ÿø¨ß/./,.r/,.r¨å */
|
||||
$"2F0B A8D9 4CEE 1800 FFF0 4E5E 4E75 4E56" /* /.¨ÙLî..ÿðN^NuNV */
|
||||
$"0000 4E5E 4E75 4E56 0000 4E5E 4E75 4E56" /* ..N^NuNV..N^NuNV */
|
||||
$"FFF0 2F03 7600 2F03 7001 41EE FFF0 A090" /* ÿð/.v./.p.Aîÿð <EFBFBD> */
|
||||
$"261F 4A40 660A 0C6E 0700 FFF4 6D02 7601" /* &.J@fÂ.n..ÿôm.v. */
|
||||
$"1003 262E FFEC 4E5E 4E75 4E56 FFF0 2F03" /* ..&.ÿìN^NuNVÿð/. */
|
||||
$"7600 2F03 7001 41EE FFF0 A090 261F 4A40" /* v./.p.Aîÿð <EFBFBD>&.J@ */
|
||||
$"6608 4A2E FFF9 6702 7601 1003 262E FFEC" /* f.J.ÿùg.v...&.ÿì */
|
||||
$"4E5E 4E75 4E56 FFF8 486E FFF8 A910 486E" /* N^NuNVÿøHnÿø©.Hn */
|
||||
$"FFFC AA48 2F2E FFFC A873 206E FFF8 41E8" /* ÿüªH/.ÿü¨s nÿøAè */
|
||||
$"0030 226E FFFC 43E9 0030 700A A02E 206E" /* .0"nÿüCé.0p . n */
|
||||
$"FFF8 41E8 0042 226E FFFC 43E9 0042 700E" /* ÿøAè.B"nÿüCé.Bp. */
|
||||
$"A02E 206E FFF8 4868 003A A89D 206E FFF8" /* . nÿøHh.:¨<EFBFBD> nÿø */
|
||||
$"4868 0020 A87C 4E5E 4E75 4E56 FFEC 48E7" /* Hh. ¨|N^NuNVÿìHç */
|
||||
$"0338 2C2E 0010 4EBA FF46 4A00 6714 2F2E" /* .8,...NºÿFJ.g./. */
|
||||
$"0008 2F2E 000C 2F06 2F2E 0014 ABCA 6000" /* ../..././...«Ê`. */
|
||||
$"00CC 4EBA FF56 4A00 6700 00AE 598F A8D8" /* .ÌNºÿVJ.g..®Y<EFBFBD>¨Ø */
|
||||
$"2D5F FFF8 598F A8D8 245F 598F A8D8 265F" /* -_ÿøY<EFBFBD>¨Ø$_Y<EFBFBD>¨Ø&_ */
|
||||
$"2F2E FFF8 A87A 598F AA29 285F 6070 2054" /* /.ÿø¨zY<EFBFBD>ª)(_`p T */
|
||||
$"2D48 FFEC 41E8 0022 43EE FFF0 22D8 22D8" /* -HÿìAè."Cîÿð"Ø"Ø */
|
||||
$"206E FFEC 2068 0016 2050 3E28 0020 486E" /* nÿì h.. P>(. Hn */
|
||||
$"FFF0 A871 486E FFF4 A871 2F0A 486E FFF0" /* ÿð¨qHnÿô¨q/ÂHnÿð */
|
||||
$"A8DF 2F2E 0008 2F0A 2F0B A8E4 2F0B 2F2E" /* ¨ß/.../Â/.¨ä/./. */
|
||||
$"FFF8 2F0B A8E4 558F 2F0B A8E2 4A1F 6616" /* ÿø/.¨äU<EFBFBD>/.¨âJ.f. */
|
||||
$"2F0B A879 3F07 2054 3F28 0014 2F0C 2F06" /* /.¨y?. T?(.././. */
|
||||
$"206E 000C 4E90 598F 2F0C AA2B 285F 200C" /* n..N<EFBFBD>Y<EFBFBD>/.ª+(_ . */
|
||||
$"668C 2F2E FFF8 A879 2F2E FFF8 A8D9 2F0A" /* fŒ/.ÿø¨y/.ÿø¨Ù/ */
|
||||
$"A8D9 2F0B A8D9 6014 7001 3F00 7200 3F01" /* ¨Ù/.¨Ù`.p.?.r.?. */
|
||||
$"7000 2F00 2F06 206E 000C 4E90 4CEE 1CC0" /* p././. n..N<EFBFBD>Lî.À */
|
||||
$"FFD8 4E5E 4E75 4E56 0000 226E 000C 302E" /* ÿØN^NuNV.."n..0. */
|
||||
$"000A 6B60 0C40 000C 6E5A D040 303B 0006" /* .Âk`.@..nZÐ@0;.. */
|
||||
$"4EFB 0000 001C 0052 0052 0052 001C 001C" /* Nû.....R.R.R.... */
|
||||
$"0052 001C 0052 002E 0052 002E 0040 337C" /* .R...R...R...@3| */
|
||||
$"FFFF 0004 337C FFFF 0002 32BC FFFF 602A" /* ÿÿ..3|ÿÿ..2¼ÿÿ`* */
|
||||
$"337C CCCC 0002 32BC CCCC 337C FFFF 0004" /* 3|ÌÌ..2¼ÌÌ3|ÿÿ.. */
|
||||
$"6018 337C 3333 0002 32BC 3333 337C 6666" /* `.3|33..2¼333|ff */
|
||||
$"0004 6006 42A9 0002 4251 4E5E 4E75 4E56" /* ..`.B©..BQN^NuNV */
|
||||
$"FFFC 48E7 0308 286E 0010 3E2E 000E 558F" /* ÿüHç..(n..>...U<EFBFBD> */
|
||||
$"2F2E 0008 486E FFFC AA42 206E FFFC 2050" /* /...HnÿüªB nÿü P */
|
||||
$"2068 0008 2050 3C28 0006 BE46 544F 6F1E" /* h.. P<(..¾FTOo. */
|
||||
$"558F 7000 2F00 486E FFFC AA42 206E FFFC" /* U<EFBFBD>p./.HnÿüªB nÿü */
|
||||
$"2050 2068 0008 2050 3C28 0006 544F BE46" /* P h.. P<(..TO¾F */
|
||||
$"6F0E 2F0C 48C7 2F07 4EBA FF2C 504F 601C" /* o./.HÇ/.Nºÿ,PO`. */
|
||||
$"48C7 206E FFFC 2050 2068 0008 2050 2007" /* HÇ nÿü P h.. P . */
|
||||
$"E780 41F0 080A 224C 22D8 32D8 4CEE 10C0" /* ç€Að.Â"L"Ø2ØLî.À */
|
||||
$"FFF0 4E5E 4E75 4E56 FFFA 486E FFFA 302E" /* ÿðN^NuNVÿúHnÿú0. */
|
||||
$"000E 48C0 2F00 2F2E 0008 4EBA FF62 486E" /* ..HÀ/./...NºÿbHn */
|
||||
$"FFFA AA14 4E5E 4E75 4E56 FFFA 486E FFFA" /* ÿúª.N^NuNVÿúHnÿú */
|
||||
$"302E 000E 48C0 2F00 2F2E 0008 4EBA FF40" /* 0...HÀ/./...Nºÿ@ */
|
||||
$"486E FFFA AA15 4E5E 4E75 4E56 0000 48E7" /* Hnÿúª.N^NuNV..Hç */
|
||||
$"0038 246E 0014 266E 0008 342E 0012 286E" /* .8$n..&n..4...(n */
|
||||
$"000C 700F 9042 3400 7000 3013 7200 3214" /* ..p.<EFBFBD>B4.p.0.r.2. */
|
||||
$"9081 48C2 4C02 0800 4C7C 0800 0000 000F" /* <20><>HÂL...L|...... */
|
||||
$"7200 3214 D280 3481 7000 302B 0002 7200" /* r.2.Ò€4<EFBFBD>p.0+..r. */
|
||||
$"322C 0002 9081 48C2 4C02 0800 4C7C 0800" /* 2,..<EFBFBD><EFBFBD>HÂL...L|.. */
|
||||
$"0000 000F 7200 322C 0002 D280 3541 0002" /* ....r.2,..Ò€5A.. */
|
||||
$"7000 302B 0004 7200 322C 0004 9081 48C2" /* p.0+..r.2,..<EFBFBD><EFBFBD>HÂ */
|
||||
$"4C02 0800 4C7C 0800 0000 000F 7200 322C" /* L...L|......r.2, */
|
||||
$"0004 D280 3541 0004 4CEE 1C00 FFF4 4E5E" /* ..Ò€5A..Lî..ÿôN^ */
|
||||
$"4E75 4E56 FFF4 2F0C 286E 0008 486E FFF4" /* NuNVÿô/.(n..Hnÿô */
|
||||
$"302E 000E 48C0 2F00 2F0C 4EBA FE82 486E" /* 0...HÀ/./.Nºþ‚Hn */
|
||||
$"FFFA 302E 0012 48C0 2F00 2F0C 4EBA FE70" /* ÿú0...HÀ/./.Nºþp */
|
||||
$"2F2E 0018 302E 0016 48C0 2F00 486E FFFA" /* /...0...HÀ/.Hnÿú */
|
||||
$"486E FFF4 4EBA FF24 286E FFF0 4E5E 4E75" /* HnÿôNºÿ$(nÿðN^Nu */
|
||||
$"4E56 FFFA 486E FFFA 302E 0016 48C0 2F00" /* NVÿúHnÿú0...HÀ/. */
|
||||
$"302E 0012 48C0 2F00 302E 000E 48C0 2F00" /* 0...HÀ/.0...HÀ/. */
|
||||
$"2F2E 0008 4EBA FF8C 486E FFFA AA14 4E5E" /* /...NºÿŒHnÿúª.N^ */
|
||||
$"4E75 4E56 FFFA 486E FFFA 302E 0016 48C0" /* NuNVÿúHnÿú0...HÀ */
|
||||
$"2F00 302E 0012 48C0 2F00 302E 000E 48C0" /* /.0...HÀ/.0...HÀ */
|
||||
$"2F00 2F2E 0008 4EBA FF5A 486E FFFA AA15" /* /./...NºÿZHnÿúª. */
|
||||
$"4E5E 4E75 4E56 FFFA 48E7 0F18 266E 0018" /* N^NuNVÿúHç..&n.. */
|
||||
$"382E 000E 286E 0008 4246 4247 6046 486E" /* 8...(n..BFBG`FHn */
|
||||
$"FFFA 48C7 2007 D080 3033 0800 48C0 2F00" /* ÿúHÇ .Ѐ03..HÀ/. */
|
||||
$"302E 0012 48C0 2F00 48C4 2F04 2F0C 4EBA" /* 0...HÀ/.HÄ/./.Nº */
|
||||
$"FF12 3A06 598F 486E FFFA AA33 201F 3C00" /* ÿ.:.Y<EFBFBD>Hnÿúª3 .<. */
|
||||
$"4A47 4FEF 0014 6F08 BA46 6604 7000 600C" /* JGOï..o.ºFf.p.`. */
|
||||
$"3007 5247 BE6E 0016 6DB4 7001 4CEE 18F0" /* 0.RG¾n..m´p.Lî.ð */
|
||||
$"FFE2 4E5E 4E75 4E56 FFEC 48E7 1718 3C2E" /* ÿâN^NuNVÿìHç..<. */
|
||||
$"000A 266E 0014 49EE FFEC 7600 2F03 4EBA" /* .Â&n..Iîÿìv./.Nº */
|
||||
$"FB6A 261F 4A00 670A 7001 C06E 000E 6702" /* ûj&.J.gÂp.Àn..g. */
|
||||
$"7601 1A03 4247 0C46 0004 6D4C 206E 0010" /* v...BG.F..mL n.. */
|
||||
$"2050 7001 B068 0004 673E 4EBA FB12 4A00" /* Pp.°h..g>Nºû.J. */
|
||||
$"6604 7E01 6032 486E FFF6 700B 2F00 2F0B" /* f.~.`2Hnÿöp././. */
|
||||
$"4EBA FD1C 7000 302E FFF6 4A80 4FEF 000C" /* Nºý.p.0.ÿöJ€Oï.. */
|
||||
$"6614 7000 302E FFF8 4A80 660A 7000 302E" /* f.p.0.ÿøJ€fÂp.0. */
|
||||
$"FFFA 4A80 6702 7E02 0C47 0002 6600 00B0" /* ÿúJ€g.~..G..f..° */
|
||||
$"4A05 6700 00AA 0C46 0008 6E00 00A2 4247" /* J.g..ª.F..n..¢BG */
|
||||
$"598F AA32 2D5F FFFC 2F2E 0010 AA31 4254" /* Y<EFBFBD>ª2-_ÿü/...ª1BT */
|
||||
$"397C 0007 0002 397C 0008 0004 397C 000A" /* 9|....9|....9|. */
|
||||
$"0006 397C 000D 0008 2F0C 7005 2F00 7206" /* ..9|..../.p./.r. */
|
||||
$"2F01 2F00 2F0B 4EBA FEBC 4A00 4FEF 0014" /* /././.Nºþ¼J.Oï.. */
|
||||
$"6756 4254 397C 0001 0002 397C 0004 0004" /* gVBT9|....9|.... */
|
||||
$"2F0C 7003 2F00 7208 2F01 7007 2F00 2F0B" /* /.p./.r./.p././. */
|
||||
$"4EBA FE92 4A00 4FEF 0014 672C 4254 397C" /* Nºþ’J.Oï..g,BT9| */
|
||||
$"0004 0002 397C 000F 0004 2F0C 7003 2F00" /* ....9|..../.p./. */
|
||||
$"720C 2F01 700B 2F00 2F0B 4EBA FE68 4A00" /* r./.p././.NºþhJ. */
|
||||
$"4FEF 0014 6702 7E02 2F2E FFFC AA31 3007" /* Oï..g.~./.ÿüª10. */
|
||||
$"4CEE 18E8 FFD4 4E5E 4E75 4E56 0000 7021" /* Lî.èÿÔN^NuNV..p! */
|
||||
$"2F00 A862 701E 2F00 A863 4E5E 4E75 4E56" /* /.¨bp./.¨cN^NuNV */
|
||||
$"FFF8 2F0C 286E 0008 41EE FFF8 224C 20D9" /* ÿø/.(n..Aîÿø"L Ù */
|
||||
$"20D9 2F0C A8A1 486E FFF8 7001 3F00 3F00" /* Ù/.¨¡Hnÿøp.?.?. */
|
||||
$"A8A9 486E FFF8 A8A3 286E FFF4 4E5E 4E75" /* ¨©Hnÿø¨£(nÿôN^Nu */
|
||||
$"4E56 0000 302E 000E 536E 000E 302E 000C" /* NV..0...Sn..0... */
|
||||
$"536E 000C 3F2E 000A 3F2E 000C A893 2F2E" /* Sn..?..Â?...¨“/. */
|
||||
$"0008 A891 3F2E 000E 3F2E 0008 A891 4E5E" /* ..¨‘?...?...¨‘N^ */
|
||||
$"4E75 4E56 0000 302E 000E 536E 000E 302E" /* NuNV..0...Sn..0. */
|
||||
$"000C 536E 000C 3F2E 000A 3F2E 000C A893" /* ..Sn..?..Â?...¨“ */
|
||||
$"2F2E 000C A891 3F2E 000E 3F2E 0008 A891" /* /...¨‘?...?...¨‘ */
|
||||
$"4E5E 4E75 4E56 FFFC 2F0C 286E 000C 486E" /* N^NuNVÿü/.(n..Hn */
|
||||
$"FFFC A874 2F2E 0008 A873 2F0C 7000 3F00" /* ÿü¨t/...¨s/.p.?. */
|
||||
$"3F00 A880 2F0C A870 2F2E FFFC A873 286E" /* ?.¨€/.¨p/.ÿü¨s(n */
|
||||
$"FFF8 4E5E 4E75 4E56 FFFC 48E7 0018 266E" /* ÿøN^NuNVÿüHç..&n */
|
||||
$"000C 286E 0008 41EC 0010 224B 22D8 22D8" /* ..(n..Aì.."K"Ø"Ø */
|
||||
$"486E FFFC 2F0C 4EBA FFAC 2F0B 2F2E FFFC" /* Hnÿü/.Nºÿ¬/./.ÿü */
|
||||
$"A8A8 4CEE 1800 FFF4 4E5E 4E75" /* ¨¨Lî..ÿôN^Nu */
|
||||
};
|
||||
|
||||
data 'WDEF' (129, "Infinity Windoid 2.6 (grow)", purgeable) {
|
||||
$"4E56 FFFC 48E7 1708 3C2E 000C 2E2E 0008" /* NVÿüHç..<....... */
|
||||
$"286E 000E 7600 4A46 6712 0C46 0001 670C" /* (n..v.JFg..F..g. */
|
||||
$"0C46 0005 6706 0C46 0006 660E 2F03 4EBA" /* .F..g..F..f./.Nº */
|
||||
$"124A 261F 4A00 6702 7601 1A03 670A 486E" /* .J&.J.g.v...gÂHn */
|
||||
$"FFFC A874 4EBA 125E 3006 6B00 0086 0C40" /* ÿü¨tNº.^0.k..†.@ */
|
||||
$"0006 6E7E D040 303B 0006 4EFB 0000 0032" /* ..n~Ð@0;..Nû...2 */
|
||||
$"0046 0054 0010 0026 0060 006C 302E 0012" /* .F.T...&.`.l0... */
|
||||
$"48C0 2F00 2F07 2F0C 4EBA 0AC6 4FEF 000C" /* HÀ/././.NºÂÆOï.. */
|
||||
$"6050 2F07 2F0C 4EBA 0B38 504F 6044 203C" /* `P/./.Nº.8PO`D < */
|
||||
$"0000 FFFF C087 2F00 2F0C 4EBA 0EEE 504F" /* ..ÿÿÀ‡/./.Nº.îPO */
|
||||
$"6030 2F07 2F0C 4EBA 0B36 2C00 504F 6022" /* `0/./.Nº.6,.PO`" */
|
||||
$"2F07 2F0C 4EBA 0F50 504F 6016 2F07 2F0C" /* /./.Nº.PPO`././. */
|
||||
$"4EBA 0FD4 504F 600A 2F07 2F0C 4EBA 10FE" /* Nº.ÔPO`Â/./.Nº.þ */
|
||||
$"504F 4A05 6706 2F2E FFFC A873 2D46 0014" /* POJ.g./.ÿü¨s-F.. */
|
||||
$"4CEE 10E8 FFE8 4E5E 205F 4FEF 000C 4ED0" /* Lî.èÿèN^ _Oï..NÐ */
|
||||
$"4E56 0000 48E7 0018 266E 0008 286E 000C" /* NV..Hç..&n..(n.. */
|
||||
$"206B 0072 2050 5488 224C 22D8 22D8 206B" /* k.r PTˆ"L"Ø"Ø k */
|
||||
$"0082 2050 4A28 0012 6710 3014 D07C 000D" /* .‚ PJ(..g.0.Ð|.. */
|
||||
$"3940 0004 536C 0006 6010 302C 0002 D07C" /* 9@..Sl..`.0,..Ð| */
|
||||
$"000D 3940 0006 536C 0004 4CEE 1800 FFF8" /* ..9@..Sl..Lî..ÿø */
|
||||
$"4E5E 4E75 4E56 0000 2F0C 286E 0010 206E" /* N^NuNV../.(n.. n */
|
||||
$"000C 224C 22D8 22D8 206E 0008 2068 0082" /* .."L"Ø"Ø n.. h.‚ */
|
||||
$"2050 4A28 0012 670E 2F0C 7008 3F00 7203" /* PJ(..g./.p.?.r. */
|
||||
$"3F01 A8A9 600C 2F0C 7003 3F00 7208 3F01" /* ?.¨©`./.p.?.r.?. */
|
||||
$"A8A9 3014 5E40 3940 0004 302C 0002 5E40" /* ¨©0.^@9@..0,..^@ */
|
||||
$"3940 0006 286E FFFC 4E5E 4E75 4E56 0000" /* 9@..(nÿüN^NuNV.. */
|
||||
$"48E7 0018 266E 000C 286E 0010 204C 224B" /* Hç..&n..(n.. L"K */
|
||||
$"20D9 20D9 206E 0008 2068 0082 2050 4A28" /* Ù Ù n.. h.‚ PJ( */
|
||||
$"0012 672E 2F0C 7008 3F00 7203 3F01 A8A9" /* ..g./.p.?.r.?.¨© */
|
||||
$"302B 0006 48C0 322B 0002 48C1 9081 7201" /* 0+..HÀ2+..HÁ<EFBFBD><EFBFBD>r. */
|
||||
$"C280 6638 2F0C 70FF 3F00 7200 3F01 A8A8" /* €f8/.pÿ?.r.?.¨¨ */
|
||||
$"602A 2F0C 7003 3F00 7208 3F01 A8A9 302B" /* `*..p.?.r.?.¨©0+ */
|
||||
$"0004 48C0 3213 48C1 9081 7201 C280 660C" /* ..HÀ2.HÁ<EFBFBD><EFBFBD>r.€f. */
|
||||
$"2F0C 7000 3F00 72FF 3F01 A8A8 302C 0004" /* /.p.?.rÿ?.¨¨0,.. */
|
||||
$"5F40 3880 302C 0006 5F40 3940 0002 4CEE" /* _@8€0,.._@9@..Lî */
|
||||
$"1800 FFF8 4E5E 4E75 4E56 0000 2F0C 286E" /* ..ÿøN^NuNV../.(n */
|
||||
$"000C 2F0C 2F2E 0008 4EBA 16CC 526C 0006" /* .././...Nº.ÌRl.. */
|
||||
$"302C 0006 907C 0010 3940 0002 526C 0004" /* 0,..<EFBFBD>|..9@..Rl.. */
|
||||
$"302C 0004 907C 0010 3880 286E FFFC 4E5E" /* 0,..<EFBFBD>|..8€(nÿüN^ */
|
||||
$"4E75 4E56 0000 2F0C 286E 0008 302E 000E" /* NuNV../.(n..0... */
|
||||
$"670A 5340 670E 5340 6718 604C 7021 2F00" /* gÂS@g.S@g.`Lp!/. */
|
||||
$"A862 6044 7001 2F00 2F0C 4EBA 125A 504F" /* ¨b`Dp././.Nº.ZPO */
|
||||
$"6036 206C 0082 2050 4A28 0013 6606 4A2C" /* `6 l.‚ PJ(..f.J, */
|
||||
$"006F 670E 7001 2F00 2F0C 4EBA 123A 504F" /* .og.p././.Nº.:PO */
|
||||
$"6016 700A 2F00 7206 2F01 7005 2F00 2F0C" /* `.pÂ/.r./.p././. */
|
||||
$"4EBA 134E 4FEF 0010 286E FFFC 4E5E 4E75" /* Nº.NOï..(nÿüN^Nu */
|
||||
$"4E56 0000 48E7 0108 1E2E 0013 286E 0008" /* NV..Hç......(n.. */
|
||||
$"302E 000E 670A 5340 670C 5340 6734 6078" /* 0...gÂS@g.S@g4`x */
|
||||
$"4EBA 1538 6072 7003 2F00 2F0C 4EBA 11E8" /* Nº.8`rp././.Nº.è */
|
||||
$"4A07 504F 670E 7004 2F00 2F0C 4EBA 11FA" /* J.POg.p././.Nº.ú */
|
||||
$"504F 6054 7000 2F00 2F0C 4EBA 11EC 504F" /* PO`Tp././.Nº.ìPO */
|
||||
$"6046 4A07 672A 7008 2F00 7206 2F01 7005" /* `FJ.g*p./.r./.p. */
|
||||
$"2F00 2F0C 4EBA 12DA 7001 2F00 7206 2F01" /* /./.Nº.Úp./.r./. */
|
||||
$"7005 2F00 2F0C 4EBA 12FA 4FEF 0020 6018" /* p././.Nº.úOï. `. */
|
||||
$"7000 2F00 2F0C 4EBA 118E 7000 2F00 2F0C" /* p././.Nº.Žp././. */
|
||||
$"4EBA 11A6 4FEF 0010 4CEE 1080 FFF8 4E5E" /* Nº.¦Oï..Lî.€ÿøN^ */
|
||||
$"4E75 4E56 0000 2F0C 286E 0008 302E 000E" /* NuNV../.(n..0... */
|
||||
$"670A 5340 6714 5340 672A 6050 701E 2F00" /* gÂS@g.S@g*`Pp./. */
|
||||
$"A862 7021 2F00 A863 6042 7004 2F00 2F0C" /* ¨bp!/.¨c`Bp././. */
|
||||
$"4EBA 1144 7003 2F00 2F0C 4EBA 115C 4FEF" /* Nº.Dp././.Nº.\Oï */
|
||||
$"0010 6028 7008 2F00 7206 2F01 7005 2F00" /* ..`(p./.r./.p./. */
|
||||
$"2F0C 4EBA 127E 7001 2F00 7206 2F01 7005" /* /.Nº.~p./.r./.p. */
|
||||
$"2F00 2F0C 4EBA 123A 4FEF 0020 286E FFFC" /* /./.Nº.:Oï. (nÿü */
|
||||
$"4E5E 4E75 4E56 FFF8 2F0C 286E 0008 206E" /* N^NuNVÿø/.(n.. n */
|
||||
$"0010 43EE FFF8 22D8 22D8 486E FFF8 7001" /* ..Cîÿø"Ø"ØHnÿøp. */
|
||||
$"3F00 3F00 A8A9 302E 000E 670A 5340 671A" /* ?.?.¨©0...gÂS@g. */
|
||||
$"5340 672A 6070 701E 2F00 A862 7021 2F00" /* S@g*`pp./.¨bp!/. */
|
||||
$"A863 486E FFF8 A8A1 605C 7004 2F00 2F0C" /* ¨cHnÿø¨¡`\p././. */
|
||||
$"4EBA 10B4 486E FFF8 A8A1 504F 6048 7004" /* Nº.´Hnÿø¨¡PO`Hp. */
|
||||
$"2F00 720C 2F01 700B 2F00 2F0C 4EBA 11C2" /* /.r./.p././.Nº. */
|
||||
$"41EE 0000 2F20 2F20 4EBA 1448 700B 2F00" /* Aî../ / Nº.Hp./. */
|
||||
$"2F0C 4EBA 1082 302E FFFE 536E FFFE 302E" /* /.Nº.‚0.ÿþSnÿþ0. */
|
||||
$"FFFC 536E FFFC 41EE 0000 2F20 2F20 4EBA" /* ÿüSnÿüAî../ / Nº */
|
||||
$"13F0 4FEF 0028 286E FFF4 4E5E 4E75 4E56" /* .ðOï.((nÿôN^NuNV */
|
||||
$"FFF8 48E7 0118 3E2E 000E 266E 0010 286E" /* ÿøHç..>...&n..(n */
|
||||
$"0008 48C7 2F07 2F0C 4EBA FEC8 2F0B 70FF" /* ..HÇ/./.NºþÈ/.pÿ */
|
||||
$"3F00 3F00 A8A9 2F0B A8A1 2F0B 7001 3F00" /* ?.?.¨©/.¨¡/.p.?. */
|
||||
$"3F00 A8A9 3007 504F 670C 5340 6718 5340" /* ?.¨©0.POg.S@g.S@ */
|
||||
$"6736 6000 00C8 4EBA 1352 2F0B 4EBA 1360" /* g6`..ÈNº.R/.Nº.` */
|
||||
$"584F 6000 00B8 7003 2F00 2F0C 4EBA 0FF8" /* XO`..¸p././.Nº.ø */
|
||||
$"7004 2F00 2F0C 4EBA 1010 2F0B 4EBA 1340" /* p././.Nº../.Nº.@ */
|
||||
$"4FEF 0014 6000 0096 700C 2F00 2F0C 4EBA" /* Oï..`..–p././.Nº */
|
||||
$"0FD6 701E 2F00 A863 204B 5088 2F20 2F20" /* .Öp./.¨c KPˆ/ / */
|
||||
$"4EBA 134E 41EE FFF8 224B 20D9 20D9 302E" /* Nº.NAîÿø"K Ù Ù0. */
|
||||
$"FFF8 526E FFF8 302E FFFA 526E FFFA 700B" /* ÿøRnÿø0.ÿúRnÿúp. */
|
||||
$"2F00 2F0C 4EBA 0FA0 486E FFF8 A8A1 486E" /* /./.Nº. Hnÿø¨¡Hn */
|
||||
$"FFF8 7001 3F00 3F00 A8A9 700C 2F00 2F0C" /* ÿøp.?.?.¨©p././. */
|
||||
$"4EBA 0F84 41EE 0000 2F20 2F20 4EBA 1334" /* Nº.„Aî../ / Nº.4 */
|
||||
$"302E FFFE 536E FFFE 302E FFFC 536E FFFC" /* 0.ÿþSnÿþ0.ÿüSnÿü */
|
||||
$"7005 2F00 7208 2F01 7007 2F00 2F0C 4EBA" /* p./.r./.p././.Nº */
|
||||
$"1080 486E FFF8 A8A2 4FEF 0038 4CEE 1880" /* .€Hnÿø¨¢Oï.8Lî.€ */
|
||||
$"FFEC 4E5E 4E75 4E56 FFF8 48E7 0118 266E" /* ÿìN^NuNVÿøHç..&n */
|
||||
$"0010 3E2E 000E 286E 0008 2F0B 48C7 2F07" /* ..>...(n../.HÇ/. */
|
||||
$"2F0C 4EBA FECA 41EE FFF8 224B 20D9 20D9" /* /.NºþÊAîÿø"K Ù Ù */
|
||||
$"576E FFFC 576E FFFE 3007 4FEF 000C 670A" /* WnÿüWnÿþ0.Oï..g */
|
||||
$"5340 6706 5340 670A 602A 486E FFF8 A8A1" /* S@g.S@gÂ`*Hnÿø¨¡ */
|
||||
$"6022 700C 2F00 2F0C 4EBA 0EEC 546E FFFA" /* `"p././.Nº.ìTnÿú */
|
||||
$"546E FFF8 41EE 0000 2F20 2F20 4EBA 1294" /* TnÿøAî../ / Nº.” */
|
||||
$"4FEF 0010 4CEE 1880 FFEC 4E5E 4E75 4E56" /* Oï..Lî.€ÿìN^NuNV */
|
||||
$"0000 48E7 0018 266E 0008 286E 0010 302E" /* ..Hç..&n..(n..0. */
|
||||
$"000E 670A 5340 670C 5340 671A 6074 2F0C" /* ..gÂS@g.S@g.`t/. */
|
||||
$"A8A2 606E 7003 2F00 2F0B 4EBA 0E9A 2F0C" /* ¨¢`np././.Nº.š/. */
|
||||
$"A8A2 504F 605C 7008 2F00 720C 2F01 700B" /* ¨¢PO`\p./.r./.p. */
|
||||
$"2F00 2F0B 4EBA 0FAA 2F0C A8A2 7008 2F00" /* /./.Nº.ª/.¨¢p./. */
|
||||
$"2F0B 4EBA 0E72 2F0C A8A1 3F2C 0002 3F14" /* /.Nº.r/.¨¡?,..?. */
|
||||
$"A893 302C 0006 5340 3F00 302C 0004 5340" /* ¨“0,..S@?.0,..S@ */
|
||||
$"3F00 A891 302C 0006 5340 3F00 3F14 A893" /* ?.¨‘0,..S@?.?.¨“ */
|
||||
$"3F2C 0002 302C 0004 5340 3F00 A891 4FEF" /* ?,..0,..S@?.¨‘Oï */
|
||||
$"0018 4CEE 1800 FFF8 4E5E 4E75 4E56 FFF8" /* ..Lî..ÿøN^NuNVÿø */
|
||||
$"48E7 0018 266E 000C 286E 0008 41EE FFF8" /* Hç..&n..(n..Aîÿø */
|
||||
$"224B 20D9 20D9 700C 2F00 2F0C 4EBA 0E08" /* "K Ù Ùp././.Nº.. */
|
||||
$"2F0B A8A1 302E FFFA 526E FFFA 302E FFF8" /* /.¨¡0.ÿúRnÿú0.ÿø */
|
||||
$"526E FFF8 700B 2F00 2F0C 4EBA 0DEA 41EE" /* Rnÿøp././.Nº.êAî */
|
||||
$"0000 2F20 2F20 4EBA 1168 486E FFF8 7001" /* ../ / Nº.hHnÿøp. */
|
||||
$"3F00 3F00 A8A9 4A2E 0013 6704 7004 6002" /* ?.?.¨©J...g.p.`. */
|
||||
$"7005 2F00 7008 2F00 7207 2F01 2F0C 4EBA" /* p./.p./.r././.Nº */
|
||||
$"0EE0 486E FFF8 A8A2 4FEF 0028 4CEE 1800" /* .àHnÿø¨¢Oï.(Lî.. */
|
||||
$"FFF0 4E5E 4E75 4E56 FFF0 48E7 0118 3E2E" /* ÿðN^NuNVÿðHç..>. */
|
||||
$"000E 266E 0010 286E 0008 206C 0082 2050" /* ..&n..(n.. l.‚ P */
|
||||
$"4A28 0013 6634 4A2C 006F 662E 3007 5340" /* J(..f4J,.of.0.S@ */
|
||||
$"6704 5340 6618 7001 2F00 2F0C 4EBA 0D68" /* g.S@f.p././.Nº.h */
|
||||
$"7000 2F00 2F0C 4EBA 0D80 4FEF 0010 2F0B" /* p././.Nº.€Oï../. */
|
||||
$"4EBA 10AC 584F 6000 00EC 486E FFF0 302B" /* Nº.¬XO`..ìHnÿð0+ */
|
||||
$"0002 5640 3F00 3013 5640 3F00 302B 0002" /* ..V@?.0.V@?.0+.. */
|
||||
$"D07C 000A 3F00 3013 D07C 000A 3F00 A8A7" /* Ð|.Â?.0.Ð|.Â?.¨§ */
|
||||
$"486E FFF8 302E FFF2 5440 3F00 302E FFF0" /* Hnÿø0.ÿòT@?.0.ÿð */
|
||||
$"5440 3F00 302B 0006 5540 3F00 302B 0004" /* T@?.0+..U@?.0+.. */
|
||||
$"5540 3F00 A8A7 3007 670C 5340 6708 5340" /* U@?.¨§0.g.S@g.S@ */
|
||||
$"6734 6000 0090 0C47 0001 660E 7001 2F00" /* g4`..<EFBFBD>.G..f.p./. */
|
||||
$"2F0C 4EBA 0CE2 504F 6004 4EBA 101E 2F0B" /* /.Nº.âPO`.Nº../. */
|
||||
$"4EBA 102C 486E FFF8 A8A1 486E FFF0 4EBA" /* Nº.,Hnÿø¨¡HnÿðNº */
|
||||
$"101E 504F 605E 7001 2F00 2F0C 4EBA 0CB8" /* ..PO`^p././.Nº.¸ */
|
||||
$"7001 2F00 7206 2F01 7005 2F00 2F0C 4EBA" /* p./.r./.p././.Nº */
|
||||
$"0E02 2F0B 4EBA 0FF8 486E FFF8 70FF 3F00" /* ../.Nº.øHnÿøpÿ?. */
|
||||
$"3F00 A8A8 7000 2F00 486E FFF8 2F0C 4EBA" /* ?.¨¨p./.Hnÿø/.Nº */
|
||||
$"FE5C 302E FFF6 536E FFF6 302E FFF4 536E" /* þ\0.ÿöSnÿö0.ÿôSn */
|
||||
$"FFF4 7001 2F00 486E FFF0 2F0C 4EBA FE3E" /* ÿôp./.Hnÿð/.Nºþ> */
|
||||
$"4FEF 0034 4CEE 1880 FFE4 4E5E 4E75 4E56" /* Oï.4Lî.€ÿäN^NuNV */
|
||||
$"0000 2F0B 266E 0010 226E 000C 4A2E 000B" /* ../.&n.."n..J... */
|
||||
$"6708 223C 0055 0055 6002 7200 3029 0002" /* g."<.U.U`.r.0).. */
|
||||
$"0800 0000 6702 E389 3011 0800 0000 6702" /* ....g.ã‰0.....g. */
|
||||
$"E189 2681 2741 0004 266E FFFC 4E5E 4E75" /* á‰&<EFBFBD>'A..&nÿüN^Nu */
|
||||
$"4E56 FFF8 48E7 0018 266E 0008 206E 000C" /* NVÿøHç..&n.. n.. */
|
||||
$"43EE FFF8 22D8 22D8 598F A8D8 285F 486E" /* Cîÿø"Ø"ØY<EFBFBD>¨Ø(_Hn */
|
||||
$"FFF8 70FF 3F00 3F00 A8A9 2F0C 486E FFF8" /* ÿøpÿ?.?.¨©/.Hnÿø */
|
||||
$"A8DF 2F0B 2F0C 2F0B A8E6 2F0C A8D9 4CEE" /* ¨ß/././.¨æ/.¨ÙLî */
|
||||
$"1800 FFF0 4E5E 4E75 4E56 0000 4E5E 4E75" /* ..ÿðN^NuNV..N^Nu */
|
||||
$"4E56 FFDC 48E7 0338 3C2E 000E 246E 0010" /* NVÿÜHç.8<...$n.. */
|
||||
$"1E2E 0017 266E 0008 598F A8D8 285F 486E" /* ....&n..Y<EFBFBD>¨Ø(_Hn */
|
||||
$"FFF0 7000 3F00 3F00 3F00 3F00 A8A7 4A07" /* ÿðp.?.?.?.?.¨§J. */
|
||||
$"6710 2F0A 48C6 2F06 2F0B 4EBA FA88 4FEF" /* g./ÂHÆ/./.NºúˆOï */
|
||||
$"000C 7000 1007 2F00 48C6 2F06 2F0B 4EBA" /* ..p.../.HÆ/./.Nº */
|
||||
$"F960 41EE FFE8 224A 20D9 20D9 486E FFE8" /* ù`Aîÿè"J Ù ÙHnÿè */
|
||||
$"7001 3F00 3F00 A8A9 4A07 4FEF 000C 670C" /* p.?.?.¨©J.Oï..g. */
|
||||
$"486E FFE8 7001 3F00 3F00 A8A9 2F0C 486E" /* Hnÿèp.?.?.¨©/.Hn */
|
||||
$"FFE8 A8DF 486E FFF0 7000 1007 2F00 2F0A" /* ÿè¨ßHnÿðp..././ */
|
||||
$"48C6 2F06 2F0B 4EBA FF60 558F 486E FFF0" /* HÆ/./.Nºÿ`U<EFBFBD>Hnÿð */
|
||||
$"A8AE 4A1F 4FEF 0014 661E 598F A8D8 2D57" /* ¨®J.Oï..f.Y<EFBFBD>¨Ø-W */
|
||||
$"FFDC 486E FFF0 A8DF 2F0C 2F2E FFDC 2F0C" /* ÿÜHnÿð¨ß/./.ÿÜ/. */
|
||||
$"A8E6 2F2E FFDC A8D9 4A07 6720 4A2B 0070" /* ¨æ/.ÿܨÙJ.g J+.p */
|
||||
$"671A 486E FFE0 2F0A 2F0B 4EBA F738 486E" /* g.Hnÿà/Â/.Nº÷8Hn */
|
||||
$"FFE0 2F0C 4EBA FECA 4FEF 0014 4A07 6720" /* ÿà/.NºþÊOï..J.g */
|
||||
$"4A2B 0071 671A 486E FFE0 2F0A 2F0B 4EBA" /* J+.qg.Hnÿà/Â/.Nº */
|
||||
$"F76C 486E FFE0 2F0C 4EBA FEA6 4FEF 0014" /* ÷lHnÿà/.Nºþ¦Oï.. */
|
||||
$"486E FFF8 2F0A 7000 1007 2F00 4EBA FE50" /* Hnÿø/Âp.../.NºþP */
|
||||
$"2F0C 486E FFF8 A8D6 2F0C A8D9 4FEF 000C" /* /.Hnÿø¨Ö/.¨ÙOï.. */
|
||||
$"4CEE 1CC0 FFC8 4E5E 4E75 4E56 FFF8 2F0C" /* Lî.ÀÿÈN^NuNVÿø/. */
|
||||
$"286E 0008 4A2C 0071 6750 486E FFF8 2F0C" /* (n..J,.qgPHnÿø/. */
|
||||
$"4EBA 0E94 206C 0082 2050 5088 43EE FFF8" /* Nº.” l.‚ PPˆCîÿø */
|
||||
$"20D9 20D9 206C 0082 2050 4A28 0012 504F" /* Ù Ù l.‚ PJ(..PO */
|
||||
$"670E 302E FFF8 D07C 000C 3D40 FFFC 600C" /* g.0.ÿøÐ|..=@ÿü`. */
|
||||
$"302E FFFA D07C 000C 3D40 FFFE 206C 0082" /* 0.ÿúÐ|..=@ÿþ l.‚ */
|
||||
$"2050 43EE FFF8 20D9 20D9 286E FFF4 4E5E" /* PCîÿø Ù Ù(nÿôN^ */
|
||||
$"4E75 4E56 FFF0 2F0C 286E 0008 206C 0076" /* NuNVÿð/.(n.. l.v */
|
||||
$"2050 43EE FFF0 5488 22D8 22D8 206C 0082" /* PCîÿðTˆ"Ø"Ø l.‚ */
|
||||
$"2050 43EE FFF8 5088 22D8 22D8 486E FFF8" /* PCîÿøPˆ"Ø"ØHnÿø */
|
||||
$"302E FFFA 48C0 4480 322E FFF2 D240 3F01" /* 0.ÿúHÀD€2.ÿòÒ@?. */
|
||||
$"302E FFF8 48C0 4480 322E FFF0 D240 3F01" /* 0.ÿøHÀD€2.ÿðÒ@?. */
|
||||
$"A8A8 558F 486E FFF0 486E FFF8 A8A6 4A1F" /* ¨¨U<EFBFBD>HnÿðHnÿø¨¦J. */
|
||||
$"6704 7005 6002 7006 286E FFEC 4E5E 4E75" /* g.p.`.p.(nÿìN^Nu */
|
||||
$"4E56 FFFC 48E7 1118 3E2E 0012 266E 0008" /* NVÿüHç..>...&n.. */
|
||||
$"422B 0071 7016 A122 2D48 FFFC 6758 2850" /* B+.qp.¡"-HÿügX(P */
|
||||
$"422C 0010 197C 0001 0014 422C 0013 7004" /* B,...|....B,..p. */
|
||||
$"C047 7200 3200 4A81 57C3 4403 1943 0015" /* ÀGr.2.J<EFBFBD>WÃD..C.. */
|
||||
$"7601 7001 C047 6608 7002 C047 6602 7600" /* v.p.ÀGf.p.ÀGf.v. */
|
||||
$"4A03 57C3 4403 1943 0012 276E FFFC 0082" /* J.WÃD..C..'nÿü.‚ */
|
||||
$"422C 0011 3007 C07C 0008 1740 0071 2F0B" /* B,..0.À|...@.q/. */
|
||||
$"4EBA FEB8 584F 4CEE 1888 FFEC 4E5E 4E75" /* Nºþ¸XOLî.ˆÿìN^Nu */
|
||||
$"4E56 0000 2F0C 286E 0008 4AAC 0082 6706" /* NV../.(n..J¬.‚g. */
|
||||
$"206C 0082 A023 286E FFFC 4E5E 4E75 4E56" /* l.‚ #(nÿüN^NuNV */
|
||||
$"FFD4 48E7 0118 2E2E 000C 286E 0008 2007" /* ÿÔHç......(n.. . */
|
||||
$"4840 48C0 3D40 FFE4 3D47 FFE6 7E00 558F" /* H@HÀ=@ÿä=Gÿæ~.U<EFBFBD> */
|
||||
$"2F2E FFE4 2F2C 0076 A8E8 4A1F 6740 7E01" /* /.ÿä/,.v¨èJ.g@~. */
|
||||
$"206C 0082 2050 4A28 0015 6700 0154 486E" /* l.‚ PJ(..g..THn */
|
||||
$"FFDC 2F0C 4EBA F612 486E FFDC 70FF 3F00" /* ÿÜ/.Nºö.HnÿÜpÿ?. */
|
||||
$"3F00 A8A9 558F 2F2E FFE4 486E FFDC A8AD" /* ?.¨©U<EFBFBD>/.ÿäHnÿܨ */
|
||||
$"4A1F 504F 6700 012A 7E03 6000 0124 486E" /* J.POg..*~.`..$Hn */
|
||||
$"FFD4 2F0C 4EBA F49A 206C 0082 2050 4A28" /* ÿÔ/.Nºôš l.‚ PJ( */
|
||||
$"0014 504F 6700 010A 558F 2F2E FFE4 486E" /* ..POg..ÂU<EFBFBD>/.ÿäHn */
|
||||
$"FFD4 A8AD 4A1F 6700 00F8 7E02 206C 0082" /* ÿÔ¨J.g..ø~. l.‚ */
|
||||
$"2050 4A28 0013 6608 4A2C 006F 6700 00E2" /* PJ(..f.J,.og..â */
|
||||
$"4A2C 0070 6730 486E FFDC 486E FFD4 2F0C" /* J,.pg0HnÿÜHnÿÔ/. */
|
||||
$"4EBA F4A2 486E FFDC 70FF 3F00 3F00 A8A9" /* Nºô¢HnÿÜpÿ?.?.¨© */
|
||||
$"558F 2F2E FFE4 486E FFDC A8AD 4A1F 4FEF" /* U<EFBFBD>/.ÿäHnÿܨJ.Oï */
|
||||
$"000C 6702 7E04 4A2C 0071 6700 00A4 486E" /* ..g.~.J,.qg..¤Hn */
|
||||
$"FFDC 486E FFD4 2F0C 4EBA F4C2 486E FFDC" /* ÿÜHnÿÔ/.NºôÂHnÿÜ */
|
||||
$"70FF 3F00 3F00 A8A9 558F 2F2E FFE4 486E" /* pÿ?.?.¨©U<EFBFBD>/.ÿäHn */
|
||||
$"FFDC A8AD 4A1F 4FEF 000C 6774 2F0C 4EBA" /* ÿܨJ.Oï..gt/.Nº */
|
||||
$"FDD2 2E00 206C 0076 2050 43EE FFF8 5488" /* ýÒ.. l.v PCîÿøTˆ */
|
||||
$"22D8 22D8 206C 0082 2650 204B 5088 43EE" /* "Ø"Ø l.‚&P KPˆCî */
|
||||
$"FFE8 22D8 22D8 41EE FFF0 224B 20D9 20D9" /* ÿè"Ø"ØAîÿð"K Ù Ù */
|
||||
$"206C 0082 2050 4868 0008 302E FFFA 906E" /* l.‚ PHh..0.ÿú<EFBFBD>n */
|
||||
$"FFEA 3F00 302E FFF8 906E FFE8 3F00 A8A8" /* ÿê?.0.ÿø<EFBFBD>nÿè?.¨¨ */
|
||||
$"206C 0082 2050 2F08 302E FFFA 906E FFF2" /* l.‚ P/.0.ÿú<EFBFBD>nÿò */
|
||||
$"3F00 302E FFF8 906E FFF0 3F00 A8A8 584F" /* ?.0.ÿø<EFBFBD>nÿð?.¨¨XO */
|
||||
$"2007 4CEE 1880 FFC8 4E5E 4E75 4E56 FFF0" /* .Lî.€ÿÈN^NuNVÿð */
|
||||
$"48E7 0118 266E 0008 2853 2F0C 2F2E 000C" /* Hç..&n..(S/./... */
|
||||
$"302E 0010 48C0 2F00 302E 0012 48C0 2F00" /* 0...HÀ/.0...HÀ/. */
|
||||
$"4EBA 0954 3E00 202B 0004 4FEF 0010 670A" /* NºÆT>. +..Oï..g */
|
||||
$"5980 6700 011E 6000 016A 701E 2F00 A863" /* Y€g...`..jp./.¨c */
|
||||
$"206C 0082 2050 4A28 0014 671E 486E FFF0" /* l.‚ PJ(..g.Hnÿð */
|
||||
$"2F0C 4EBA F31C 48C7 2F07 2F0C 4EBA F494" /* /.Nºó.HÇ/./.Nºô” */
|
||||
$"486E FFF0 A8A1 4FEF 0010 206C 0082 2050" /* Hnÿð¨¡Oï.. l.‚ P */
|
||||
$"4A28 0013 6606 4A2C 006F 6770 206C 0082" /* J(..f.J,.ogp l.‚ */
|
||||
$"2050 4A28 0014 6716 7001 2F00 486E FFF0" /* PJ(..g.p./.Hnÿð */
|
||||
$"48C7 2F07 2F0C 4EBA FB18 4FEF 0010 4A2C" /* HÇ/./.Nºû.Oï..J, */
|
||||
$"0070 6720 486E FFF8 486E FFF0 2F0C 4EBA" /* .pg HnÿøHnÿð/.Nº */
|
||||
$"F314 486E FFF8 48C7 2F07 2F0C 4EBA F660" /* ó.HnÿøHÇ/./.Nºö` */
|
||||
$"4FEF 0018 4A2C 0071 6738 486E FFF8 486E" /* Oï..J,.qg8HnÿøHn */
|
||||
$"FFF0 2F0C 4EBA F346 486E FFF8 48C7 2F07" /* ÿð/.NºóFHnÿøHÇ/. */
|
||||
$"2F0C 4EBA F752 4FEF 0018 6016 7000 2F00" /* /.Nº÷ROï..`.p./. */
|
||||
$"486E FFF0 48C7 2F07 2F0C 4EBA FAB4 4FEF" /* HnÿðHÇ/./.Nºú´Oï */
|
||||
$"0010 206C 0072 2050 43EE FFF8 5488 22D8" /* .. l.r PCîÿøTˆ"Ø */
|
||||
$"22D8 302E FFFC 536E FFFC 302E FFFE 536E" /* "Ø0.ÿüSnÿü0.ÿþSn */
|
||||
$"FFFE 48C7 2F07 2F0C 4EBA F3C8 486E FFF8" /* ÿþHÇ/./.NºóÈHnÿø */
|
||||
$"A8A1 486E FFF8 7001 3F00 3F00 A8A8 41EE" /* ¨¡Hnÿøp.?.?.¨¨Aî */
|
||||
$"0000 2F20 2F20 4EBA 09EA 4FEF 0010 6000" /* ../ / NºÆêOï..`. */
|
||||
$"00A6 486E FFF0 2F0C 4EBA F216 486E FFF8" /* .¦Hnÿð/.Nºò.Hnÿø */
|
||||
$"486E FFF0 2F0C 4EBA F25C 206C 0082 2050" /* Hnÿð/.Nºò\ l.‚ P */
|
||||
$"4A28 0010 4FEF 0014 6714 486E FFF8 48C7" /* J(..Oï..g.HnÿøHÇ */
|
||||
$"2F07 2F0C 4EBA F598 4FEF 000C 6068 486E" /* /./.Nºõ˜Oï..`hHn */
|
||||
$"FFF8 48C7 2F07 2F0C 4EBA F714 4FEF 000C" /* ÿøHÇ/./.Nº÷.Oï.. */
|
||||
$"6054 4A2C 0071 674E 486E FFF0 2F0C 4EBA" /* `TJ,.qgNHnÿð/.Nº */
|
||||
$"F1C0 486E FFF8 486E FFF0 2F0C 4EBA F25E" /* ñÀHnÿøHnÿð/.Nºò^ */
|
||||
$"206C 0082 2050 4A28 0011 4FEF 0014 6714" /* l.‚ PJ(..Oï..g. */
|
||||
$"486E FFF8 48C7 2F07 2F0C 4EBA F65A 4FEF" /* HnÿøHÇ/./.NºöZOï */
|
||||
$"000C 6012 486E FFF8 48C7 2F07 2F0C 4EBA" /* ..`.HnÿøHÇ/./.Nº */
|
||||
$"F6BE 4FEF 000C 4EBA 08C2 4CEE 1880 FFE4" /* ö¾Oï..Nº.ÂLî.€ÿä */
|
||||
$"4E5E 205F 4FEF 000C 4ED0 4E56 FFF8 48E7" /* N^ _Oï..NÐNVÿøHç */
|
||||
$"1108 2E2E 000C 286E 0008 4A2C 006E 675C" /* ......(n..J,.ng\ */
|
||||
$"2D4C FFF8 2D47 FFFC 7000 2F00 486E FFF8" /* -Lÿø-Gÿüp./.Hnÿø */
|
||||
$"487A FDCA 2F2C 0072 4EBA 0340 2007 4FEF" /* HzýÊ/,.rNº.@ .Oï */
|
||||
$"0010 6738 5980 6702 601A 206C 0082 2050" /* ..g8Y€g.`. l.‚ P */
|
||||
$"4A28 0010 57C3 4403 206C 0082 2050 1143" /* J(..WÃD. l.‚ P.C */
|
||||
$"0010 6018 206C 0082 2050 4A28 0011 57C3" /* ..`. l.‚ PJ(..WÃ */
|
||||
$"4403 206C 0082 2050 1143 0011 4CEE 1088" /* D. l.‚ P.C..Lî.ˆ */
|
||||
$"FFEC 4E5E 4E75 4E56 FFF8 48E7 0018 286E" /* ÿìN^NuNVÿøHç..(n */
|
||||
$"0008 598F A8D8 265F 486E FFF8 2F0C 4EBA" /* ..Y<EFBFBD>¨Ø&_Hnÿø/.Nº */
|
||||
$"08F6 2F2C 0076 486E FFF8 A8DF 486E FFF8" /* .ö/,.vHnÿø¨ßHnÿø */
|
||||
$"70FF 3F00 3F00 A8A9 206C 0082 2050 4A28" /* pÿ?.?.¨© l.‚ PJ( */
|
||||
$"0014 671A 206C 0082 2050 4A28 0012 6708" /* ..g. l.‚ PJ(..g. */
|
||||
$"046E 000C FFF8 6006 046E 000C FFFA 2F2C" /* .n..ÿø`..n..ÿú/, */
|
||||
$"0072 486E FFF8 A8DF 486E FFF8 7001 3F00" /* .rHnÿø¨ßHnÿøp.?. */
|
||||
$"3F00 A8A8 2F0B 486E FFF8 A8DF 2F0B 2F2C" /* ?.¨¨/.Hnÿø¨ß/./, */
|
||||
$"0072 2F2C 0072 A8E5 2F0B A8D9 4CEE 1800" /* .r/,.r¨å/.¨ÙLî.. */
|
||||
$"FFF0 4E5E 4E75 4E56 FFF8 2F0C 286E 0008" /* ÿðN^NuNVÿø/.(n.. */
|
||||
$"206E 000C 43EE FFF8 22D8 22D8 206C 0082" /* n..Cîÿø"Ø"Ø l.‚ */
|
||||
$"2050 4A28 0012 6708 046E 000C FFF8 6006" /* PJ(..g..n..ÿø`. */
|
||||
$"046E 000C FFFA 486E FFF8 70FF 3F00 3F00" /* .n..ÿúHnÿøpÿ?.?. */
|
||||
$"A8A9 486E FFF8 A8A1 206C 0082 2050 4A28" /* ¨©Hnÿø¨¡ l.‚ PJ( */
|
||||
$"0012 6708 066E 000C FFF8 6006 066E 000C" /* ..g..n..ÿø`..n.. */
|
||||
$"FFFA 2F2E FFF8 A893 206C 0082 2050 4A28" /* ÿú/.ÿø¨“ l.‚ PJ( */
|
||||
$"0012 6710 302E FFFE 5540 3F00 3F2E FFF8" /* ..g.0.ÿþU@?.?.ÿø */
|
||||
$"A891 600E 3F2E FFFA 302E FFFC 5540 3F00" /* ¨‘`.?.ÿú0.ÿüU@?. */
|
||||
$"A891 302E FFFE 907C 0010 3F00 302E FFF8" /* ¨‘0.ÿþ<EFBFBD>|..?.0.ÿø */
|
||||
$"5240 3F00 A893 302E FFFE 907C 0010 3F00" /* R@?.¨“0.ÿþ<EFBFBD>|..?. */
|
||||
$"302E FFFC 5540 3F00 A891 3F2E FFFA 302E" /* 0.ÿüU@?.¨‘?.ÿú0. */
|
||||
$"FFFC 907C 0010 3F00 A893 302E FFFE 5540" /* ÿü<C3BF>|..?.¨“0.ÿþU@ */
|
||||
$"3F00 302E FFFC 907C 0010 3F00 A891 286E" /* ?.0.ÿü<EFBFBD>|..?.¨‘(n */
|
||||
$"FFF4 4E5E 4E75 4E56 FFF8 48E7 0108 206E" /* ÿôN^NuNVÿøHç.. n */
|
||||
$"0008 2850 2F0C 2F2E 000C 302E 0010 48C0" /* ..(P/./...0...HÀ */
|
||||
$"2F00 302E 0012 48C0 2F00 4EBA 055A 3E00" /* /.0...HÀ/.Nº.Z>. */
|
||||
$"486E FFF8 2F0C 4EBA F090 486E FFF8 48C7" /* Hnÿø/.Nºð<EFBFBD>HnÿøHÇ */
|
||||
$"2F07 2F0C 4EBA F5A0 4EBA 0680 4CEE 1080" /* /./.Nºõ Nº.€Lî.€ */
|
||||
$"FFF0 4E5E 205F 4FEF 000C 4ED0 4E56 FFF0" /* ÿðN^ _Oï..NÐNVÿð */
|
||||
$"48E7 0038 286E 0008 4A2C 006E 6766 206C" /* Hç.8(n..J,.ngf l */
|
||||
$"0082 2050 4A28 0015 675A 598F A8D8 245F" /* .‚ PJ(..gZY<EFBFBD>¨Ø$_ */
|
||||
$"598F A8D8 265F 2F2C 0018 2F2C 001C 2F0B" /* Y<EFBFBD>¨Ø&_/,../,../. */
|
||||
$"A8E4 2F0A A87A 486E FFFC 2F0C 4EBA 06D6" /* ¨ä/¨zHnÿü/.Nº.Ö */
|
||||
$"2F0B 2F2E FFFC A8E0 2F0B A879 2D4C FFF0" /* /./.ÿü¨à/.¨y-Lÿð */
|
||||
$"7000 2F00 486E FFF0 487A FF4C 2F2C 0072" /* p./.HnÿðHzÿL/,.r */
|
||||
$"4EBA 00C8 2F0A A879 2F0A A8D9 2F0B A8D9" /* Nº.È/¨y/¨Ù/.¨Ù */
|
||||
$"4FEF 0018 4CEE 1C00 FFE4 4E5E 4E75 4E56" /* Oï..Lî..ÿäN^NuNV */
|
||||
$"FFF0 2F03 7600 2F03 7001 41EE FFF0 A090" /* ÿð/.v./.p.Aîÿð <EFBFBD> */
|
||||
$"261F 4A40 660A 0C6E 0700 FFF4 6D02 7601" /* &.J@fÂ.n..ÿôm.v. */
|
||||
$"1003 262E FFEC 4E5E 4E75 4E56 FFF0 2F03" /* ..&.ÿìN^NuNVÿð/. */
|
||||
$"7600 2F03 7001 41EE FFF0 A090 261F 4A40" /* v./.p.Aîÿð <EFBFBD>&.J@ */
|
||||
$"6608 4A2E FFF9 6702 7601 1003 262E FFEC" /* f.J.ÿùg.v...&.ÿì */
|
||||
$"4E5E 4E75 4E56 FFF8 486E FFF8 A910 486E" /* N^NuNVÿøHnÿø©.Hn */
|
||||
$"FFFC AA48 2F2E FFFC A873 206E FFF8 41E8" /* ÿüªH/.ÿü¨s nÿøAè */
|
||||
$"0030 226E FFFC 43E9 0030 700A A02E 206E" /* .0"nÿüCé.0p . n */
|
||||
$"FFF8 41E8 0042 226E FFFC 43E9 0042 700E" /* ÿøAè.B"nÿüCé.Bp. */
|
||||
$"A02E 206E FFF8 4868 003A A89D 206E FFF8" /* . nÿøHh.:¨<EFBFBD> nÿø */
|
||||
$"4868 0020 A87C 4E5E 4E75 4E56 FFEC 48E7" /* Hh. ¨|N^NuNVÿìHç */
|
||||
$"0338 2C2E 0010 4EBA FF46 4A00 6714 2F2E" /* .8,...NºÿFJ.g./. */
|
||||
$"0008 2F2E 000C 2F06 2F2E 0014 ABCA 6000" /* ../..././...«Ê`. */
|
||||
$"00CC 4EBA FF56 4A00 6700 00AE 598F A8D8" /* .ÌNºÿVJ.g..®Y<EFBFBD>¨Ø */
|
||||
$"2D5F FFF8 598F A8D8 245F 598F A8D8 265F" /* -_ÿøY<EFBFBD>¨Ø$_Y<EFBFBD>¨Ø&_ */
|
||||
$"2F2E FFF8 A87A 598F AA29 285F 6070 2054" /* /.ÿø¨zY<EFBFBD>ª)(_`p T */
|
||||
$"2D48 FFEC 41E8 0022 43EE FFF0 22D8 22D8" /* -HÿìAè."Cîÿð"Ø"Ø */
|
||||
$"206E FFEC 2068 0016 2050 3E28 0020 486E" /* nÿì h.. P>(. Hn */
|
||||
$"FFF0 A871 486E FFF4 A871 2F0A 486E FFF0" /* ÿð¨qHnÿô¨q/ÂHnÿð */
|
||||
$"A8DF 2F2E 0008 2F0A 2F0B A8E4 2F0B 2F2E" /* ¨ß/.../Â/.¨ä/./. */
|
||||
$"FFF8 2F0B A8E4 558F 2F0B A8E2 4A1F 6616" /* ÿø/.¨äU<EFBFBD>/.¨âJ.f. */
|
||||
$"2F0B A879 3F07 2054 3F28 0014 2F0C 2F06" /* /.¨y?. T?(.././. */
|
||||
$"206E 000C 4E90 598F 2F0C AA2B 285F 200C" /* n..N<EFBFBD>Y<EFBFBD>/.ª+(_ . */
|
||||
$"668C 2F2E FFF8 A879 2F2E FFF8 A8D9 2F0A" /* fŒ/.ÿø¨y/.ÿø¨Ù/ */
|
||||
$"A8D9 2F0B A8D9 6014 7001 3F00 7200 3F01" /* ¨Ù/.¨Ù`.p.?.r.?. */
|
||||
$"7000 2F00 2F06 206E 000C 4E90 4CEE 1CC0" /* p././. n..N<EFBFBD>Lî.À */
|
||||
$"FFD8 4E5E 4E75 4E56 0000 226E 000C 302E" /* ÿØN^NuNV.."n..0. */
|
||||
$"000A 6B60 0C40 000C 6E5A D040 303B 0006" /* .Âk`.@..nZÐ@0;.. */
|
||||
$"4EFB 0000 001C 0052 0052 0052 001C 001C" /* Nû.....R.R.R.... */
|
||||
$"0052 001C 0052 002E 0052 002E 0040 337C" /* .R...R...R...@3| */
|
||||
$"FFFF 0004 337C FFFF 0002 32BC FFFF 602A" /* ÿÿ..3|ÿÿ..2¼ÿÿ`* */
|
||||
$"337C CCCC 0002 32BC CCCC 337C FFFF 0004" /* 3|ÌÌ..2¼ÌÌ3|ÿÿ.. */
|
||||
$"6018 337C 3333 0002 32BC 3333 337C 6666" /* `.3|33..2¼333|ff */
|
||||
$"0004 6006 42A9 0002 4251 4E5E 4E75 4E56" /* ..`.B©..BQN^NuNV */
|
||||
$"FFFC 48E7 0308 286E 0010 3E2E 000E 558F" /* ÿüHç..(n..>...U<EFBFBD> */
|
||||
$"2F2E 0008 486E FFFC AA42 206E FFFC 2050" /* /...HnÿüªB nÿü P */
|
||||
$"2068 0008 2050 3C28 0006 BE46 544F 6F1E" /* h.. P<(..¾FTOo. */
|
||||
$"558F 7000 2F00 486E FFFC AA42 206E FFFC" /* U<EFBFBD>p./.HnÿüªB nÿü */
|
||||
$"2050 2068 0008 2050 3C28 0006 544F BE46" /* P h.. P<(..TO¾F */
|
||||
$"6F0E 2F0C 48C7 2F07 4EBA FF2C 504F 601C" /* o./.HÇ/.Nºÿ,PO`. */
|
||||
$"48C7 206E FFFC 2050 2068 0008 2050 2007" /* HÇ nÿü P h.. P . */
|
||||
$"E780 41F0 080A 224C 22D8 32D8 4CEE 10C0" /* ç€Að.Â"L"Ø2ØLî.À */
|
||||
$"FFF0 4E5E 4E75 4E56 FFFA 486E FFFA 302E" /* ÿðN^NuNVÿúHnÿú0. */
|
||||
$"000E 48C0 2F00 2F2E 0008 4EBA FF62 486E" /* ..HÀ/./...NºÿbHn */
|
||||
$"FFFA AA14 4E5E 4E75 4E56 FFFA 486E FFFA" /* ÿúª.N^NuNVÿúHnÿú */
|
||||
$"302E 000E 48C0 2F00 2F2E 0008 4EBA FF40" /* 0...HÀ/./...Nºÿ@ */
|
||||
$"486E FFFA AA15 4E5E 4E75 4E56 0000 48E7" /* Hnÿúª.N^NuNV..Hç */
|
||||
$"0038 246E 0014 266E 0008 342E 0012 286E" /* .8$n..&n..4...(n */
|
||||
$"000C 700F 9042 3400 7000 3013 7200 3214" /* ..p.<EFBFBD>B4.p.0.r.2. */
|
||||
$"9081 48C2 4C02 0800 4C7C 0800 0000 000F" /* <20><>HÂL...L|...... */
|
||||
$"7200 3214 D280 3481 7000 302B 0002 7200" /* r.2.Ò€4<EFBFBD>p.0+..r. */
|
||||
$"322C 0002 9081 48C2 4C02 0800 4C7C 0800" /* 2,..<EFBFBD><EFBFBD>HÂL...L|.. */
|
||||
$"0000 000F 7200 322C 0002 D280 3541 0002" /* ....r.2,..Ò€5A.. */
|
||||
$"7000 302B 0004 7200 322C 0004 9081 48C2" /* p.0+..r.2,..<EFBFBD><EFBFBD>HÂ */
|
||||
$"4C02 0800 4C7C 0800 0000 000F 7200 322C" /* L...L|......r.2, */
|
||||
$"0004 D280 3541 0004 4CEE 1C00 FFF4 4E5E" /* ..Ò€5A..Lî..ÿôN^ */
|
||||
$"4E75 4E56 FFF4 2F0C 286E 0008 486E FFF4" /* NuNVÿô/.(n..Hnÿô */
|
||||
$"302E 000E 48C0 2F00 2F0C 4EBA FE82 486E" /* 0...HÀ/./.Nºþ‚Hn */
|
||||
$"FFFA 302E 0012 48C0 2F00 2F0C 4EBA FE70" /* ÿú0...HÀ/./.Nºþp */
|
||||
$"2F2E 0018 302E 0016 48C0 2F00 486E FFFA" /* /...0...HÀ/.Hnÿú */
|
||||
$"486E FFF4 4EBA FF24 286E FFF0 4E5E 4E75" /* HnÿôNºÿ$(nÿðN^Nu */
|
||||
$"4E56 FFFA 486E FFFA 302E 0016 48C0 2F00" /* NVÿúHnÿú0...HÀ/. */
|
||||
$"302E 0012 48C0 2F00 302E 000E 48C0 2F00" /* 0...HÀ/.0...HÀ/. */
|
||||
$"2F2E 0008 4EBA FF8C 486E FFFA AA14 4E5E" /* /...NºÿŒHnÿúª.N^ */
|
||||
$"4E75 4E56 FFFA 486E FFFA 302E 0016 48C0" /* NuNVÿúHnÿú0...HÀ */
|
||||
$"2F00 302E 0012 48C0 2F00 302E 000E 48C0" /* /.0...HÀ/.0...HÀ */
|
||||
$"2F00 2F2E 0008 4EBA FF5A 486E FFFA AA15" /* /./...NºÿZHnÿúª. */
|
||||
$"4E5E 4E75 4E56 FFFA 48E7 0F18 266E 0018" /* N^NuNVÿúHç..&n.. */
|
||||
$"382E 000E 286E 0008 4246 4247 6046 486E" /* 8...(n..BFBG`FHn */
|
||||
$"FFFA 48C7 2007 D080 3033 0800 48C0 2F00" /* ÿúHÇ .Ѐ03..HÀ/. */
|
||||
$"302E 0012 48C0 2F00 48C4 2F04 2F0C 4EBA" /* 0...HÀ/.HÄ/./.Nº */
|
||||
$"FF12 3A06 598F 486E FFFA AA33 201F 3C00" /* ÿ.:.Y<EFBFBD>Hnÿúª3 .<. */
|
||||
$"4A47 4FEF 0014 6F08 BA46 6604 7000 600C" /* JGOï..o.ºFf.p.`. */
|
||||
$"3007 5247 BE6E 0016 6DB4 7001 4CEE 18F0" /* 0.RG¾n..m´p.Lî.ð */
|
||||
$"FFE2 4E5E 4E75 4E56 FFEC 48E7 1718 3C2E" /* ÿâN^NuNVÿìHç..<. */
|
||||
$"000A 266E 0014 49EE FFEC 7600 2F03 4EBA" /* .Â&n..Iîÿìv./.Nº */
|
||||
$"FB6A 261F 4A00 670A 7001 C06E 000E 6702" /* ûj&.J.gÂp.Àn..g. */
|
||||
$"7601 1A03 4247 0C46 0004 6D4C 206E 0010" /* v...BG.F..mL n.. */
|
||||
$"2050 7001 B068 0004 673E 4EBA FB12 4A00" /* Pp.°h..g>Nºû.J. */
|
||||
$"6604 7E01 6032 486E FFF6 700B 2F00 2F0B" /* f.~.`2Hnÿöp././. */
|
||||
$"4EBA FD1C 7000 302E FFF6 4A80 4FEF 000C" /* Nºý.p.0.ÿöJ€Oï.. */
|
||||
$"6614 7000 302E FFF8 4A80 660A 7000 302E" /* f.p.0.ÿøJ€fÂp.0. */
|
||||
$"FFFA 4A80 6702 7E02 0C47 0002 6600 00B0" /* ÿúJ€g.~..G..f..° */
|
||||
$"4A05 6700 00AA 0C46 0008 6E00 00A2 4247" /* J.g..ª.F..n..¢BG */
|
||||
$"598F AA32 2D5F FFFC 2F2E 0010 AA31 4254" /* Y<EFBFBD>ª2-_ÿü/...ª1BT */
|
||||
$"397C 0007 0002 397C 0008 0004 397C 000A" /* 9|....9|....9|. */
|
||||
$"0006 397C 000D 0008 2F0C 7005 2F00 7206" /* ..9|..../.p./.r. */
|
||||
$"2F01 2F00 2F0B 4EBA FEBC 4A00 4FEF 0014" /* /././.Nºþ¼J.Oï.. */
|
||||
$"6756 4254 397C 0001 0002 397C 0004 0004" /* gVBT9|....9|.... */
|
||||
$"2F0C 7003 2F00 7208 2F01 7007 2F00 2F0B" /* /.p./.r./.p././. */
|
||||
$"4EBA FE92 4A00 4FEF 0014 672C 4254 397C" /* Nºþ’J.Oï..g,BT9| */
|
||||
$"0004 0002 397C 000F 0004 2F0C 7003 2F00" /* ....9|..../.p./. */
|
||||
$"720C 2F01 700B 2F00 2F0B 4EBA FE68 4A00" /* r./.p././.NºþhJ. */
|
||||
$"4FEF 0014 6702 7E02 2F2E FFFC AA31 3007" /* Oï..g.~./.ÿüª10. */
|
||||
$"4CEE 18E8 FFD4 4E5E 4E75 4E56 0000 7021" /* Lî.èÿÔN^NuNV..p! */
|
||||
$"2F00 A862 701E 2F00 A863 4E5E 4E75 4E56" /* /.¨bp./.¨cN^NuNV */
|
||||
$"FFF8 2F0C 286E 0008 41EE FFF8 224C 20D9" /* ÿø/.(n..Aîÿø"L Ù */
|
||||
$"20D9 2F0C A8A1 486E FFF8 7001 3F00 3F00" /* Ù/.¨¡Hnÿøp.?.?. */
|
||||
$"A8A9 486E FFF8 A8A3 286E FFF4 4E5E 4E75" /* ¨©Hnÿø¨£(nÿôN^Nu */
|
||||
$"4E56 0000 302E 000E 536E 000E 302E 000C" /* NV..0...Sn..0... */
|
||||
$"536E 000C 3F2E 000A 3F2E 000C A893 2F2E" /* Sn..?..Â?...¨“/. */
|
||||
$"0008 A891 3F2E 000E 3F2E 0008 A891 4E5E" /* ..¨‘?...?...¨‘N^ */
|
||||
$"4E75 4E56 0000 302E 000E 536E 000E 302E" /* NuNV..0...Sn..0. */
|
||||
$"000C 536E 000C 3F2E 000A 3F2E 000C A893" /* ..Sn..?..Â?...¨“ */
|
||||
$"2F2E 000C A891 3F2E 000E 3F2E 0008 A891" /* /...¨‘?...?...¨‘ */
|
||||
$"4E5E 4E75 4E56 FFFC 2F0C 286E 000C 486E" /* N^NuNVÿü/.(n..Hn */
|
||||
$"FFFC A874 2F2E 0008 A873 2F0C 7000 3F00" /* ÿü¨t/...¨s/.p.?. */
|
||||
$"3F00 A880 2F0C A870 2F2E FFFC A873 286E" /* ?.¨€/.¨p/.ÿü¨s(n */
|
||||
$"FFF8 4E5E 4E75 4E56 FFFC 48E7 0018 266E" /* ÿøN^NuNVÿüHç..&n */
|
||||
$"000C 286E 0008 41EC 0010 224B 22D8 22D8" /* ..(n..Aì.."K"Ø"Ø */
|
||||
$"486E FFFC 2F0C 4EBA FFAC 2F0B 2F2E FFFC" /* Hnÿü/.Nºÿ¬/./.ÿü */
|
||||
$"A8A8 4CEE 1800 FFF4 4E5E 4E75" /* ¨¨Lî..ÿôN^Nu */
|
||||
};
|
||||
|
||||
data 'snd ' (1047, "Sizzle", purgeable) {
|
||||
$"0001 0001 0005 0000 00A0 0001 8051 0000" /* ......... ..€Q.. */
|
||||
$"0000 0014 0000 0000 0000 08C0 56EE 8BA3" /* ...........ÀVî‹£ */
|
@@ -12,6 +12,7 @@
|
||||
#include "PLSound.h"
|
||||
#include "PLPasStr.h"
|
||||
#include "PLSysCalls.h"
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
#include "PLWidgets.h"
|
||||
#include "About.h"
|
||||
#include "DialogManager.h"
|
||||
@@ -19,14 +20,14 @@
|
||||
#include "Environ.h"
|
||||
#include "Externs.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "ResourceManager.h"
|
||||
#include "ScanlineMask.h"
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
|
||||
|
||||
static void HiLiteOkayButton (DrawSurface *surface);
|
||||
static void UnHiLiteOkayButton (DrawSurface *surface);
|
||||
static void UpdateMainPict (Dialog *);
|
||||
static int16_t AboutFilter(Dialog *, const TimeTaggedVOSEvent &evt);
|
||||
static int16_t AboutFilter(Dialog *, const TimeTaggedVOSEvent *evt);
|
||||
|
||||
|
||||
static Point okayButtLowerV, okayButtUpperV;
|
||||
@@ -49,21 +50,18 @@ void DoAbout (void)
|
||||
StringPtr messagePtr;
|
||||
VersRecHndl version;
|
||||
ControlHandle itemHandle;
|
||||
short hit, wasResFile;
|
||||
short hit;
|
||||
|
||||
wasResFile = CurResFile();
|
||||
UseResFile(thisMac.thisResFile);
|
||||
|
||||
aboutDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(kAboutDialogID, PL_GetPutInFrontWindowPtr());
|
||||
aboutDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(kAboutDialogID, PL_GetPutInFrontWindowPtr(), nullptr);
|
||||
// if (aboutDialog == nil)
|
||||
// RedAlert(kErrDialogDidntLoad);
|
||||
|
||||
version = GetResource('vers', 1).StaticCast<VersionRecord>();
|
||||
version = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('vers', 1).StaticCast<VersionRecord>();
|
||||
if (version != nil)
|
||||
{
|
||||
messagePtr = (**version).shortVersion + 1 + (**version).shortVersion[0];
|
||||
|
||||
BlockMove((Ptr)messagePtr, &longVersion, ((UInt8)*messagePtr) + 1);
|
||||
memcpy(&longVersion, messagePtr, ((UInt8)*messagePtr) + 1);
|
||||
SetDialogString(aboutDialog, kTextItemVers, longVersion);
|
||||
}
|
||||
|
||||
@@ -86,8 +84,6 @@ void DoAbout (void)
|
||||
while (hit != kOkayButton);
|
||||
|
||||
aboutDialog->Destroy();
|
||||
|
||||
UseResFile(wasResFile);
|
||||
}
|
||||
|
||||
//============================================================== Static Functions
|
||||
@@ -97,11 +93,11 @@ void DoAbout (void)
|
||||
static void HiLiteOkayButton (DrawSurface *surface)
|
||||
{
|
||||
#define kOkayButtPICTHiLit 151 // res ID of unhilit button PICT
|
||||
THandle<Picture> thePict;
|
||||
THandle<BitmapImage> thePict;
|
||||
|
||||
if (!okayButtIsHiLit)
|
||||
{
|
||||
thePict = GetPicture(kOkayButtPICTHiLit);
|
||||
thePict = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('PICT', kOkayButtPICTHiLit).StaticCast<BitmapImage>();
|
||||
if (thePict != nil)
|
||||
{
|
||||
surface->DrawPicture(thePict, okayButtonBounds);
|
||||
@@ -119,11 +115,11 @@ static void HiLiteOkayButton (DrawSurface *surface)
|
||||
static void UnHiLiteOkayButton (DrawSurface *surface)
|
||||
{
|
||||
#define kOkayButtPICTNotHiLit 150 // res ID of hilit button PICT
|
||||
THandle<Picture> thePict;
|
||||
THandle<BitmapImage> thePict;
|
||||
|
||||
if (okayButtIsHiLit)
|
||||
{
|
||||
thePict = GetPicture(kOkayButtPICTNotHiLit);
|
||||
thePict = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('PICT', kOkayButtPICTNotHiLit).StaticCast<BitmapImage>();
|
||||
if (thePict != nil)
|
||||
{
|
||||
surface->DrawPicture(thePict, okayButtonBounds);
|
||||
@@ -180,17 +176,20 @@ static bool PointIsInDiagonalOkayButton(const Point &pt)
|
||||
//-------------------------------------------------------------- AboutFilter
|
||||
// Dialog filter for the About dialog.
|
||||
|
||||
static int16_t AboutFilter(Dialog *dialog, const TimeTaggedVOSEvent &evt)
|
||||
static int16_t AboutFilter(Dialog *dialog, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
bool handledIt = false;
|
||||
int16_t hit = -1;
|
||||
|
||||
if (!evt)
|
||||
return -1;
|
||||
|
||||
Window *window = dialog->GetWindow();
|
||||
DrawSurface *surface = window->GetDrawSurface();
|
||||
|
||||
if (evt.IsKeyDownEvent())
|
||||
if (evt->IsKeyDownEvent())
|
||||
{
|
||||
switch (PackVOSKeyCode(evt.m_vosEvent.m_event.m_keyboardInputEvent))
|
||||
switch (PackVOSKeyCode(evt->m_vosEvent.m_event.m_keyboardInputEvent))
|
||||
{
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
@@ -206,9 +205,9 @@ static int16_t AboutFilter(Dialog *dialog, const TimeTaggedVOSEvent &evt)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if (evt.m_vosEvent.m_eventType == GpVOSEventTypes::kMouseInput)
|
||||
else if (evt->m_vosEvent.m_eventType == GpVOSEventTypes::kMouseInput)
|
||||
{
|
||||
const GpMouseInputEvent &mouseEvt = evt.m_vosEvent.m_event.m_mouseInputEvent;
|
||||
const GpMouseInputEvent &mouseEvt = evt->m_vosEvent.m_event.m_mouseInputEvent;
|
||||
const Point mousePt = window->MouseToLocal(mouseEvt);
|
||||
|
||||
if (mouseEvt.m_eventType == GpMouseEventTypes::kDown)
|
||||
|
@@ -11,7 +11,9 @@
|
||||
#include "Externs.h"
|
||||
#include "Environ.h"
|
||||
#include "HostDisplayDriver.h"
|
||||
#include "IGpColorCursor.h"
|
||||
#include "IGpCursor.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
#include "ResourceManager.h"
|
||||
|
||||
|
||||
#define rAcurID 128
|
||||
@@ -35,7 +37,7 @@ typedef struct
|
||||
{
|
||||
struct
|
||||
{
|
||||
IGpColorCursor *hwCursor;
|
||||
IGpCursor *hwCursor;
|
||||
} frame[1];
|
||||
} compiledAcurRec;
|
||||
|
||||
@@ -59,7 +61,7 @@ compiledAcurHandle compiledAnimCursorH = nil;
|
||||
Boolean GetColorCursors (acurHandle ballCursH, compiledAcurHandle compiledBallCursH)
|
||||
{
|
||||
short i, j;
|
||||
IGpColorCursor *hwCursor;
|
||||
IGpCursor *hwCursor;
|
||||
Boolean result = true;
|
||||
|
||||
if (ballCursH)
|
||||
@@ -68,7 +70,7 @@ Boolean GetColorCursors (acurHandle ballCursH, compiledAcurHandle compiledBallCu
|
||||
HideCursor(); // Hide the cursor
|
||||
for (i = 0; i < j; i++) // Walk through the acur resource
|
||||
{
|
||||
hwCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadColorCursor((*ballCursH)->frame[i].resID); // Get the cursor
|
||||
hwCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadCursor(true, (*ballCursH)->frame[i].resID); // Get the cursor
|
||||
if (hwCursor == nil) // Make sure a real cursor was returned
|
||||
{ // If not, trash all cursors loaded
|
||||
for (j = 0; j < i; j++)
|
||||
@@ -79,7 +81,7 @@ Boolean GetColorCursors (acurHandle ballCursH, compiledAcurHandle compiledBallCu
|
||||
else // But, if the cursor loaded ok
|
||||
{ // add it to our list or cursor handles
|
||||
(*compiledBallCursH)->frame[i].hwCursor = hwCursor;
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetColorCursor(hwCursor);
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetCursor(hwCursor);
|
||||
}
|
||||
}
|
||||
InitCursor(); // Show the cursor again (as arrow)
|
||||
@@ -96,7 +98,7 @@ void InitAnimatedCursor (acurHandle ballCursH)
|
||||
compiledAcurHandle compiledBallCursorH;
|
||||
|
||||
if (ballCursH == nil)
|
||||
ballCursH = GetResource('acur', 128).StaticCast<acurRec>();
|
||||
ballCursH = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('acur', 128).StaticCast<acurRec>();
|
||||
if (ballCursH && ballCursH != animCursorH)
|
||||
{
|
||||
compiledBallCursorH = NewHandle(sizeof(compiledAcurRec) * (*ballCursH)->n).StaticCast<compiledAcurRec>();
|
||||
@@ -121,7 +123,7 @@ void InitAnimatedCursor (acurHandle ballCursH)
|
||||
|
||||
void LoadCursors (void)
|
||||
{
|
||||
InitAnimatedCursor(GetResource('acur', rAcurID).StaticCast<acurRec>());
|
||||
InitAnimatedCursor(PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('acur', rAcurID).StaticCast<acurRec>());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DisposCursors
|
||||
@@ -166,10 +168,10 @@ void IncrementCursor (void)
|
||||
(*animCursorH)->index++;
|
||||
(*animCursorH)->index %= (*animCursorH)->n;
|
||||
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetColorCursor((*compiledAnimCursorH)->frame[(*animCursorH)->index].hwCursor);
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetCursor((*compiledAnimCursorH)->frame[(*animCursorH)->index].hwCursor);
|
||||
}
|
||||
else
|
||||
SetBuiltinCursor(watchCursor);
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetStandardCursor(EGpStandardCursors::kWait);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DecrementCursor
|
||||
@@ -186,10 +188,10 @@ void DecrementCursor (void)
|
||||
if (((*animCursorH)->index) < 0)
|
||||
(*animCursorH)->index = ((*animCursorH)->n) - 1;
|
||||
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetColorCursor((*compiledAnimCursorH)->frame[(*animCursorH)->index].hwCursor);
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetCursor((*compiledAnimCursorH)->frame[(*animCursorH)->index].hwCursor);
|
||||
}
|
||||
else
|
||||
SetBuiltinCursor(watchCursor);
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetStandardCursor(EGpStandardCursors::kWait);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SpinCursor
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
#include "PLAppleEvents.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
#include "House.h"
|
||||
|
||||
@@ -55,6 +56,7 @@ PLError_t DoOpenDocAE (const AppleEvent *theAE, AppleEvent *reply, UInt32 ref)
|
||||
DescType returnedType;
|
||||
PLError_t theErr, whoCares;
|
||||
short i;
|
||||
bool redrawMainWindow = false;
|
||||
|
||||
theErr = AEGetParamDesc(theAE, keyDirectObject, typeAEList, &docList);
|
||||
if (theErr != PLErrors::kNone)
|
||||
@@ -111,7 +113,7 @@ PLError_t DoOpenDocAE (const AppleEvent *theAE, AppleEvent *reply, UInt32 ref)
|
||||
Rect updateRect;
|
||||
|
||||
SetRect(&updateRect, splashOriginH + 474, splashOriginV + 304, splashOriginH + 474 + 166, splashOriginV + 304 + 12);
|
||||
InvalWindowRect(mainWindow, &updateRect);
|
||||
redrawMainWindow = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -119,6 +121,9 @@ PLError_t DoOpenDocAE (const AppleEvent *theAE, AppleEvent *reply, UInt32 ref)
|
||||
}
|
||||
#endif
|
||||
whoCares = AEDisposeDesc(&docList);
|
||||
|
||||
if (redrawMainWindow)
|
||||
UpdateMainWindow();
|
||||
|
||||
return theErr;
|
||||
}
|
||||
@@ -131,7 +136,7 @@ PLError_t DoPrintDocAE (const AppleEvent *theAE, AppleEvent *reply, UInt32 ref)
|
||||
short hitWhat;
|
||||
|
||||
// CenterAlert(kNoPrintingAlert);
|
||||
hitWhat = Alert(kNoPrintingAlert, nil);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kNoPrintingAlert, nullptr);
|
||||
|
||||
return PLErrors::kInvalidParameter;
|
||||
}
|
||||
|
@@ -84,16 +84,17 @@ void DrawBanner (Point *topLeft)
|
||||
short CountStarsInHouse (void)
|
||||
{
|
||||
short i, h, numRooms, numStars;
|
||||
housePtr housePtr = *thisHouse;
|
||||
|
||||
numStars = 0;
|
||||
|
||||
numRooms = (*thisHouse)->nRooms;
|
||||
numRooms = housePtr->nRooms;
|
||||
for (i = 0; i < numRooms; i++)
|
||||
{
|
||||
if ((*thisHouse)->rooms[i].suite != kRoomIsEmpty)
|
||||
if (housePtr->rooms[i].suite != kRoomIsEmpty)
|
||||
for (h = 0; h < kMaxRoomObs; h++)
|
||||
{
|
||||
if ((*thisHouse)->rooms[i].objects[h].what == kStar)
|
||||
if (housePtr->rooms[i].objects[h].what == kStar)
|
||||
numStars++;
|
||||
}
|
||||
}
|
||||
@@ -122,7 +123,7 @@ void DrawBannerMessage (Point topLeft)
|
||||
do
|
||||
{
|
||||
GetLineOfText(bannerStr, count, subStr);
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 32 + (count * 20)), subStr);
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 32 + (count * 20)), subStr, true);
|
||||
count++;
|
||||
}
|
||||
while (subStr[0] > 0);
|
||||
@@ -144,10 +145,10 @@ void DrawBannerMessage (Point topLeft)
|
||||
PasStringConcat(bannerStr, subStr);
|
||||
|
||||
workSrcMap->SetForeColor(StdColors::Red());
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 164), bannerStr);
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 164), bannerStr, true);
|
||||
|
||||
GetLocalizedString(5, subStr);
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 180), subStr);
|
||||
workSrcMap->DrawString(Point::Create(topLeft.h + 16, topLeft.v + 180), subStr, true);
|
||||
}
|
||||
workSrcMap->SetForeColor(StdColors::Black());
|
||||
|
||||
|
@@ -25,7 +25,7 @@ void ColorText (DrawSurface *surface, const Point &point, StringPtr theStr, long
|
||||
|
||||
const PortabilityLayer::RGBAColor wasColor = surface->GetForeColor();
|
||||
surface->SetForeColor(rgbaColor);
|
||||
surface->DrawString(point, theStr);
|
||||
surface->DrawString(point, theStr, true);
|
||||
surface->SetForeColor(wasColor);
|
||||
}
|
||||
|
||||
@@ -59,18 +59,28 @@ void ColorOval (DrawSurface *surface, const Rect &theRect, long color)
|
||||
surface->SetForeColor(wasColor);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- ColorRegion
|
||||
void ColorOvalMaskPattern(DrawSurface *surface, const Rect &theRect, long color, bool isMask, const uint8_t *pattern)
|
||||
{
|
||||
const PortabilityLayer::RGBAColor &rgbaColor = PortabilityLayer::StandardPalette::GetInstance()->GetColors()[color];
|
||||
|
||||
const PortabilityLayer::RGBAColor wasColor = surface->GetForeColor();
|
||||
surface->SetForeColor(rgbaColor);
|
||||
surface->FillEllipseWithPattern(theRect, isMask, pattern);
|
||||
surface->SetForeColor(wasColor);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- ColorRegionMaskPattern
|
||||
|
||||
// Given a region and color index, this function draws a solid<69>
|
||||
// region in that color. Current port, pen mode, etc. assumed.
|
||||
|
||||
void ColorRegion (DrawSurface *surface, PortabilityLayer::ScanlineMask *scanlineMask, long colorIndex)
|
||||
void ColorRegionMaskPattern (DrawSurface *surface, PortabilityLayer::ScanlineMask *scanlineMask, long colorIndex, bool isMask, const uint8_t *pattern)
|
||||
{
|
||||
const PortabilityLayer::RGBAColor &rgbaColor = PortabilityLayer::StandardPalette::GetInstance()->GetColors()[colorIndex];
|
||||
|
||||
const PortabilityLayer::RGBAColor wasColor = surface->GetForeColor();
|
||||
surface->SetForeColor(rgbaColor);
|
||||
surface->FillScanlineMask(scanlineMask);
|
||||
surface->FillScanlineMaskWithPattern(scanlineMask, isMask, pattern);
|
||||
surface->SetForeColor(wasColor);
|
||||
}
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
#include "Marquee.h"
|
||||
#include "ObjectEdit.h"
|
||||
#include "RectUtils.h"
|
||||
#include "WindowDef.h"
|
||||
#include "WindowManager.h"
|
||||
|
||||
|
||||
@@ -86,7 +87,7 @@ void UpdateCoordWindow (void)
|
||||
else
|
||||
PasStringConcat(tempStr, PSTR("-"));
|
||||
|
||||
surface->DrawString(Point::Create(5, 12), tempStr);
|
||||
surface->DrawString(Point::Create(5, 12), tempStr, true);
|
||||
|
||||
PasStringCopy(PSTR("v: "), tempStr);
|
||||
if (coordV != -1)
|
||||
@@ -97,7 +98,7 @@ void UpdateCoordWindow (void)
|
||||
else
|
||||
PasStringConcat(tempStr, PSTR("-"));
|
||||
|
||||
surface->DrawString(Point::Create(4, 22), tempStr);
|
||||
surface->DrawString(Point::Create(4, 22), tempStr, true);
|
||||
|
||||
surface->SetForeColor(StdColors::Blue());
|
||||
PasStringCopy(PSTR("d: "), tempStr);
|
||||
@@ -109,7 +110,7 @@ void UpdateCoordWindow (void)
|
||||
else
|
||||
PasStringConcat(tempStr, PSTR("-"));
|
||||
|
||||
surface->DrawString(Point::Create(5, 32), tempStr);
|
||||
surface->DrawString(Point::Create(5, 32), tempStr, true);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
#endif
|
||||
}
|
||||
@@ -123,16 +124,19 @@ void OpenCoordWindow (void)
|
||||
Rect src, dest;
|
||||
Point globalMouse;
|
||||
short direction, dist;
|
||||
|
||||
PortabilityLayer::WindowManager *wm = PortabilityLayer::WindowManager::GetInstance();
|
||||
|
||||
if (coordWindow == nil)
|
||||
{
|
||||
const uint16_t windowStyle = PortabilityLayer::WindowStyleFlags::kTitleBar | PortabilityLayer::WindowStyleFlags::kMiniBar | PortabilityLayer::WindowStyleFlags::kCloseBox;
|
||||
|
||||
QSetRect(&coordWindowRect, 0, 0, 50, 38);
|
||||
if (thisMac.hasColor)
|
||||
coordWindow = NewCWindow(nil, &coordWindowRect,
|
||||
PSTR("Tools"), false, kWindoidWDEF, kPutInFront, true, 0L);
|
||||
else
|
||||
coordWindow = NewWindow(nil, &coordWindowRect,
|
||||
PSTR("Tools"), false, kWindoidWDEF, kPutInFront, true, 0L);
|
||||
|
||||
{
|
||||
PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(coordWindowRect, windowStyle, true, 0, 0, PSTR("Tools"));
|
||||
coordWindow = wm->CreateWindow(wdef);
|
||||
}
|
||||
|
||||
if (coordWindow == nil)
|
||||
RedAlert(kErrNoMemory);
|
||||
@@ -145,10 +149,9 @@ void OpenCoordWindow (void)
|
||||
MoveWindow(coordWindow, isCoordH, isCoordV, true);
|
||||
|
||||
GetWindowRect(coordWindow, &dest);
|
||||
BringToFront(coordWindow);
|
||||
wm->PutWindowBehind(coordWindow, wm->GetPutInFrontSentinel());
|
||||
PortabilityLayer::WindowManager::GetInstance()->ShowWindow(coordWindow);
|
||||
// FlagWindowFloating(coordWindow); TEMP - use flaoting windows
|
||||
HiliteAllWindows();
|
||||
|
||||
coordH = -1;
|
||||
coordV = -1;
|
||||
|
@@ -15,7 +15,9 @@
|
||||
#include "DialogUtils.h"
|
||||
#include "Externs.h"
|
||||
#include "FontFamily.h"
|
||||
#include "ResourceManager.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#define kActive 0
|
||||
#define kInactive 255
|
||||
@@ -26,9 +28,9 @@
|
||||
// Given a dialog pointer and a resource ID, this function brings it up<75>
|
||||
// centered, visible, and with the default button outlined.
|
||||
|
||||
void BringUpDialog (Dialog **theDialog, short dialogID)
|
||||
void BringUpDialog (Dialog **theDialog, short dialogID, const DialogTextSubstitutions *substitutions)
|
||||
{
|
||||
*theDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(dialogID, kPutInFront);
|
||||
*theDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(dialogID, kPutInFront, substitutions);
|
||||
|
||||
// CenterDialog(dialogID);
|
||||
if (*theDialog == nil)
|
||||
@@ -144,7 +146,7 @@ void GetDialogRect (Rect *bounds, short dialogID)
|
||||
{
|
||||
Byte wasState;
|
||||
|
||||
Handle dlogHandle = GetResource('DLOG', dialogID).StaticCast<void>();
|
||||
Handle dlogHandle = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('DLOG', dialogID).StaticCast<void>();
|
||||
if (dlogHandle != nil)
|
||||
{
|
||||
BERect dataRect = **dlogHandle.StaticCast<BERect>();
|
||||
@@ -372,8 +374,6 @@ void DrawDefaultButton (Dialog *theDialog)
|
||||
surface->FrameRoundRect(offsetRect, 8, 8);
|
||||
}
|
||||
}
|
||||
|
||||
PenNormal();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetDialogString
|
||||
@@ -381,12 +381,13 @@ void DrawDefaultButton (Dialog *theDialog)
|
||||
|
||||
void GetDialogString (Dialog *theDialog, short item, StringPtr theString)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
GetDialogItemText(itemHandle, theString);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
const PLPasStr str = itemRef.GetWidget()->GetString();
|
||||
|
||||
const uint8_t length = static_cast<uint8_t>(std::min<size_t>(255, str.Length()));
|
||||
|
||||
theString[0] = length;
|
||||
memcpy(theString + 1, str.UChars(), length);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SetDialogString
|
||||
@@ -394,7 +395,9 @@ void GetDialogString (Dialog *theDialog, short item, StringPtr theString)
|
||||
|
||||
void SetDialogString (Dialog *theDialog, short item, const PLPasStr &theString)
|
||||
{
|
||||
theDialog->GetItems()[item - 1].GetWidget()->SetString(theString);
|
||||
PortabilityLayer::Widget *widget = theDialog->GetItems()[item - 1].GetWidget();
|
||||
widget->SetString(theString);
|
||||
widget->DrawControl(theDialog->GetWindow()->GetDrawSurface());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetDialogStringLen
|
||||
@@ -402,14 +405,8 @@ void SetDialogString (Dialog *theDialog, short item, const PLPasStr &theString)
|
||||
|
||||
short GetDialogStringLen (Dialog *theDialog, short item)
|
||||
{
|
||||
Rect itemRect;
|
||||
Str255 theString;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
GetDialogItemText(itemHandle, theString);
|
||||
return (theString[0]);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
return itemRef.GetWidget()->GetString().Length();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetDialogItemValue
|
||||
@@ -418,12 +415,8 @@ short GetDialogStringLen (Dialog *theDialog, short item)
|
||||
|
||||
void GetDialogItemValue (Dialog *theDialog, short item, short *theState)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
*theState = GetControlValue(itemHandle);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
*theState = itemRef.GetWidget()->GetState();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SetDialogItemValue
|
||||
@@ -440,17 +433,17 @@ void SetDialogItemValue (Dialog *theDialog, short item, short theState)
|
||||
|
||||
void ToggleDialogItemValue (Dialog *theDialog, short item)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType, theState;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
theState = GetControlValue(itemHandle);
|
||||
int16_t theState;
|
||||
|
||||
PortabilityLayer::Widget *widget = theDialog->GetItems()[item - 1].GetWidget();
|
||||
|
||||
theState = widget->GetState();
|
||||
if (theState == 0)
|
||||
theState = 1;
|
||||
else
|
||||
theState = 0;
|
||||
SetControlValue(itemHandle, theState);
|
||||
widget->SetState(theState);
|
||||
widget->DrawControl(theDialog->GetWindow()->GetDrawSurface());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SetDialogNumToStr
|
||||
@@ -463,9 +456,11 @@ void SetDialogNumToStr (Dialog *theDialog, short item, long theNumber)
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
|
||||
NumToString(theNumber, theString);
|
||||
theDialog->GetItems()[item - 1].GetWidget()->SetString(theString);
|
||||
PortabilityLayer::Widget *widget = theDialog->GetItems()[item - 1].GetWidget();
|
||||
widget->SetString(theString);
|
||||
widget->DrawControl(theDialog->GetWindow()->GetDrawSurface());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetDialogNumFromStr
|
||||
@@ -475,12 +470,7 @@ void SetDialogNumToStr (Dialog *theDialog, short item, long theNumber)
|
||||
void GetDialogNumFromStr (Dialog *theDialog, short item, long *theNumber)
|
||||
{
|
||||
Str255 theString;
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
GetDialogItemText(itemHandle, theString);
|
||||
GetDialogString(theDialog, item, theString);
|
||||
StringToNum(theString, theNumber);
|
||||
}
|
||||
|
||||
@@ -498,13 +488,10 @@ void GetDialogItemRect (Dialog *theDialog, short item, Rect *theRect)
|
||||
|
||||
void SetDialogItemRect (Dialog *theDialog, short item, Rect *theRect)
|
||||
{
|
||||
Rect oldRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &oldRect);
|
||||
OffsetRect(&oldRect, theRect->left - oldRect.left, theRect->top - oldRect.top);
|
||||
SetDialogItem(theDialog, item, itemType, itemHandle, &oldRect);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
widget->SetPosition(Point::Create(theRect->left, theRect->top));
|
||||
widget->Resize(theRect->Width(), theRect->Height());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- OffsetDialogItemRect
|
||||
@@ -512,13 +499,11 @@ void SetDialogItemRect (Dialog *theDialog, short item, Rect *theRect)
|
||||
|
||||
void OffsetDialogItemRect (Dialog *theDialog, short item, short h, short v)
|
||||
{
|
||||
Rect oldRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &oldRect);
|
||||
OffsetRect(&oldRect, h, v);
|
||||
SetDialogItem(theDialog, item, itemType, itemHandle, &oldRect);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
|
||||
const Rect oldRect = widget->GetRect();
|
||||
widget->SetPosition(Point::Create(oldRect.left + h, oldRect.top + v));
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SelectFromRadioGroup
|
||||
@@ -553,12 +538,7 @@ void AddMenuToPopUp (Dialog *theDialog, short whichItem, MenuHandle theMenu)
|
||||
|
||||
void GetPopUpMenuValue (Dialog *theDialog, short whichItem, short *value)
|
||||
{
|
||||
Rect iRect;
|
||||
ControlHandle iHandle;
|
||||
short iType;
|
||||
|
||||
GetDialogItem(theDialog, whichItem, &iType, &iHandle, &iRect);
|
||||
*value = GetControlValue(iHandle);
|
||||
GetDialogItemValue(theDialog, whichItem, value);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- SetPopUpMenuValue
|
||||
@@ -566,12 +546,7 @@ void GetPopUpMenuValue (Dialog *theDialog, short whichItem, short *value)
|
||||
|
||||
void SetPopUpMenuValue (Dialog *theDialog, short whichItem, short value)
|
||||
{
|
||||
Rect iRect;
|
||||
ControlHandle iHandle;
|
||||
short iType;
|
||||
|
||||
GetDialogItem(theDialog, whichItem, &iType, &iHandle, &iRect);
|
||||
SetControlValue(iHandle, value);
|
||||
SetDialogItemValue(theDialog, whichItem, value);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- MyEnableControl
|
||||
@@ -579,12 +554,9 @@ void SetPopUpMenuValue (Dialog *theDialog, short whichItem, short value)
|
||||
|
||||
void MyEnableControl (Dialog *theDialog, short whichItem)
|
||||
{
|
||||
Rect iRect;
|
||||
ControlHandle iHandle;
|
||||
short iType;
|
||||
|
||||
GetDialogItem(theDialog, whichItem, &iType, &iHandle, &iRect);
|
||||
HiliteControl(iHandle, kActive);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[whichItem - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
widget->SetEnabled(true);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- MyDisableControl
|
||||
@@ -592,11 +564,9 @@ void MyEnableControl (Dialog *theDialog, short whichItem)
|
||||
|
||||
void MyDisableControl (Dialog *theDialog, short whichItem)
|
||||
{
|
||||
Rect iRect;
|
||||
ControlHandle iHandle;
|
||||
short iType;
|
||||
|
||||
theDialog->GetItems()[whichItem - 1].GetWidget()->SetEnabled(false);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[whichItem - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
widget->SetEnabled(false);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DrawDialogUserText
|
||||
@@ -621,13 +591,8 @@ void DrawDialogUserText (Dialog *dial, short item, StringPtr text, Boolean inver
|
||||
if ((surface->MeasureString(stringCopy) + 2) > (iRect.right - iRect.left))
|
||||
CollapseStringToWidth(surface, stringCopy, iRect.right - iRect.left - 2);
|
||||
|
||||
OffsetRect(&iRect, 0, 1);
|
||||
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(iRect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
|
||||
OffsetRect(&iRect, 0, -1);
|
||||
|
||||
short strWidth = surface->MeasureString(stringCopy);
|
||||
inset = ((iRect.right - iRect.left) - (strWidth + 2)) / 2;
|
||||
@@ -635,18 +600,27 @@ void DrawDialogUserText (Dialog *dial, short item, StringPtr text, Boolean inver
|
||||
iRect.right -= inset;
|
||||
|
||||
// Draw centered
|
||||
PL_NotYetImplemented_TODO("Clip to iRect");
|
||||
|
||||
const int32_t ascender = surface->MeasureFontAscender();
|
||||
|
||||
const Point centeredDrawPoint = Point::Create((iRect.left + iRect.right - strWidth) / 2, (iRect.top + iRect.bottom + ascender) / 2);
|
||||
surface->DrawString(centeredDrawPoint, stringCopy);
|
||||
|
||||
if (invert)
|
||||
{
|
||||
OffsetRect(&iRect, 0, 1);
|
||||
surface->InvertFillRect(iRect, nullptr);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->FillRect(iRect);
|
||||
surface->SetForeColor(StdColors::White());
|
||||
}
|
||||
else
|
||||
{
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(iRect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
}
|
||||
|
||||
const Point centeredDrawPoint = Point::Create((iRect.left + iRect.right - strWidth) / 2, (iRect.top + iRect.bottom + ascender) / 2);
|
||||
surface->DrawString(centeredDrawPoint, stringCopy, true);
|
||||
|
||||
if (invert)
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DrawDialogUserText
|
||||
@@ -670,7 +644,7 @@ void DrawDialogUserText2 (Dialog *dial, short item, StringPtr text)
|
||||
CollapseStringToWidth(surface, stringCopy, iRect.right - iRect.left - 2);
|
||||
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->DrawString(Point::Create(iRect.left, iRect.bottom), stringCopy);
|
||||
surface->DrawString(Point::Create(iRect.left, iRect.bottom), stringCopy, true);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- LoadDialogPICT
|
||||
@@ -679,11 +653,11 @@ void DrawDialogUserText2 (Dialog *dial, short item, StringPtr text)
|
||||
|
||||
void LoadDialogPICT (Dialog *theDialog, short item, short theID)
|
||||
{
|
||||
THandle<Picture> thePict;
|
||||
THandle<BitmapImage> thePict;
|
||||
|
||||
Rect iRect = theDialog->GetItems()[item - 1].GetWidget()->GetRect();;
|
||||
|
||||
thePict = GetPicture(theID);
|
||||
thePict = PortabilityLayer::ResourceManager::GetInstance()->GetAppResource('PICT', theID).StaticCast<BitmapImage>();
|
||||
if (thePict)
|
||||
theDialog->GetWindow()->GetDrawSurface()->DrawPicture(thePict, iRect);
|
||||
}
|
||||
@@ -693,13 +667,12 @@ void LoadDialogPICT (Dialog *theDialog, short item, short theID)
|
||||
|
||||
void FrameDialogItem (Dialog *theDialog, short item)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
DrawSurface *surface = theDialog->GetWindow()->GetDrawSurface();
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
surface->FrameRect(itemRect);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
|
||||
const Rect itemRect = widget->GetRect();
|
||||
|
||||
theDialog->GetWindow()->GetDrawSurface()->FrameRect(itemRect);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- FrameDialogItemC
|
||||
@@ -721,11 +694,10 @@ void FrameDialogItemC (Dialog *theDialog, short item, long color)
|
||||
|
||||
void FrameOvalDialogItem (Dialog *theDialog, short item)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
|
||||
const Rect itemRect = widget->GetRect();
|
||||
|
||||
theDialog->GetWindow()->GetDrawSurface()->FrameEllipse(itemRect);
|
||||
}
|
||||
@@ -734,47 +706,81 @@ void FrameOvalDialogItem (Dialog *theDialog, short item)
|
||||
// Given a dialog item, this function draws any combination of 4 sides<65>
|
||||
// of a box around it. Which sides get drawn is encoded in "sides".
|
||||
|
||||
void BorderDialogItem (Dialog *theDialog, short item, short sides)
|
||||
void BorderDialogItem(Dialog *theDialog, short item, short sides, short thickness, const uint8_t *pattern)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
// 1 = left
|
||||
// 2 = top
|
||||
// 4 = bottom
|
||||
// 8 = right ... so 6 = top & bottom, 15 = all 4 sides
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
const Rect itemRect = widget->GetRect();
|
||||
|
||||
DrawSurface *surface = theDialog->GetWindow()->GetDrawSurface();
|
||||
|
||||
if (sides >= 8) // 8 = right
|
||||
{
|
||||
const Point pointA = Point::Create(itemRect.right, itemRect.top);
|
||||
const Point pointB = Point::Create(itemRect.right, itemRect.bottom);
|
||||
surface->DrawLine(pointA, pointB);
|
||||
const Point pointB = Point::Create(itemRect.right + thickness, itemRect.bottom + 1);
|
||||
const Rect rect = Rect::Create(pointA.v, pointA.h, pointB.v, pointB.h);
|
||||
if (pattern)
|
||||
{
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(rect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->FillRectWithPattern8x8(rect, true, pattern);
|
||||
}
|
||||
else
|
||||
surface->FillRect(rect);
|
||||
sides -= 8;
|
||||
}
|
||||
if (sides >= 4) // 4 = bottom
|
||||
{
|
||||
const Point pointA = Point::Create(itemRect.left, itemRect.bottom);
|
||||
const Point pointB = Point::Create(itemRect.right, itemRect.bottom);
|
||||
surface->DrawLine(pointA, pointB);
|
||||
const Point pointB = Point::Create(itemRect.right + 1, itemRect.bottom + thickness);
|
||||
const Rect rect = Rect::Create(pointA.v, pointA.h, pointB.v, pointB.h);
|
||||
if (pattern)
|
||||
{
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(rect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->FillRectWithPattern8x8(rect, true, pattern);
|
||||
}
|
||||
else
|
||||
surface->FillRect(rect);
|
||||
sides -= 4;
|
||||
}
|
||||
if (sides >= 2) // 2 = top
|
||||
{
|
||||
const Point pointA = Point::Create(itemRect.left, itemRect.top - 1);
|
||||
const Point pointB = Point::Create(itemRect.right, itemRect.top - 1);
|
||||
surface->DrawLine(pointA, pointB);
|
||||
const Point pointB = Point::Create(itemRect.right + 1, itemRect.top + thickness);
|
||||
const Rect rect = Rect::Create(pointA.v, pointA.h, pointB.v, pointB.h);
|
||||
if (pattern)
|
||||
{
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(rect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->FillRectWithPattern8x8(rect, true, pattern);
|
||||
}
|
||||
else
|
||||
surface->FillRect(rect);
|
||||
sides -= 2;
|
||||
}
|
||||
if (sides >= 1) // 1 = left
|
||||
{
|
||||
const Point pointA = Point::Create(itemRect.left - 1, itemRect.top);
|
||||
const Point pointB = Point::Create(itemRect.left - 1, itemRect.bottom);
|
||||
surface->DrawLine(pointA, pointB);
|
||||
const Point pointB = Point::Create(itemRect.left - 1 + thickness, itemRect.bottom + 1);
|
||||
const Rect rect = Rect::Create(pointA.v, pointA.h, pointB.v, pointB.h);
|
||||
if (pattern)
|
||||
{
|
||||
surface->SetForeColor(StdColors::White());
|
||||
surface->FillRect(rect);
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
surface->FillRectWithPattern8x8(rect, true, pattern);
|
||||
}
|
||||
else
|
||||
surface->FillRect(rect);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -783,13 +789,10 @@ void BorderDialogItem (Dialog *theDialog, short item, short sides)
|
||||
|
||||
void ShadowDialogItem (Dialog *theDialog, short item, short thickness)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
DrawSurface *surface = theDialog->GetWindow()->GetDrawSurface();
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
const Rect itemRect = itemRef.GetWidget()->GetRect();
|
||||
|
||||
surface->SetForeColor(StdColors::Black());
|
||||
const Point bottomLeftCorner = Point::Create(itemRect.left + thickness, itemRect.bottom);
|
||||
@@ -805,11 +808,10 @@ void ShadowDialogItem (Dialog *theDialog, short item, short thickness)
|
||||
|
||||
void EraseDialogItem (Dialog *theDialog, short item)
|
||||
{
|
||||
Rect itemRect;
|
||||
ControlHandle itemHandle;
|
||||
short itemType;
|
||||
|
||||
GetDialogItem(theDialog, item, &itemType, &itemHandle, &itemRect);
|
||||
const PortabilityLayer::DialogItem &itemRef = theDialog->GetItems()[item - 1];
|
||||
PortabilityLayer::Widget *widget = itemRef.GetWidget();
|
||||
|
||||
const Rect itemRect = widget->GetRect();
|
||||
|
||||
DrawSurface *surface = theDialog->GetWindow()->GetDrawSurface();
|
||||
surface->SetForeColor(StdColors::White());
|
||||
|
@@ -7,8 +7,9 @@
|
||||
|
||||
#include "PLDialogs.h"
|
||||
|
||||
struct DialogTextSubstitutions;
|
||||
|
||||
void BringUpDialog (Dialog **theDialog, short dialogID);
|
||||
void BringUpDialog (Dialog **theDialog, short dialogID, const DialogTextSubstitutions *);
|
||||
//void GetPutDialogCorner (Point *);
|
||||
//void GetGetDialogCorner (Point *);
|
||||
//void CenterDialog (short);
|
||||
@@ -42,6 +43,6 @@ void LoadDialogPICT (Dialog *, short, short);
|
||||
void FrameDialogItem (Dialog *, short);
|
||||
void FrameDialogItemC (Dialog *, short, long);
|
||||
void FrameOvalDialogItem (Dialog *, short);
|
||||
void BorderDialogItem (Dialog *, short, short);
|
||||
void BorderDialogItem (Dialog *theDialog, short item, short sides, short thickness, const uint8_t *pattern);
|
||||
void ShadowDialogItem (Dialog *, short, short);
|
||||
void EraseDialogItem (Dialog *, short);
|
||||
|
@@ -9,6 +9,7 @@
|
||||
#include "Environ.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Objects.h"
|
||||
#include "QDPixMap.h"
|
||||
#include "RectUtils.h"
|
||||
#include "Room.h"
|
||||
#include "Utilities.h"
|
||||
|
@@ -12,6 +12,7 @@
|
||||
#include "Environ.h"
|
||||
#include "HostDisplayDriver.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
|
||||
|
||||
#define kSwitchDepthAlert 130
|
||||
@@ -192,8 +193,7 @@ Boolean DoWeHaveSoundManager3 (void)
|
||||
|
||||
Boolean DoWeHaveQuickTime (void)
|
||||
{
|
||||
PL_NotYetImplemented_TODO("Movies");
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DoWeHaveDragManager
|
||||
@@ -278,7 +278,6 @@ short HowManyUsableScreens (Boolean use1Bit, Boolean use4Bit, Boolean use8Bit)
|
||||
|
||||
void CheckOurEnvirons (void)
|
||||
{
|
||||
thisMac.thisResFile = CurResFile();
|
||||
thisMac.vRefNum = 0; // TEMP
|
||||
thisMac.dirID = 0; // TEMP
|
||||
thisMac.hasGestalt = true; // TEMP
|
||||
|
@@ -13,7 +13,6 @@ typedef struct
|
||||
Rect screen, gray;
|
||||
long dirID;
|
||||
short wasDepth, isDepth;
|
||||
short thisResFile;
|
||||
short numScreens;
|
||||
short vRefNum;
|
||||
Boolean can1Bit;
|
||||
|
@@ -11,11 +11,13 @@
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
#include "PLToolUtils.h"
|
||||
#include "PLQDraw.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
#include "Environ.h"
|
||||
#include "House.h"
|
||||
#include "InputManager.h"
|
||||
#include "ObjectEdit.h"
|
||||
#include "WindowManager.h"
|
||||
|
||||
|
||||
short BitchAboutColorDepth (void);
|
||||
@@ -53,7 +55,7 @@ short BitchAboutColorDepth (void)
|
||||
short sheSaid;
|
||||
|
||||
// CenterAlert(kColorSwitchedAlert);
|
||||
sheSaid = Alert(kColorSwitchedAlert, nil);
|
||||
sheSaid = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kColorSwitchedAlert, nullptr);
|
||||
|
||||
return (sheSaid);
|
||||
}
|
||||
@@ -73,18 +75,15 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
|
||||
switch (thePart)
|
||||
{
|
||||
case inMenuBar:
|
||||
case RegionIDs::kMenuBar:
|
||||
menuChoice = MenuSelect(evtPoint);
|
||||
DoMenuChoice(menuChoice);
|
||||
break;
|
||||
|
||||
case inDrag:
|
||||
DragWindow(whichWindow, evtPoint, &thisMac.screen);
|
||||
case RegionIDs::kTitleBar:
|
||||
PortabilityLayer::WindowManager::GetInstance()->DragWindow(whichWindow, evtPoint, thisMac.screen);
|
||||
if (whichWindow == mainWindow)
|
||||
{
|
||||
SendBehind(mainWindow, (WindowPtr)0L);
|
||||
GetWindowLeftTop(whichWindow, &isEditH, &isEditV);
|
||||
}
|
||||
else if (whichWindow == mapWindow)
|
||||
GetWindowLeftTop(whichWindow, &isMapH, &isMapV);
|
||||
else if (whichWindow == toolsWindow)
|
||||
@@ -93,10 +92,9 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
GetWindowLeftTop(whichWindow, &isLinkH, &isLinkV);
|
||||
else if (whichWindow == coordWindow)
|
||||
GetWindowLeftTop(whichWindow, &isCoordH, &isCoordV);
|
||||
HiliteAllWindows();
|
||||
break;
|
||||
|
||||
case inGoAway:
|
||||
case RegionIDs::kClose:
|
||||
if (TrackGoAway(whichWindow, evtPoint))
|
||||
{
|
||||
if (whichWindow == mapWindow)
|
||||
@@ -110,7 +108,7 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
}
|
||||
break;
|
||||
|
||||
case inGrow:
|
||||
case RegionIDs::kExpand:
|
||||
if (whichWindow == mapWindow)
|
||||
{
|
||||
newSize = GrowWindow(mapWindow, evtPoint, &thisMac.gray);
|
||||
@@ -118,13 +116,7 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
}
|
||||
break;
|
||||
|
||||
case inZoomIn:
|
||||
case inZoomOut:
|
||||
if (TrackBox(whichWindow, evtPoint, thePart))
|
||||
ZoomWindow(whichWindow, thePart, true);
|
||||
break;
|
||||
|
||||
case inContent:
|
||||
case RegionIDs::kContent:
|
||||
if (whichWindow == mainWindow)
|
||||
{
|
||||
hDelta = evtPoint.h - lastWhere.h;
|
||||
@@ -152,7 +144,7 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
HandleLinkClick(evtPoint);
|
||||
break;
|
||||
|
||||
default:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -168,7 +160,7 @@ void HandleKeyEvent (const KeyDownStates &keyStates, const GpKeyboardInputEvent
|
||||
const bool optionDown = keyStates.IsSet(PL_KEY_EITHER_SPECIAL(kAlt));
|
||||
|
||||
if ((commandDown) && (!optionDown))
|
||||
DoMenuChoice(MenuKey(static_cast<int>(theChar)));
|
||||
DoMenuChoice(MenuKey(theChar));
|
||||
else
|
||||
{
|
||||
switch (theChar)
|
||||
@@ -441,7 +433,7 @@ void HandleIdleTask (void)
|
||||
{
|
||||
if (theMode == kEditMode)
|
||||
{
|
||||
SetPort((GrafPtr)mainWindow);
|
||||
SetPort(&mainWindow->GetDrawSurface()->m_port);
|
||||
DoMarquee();
|
||||
|
||||
if ((autoRoomEdit) && (newRoomNow))
|
||||
@@ -514,28 +506,6 @@ void HandleEvent (void)
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- HiliteAllWindows
|
||||
|
||||
// Ugly kludge in order to keep "floating windows" (palettes) on top of<6F>
|
||||
// the main window.
|
||||
|
||||
void HiliteAllWindows (void)
|
||||
{
|
||||
PL_NotYetImplemented_TODO("DeleteMe");
|
||||
#if 0
|
||||
if (mainWindow != nil)
|
||||
HiliteWindow(mainWindow, true);
|
||||
if (mapWindow != nil)
|
||||
HiliteWindow(mapWindow, true);
|
||||
if (toolsWindow != nil)
|
||||
HiliteWindow(toolsWindow, true);
|
||||
if (coordWindow != nil)
|
||||
HiliteWindow(coordWindow, true);
|
||||
if (linkWindow != nil)
|
||||
HiliteWindow(linkWindow, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- IgnoreThisClick
|
||||
|
||||
// Another inelegant kludge designed to temporarily prevent an unwanted<65>
|
||||
|
@@ -13,8 +13,9 @@
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class ResourceFile;
|
||||
class ResourceArchive;
|
||||
class ScanlineMask;
|
||||
class ResTypeID;
|
||||
}
|
||||
|
||||
#define kPreferredDepth 8
|
||||
@@ -134,7 +135,8 @@ void BackSpinCursor (short);
|
||||
void ColorText (DrawSurface *surface, const Point &, StringPtr, long); // --- ColorUtils.c
|
||||
void ColorRect (DrawSurface *surface, const Rect &, long);
|
||||
void ColorOval (DrawSurface *surface, const Rect &, long);
|
||||
void ColorRegion (DrawSurface *surface, PortabilityLayer::ScanlineMask *scanlineMask, long colorIndex);
|
||||
void ColorOvalMaskPattern (DrawSurface *surface, const Rect &, long, bool, const uint8_t *);
|
||||
void ColorRegionMaskPattern (DrawSurface *surface, PortabilityLayer::ScanlineMask *scanlineMask, long colorIndex, bool isMask, const uint8_t *pattern);
|
||||
void ColorLine (DrawSurface *surface, short, short, short, short, long);
|
||||
void HiliteRect (DrawSurface *surface, const Rect &rect, short, short);
|
||||
void ColorFrameRect (DrawSurface *surface, const Rect &theRect, long colorIndex);
|
||||
@@ -160,7 +162,6 @@ void FillScreenRed (void);
|
||||
void DumpToResEditFile (Ptr, long);
|
||||
|
||||
void HandleEvent (void); // --- Event.c
|
||||
void HiliteAllWindows (void);
|
||||
void IgnoreThisClick (void);
|
||||
|
||||
short WhatsOurDepth (void); // --- Environs.c
|
||||
@@ -174,6 +175,8 @@ void SetAppMemorySize (long);
|
||||
|
||||
Boolean CheckFileError (short, const PLPasStr &); // --- File Error.c
|
||||
|
||||
THandle<void> LoadHouseResource(const PortabilityLayer::ResTypeID &resTypeID, int16_t resID); // --- HouseIO.c
|
||||
|
||||
Boolean SavePrefs (prefsInfo *, short); // --- Prefs.c
|
||||
Boolean LoadPrefs (prefsInfo *, short);
|
||||
|
||||
@@ -193,9 +196,11 @@ void FindOurDevice (void);
|
||||
short RandomInt (short);
|
||||
long RandomLong (long);
|
||||
void RedAlert (short);
|
||||
void LoadGraphic (DrawSurface *, short);
|
||||
void LoadScaledGraphic (DrawSurface *, short, Rect *);
|
||||
bool LargeIconPlot (DrawSurface *, PortabilityLayer::ResourceFile *, short, const Rect &);
|
||||
void LoadGraphic (DrawSurface *surface, short resID); // Only loads from app resources
|
||||
void LoadGraphicCustom (DrawSurface *surface, short resID); // Supports custom graphics
|
||||
void LoadScaledGraphic (DrawSurface *, short, Rect *); // Only loads from app resources
|
||||
void LoadScaledGraphicCustom (DrawSurface *, short, Rect *); // Supports custom graphics
|
||||
bool LargeIconPlot (DrawSurface *, PortabilityLayer::ResourceArchive *, short, const Rect &);
|
||||
void DrawCIcon (DrawSurface *surface, short, short, short);
|
||||
char KeyMapOffsetFromRawKey (char);
|
||||
long LongSquareRoot (long);
|
||||
@@ -226,6 +231,7 @@ void CloseThisWindow (WindowPtr *);
|
||||
// THREEWORDINLINE(0x4218, 0x10B8, 0x0260);
|
||||
#endif
|
||||
|
||||
|
||||
#include "GliderDefines.h"
|
||||
#include "GliderStructs.h"
|
||||
#include "GliderVars.h"
|
||||
|
@@ -5,10 +5,11 @@
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
|
||||
#include "PLDialogs.h"
|
||||
#include "PLNumberFormatting.h"
|
||||
#include "PLTextUtils.h"
|
||||
#include "PLPasStr.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
|
||||
|
||||
@@ -56,10 +57,11 @@ Boolean CheckFileError (short resultCode, const PLPasStr &fileName)
|
||||
|
||||
GetIndString(errMessage, rFileErrorStrings, stringIndex);
|
||||
NumToString((long)resultCode, errNumString);
|
||||
ParamText(errMessage, errNumString, fileName, PSTR(""));
|
||||
|
||||
DialogTextSubstitutions substitutions(errMessage, errNumString, fileName);
|
||||
|
||||
// CenterAlert(rFileErrorAlert);
|
||||
dummyInt = Alert(rFileErrorAlert, 0L);
|
||||
dummyInt = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(rFileErrorAlert, &substitutions);
|
||||
|
||||
return(false);
|
||||
}
|
||||
|
@@ -103,18 +103,18 @@ void SetUpFinalScreen (void)
|
||||
{
|
||||
GetLineOfText(tempStr, count, subStr);
|
||||
offset = ((thisMac.screen.right - thisMac.screen.left) -
|
||||
TextWidth(subStr, 1, subStr[0])) / 2;
|
||||
surface->MeasureString(subStr)) / 2;
|
||||
|
||||
surface->SetApplicationFont(12, PortabilityLayer::FontFamilyFlag_Bold);
|
||||
|
||||
surface->SetForeColor(PortabilityLayer::RGBAColor::Create(0, 0, 0, 255));
|
||||
const Point textShadowPos = Point::Create(offset + 1, textDown + 33 + (count * 20));
|
||||
|
||||
surface->DrawString(textShadowPos, subStr);
|
||||
surface->DrawString(textShadowPos, subStr, true);
|
||||
surface->SetForeColor(PortabilityLayer::RGBAColor::Create(255, 255, 255, 255));
|
||||
|
||||
const Point textPos = Point::Create(offset, textDown + 32 + (count * 20));
|
||||
surface->DrawString(textPos, subStr);
|
||||
surface->DrawString(textPos, subStr, true);
|
||||
count++;
|
||||
}
|
||||
while (subStr[0] > 0);
|
||||
|
@@ -13,7 +13,7 @@
|
||||
//#define CAREFULDEBUG
|
||||
#define COMPILENOCP
|
||||
#define COMPILEQT
|
||||
#define BUILD_ARCADE_VERSION 1
|
||||
#define BUILD_ARCADE_VERSION 0
|
||||
|
||||
#define kYellowUnaccounted 1
|
||||
#define kYellowFailedResOpen 2
|
||||
@@ -528,8 +528,6 @@
|
||||
#define kInitialGliderSelected -2
|
||||
#define kLeftGliderSelected -3
|
||||
#define kRightGliderSelected -4
|
||||
#define kWindoidWDEF 2048
|
||||
#define kWindoidGrowWDEF 2064
|
||||
#define kTicksPerFrame 2
|
||||
#define kStarPictID 1995
|
||||
#define kNumUndergroundFloors 8
|
||||
|
@@ -173,10 +173,10 @@ void StartMarqueeHandled (Rect *, SInt16, SInt16);
|
||||
void StopMarquee (void);
|
||||
void PauseMarquee (void);
|
||||
void ResumeMarquee (void);
|
||||
void DragOutMarqueeRect (Point, Rect *);
|
||||
void DragMarqueeRect (DrawSurface *, Point, Rect *, Boolean, Boolean);
|
||||
void DragMarqueeHandle (DrawSurface *, Point, SInt16 *);
|
||||
void DragMarqueeCorner (DrawSurface *, Point, SInt16 *, SInt16 *, Boolean);
|
||||
void DragOutMarqueeRect (Window *, Point, Rect *);
|
||||
void DragMarqueeRect (Window *, DrawSurface *, Point, Rect *, Boolean, Boolean);
|
||||
void DragMarqueeHandle (Window *, DrawSurface *, Point, SInt16 *);
|
||||
void DragMarqueeCorner (Window *, DrawSurface *, Point, SInt16 *, SInt16 *, Boolean);
|
||||
Boolean MarqueeHasHandles (SInt16 *, SInt16 *);
|
||||
Boolean PtInMarqueeHandle (Point);
|
||||
void SetMarqueeGliderRect (SInt16, SInt16);
|
||||
@@ -306,7 +306,7 @@ void DrawCustPictSansWhite (SInt16, Rect *);
|
||||
|
||||
void DrawARoomsObjects (SInt16, Boolean); // --- ObjectDrawAll.c
|
||||
|
||||
void DoSelectionClick (DrawSurface *, Point, Boolean); // --- ObjectEdit.c
|
||||
void DoSelectionClick (Window *, DrawSurface *, Point, Boolean); // --- ObjectEdit.c
|
||||
void DoNewObjectClick (Point);
|
||||
void DeleteObject (void);
|
||||
void DuplicateObject (void);
|
||||
@@ -418,7 +418,7 @@ void KillAllBands (void);
|
||||
|
||||
void SaveGame2 (void); // --- SavedGames.c
|
||||
Boolean OpenSavedGame (void);
|
||||
void SaveGame (Boolean);
|
||||
//void SaveGame (Boolean);
|
||||
|
||||
void RefreshScoreboard (SInt16); // --- Scoreboard.c
|
||||
void HandleDynamicScoreboard (void);
|
||||
|
@@ -39,7 +39,7 @@ extern Rect clutterSrcRect;
|
||||
extern Rect flowerSrc[];
|
||||
extern Rect *srcRects;
|
||||
|
||||
extern Movie theMovie;
|
||||
extern AnimationPlayer theMovie;
|
||||
extern Rect movieRect;
|
||||
extern Boolean hasMovie, tvInRoom;
|
||||
|
||||
|
@@ -83,6 +83,7 @@
|
||||
<Import Project="GpApp.props" />
|
||||
<Import Project="..\Common.props" />
|
||||
<Import Project="..\GpCommon.props" />
|
||||
<Import Project="..\Release.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup />
|
||||
|
@@ -19,9 +19,9 @@ public:
|
||||
void PL_IncrementTickCounter(uint32_t count) override;
|
||||
void PL_Render(IGpDisplayDriver *displayDriver) override;
|
||||
void PL_HostFileSystem_SetInstance(PortabilityLayer::HostFileSystem *instance) override;
|
||||
void PL_HostDisplayDriver_SetInstance(PortabilityLayer::HostDisplayDriver *instance) override;
|
||||
void PL_HostDisplayDriver_SetInstance(IGpDisplayDriver *instance) override;
|
||||
void PL_HostSystemServices_SetInstance(PortabilityLayer::HostSystemServices *instance) override;
|
||||
void PL_HostAudioDriver_SetInstance(PortabilityLayer::HostAudioDriver *instance) override;
|
||||
void PL_HostAudioDriver_SetInstance(IGpAudioDriver *instance) override;
|
||||
void PL_HostFontHandler_SetInstance(PortabilityLayer::HostFontHandler *instance) override;
|
||||
void PL_HostVOSEventQueue_SetInstance(PortabilityLayer::HostVOSEventQueue *instance) override;
|
||||
void PL_InstallHostSuspendHook(PortabilityLayer::HostSuspendHook_t hook, void *context) override;
|
||||
@@ -49,7 +49,7 @@ void GpAppInterfaceImpl::PL_HostFileSystem_SetInstance(PortabilityLayer::HostFil
|
||||
PortabilityLayer::HostFileSystem::SetInstance(instance);
|
||||
}
|
||||
|
||||
void GpAppInterfaceImpl::PL_HostDisplayDriver_SetInstance(PortabilityLayer::HostDisplayDriver *instance)
|
||||
void GpAppInterfaceImpl::PL_HostDisplayDriver_SetInstance(IGpDisplayDriver *instance)
|
||||
{
|
||||
PortabilityLayer::HostDisplayDriver::SetInstance(instance);
|
||||
}
|
||||
@@ -59,7 +59,7 @@ void GpAppInterfaceImpl::PL_HostSystemServices_SetInstance(PortabilityLayer::Hos
|
||||
PortabilityLayer::HostSystemServices::SetInstance(instance);
|
||||
}
|
||||
|
||||
void GpAppInterfaceImpl::PL_HostAudioDriver_SetInstance(PortabilityLayer::HostAudioDriver *instance)
|
||||
void GpAppInterfaceImpl::PL_HostAudioDriver_SetInstance(IGpAudioDriver *instance)
|
||||
{
|
||||
PortabilityLayer::HostAudioDriver::SetInstance(instance);
|
||||
}
|
||||
|
@@ -18,10 +18,12 @@
|
||||
#include "FileManager.h"
|
||||
#include "FontFamily.h"
|
||||
#include "FontManager.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "House.h"
|
||||
#include "IOStream.h"
|
||||
#include "MainWindow.h"
|
||||
#include "RectUtils.h"
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
#include "Utilities.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
@@ -41,10 +43,10 @@ namespace PortabilityLayer
|
||||
|
||||
void DrawHighScores (DrawSurface *);
|
||||
void UpdateNameDialog (Dialog *);
|
||||
Boolean NameFilter (Dialog *, EventRecord *, short *);
|
||||
int16_t NameFilter (Dialog *dial, const TimeTaggedVOSEvent *evt);
|
||||
void GetHighScoreName (short);
|
||||
void UpdateBannerDialog (Dialog *);
|
||||
Boolean BannerFilter (Dialog *, EventRecord *, short *);
|
||||
int16_t BannerFilter(Dialog *dialog, const TimeTaggedVOSEvent *evt);
|
||||
void GetHighScoreBanner (void);
|
||||
Boolean OpenHighScoresFile (const VFileSpec &spec, PortabilityLayer::IOStream *&outStream);
|
||||
|
||||
@@ -67,7 +69,7 @@ void DoHighScores (void)
|
||||
Rect tempRect;
|
||||
|
||||
SpinCursor(3);
|
||||
SetPort((GrafPtr)workSrcMap);
|
||||
SetPort(&workSrcMap->m_port);
|
||||
workSrcMap->FillRect(workSrcRect);
|
||||
QSetRect(&tempRect, 0, 0, 640, 480);
|
||||
QOffsetRect(&tempRect, splashOriginH, splashOriginV);
|
||||
@@ -76,14 +78,21 @@ void DoHighScores (void)
|
||||
// DissBitsChunky(&workSrcRect);
|
||||
// else
|
||||
// DissBits(&workSrcRect);
|
||||
|
||||
DumpScreenOn(&workSrcRect);
|
||||
|
||||
SpinCursor(3);
|
||||
|
||||
DrawHighScores(workSrcMap);
|
||||
|
||||
DumpScreenOn(&workSrcRect);
|
||||
|
||||
SpinCursor(3);
|
||||
// if (quickerTransitions)
|
||||
// DissBitsChunky(&workSrcRect);
|
||||
// else
|
||||
// DissBits(&workSrcRect);
|
||||
|
||||
InitCursor();
|
||||
DelayTicks(60);
|
||||
WaitForInputEvent(30);
|
||||
@@ -143,11 +152,11 @@ void DrawHighScores (DrawSurface *surface)
|
||||
|
||||
const Point scoreShadowPoint = Point::Create(scoreLeft + ((kScoreWide - surface->MeasureString(tempStr)) / 2) - 1, dropIt - 66);
|
||||
surface->SetForeColor(blackColor);
|
||||
surface->DrawString(scoreShadowPoint, tempStr);
|
||||
surface->DrawString(scoreShadowPoint, tempStr, true);
|
||||
|
||||
const Point scoreTextPoint = Point::Create(scoreLeft + ((kScoreWide - surface->MeasureString(tempStr)) / 2), dropIt - 65);
|
||||
surface->SetForeColor(cyanColor);
|
||||
surface->DrawString(scoreTextPoint, tempStr);
|
||||
surface->DrawString(scoreTextPoint, tempStr, true);
|
||||
|
||||
surface->SetApplicationFont(12, PortabilityLayer::FontFamilyFlag_Bold);
|
||||
|
||||
@@ -157,11 +166,11 @@ void DrawHighScores (DrawSurface *surface)
|
||||
bannerWidth = surface->MeasureString(tempStr);
|
||||
surface->SetForeColor(blackColor);
|
||||
const Point topScoreShadowPoint = Point::Create(scoreLeft + (kScoreWide - bannerWidth) / 2, dropIt - kKimsLifted);
|
||||
surface->DrawString(topScoreShadowPoint, tempStr);
|
||||
surface->DrawString(topScoreShadowPoint, tempStr, true);
|
||||
|
||||
surface->SetForeColor(yellowColor);
|
||||
const Point topScoreTextPoint = Point::Create(scoreLeft + (kScoreWide - bannerWidth) / 2, dropIt - kKimsLifted - 1);
|
||||
surface->DrawString(topScoreTextPoint, tempStr);
|
||||
surface->DrawString(topScoreTextPoint, tempStr, true);
|
||||
|
||||
QSetRect(&tempRect, 0, 0, bannerWidth + 8, kScoreSpacing);
|
||||
QOffsetRect(&tempRect, scoreLeft - 3 + (kScoreWide - bannerWidth) / 2,
|
||||
@@ -186,7 +195,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 1, dropIt - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 1, dropIt + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
if (i == lastHighScore)
|
||||
surface->SetForeColor(whiteColor);
|
||||
else
|
||||
@@ -195,7 +204,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 0, dropIt - 1 - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 0, dropIt - 1 + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
// draw high score name
|
||||
PasStringCopy(thisHousePtr->highScores.names[i], tempStr);
|
||||
surface->SetForeColor(blackColor);
|
||||
@@ -203,7 +212,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 31, dropIt - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 31, dropIt + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
if (i == lastHighScore)
|
||||
surface->SetForeColor(whiteColor);
|
||||
else
|
||||
@@ -212,7 +221,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 30, dropIt - 1 - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 30, dropIt - 1 + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
// draw level number
|
||||
NumToString(thisHousePtr->highScores.levels[i], tempStr);
|
||||
surface->SetForeColor(blackColor);
|
||||
@@ -220,7 +229,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 161, dropIt - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 161, dropIt + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
if (i == lastHighScore)
|
||||
surface->SetForeColor(whiteColor);
|
||||
else
|
||||
@@ -229,7 +238,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 160, dropIt - 1 - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 160, dropIt - 1 + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
// draw word "rooms"
|
||||
if (thisHousePtr->highScores.levels[i] == 1)
|
||||
GetLocalizedString(6, tempStr);
|
||||
@@ -240,13 +249,13 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 193, dropIt - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 193, dropIt + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
surface->SetForeColor(cyanColor);
|
||||
if (i == 0)
|
||||
strPos = Point::Create(scoreLeft + 192, dropIt - 1 - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 192, dropIt - 1 + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
// draw high score points
|
||||
NumToString(thisHousePtr->highScores.scores[i], tempStr);
|
||||
surface->SetForeColor(blackColor);
|
||||
@@ -254,7 +263,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 291, dropIt - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 291, dropIt + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
if (i == lastHighScore)
|
||||
surface->SetForeColor(whiteColor);
|
||||
else
|
||||
@@ -263,7 +272,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
strPos = Point::Create(scoreLeft + 290, dropIt - 1 - kScoreSpacing - kKimsLifted);
|
||||
else
|
||||
strPos = Point::Create(scoreLeft + 290, dropIt - 1 + (i * kScoreSpacing));
|
||||
surface->DrawString(strPos, tempStr);
|
||||
surface->DrawString(strPos, tempStr, true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -273,7 +282,7 @@ void DrawHighScores (DrawSurface *surface)
|
||||
|
||||
const Point textPos = Point::Create(scoreLeft + 80, dropIt - 1 + (10 * kScoreSpacing));
|
||||
GetLocalizedString(8, tempStr);
|
||||
surface->DrawString(textPos, tempStr);
|
||||
surface->DrawString(textPos, tempStr, true);
|
||||
|
||||
surface->SetForeColor(blackColor);
|
||||
}
|
||||
@@ -388,9 +397,18 @@ Boolean TestHighScore (void)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (IsHighScoreForceTop())
|
||||
placing = 0;
|
||||
|
||||
if (placing != -1)
|
||||
{
|
||||
int64_t scoreTimestamp = PortabilityLayer::HostSystemServices::GetInstance()->GetTime();
|
||||
if (scoreTimestamp < 0)
|
||||
scoreTimestamp = 0;
|
||||
else if (scoreTimestamp > 0xffffffff)
|
||||
scoreTimestamp = 0xffffffff;
|
||||
|
||||
FlushEvents(everyEvent, 0);
|
||||
GetHighScoreName(placing + 1);
|
||||
PasStringCopy(highName, thisHousePtr->highScores.names[kMaxScores - 1]);
|
||||
@@ -400,7 +418,7 @@ Boolean TestHighScore (void)
|
||||
PasStringCopy(highBanner, thisHousePtr->highScores.banner);
|
||||
}
|
||||
thisHousePtr->highScores.scores[kMaxScores - 1] = theScore;
|
||||
GetDateTime(&thisHousePtr->highScores.timeStamps[kMaxScores - 1]);
|
||||
thisHousePtr->highScores.timeStamps[kMaxScores - 1] = static_cast<uint32_t>(scoreTimestamp);
|
||||
thisHousePtr->highScores.levels[kMaxScores - 1] = CountRoomsVisited();
|
||||
SortHighScores();
|
||||
gameDirty = true;
|
||||
@@ -422,7 +440,6 @@ void UpdateNameDialog (Dialog *theDialog)
|
||||
{
|
||||
short nChars;
|
||||
|
||||
DrawDialog(theDialog);
|
||||
DrawDefaultButton(theDialog);
|
||||
|
||||
nChars = GetDialogStringLen(theDialog, kHighNameItem);
|
||||
@@ -432,53 +449,50 @@ void UpdateNameDialog (Dialog *theDialog)
|
||||
//-------------------------------------------------------------- NameFilter
|
||||
// Dialog filter for the "Enter High Score Name" dialog.
|
||||
|
||||
Boolean NameFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
int16_t NameFilter (Dialog *dial, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
short nChars;
|
||||
|
||||
|
||||
if (keyStroke)
|
||||
{
|
||||
nChars = GetDialogStringLen(dial, kHighNameItem);
|
||||
SetDialogNumToStr(dial, kNameNCharsItem, (long)nChars);
|
||||
keyStroke = false;
|
||||
}
|
||||
|
||||
switch (event->what)
|
||||
|
||||
if (!evt)
|
||||
return -1;
|
||||
|
||||
if (evt->m_vosEvent.m_eventType == GpVOSEventTypes::kKeyboardInput)
|
||||
{
|
||||
case keyDown:
|
||||
keyStroke = true;
|
||||
switch (event->message)
|
||||
const GpKeyboardInputEvent &kbEvent = evt->m_vosEvent.m_event.m_keyboardInputEvent;
|
||||
|
||||
if (kbEvent.m_eventType == GpKeyboardInputEventTypes::kDownChar || kbEvent.m_eventType == GpKeyboardInputEventTypes::kAutoChar)
|
||||
{
|
||||
PlayPrioritySound(kTypingSound, kTypingPriority);
|
||||
keyStroke = true;
|
||||
return -1; // Don't capture, need this to forward to the editbox
|
||||
}
|
||||
else if (kbEvent.m_eventType == GpKeyboardInputEventTypes::kDown)
|
||||
{
|
||||
const intptr_t keyCode = PackVOSKeyCode(kbEvent);
|
||||
|
||||
switch (keyCode)
|
||||
{
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
PlayPrioritySound(kCarriageSound, kCarriagePriority);
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
*item = kOkayButton;
|
||||
return(true);
|
||||
break;
|
||||
|
||||
PlayPrioritySound(kCarriageSound, kCarriagePriority);
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
return kOkayButton;
|
||||
|
||||
case PL_KEY_SPECIAL(kTab):
|
||||
SelectDialogItemText(dial, kHighNameItem, 0, 1024);
|
||||
return(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
PlayPrioritySound(kTypingSound, kTypingPriority);
|
||||
return(false);
|
||||
SelectDialogItemText(dial, kHighNameItem, 0, 1024);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case updateEvt:
|
||||
UpdateNameDialog(dial);
|
||||
EndUpdate(dial->GetWindow());
|
||||
event->what = nullEvent;
|
||||
return(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
return(false);
|
||||
break;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetHighScoreName
|
||||
@@ -494,17 +508,21 @@ void GetHighScoreName (short place)
|
||||
InitCursor();
|
||||
NumToString(theScore, scoreStr);
|
||||
NumToString((long)place, placeStr);
|
||||
ParamText(scoreStr, placeStr, thisHouseName, PSTR(""));
|
||||
|
||||
DialogTextSubstitutions substitutions(scoreStr, placeStr, thisHouseName);
|
||||
|
||||
PlayPrioritySound(kEnergizeSound, kEnergizePriority);
|
||||
BringUpDialog(&theDial, kHighNameDialogID);
|
||||
BringUpDialog(&theDial, kHighNameDialogID, &substitutions);
|
||||
FlushEvents(everyEvent, 0);
|
||||
SetDialogString(theDial, kHighNameItem, highName);
|
||||
SelectDialogItemText(theDial, kHighNameItem, 0, 1024);
|
||||
leaving = false;
|
||||
|
||||
|
||||
UpdateNameDialog(theDial);
|
||||
|
||||
while (!leaving)
|
||||
{
|
||||
ModalDialog(NameFilter, &item);
|
||||
item = theDial->ExecuteModal(NameFilter);
|
||||
|
||||
if (item == kOkayButton)
|
||||
{
|
||||
@@ -524,7 +542,6 @@ void UpdateBannerDialog (Dialog *theDialog)
|
||||
{
|
||||
short nChars;
|
||||
|
||||
DrawDialog(theDialog);
|
||||
DrawDefaultButton(theDialog);
|
||||
|
||||
nChars = GetDialogStringLen(theDialog, kHighBannerItem);
|
||||
@@ -534,7 +551,7 @@ void UpdateBannerDialog (Dialog *theDialog)
|
||||
//-------------------------------------------------------------- BannerFilter
|
||||
// Dialog filter for the "Enter Message" dialog.
|
||||
|
||||
Boolean BannerFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
int16_t BannerFilter(Dialog *dial, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
short nChars;
|
||||
|
||||
@@ -544,44 +561,40 @@ Boolean BannerFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
SetDialogNumToStr(dial, kBannerScoreNCharsItem, (long)nChars);
|
||||
keyStroke = false;
|
||||
}
|
||||
|
||||
switch (event->what)
|
||||
|
||||
if (!evt)
|
||||
return -1;
|
||||
|
||||
if (evt->m_vosEvent.m_eventType == GpVOSEventTypes::kKeyboardInput)
|
||||
{
|
||||
|
||||
case keyDown:
|
||||
keyStroke = true;
|
||||
switch (event->message)
|
||||
const GpKeyboardInputEvent &kbEvent = evt->m_vosEvent.m_event.m_keyboardInputEvent;
|
||||
|
||||
if (kbEvent.m_eventType == GpKeyboardInputEventTypes::kDownChar || kbEvent.m_eventType == GpKeyboardInputEventTypes::kAutoChar)
|
||||
{
|
||||
PlayPrioritySound(kTypingSound, kTypingPriority);
|
||||
keyStroke = true;
|
||||
return -1; // Don't capture, need this to forward to the editbox
|
||||
}
|
||||
else if (kbEvent.m_eventType == GpKeyboardInputEventTypes::kDown)
|
||||
{
|
||||
const intptr_t keyCode = PackVOSKeyCode(kbEvent);
|
||||
|
||||
switch (keyCode)
|
||||
{
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
PlayPrioritySound(kCarriageSound, kCarriagePriority);
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
*item = kOkayButton;
|
||||
return(true);
|
||||
break;
|
||||
PlayPrioritySound(kCarriageSound, kCarriagePriority);
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
return kOkayButton;
|
||||
|
||||
case PL_KEY_SPECIAL(kTab):
|
||||
SelectDialogItemText(dial, kHighBannerItem, 0, 1024);
|
||||
return(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
PlayPrioritySound(kTypingSound, kTypingPriority);
|
||||
return(false);
|
||||
SelectDialogItemText(dial, kHighBannerItem, 0, 1024);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case updateEvt:
|
||||
UpdateBannerDialog(dial);
|
||||
EndUpdate(dial->GetWindow());
|
||||
event->what = nullEvent;
|
||||
return(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
return(false);
|
||||
break;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- GetHighScoreBanner
|
||||
@@ -597,14 +610,16 @@ void GetHighScoreBanner (void)
|
||||
Boolean leaving;
|
||||
|
||||
PlayPrioritySound(kEnergizeSound, kEnergizePriority);
|
||||
BringUpDialog(&theDial, kHighBannerDialogID);
|
||||
BringUpDialog(&theDial, kHighBannerDialogID, nullptr);
|
||||
SetDialogString(theDial, kHighBannerItem, highBanner);
|
||||
SelectDialogItemText(theDial, kHighBannerItem, 0, 1024);
|
||||
leaving = false;
|
||||
|
||||
UpdateBannerDialog(theDial);
|
||||
|
||||
while (!leaving)
|
||||
{
|
||||
ModalDialog(BannerFilter, &item);
|
||||
item = theDial->ExecuteModal(BannerFilter);
|
||||
|
||||
if (item == kOkayButton)
|
||||
{
|
||||
@@ -613,6 +628,8 @@ void GetHighScoreBanner (void)
|
||||
leaving = true;
|
||||
}
|
||||
}
|
||||
|
||||
theDial->Destroy();
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- OpenHighScoresFile
|
||||
|
@@ -17,6 +17,7 @@
|
||||
#include "FileManager.h"
|
||||
#include "HostFileSystem.h"
|
||||
#include "House.h"
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
#include "RectUtils.h"
|
||||
#include "ResourceManager.h"
|
||||
|
||||
@@ -26,7 +27,9 @@
|
||||
|
||||
|
||||
void UpdateGoToDialog (Dialog *);
|
||||
Boolean GoToFilter (Dialog *, EventRecord *, short *);
|
||||
int16_t GoToFilter (Dialog *dial, const TimeTaggedVOSEvent *evt);
|
||||
|
||||
extern PortabilityLayer::ResourceArchive *houseResFork;
|
||||
|
||||
|
||||
houseHand thisHouse;
|
||||
@@ -241,10 +244,7 @@ void WhereDoesGliderBegin (Rect *theRect, short mode)
|
||||
|
||||
Boolean HouseHasOriginalPicts (void)
|
||||
{
|
||||
short nPicts;
|
||||
|
||||
nPicts = Count1Resources('PICT');
|
||||
return (nPicts > 0);
|
||||
return houseResFork->HasAnyResourcesOfType('PICT');
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- CountHouseLinks
|
||||
@@ -595,7 +595,6 @@ void GenerateRetroLinks (void)
|
||||
|
||||
void UpdateGoToDialog (Dialog *theDialog)
|
||||
{
|
||||
DrawDialog(theDialog);
|
||||
DrawDefaultButton(theDialog);
|
||||
FrameDialogItemC(theDialog, 10, kRedOrangeColor8);
|
||||
}
|
||||
@@ -603,37 +602,27 @@ void UpdateGoToDialog (Dialog *theDialog)
|
||||
//-------------------------------------------------------------- GoToFilter
|
||||
// Dialog filter for the "Go To Room..." dialog.
|
||||
|
||||
Boolean GoToFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
int16_t GoToFilter(Dialog *dial, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
switch (event->what)
|
||||
if (!evt)
|
||||
return -1;
|
||||
|
||||
if (evt->IsKeyDownEvent())
|
||||
{
|
||||
case keyDown:
|
||||
switch (event->message)
|
||||
const GpKeyboardInputEvent &keyEvt = evt->m_vosEvent.m_event.m_keyboardInputEvent;
|
||||
switch (PackVOSKeyCode(keyEvt))
|
||||
{
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
*item = kOkayButton;
|
||||
return(true);
|
||||
break;
|
||||
|
||||
default:
|
||||
return(false);
|
||||
}
|
||||
break;
|
||||
|
||||
case updateEvt:
|
||||
SetPortDialogPort(dial);
|
||||
UpdateGoToDialog(dial);
|
||||
EndUpdate(dial->GetWindow());
|
||||
event->what = nullEvent;
|
||||
return(false);
|
||||
break;
|
||||
|
||||
return kOkayButton;
|
||||
|
||||
default:
|
||||
return(false);
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DoGoToDialog
|
||||
@@ -652,7 +641,7 @@ Boolean GoToFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
short item, roomToGoTo;
|
||||
Boolean leaving, canceled;
|
||||
|
||||
BringUpDialog(&theDialog, kGoToDialogID);
|
||||
BringUpDialog(&theDialog, kGoToDialogID, nullptr);
|
||||
|
||||
if (GetFirstRoomNumber() == thisRoomNumber)
|
||||
MyDisableControl(theDialog, kGoToFirstButt);
|
||||
@@ -665,10 +654,12 @@ Boolean GoToFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
|
||||
leaving = false;
|
||||
canceled = false;
|
||||
|
||||
UpdateGoToDialog(theDialog);
|
||||
|
||||
while (!leaving)
|
||||
{
|
||||
ModalDialog(GoToFilter, &item);
|
||||
item = theDialog->ExecuteModal(GoToFilter);
|
||||
|
||||
if (item == kOkayButton)
|
||||
{
|
||||
|
@@ -5,16 +5,19 @@
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
|
||||
#include "PLDialogs.h"
|
||||
#include "PLMovies.h"
|
||||
#include "PLResources.h"
|
||||
#include "PLStringCompare.h"
|
||||
#include "PLTextUtils.h"
|
||||
#include "PLPasStr.h"
|
||||
#include "BitmapImage.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
#include "Environ.h"
|
||||
#include "FileManager.h"
|
||||
#include "HostFileSystem.h"
|
||||
#include "HostSystemServices.h"
|
||||
#include "House.h"
|
||||
#include "IOStream.h"
|
||||
#include "ObjectEdit.h"
|
||||
@@ -32,14 +35,16 @@ void CloseHouseMovie (void);
|
||||
Boolean IsFileReadOnly (const VFileSpec &);
|
||||
|
||||
|
||||
Movie theMovie;
|
||||
AnimationPlayer theMovie;
|
||||
Rect movieRect;
|
||||
short houseResFork, wasHouseVersion;
|
||||
PortabilityLayer::ResourceArchive *houseResFork;
|
||||
short wasHouseVersion;
|
||||
PortabilityLayer::IOStream *houseStream;
|
||||
Boolean houseOpen, fileDirty, gameDirty;
|
||||
Boolean changeLockStateOfHouse, saveHouseLocked, houseIsReadOnly;
|
||||
Boolean hasMovie, tvInRoom;
|
||||
|
||||
|
||||
extern VFileSpec *theHousesSpecs;
|
||||
extern short thisHouseIndex, tvWithMovieNumber;
|
||||
extern short numberRooms, housesFound;
|
||||
@@ -48,31 +53,12 @@ extern Boolean phoneBitSet, bannerStarCountOn;
|
||||
|
||||
|
||||
//============================================================== Functions
|
||||
//-------------------------------------------------------------- LoopMovie
|
||||
|
||||
void LoopMovie (void)
|
||||
{
|
||||
THandle<long> theLoop;
|
||||
UserData theUserData;
|
||||
short theCount;
|
||||
|
||||
theLoop = NewHandle(sizeof(long)).StaticCast<long>();
|
||||
(**theLoop) = 0;
|
||||
theUserData = GetMovieUserData(theMovie);
|
||||
theCount = CountUserDataType(theUserData, 'LOOP');
|
||||
while (theCount--)
|
||||
{
|
||||
RemoveUserData(theUserData, 'LOOP', 1);
|
||||
}
|
||||
AddUserData(theUserData, theLoop.StaticCast<void>(), 'LOOP');
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- OpenHouseMovie
|
||||
|
||||
void OpenHouseMovie (void)
|
||||
{
|
||||
#ifdef COMPILEQT
|
||||
TimeBase theTime;
|
||||
VFileSpec theSpec;
|
||||
VFileInfo finderInfo;
|
||||
Handle spaceSaver;
|
||||
@@ -88,60 +74,24 @@ void OpenHouseMovie (void)
|
||||
theErr = FSpGetFInfo(theSpec, finderInfo);
|
||||
if (theErr != PLErrors::kNone)
|
||||
return;
|
||||
|
||||
theErr = OpenMovieFile(theSpec, &movieRefNum, 0);
|
||||
if (theErr != PLErrors::kNone)
|
||||
|
||||
AnimationPackage *anim = AnimationPackage::Create();
|
||||
if (!anim)
|
||||
return;
|
||||
|
||||
if (!anim->Load(theSpec.m_dir, theSpec.m_name))
|
||||
{
|
||||
anim->Destroy();
|
||||
YellowAlert(kYellowQTMovieNotLoaded, theErr);
|
||||
return;
|
||||
}
|
||||
|
||||
theErr = NewMovieFromFile(&theMovie, movieRefNum, nil, theSpec.m_name,
|
||||
newMovieActive, &dataRefWasChanged);
|
||||
if (theErr != PLErrors::kNone)
|
||||
{
|
||||
YellowAlert(kYellowQTMovieNotLoaded, theErr);
|
||||
theErr = CloseMovieFile(movieRefNum);
|
||||
return;
|
||||
}
|
||||
theErr = CloseMovieFile(movieRefNum);
|
||||
|
||||
spaceSaver = NewHandle(307200L);
|
||||
if (spaceSaver == nil)
|
||||
{
|
||||
YellowAlert(kYellowQTMovieNotLoaded, 749);
|
||||
CloseHouseMovie();
|
||||
return;
|
||||
}
|
||||
|
||||
GoToBeginningOfMovie(theMovie);
|
||||
theErr = LoadMovieIntoRam(theMovie,
|
||||
GetMovieTime(theMovie, 0L), GetMovieDuration(theMovie), 0);
|
||||
if (theErr != PLErrors::kNone)
|
||||
{
|
||||
YellowAlert(kYellowQTMovieNotLoaded, theErr);
|
||||
spaceSaver.Dispose();
|
||||
CloseHouseMovie();
|
||||
return;
|
||||
}
|
||||
spaceSaver.Dispose();
|
||||
|
||||
theErr = PrerollMovie(theMovie, 0, 0x000F0000);
|
||||
if (theErr != PLErrors::kNone)
|
||||
{
|
||||
YellowAlert(kYellowQTMovieNotLoaded, theErr);
|
||||
CloseHouseMovie();
|
||||
return;
|
||||
}
|
||||
|
||||
theTime = GetMovieTimeBase(theMovie);
|
||||
SetTimeBaseFlags(theTime, loopTimeBase);
|
||||
SetMovieMasterTimeBase(theMovie, theTime, nil);
|
||||
LoopMovie();
|
||||
|
||||
GetMovieBox(theMovie, &movieRect);
|
||||
|
||||
movieRect = (*anim->GetFrame(0))->GetRect();
|
||||
|
||||
hasMovie = true;
|
||||
theMovie.SetPackage(anim);
|
||||
|
||||
AnimationManager::GetInstance()->RegisterPlayer(&theMovie);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
@@ -155,9 +105,10 @@ void CloseHouseMovie (void)
|
||||
|
||||
if ((thisMac.hasQT) && (hasMovie))
|
||||
{
|
||||
theErr = LoadMovieIntoRam(theMovie,
|
||||
GetMovieTime(theMovie, 0L), GetMovieDuration(theMovie), flushFromRam);
|
||||
DisposeMovie(theMovie);
|
||||
AnimationManager::GetInstance()->RemovePlayer(&theMovie);
|
||||
|
||||
theMovie.m_animPackage->Destroy();
|
||||
theMovie.m_animPackage = nullptr;
|
||||
}
|
||||
#endif
|
||||
hasMovie = false;
|
||||
@@ -191,8 +142,10 @@ Boolean OpenHouse (void)
|
||||
|
||||
houseOpen = true;
|
||||
OpenHouseResFork();
|
||||
|
||||
hasMovie = false;
|
||||
|
||||
if (hasMovie)
|
||||
CloseHouseMovie();
|
||||
|
||||
tvInRoom = false;
|
||||
tvWithMovieNumber = -1;
|
||||
OpenHouseMovie();
|
||||
@@ -324,8 +277,28 @@ void ByteSwapRect(Rect *rect)
|
||||
PortabilityLayer::ByteSwap::BigInt16(rect->right);
|
||||
}
|
||||
|
||||
template<size_t TSize>
|
||||
void SanitizePascalStr(uint8_t(&chars)[TSize])
|
||||
{
|
||||
const size_t maxLength = TSize - 1;
|
||||
size_t strLength = chars[0];
|
||||
if (strLength > maxLength)
|
||||
{
|
||||
strLength = maxLength;
|
||||
chars[0] = static_cast<uint8_t>(maxLength);
|
||||
}
|
||||
|
||||
for (size_t i = 1 + strLength; i < TSize; i++)
|
||||
chars[i] = 0;
|
||||
}
|
||||
|
||||
void ByteSwapScores(scoresType *scores)
|
||||
{
|
||||
SanitizePascalStr(scores->banner);
|
||||
|
||||
for (int i = 0; i < kMaxScores; i++)
|
||||
SanitizePascalStr(scores->names[i]);
|
||||
|
||||
for (int i = 0; i < kMaxScores; i++)
|
||||
PortabilityLayer::ByteSwap::BigInt32(scores->scores[i]);
|
||||
|
||||
@@ -412,11 +385,19 @@ void ByteSwapClutter(clutterType *clutter)
|
||||
PortabilityLayer::ByteSwap::BigInt16(clutter->pict);
|
||||
}
|
||||
|
||||
void ByteSwapObject(objectType *obj)
|
||||
void ByteSwapObject(objectType *obj, bool isSwappedAfter)
|
||||
{
|
||||
int16_t objWhat = 0;
|
||||
|
||||
if (isSwappedAfter)
|
||||
objWhat = obj->what;
|
||||
|
||||
PortabilityLayer::ByteSwap::BigInt16(obj->what);
|
||||
|
||||
switch (obj->what)
|
||||
if (!isSwappedAfter)
|
||||
objWhat = obj->what;
|
||||
|
||||
switch (objWhat)
|
||||
{
|
||||
case kFloorVent:
|
||||
case kCeilingVent:
|
||||
@@ -566,8 +547,10 @@ void ByteSwapObject(objectType *obj)
|
||||
};
|
||||
}
|
||||
|
||||
void ByteSwapRoom(roomType *room)
|
||||
void ByteSwapRoom(roomType *room, bool isSwappedAfter)
|
||||
{
|
||||
SanitizePascalStr(room->name);
|
||||
|
||||
PortabilityLayer::ByteSwap::BigInt16(room->bounds);
|
||||
|
||||
PortabilityLayer::ByteSwap::BigInt16(room->background);
|
||||
@@ -580,28 +563,39 @@ void ByteSwapRoom(roomType *room)
|
||||
PortabilityLayer::ByteSwap::BigInt16(room->openings);
|
||||
PortabilityLayer::ByteSwap::BigInt16(room->numObjects);
|
||||
for (int i = 0; i < kMaxRoomObs; i++)
|
||||
ByteSwapObject(room->objects + i);
|
||||
ByteSwapObject(room->objects + i, isSwappedAfter);
|
||||
}
|
||||
|
||||
bool ByteSwapHouse(housePtr house, size_t sizeInBytes)
|
||||
bool ByteSwapHouse(housePtr house, size_t sizeInBytes, bool isSwappedAfter)
|
||||
{
|
||||
size_t nRooms = 0;
|
||||
|
||||
if (isSwappedAfter)
|
||||
nRooms = house->nRooms;
|
||||
|
||||
PortabilityLayer::ByteSwap::BigInt16(house->version);
|
||||
PortabilityLayer::ByteSwap::BigInt16(house->unusedShort);
|
||||
PortabilityLayer::ByteSwap::BigInt32(house->timeStamp);
|
||||
PortabilityLayer::ByteSwap::BigInt32(house->flags);
|
||||
ByteSwapPoint(&house->initial);
|
||||
SanitizePascalStr(house->banner);
|
||||
SanitizePascalStr(house->trailer);
|
||||
ByteSwapScores(&house->highScores);
|
||||
ByteSwapSavedGame(&house->savedGame);
|
||||
PortabilityLayer::ByteSwap::BigInt16(house->firstRoom);
|
||||
PortabilityLayer::ByteSwap::BigInt16(house->nRooms);
|
||||
|
||||
if (!isSwappedAfter)
|
||||
nRooms = house->nRooms;
|
||||
|
||||
const size_t roomDataSize = sizeInBytes - houseType::kBinaryDataSize;
|
||||
if (house->nRooms < 1 || roomDataSize / sizeof(roomType) < static_cast<size_t>(house->nRooms))
|
||||
if (nRooms < 0 || roomDataSize / sizeof(roomType) < nRooms)
|
||||
return false;
|
||||
|
||||
const size_t nRooms = static_cast<size_t>(house->nRooms);
|
||||
for (size_t i = 0; i < nRooms; i++)
|
||||
ByteSwapRoom(house->rooms + i);
|
||||
ByteSwapRoom(house->rooms + i, isSwappedAfter);
|
||||
|
||||
house->padding = 0;
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -677,7 +671,7 @@ Boolean ReadHouse (void)
|
||||
memmove((*thisHouse)->rooms, houseDataBytes + houseType::kBinaryDataSize, roomDataSize);
|
||||
}
|
||||
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount));
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount), false);
|
||||
|
||||
numberRooms = (*thisHouse)->nRooms;
|
||||
#ifdef COMPILEDEMO
|
||||
@@ -748,8 +742,6 @@ Boolean WriteHouse (Boolean checkIt)
|
||||
UInt32 timeStamp;
|
||||
long byteCount;
|
||||
PLError_t theErr;
|
||||
|
||||
PL_NotYetImplemented();
|
||||
|
||||
if (!houseOpen)
|
||||
{
|
||||
@@ -772,9 +764,10 @@ Boolean WriteHouse (Boolean checkIt)
|
||||
|
||||
if (fileDirty)
|
||||
{
|
||||
GetDateTime(&timeStamp);
|
||||
timeStamp &= 0x7FFFFFFF;
|
||||
|
||||
int64_t currentTime = PortabilityLayer::HostSystemServices::GetInstance()->GetTime();
|
||||
if (currentTime > 0x7fffffff)
|
||||
currentTime = 0x7fffffff;
|
||||
|
||||
if (changeLockStateOfHouse)
|
||||
houseUnlocked = !saveHouseLocked;
|
||||
|
||||
@@ -786,26 +779,26 @@ Boolean WriteHouse (Boolean checkIt)
|
||||
(*thisHouse)->version = wasHouseVersion;
|
||||
}
|
||||
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount));
|
||||
|
||||
long headerSize = houseType::kBinaryDataSize;
|
||||
long roomsSize = sizeof(roomType) * (*thisHouse)->nRooms;
|
||||
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount), true);
|
||||
|
||||
if (houseStream->Write(*thisHouse, headerSize) != headerSize)
|
||||
{
|
||||
CheckFileError(PLErrors::kIOError, thisHouseName);
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount));
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount), false);
|
||||
return(false);
|
||||
}
|
||||
|
||||
if (houseStream->Write((*thisHouse)->rooms, roomsSize) != roomsSize)
|
||||
{
|
||||
CheckFileError(PLErrors::kIOError, thisHouseName);
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount));
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount), false);
|
||||
return(false);
|
||||
}
|
||||
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount));
|
||||
ByteSwapHouse(*thisHouse, static_cast<size_t>(byteCount), false);
|
||||
|
||||
if (!houseStream->Truncate(byteCount))
|
||||
{
|
||||
@@ -869,13 +862,11 @@ Boolean CloseHouse (void)
|
||||
void OpenHouseResFork (void)
|
||||
{
|
||||
PortabilityLayer::ResourceManager *rm = PortabilityLayer::ResourceManager::GetInstance();
|
||||
if (houseResFork == -1)
|
||||
if (houseResFork == nullptr)
|
||||
{
|
||||
houseResFork = rm->OpenResFork(theHousesSpecs[thisHouseIndex].m_dir, theHousesSpecs[thisHouseIndex].m_name);
|
||||
if (houseResFork < 0)
|
||||
houseResFork = rm->LoadResFile(theHousesSpecs[thisHouseIndex].m_dir, theHousesSpecs[thisHouseIndex].m_name);
|
||||
if (!houseResFork)
|
||||
YellowAlert(kYellowFailedResOpen, PLErrors::kResourceError);
|
||||
else
|
||||
UseResFile(houseResFork);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -884,12 +875,12 @@ void OpenHouseResFork (void)
|
||||
|
||||
void CloseHouseResFork (void)
|
||||
{
|
||||
if (houseResFork != -1)
|
||||
if (houseResFork)
|
||||
{
|
||||
PortabilityLayer::ResourceManager *rm = PortabilityLayer::ResourceManager::GetInstance();
|
||||
|
||||
rm->CloseResFile(houseResFork);
|
||||
houseResFork = -1;
|
||||
houseResFork->Destroy();
|
||||
houseResFork = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -908,8 +899,8 @@ Boolean QuerySaveChanges (void)
|
||||
|
||||
InitCursor();
|
||||
// CenterAlert(kSaveChangesAlert);
|
||||
ParamText(thisHouseName, PSTR(""), PSTR(""), PSTR(""));
|
||||
hitWhat = Alert(kSaveChangesAlert, nil);
|
||||
DialogTextSubstitutions substitutions(thisHouseName);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kSaveChangesAlert, &substitutions);
|
||||
if (hitWhat == kSaveChanges)
|
||||
{
|
||||
if (wasHouseVersion < kHouseVersion)
|
||||
@@ -954,9 +945,9 @@ void YellowAlert (short whichAlert, short identifier)
|
||||
NumToString((long)identifier, errNumStr);
|
||||
|
||||
// CenterAlert(kYellowAlert);
|
||||
ParamText(errStr, errNumStr, PSTR(""), PSTR(""));
|
||||
DialogTextSubstitutions substitutions(errStr, errNumStr);
|
||||
|
||||
whoCares = Alert(kYellowAlert, nil);
|
||||
whoCares = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kYellowAlert, &substitutions);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- IsFileReadOnly
|
||||
@@ -965,3 +956,14 @@ Boolean IsFileReadOnly (const VFileSpec &spec)
|
||||
{
|
||||
return PortabilityLayer::FileManager::GetInstance()->FileLocked(spec.m_dir, spec.m_name);
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- LoadHousePicture
|
||||
|
||||
THandle<void> LoadHouseResource(const PortabilityLayer::ResTypeID &resTypeID, int16_t resID)
|
||||
{
|
||||
THandle<void> hdl = houseResFork->LoadResource(resTypeID, resID);
|
||||
if (hdl != nullptr)
|
||||
return hdl;
|
||||
|
||||
return PortabilityLayer::ResourceManager::GetInstance()->GetAppResource(resTypeID, resID);
|
||||
}
|
||||
|
@@ -12,6 +12,11 @@
|
||||
#include "Externs.h"
|
||||
#include "DialogManager.h"
|
||||
#include "DialogUtils.h"
|
||||
#include "HostDisplayDriver.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
#include "PLArrayView.h"
|
||||
#include "PLEditboxWidget.h"
|
||||
#include "PLTimeTaggedVOSEvent.h"
|
||||
|
||||
|
||||
#define kHouseInfoDialogID 1001
|
||||
@@ -29,7 +34,7 @@
|
||||
|
||||
long CountTotalHousePoints (void);
|
||||
void UpdateHouseInfoDialog (Dialog *);
|
||||
Boolean HouseFilter (Dialog *, EventRecord *, short *);
|
||||
int16_t HouseFilter(Dialog *dial, const TimeTaggedVOSEvent *evt);
|
||||
Boolean WarnLockingHouse (void);
|
||||
void HowToZeroScores (void);
|
||||
|
||||
@@ -107,7 +112,6 @@ void UpdateHouseInfoDialog (Dialog *theDialog)
|
||||
{
|
||||
short nChars;
|
||||
|
||||
DrawDialog(theDialog);
|
||||
nChars = GetDialogStringLen(theDialog, kBannerTextItem);
|
||||
SetDialogNumToStr(theDialog, kBannerNCharsItem, (long)nChars);
|
||||
nChars = GetDialogStringLen(theDialog, kTrailerTextItem);
|
||||
@@ -119,7 +123,7 @@ void UpdateHouseInfoDialog (Dialog *theDialog)
|
||||
|
||||
//-------------------------------------------------------------- HouseFilter
|
||||
|
||||
Boolean HouseFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
int16_t HouseFilter(Dialog *dial, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
Point mouseIs;
|
||||
short nChars;
|
||||
@@ -132,70 +136,66 @@ Boolean HouseFilter (Dialog *dial, EventRecord *event, short *item)
|
||||
SetDialogNumToStr(dial, kTrailerNCharsItem, (long)nChars);
|
||||
keyHit = false;
|
||||
}
|
||||
|
||||
switch (event->what)
|
||||
{
|
||||
case keyDown:
|
||||
switch (event->message)
|
||||
{
|
||||
case PL_KEY_SPECIAL(kEnter):
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
*item = kOkayButton;
|
||||
return(true);
|
||||
break;
|
||||
|
||||
case PL_KEY_SPECIAL(kEscape):
|
||||
FlashDialogButton(dial, kCancelButton);
|
||||
*item = kCancelButton;
|
||||
return(true);
|
||||
break;
|
||||
|
||||
default:
|
||||
keyHit = true;
|
||||
return(false);
|
||||
}
|
||||
break;
|
||||
|
||||
case mouseDown:
|
||||
return(false);
|
||||
break;
|
||||
|
||||
case mouseUp:
|
||||
return(false);
|
||||
break;
|
||||
|
||||
case updateEvt:
|
||||
SetPortDialogPort(dial);
|
||||
UpdateHouseInfoDialog(dial);
|
||||
EndUpdate(dial->GetWindow());
|
||||
event->what = nullEvent;
|
||||
return(false);
|
||||
break;
|
||||
|
||||
default:
|
||||
mouseIs = event->where;
|
||||
mouseIs -= dial->GetWindow()->TopLeftCoord();
|
||||
if ((PtInRect(mouseIs, &houseEditText1)) ||
|
||||
(PtInRect(mouseIs, &houseEditText2)))
|
||||
if (evt)
|
||||
{
|
||||
if (evt->m_vosEvent.m_eventType == GpVOSEventTypes::kKeyboardInput)
|
||||
{
|
||||
if (houseCursorIs != kBeamCursor)
|
||||
const GpKeyboardInputEvent &keyEvt = evt->m_vosEvent.m_event.m_keyboardInputEvent;
|
||||
|
||||
if (keyEvt.m_eventType == GpKeyboardInputEventTypes::kDown)
|
||||
{
|
||||
SetBuiltinCursor(iBeamCursor);
|
||||
houseCursorIs = kBeamCursor;
|
||||
switch (PackVOSKeyCode(keyEvt))
|
||||
{
|
||||
case PL_KEY_NUMPAD_SPECIAL(kEnter):
|
||||
FlashDialogButton(dial, kOkayButton);
|
||||
return kOkayButton;
|
||||
|
||||
case PL_KEY_SPECIAL(kEscape):
|
||||
FlashDialogButton(dial, kCancelButton);
|
||||
return kCancelButton;
|
||||
|
||||
default:
|
||||
keyHit = true;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
else if (keyEvt.m_eventType == GpKeyboardInputEventTypes::kDownChar || keyEvt.m_eventType == GpKeyboardInputEventTypes::kAutoChar)
|
||||
{
|
||||
keyHit = true;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (evt->m_vosEvent.m_eventType == GpVOSEventTypes::kMouseInput)
|
||||
{
|
||||
if (houseCursorIs != kArrowCursor)
|
||||
const GpMouseInputEvent &mouseEvt = evt->m_vosEvent.m_event.m_mouseInputEvent;
|
||||
|
||||
if (mouseEvt.m_eventType == GpMouseEventTypes::kMove)
|
||||
{
|
||||
InitCursor();
|
||||
houseCursorIs = kArrowCursor;
|
||||
mouseIs = Point::Create(mouseEvt.m_x, mouseEvt.m_y);
|
||||
mouseIs -= dial->GetWindow()->TopLeftCoord();
|
||||
if ((houseEditText1.Contains(mouseIs)) ||
|
||||
(houseEditText2.Contains(mouseIs)))
|
||||
{
|
||||
if (houseCursorIs != kBeamCursor)
|
||||
{
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetStandardCursor(EGpStandardCursors::kIBeam);
|
||||
houseCursorIs = kBeamCursor;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (houseCursorIs != kArrowCursor)
|
||||
{
|
||||
InitCursor();
|
||||
houseCursorIs = kArrowCursor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return(false);
|
||||
break;
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- DoHouseInfo
|
||||
@@ -224,16 +224,19 @@ void DoHouseInfo (void)
|
||||
NumToString((long)version >> 8, versStr); // Convert version to two strings<67>
|
||||
NumToString((long)version % 0x0100, loVers); // the 1's and 1/10th's part.
|
||||
NumToString((long)numRooms, nRoomsStr); // Number of rooms -> string.
|
||||
|
||||
ParamText(versStr, loVers, nRoomsStr, PSTR(""));
|
||||
|
||||
DialogTextSubstitutions substitutions(versStr, loVers, nRoomsStr);
|
||||
|
||||
// CenterDialog(kHouseInfoDialogID);
|
||||
houseInfoDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(kHouseInfoDialogID, kPutInFront);
|
||||
houseInfoDialog = PortabilityLayer::DialogManager::GetInstance()->LoadDialog(kHouseInfoDialogID, kPutInFront, &substitutions);
|
||||
if (houseInfoDialog == nil)
|
||||
RedAlert(kErrDialogDidntLoad);
|
||||
SetPort((GrafPtr)houseInfoDialog);
|
||||
SetPort(&houseInfoDialog->GetWindow()->GetDrawSurface()->m_port);
|
||||
ShowWindow(houseInfoDialog->GetWindow());
|
||||
|
||||
|
||||
static_cast<PortabilityLayer::EditboxWidget*>(houseInfoDialog->GetItems()[kBannerTextItem - 1].GetWidget())->SetMultiLine(true);
|
||||
static_cast<PortabilityLayer::EditboxWidget*>(houseInfoDialog->GetItems()[kTrailerTextItem - 1].GetWidget())->SetMultiLine(true);
|
||||
|
||||
SetDialogString(houseInfoDialog, kBannerTextItem, banner);
|
||||
SetDialogString(houseInfoDialog, kTrailerTextItem, trailer);
|
||||
SelectDialogItemText(houseInfoDialog, kBannerTextItem, 0, 1024);
|
||||
@@ -241,10 +244,12 @@ void DoHouseInfo (void)
|
||||
GetDialogItemRect(houseInfoDialog, kTrailerTextItem, &houseEditText2);
|
||||
houseCursorIs = kArrowCursor;
|
||||
leaving = false;
|
||||
|
||||
UpdateHouseInfoDialog(houseInfoDialog);
|
||||
|
||||
while (!leaving)
|
||||
{
|
||||
ModalDialog(HouseFilter, &item);
|
||||
item = houseInfoDialog->ExecuteModal(HouseFilter);
|
||||
|
||||
if (item == kOkayButton)
|
||||
{
|
||||
@@ -297,7 +302,7 @@ Boolean WarnLockingHouse (void)
|
||||
short hitWhat;
|
||||
|
||||
// CenterAlert(kLockHouseAlert);
|
||||
hitWhat = Alert(kLockHouseAlert, nil);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kLockHouseAlert, nullptr);
|
||||
|
||||
return (hitWhat == 1);
|
||||
}
|
||||
@@ -309,7 +314,7 @@ void HowToZeroScores (void)
|
||||
short hitWhat;
|
||||
|
||||
// CenterAlert(kZeroScoresAlert);
|
||||
hitWhat = Alert(kZeroScoresAlert, nil);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kZeroScoresAlert, nullptr);
|
||||
|
||||
switch (hitWhat)
|
||||
{
|
||||
|
@@ -648,8 +648,8 @@ void CheckDuplicateFloorSuite (void)
|
||||
{
|
||||
bitPlace = (((*thisHouse)->rooms[i].floor + 7) * 128) +
|
||||
(*thisHouse)->rooms[i].suite;
|
||||
if ((bitPlace < 0) || (bitPlace >= 8192))
|
||||
DebugStr(PSTR("Blew array"));
|
||||
//if ((bitPlace < 0) || (bitPlace >= 8192))
|
||||
// DebugStr(PSTR("Blew array"));
|
||||
if (pidgeonHoles[bitPlace] != 0)
|
||||
{
|
||||
houseErrors++;
|
||||
|
@@ -8,9 +8,11 @@
|
||||
#include "PLToolUtils.h"
|
||||
#include "PLDialogs.h"
|
||||
#include "PLKeyEncoding.h"
|
||||
#include "DialogManager.h"
|
||||
#include "Externs.h"
|
||||
#include "InputManager.h"
|
||||
#include "MainWindow.h"
|
||||
#include "QDPixMap.h"
|
||||
#include "RectUtils.h"
|
||||
|
||||
|
||||
@@ -220,7 +222,7 @@ void DoHeliumEngaged (gliderPtr thisGlider)
|
||||
|
||||
#else
|
||||
|
||||
if (theKeys->IsSet(kCommandKeyMap))
|
||||
if (theKeys->IsSet(PL_KEY_EITHER_SPECIAL(kControl)))
|
||||
DoCommandKey();
|
||||
|
||||
#endif
|
||||
@@ -468,7 +470,7 @@ Boolean QuerySaveGame (void)
|
||||
InitCursor();
|
||||
FlushEvents(everyEvent, 0);
|
||||
// CenterAlert(kSaveGameAlert);
|
||||
hitWhat = Alert(kSaveGameAlert, nil);
|
||||
hitWhat = PortabilityLayer::DialogManager::GetInstance()->DisplayAlert(kSaveGameAlert, nullptr);
|
||||
if (hitWhat == kYesSaveGameButton)
|
||||
return (true);
|
||||
else
|
||||
|
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "Externs.h"
|
||||
#include "Environ.h"
|
||||
#include "HostDisplayDriver.h"
|
||||
#include "IGpDisplayDriver.h"
|
||||
#include "Map.h"
|
||||
#include "MenuManager.h"
|
||||
#include "PLKeyEncoding.h"
|
||||
@@ -20,22 +22,21 @@
|
||||
#define kHoriCursorID 130
|
||||
#define kDiagCursorID 131
|
||||
|
||||
struct IGpCursor;
|
||||
|
||||
extern THandle<Rect> mirrorRects;
|
||||
extern WindowPtr mapWindow, toolsWindow, linkWindow;
|
||||
extern WindowPtr menuWindow;
|
||||
extern Rect shieldRect, boardSrcRect, localRoomsDest[];
|
||||
extern CursHandle handCursorH, vertCursorH, horiCursorH;
|
||||
extern CursHandle diagCursorH;
|
||||
extern Cursor handCursor, vertCursor, horiCursor;
|
||||
extern Cursor diagCursor;
|
||||
extern IGpCursor *handCursor, *vertCursor, *horiCursor;
|
||||
extern IGpCursor *diagCursor;
|
||||
extern MenuHandle appleMenu, gameMenu, optionsMenu, houseMenu;
|
||||
extern Point shieldPt;
|
||||
extern long incrementModeTime;
|
||||
extern UInt32 doubleTime;
|
||||
extern short fadeInSequence[], idleMode;
|
||||
extern short toolSelected, lastBackground, wasFlower, numExtraHouses;
|
||||
extern short houseResFork, lastHighScore, maxFiles, willMaxFiles;
|
||||
extern short lastHighScore, maxFiles, willMaxFiles;
|
||||
extern Boolean quitting, playing, fadeGraysOut;
|
||||
extern Boolean houseOpen, newRoomNow, evenFrame, menusUp, demoGoing;
|
||||
extern Boolean twoPlayerGame, paused, hasMirror, splashDrawn;
|
||||
@@ -81,25 +82,21 @@ void InitializeMenus (void)
|
||||
|
||||
void GetExtraCursors (void)
|
||||
{
|
||||
handCursorH = GetCursor(kHandCursorID);
|
||||
if (handCursorH == nil)
|
||||
handCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadCursor(false, kHandCursorID);
|
||||
if (handCursor == nil)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
handCursor = **handCursorH;
|
||||
|
||||
vertCursorH = GetCursor(kVertCursorID);
|
||||
if (vertCursorH == nil)
|
||||
vertCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadCursor(false, kVertCursorID);
|
||||
if (vertCursor == nil)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
vertCursor = **vertCursorH;
|
||||
|
||||
horiCursorH = GetCursor(kHoriCursorID);
|
||||
if (horiCursorH == nil)
|
||||
horiCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadCursor(false, kHoriCursorID);
|
||||
if (horiCursor == nil)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
horiCursor = **horiCursorH;
|
||||
|
||||
diagCursorH = GetCursor(kDiagCursorID);
|
||||
if (diagCursorH == nil)
|
||||
diagCursor = PortabilityLayer::HostDisplayDriver::GetInstance()->LoadCursor(false, kDiagCursorID);
|
||||
if (diagCursor == nil)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
diagCursor = **diagCursorH;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- VariableInit
|
||||
@@ -151,7 +148,6 @@ void VariableInit (void)
|
||||
thisRoomNumber = 0;
|
||||
previousRoom = -1;
|
||||
toolSelected = kSelectTool;
|
||||
houseResFork = -1;
|
||||
lastBackground = kBaseBackgroundID;
|
||||
wasFlower = RandomInt(kNumFlowers);
|
||||
lastHighScore = -1;
|
||||
@@ -177,7 +173,7 @@ void VariableInit (void)
|
||||
fadeInSequence[14] = 9;
|
||||
fadeInSequence[15] = 10;
|
||||
|
||||
doubleTime = GetDblTime();
|
||||
doubleTime = 30; // PL_NotYetImplemented_TODO: Get this from the system settings
|
||||
|
||||
mirrorRects = nil;
|
||||
mainWindow = nil;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user