Compare commits

...

2 Commits

Author SHA1 Message Date
elasota
e3b481093a Add some info about getting logs 2024-08-07 02:07:43 -04:00
elasota
b866b0e67c Update credit lines 2024-08-07 02:00:45 -04:00
3 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
"enabled" : false
},
{
"name" : "Aerofoil ©2019-2021 Gale Force Games LLC",
"name" : "Aerofoil ©2019-2024 Eric Lasota",
"itemType" : "Label",
"pos" : [ 16, 21 ],
"size" : [ 406, 20 ],

View File

@@ -344,6 +344,7 @@ void DoAboutFramework (void)
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Eric Lasota - Programming, admin"), blackColor, font);
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Thijs Verboon - macOS programming"), blackColor, font);
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Phil Marell - macOS programming"), blackColor, font);
surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Iain King-Speir - Linux programming"), blackColor, font);
(lineNum++);
surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO."), blackColor, font);
(lineNum++);

View File

@@ -47,3 +47,6 @@ to install them.
Please report any issues that you experience with this to the issue tracker on
GitHub.
If the executable doesn't start, try running with the -diagnostics flag to
output a log file, typically to ~/.local/share/aerofoil/aerofoil/Logs