From e6a62714995f50fafab9e877c35c2882a0cea1a5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 24 Sep 2024 10:23:04 -0400 Subject: Added acknowledgements + more info to README --- README.md | 6 +++++- src/tracker_frame.cpp | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f03e960..1fbbc2f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Releases of the tracker can be found [on the releases page](https://code.fourisl ## Acknowledgments -Thanks to Kinrah for making the subway map image! +* Brenton Wildes: Created Lingo, and drew some of the images used in the tracker. +* Kinrah: Made the subway map image. +* art0007i: Contributed to the display of the subway map. ## Building @@ -21,3 +23,5 @@ To build the app: 4. Configure the project: `cmake --preset=lingo-ap-tracker-preset` 5. Build the application in debug mode: `cmake --build --preset=lingo-ap-tracker-preset` 6. (Optional) Build the application in release mode: `cmake --build --preset=x64-release-preset` + +LL1.yaml and ids.yaml sometimes receive breaking changes that need to be kept in sync with the tracker. If the application crashes with an unknown error, try making sure that you are using the right versions of those files. In general, the main branch of the tracker will require config files from the latest Archipelago release. Branches may require config files from Archipelago main, or from pending pull requests. diff --git a/src/tracker_frame.cpp b/src/tracker_frame.cpp index 3b6beda..b9282f5 100644 --- a/src/tracker_frame.cpp +++ b/src/tracker_frame.cpp @@ -137,6 +137,7 @@ void TrackerFrame::OnAbout(wxCommandEvent &event) { about_info.SetName("Lingo Archipelago Tracker"); about_info.SetVersion(kTrackerVersion.ToString()); about_info.AddDeveloper("hatkirby"); + about_info.AddDeveloper("art0007i"); about_info.AddArtist("Brenton Wildes"); about_info.AddArtist("kinrah"); -- cgit 1.4.1