From d1f9ee730b9cd6a182c661b7a3219d566231ac20 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 30 Nov 2020 15:55:37 -0330 Subject: [PATCH] Add high score stuff to Xcode project. --- src/gui/GameInfoDialog.cxx | 1 - src/macos/stella.xcodeproj/project.pbxproj | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index 87b89014e..c528beb8d 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -202,7 +202,6 @@ void GameInfoDialog::addConsoleTab() fontWidth = _font.getMaxCharWidth(); const int VBORDER = fontHeight / 2; const int HBORDER = fontWidth * 1.25; - const int INDENT = fontWidth * 2; const int VGAP = fontHeight / 4; int xpos, ypos, lwidth, tabID; diff --git a/src/macos/stella.xcodeproj/project.pbxproj b/src/macos/stella.xcodeproj/project.pbxproj index 0a337371d..fb2ad9f74 100644 --- a/src/macos/stella.xcodeproj/project.pbxproj +++ b/src/macos/stella.xcodeproj/project.pbxproj @@ -415,6 +415,12 @@ DC8078EB0B4BD697005E9305 /* UIDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC8078E70B4BD697005E9305 /* UIDialog.hxx */; }; DC816CF62572F92A00FBCCDA /* json.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC816CF42572F92A00FBCCDA /* json.hxx */; }; DC816CF72572F92A00FBCCDA /* json_lib.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC816CF52572F92A00FBCCDA /* json_lib.hxx */; }; + DC816CFC25757D9A00FBCCDA /* HighScoresManager.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC816CF925757D9A00FBCCDA /* HighScoresManager.hxx */; }; + DC816CFD25757D9A00FBCCDA /* HighScoresManager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC816CFA25757D9A00FBCCDA /* HighScoresManager.cxx */; }; + DC816D0225757DC300FBCCDA /* HighScoresDialog.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC816CFE25757DC200FBCCDA /* HighScoresDialog.hxx */; }; + DC816D0325757DC300FBCCDA /* HighScoresDialog.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC816CFF25757DC200FBCCDA /* HighScoresDialog.cxx */; }; + DC816D0425757DC300FBCCDA /* HighScoresMenu.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC816D0025757DC200FBCCDA /* HighScoresMenu.cxx */; }; + DC816D0525757DC300FBCCDA /* HighScoresMenu.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC816D0125757DC200FBCCDA /* HighScoresMenu.hxx */; }; DC84397B247B294E00C6A4FC /* CartTVBoy.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC843979247B294D00C6A4FC /* CartTVBoy.hxx */; }; DC84397C247B294E00C6A4FC /* CartTVBoy.cxx in Sources */ = {isa = PBXBuildFile; fileRef = DC84397A247B294D00C6A4FC /* CartTVBoy.cxx */; }; DC84397F247B297A00C6A4FC /* CartTVBoyWidget.hxx in Headers */ = {isa = PBXBuildFile; fileRef = DC84397D247B297A00C6A4FC /* CartTVBoyWidget.hxx */; }; @@ -1185,6 +1191,12 @@ DC8078E70B4BD697005E9305 /* UIDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = UIDialog.hxx; sourceTree = ""; }; DC816CF42572F92A00FBCCDA /* json.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json.hxx; sourceTree = ""; }; DC816CF52572F92A00FBCCDA /* json_lib.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json_lib.hxx; sourceTree = ""; }; + DC816CF925757D9A00FBCCDA /* HighScoresManager.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HighScoresManager.hxx; sourceTree = ""; }; + DC816CFA25757D9A00FBCCDA /* HighScoresManager.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HighScoresManager.cxx; sourceTree = ""; }; + DC816CFE25757DC200FBCCDA /* HighScoresDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HighScoresDialog.hxx; sourceTree = ""; }; + DC816CFF25757DC200FBCCDA /* HighScoresDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HighScoresDialog.cxx; sourceTree = ""; }; + DC816D0025757DC200FBCCDA /* HighScoresMenu.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HighScoresMenu.cxx; sourceTree = ""; }; + DC816D0125757DC200FBCCDA /* HighScoresMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HighScoresMenu.hxx; sourceTree = ""; }; DC843979247B294D00C6A4FC /* CartTVBoy.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartTVBoy.hxx; sourceTree = ""; }; DC84397A247B294D00C6A4FC /* CartTVBoy.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CartTVBoy.cxx; sourceTree = ""; }; DC84397D247B297A00C6A4FC /* CartTVBoyWidget.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CartTVBoyWidget.hxx; sourceTree = ""; }; @@ -1794,6 +1806,8 @@ DCE395EA16CB0B5F008DB1E5 /* FSNodeFactory.hxx */, DCE395EB16CB0B5F008DB1E5 /* FSNodeZIP.cxx */, DCE395EC16CB0B5F008DB1E5 /* FSNodeZIP.hxx */, + DC816CFA25757D9A00FBCCDA /* HighScoresManager.cxx */, + DC816CF925757D9A00FBCCDA /* HighScoresManager.hxx */, E08D2F3C23089B9B000BD709 /* JoyMap.cxx */, E08D2F3D23089B9B000BD709 /* JoyMap.hxx */, DCBD31E72299ADB400567357 /* KeyMap.cxx */, @@ -2119,6 +2133,10 @@ 2DDBEAB6084578BF00812C11 /* GuiObject.hxx */, 2DDBEAB8084578BF00812C11 /* HelpDialog.cxx */, 2DDBEAB9084578BF00812C11 /* HelpDialog.hxx */, + DC816CFF25757DC200FBCCDA /* HighScoresDialog.cxx */, + DC816CFE25757DC200FBCCDA /* HighScoresDialog.hxx */, + DC816D0025757DC200FBCCDA /* HighScoresMenu.cxx */, + DC816D0125757DC200FBCCDA /* HighScoresMenu.hxx */, 2D05FF60096E269100A518FE /* InputDialog.cxx */, 2D05FF61096E269100A518FE /* InputDialog.hxx */, 2D02207F08A301F200B9C76B /* InputTextDialog.cxx */, @@ -2511,6 +2529,7 @@ 2D91740209BA90380026E9FF /* BrowserDialog.hxx in Headers */, 2D91740309BA90380026E9FF /* Command.hxx in Headers */, DC3EE85B1E2C0E6D00905161 /* deflate.h in Headers */, + DC816CFC25757D9A00FBCCDA /* HighScoresManager.hxx in Headers */, E0A755782244294600101889 /* CartCDFInfoWidget.hxx in Headers */, 2D91740409BA90380026E9FF /* Dialog.hxx in Headers */, E09F4144201E9050004A3391 /* AudioChannel.hxx in Headers */, @@ -2650,6 +2669,7 @@ DC0DF86A0F0DAAF500B0F1F3 /* GlobalPropsDialog.hxx in Headers */, E0DCD3A920A64E96000B614E /* ConvolutionBuffer.hxx in Headers */, DC22F12D2507D20800AB43E9 /* QuadTari.hxx in Headers */, + DC816D0225757DC300FBCCDA /* HighScoresDialog.hxx in Headers */, DC71EAA81FDA070D008827CB /* CartMNetworkWidget.hxx in Headers */, DC5D2C530F117CFD004D1660 /* StellaFont.hxx in Headers */, DC5D2C540F117CFD004D1660 /* StellaLargeFont.hxx in Headers */, @@ -2790,6 +2810,7 @@ DC3EE85D1E2C0E6D00905161 /* gzguts.h in Headers */, DCDE17FD17724E5D00EB1AC6 /* SnapshotDialog.hxx in Headers */, DC79F81317A88D9E00288B91 /* Base.hxx in Headers */, + DC816D0525757DC300FBCCDA /* HighScoresMenu.hxx in Headers */, DC2AADB1194F389C0026C7A4 /* TIASurface.hxx in Headers */, DC8CF9BD17C15A27004B533D /* ConsoleMediumFont.hxx in Headers */, DC5BE4B317C913AC0091FD64 /* ConsoleBFont.hxx in Headers */, @@ -3000,6 +3021,7 @@ 2D9174BE09BA90380026E9FF /* CartUA.cxx in Sources */, DC3EE86E1E2C0E6D00905161 /* zutil.c in Sources */, DC857D352482F66200C7C14F /* CartCreator.cxx in Sources */, + DC816D0425757DC300FBCCDA /* HighScoresMenu.cxx in Sources */, CFE3F60B1E84A9A200A8204E /* CartBUSWidget.cxx in Sources */, DCEC58581E945125002F0246 /* DelayQueueWidget.cxx in Sources */, 2D9174BF09BA90380026E9FF /* FSNode.cxx in Sources */, @@ -3064,6 +3086,7 @@ 2D91750B09BA90380026E9FF /* EventMappingWidget.cxx in Sources */, 2D91750C09BA90380026E9FF /* InputDialog.cxx in Sources */, DC47455509C34BFA00EDDA3A /* BankRomCheat.cxx in Sources */, + DC816CFD25757D9A00FBCCDA /* HighScoresManager.cxx in Sources */, DC47455809C34BFA00EDDA3A /* CheatCodeDialog.cxx in Sources */, DC47455A09C34BFA00EDDA3A /* CheatManager.cxx in Sources */, DC47455C09C34BFA00EDDA3A /* CheetahCheat.cxx in Sources */, @@ -3098,6 +3121,7 @@ DC0DF8690F0DAAF500B0F1F3 /* GlobalPropsDialog.cxx in Sources */, DCF3A6EF1DFC75E3008A8AF3 /* DrawCounterDecodes.cxx in Sources */, DC5AAC2C1FCB24DF00C420A6 /* RadioButtonWidget.cxx in Sources */, + DC816D0325757DC300FBCCDA /* HighScoresDialog.cxx in Sources */, DC9EA8870F729A36000452B5 /* KidVid.cxx in Sources */, E0893AF2211B9842008B170D /* HighPass.cxx in Sources */, DCF467C20F939A1400B25D7A /* CartEF.cxx in Sources */,