-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
surrim
committed
Apr 8, 2023
1 parent
9733b16
commit 648bcda
Showing
24 changed files
with
106 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,46 @@ | ||
# moos 2.1 | ||
|
||
moos 2.1 has been modified by surrim. Original work by mensi and CABAListic. | ||
|
||
## Changes for 2.1.0.2064 | ||
* fixed problem with special chars, disabled multi byte strings | ||
* restoring the window size should work now | ||
|
||
## Changes for 2.1.0.3062 | ||
* polish translation fixed (thanks to advance) | ||
* end of line is now CR LF in translation files so you can edit them with notepad | ||
|
||
## Changes for 2.1.0.3061 | ||
* Fixed bug with restoring invalid window positions | ||
* welcome message is now replacing all "<*>" with white color code | ||
* no check for "EarthNet Beta Server" | ||
* fixed whois dialog | ||
* generating login message without third invalid unsigned int (bugfix) | ||
* edidted sizers and spaces | ||
* text background color fixed | ||
* fixed default path for language files | ||
|
||
## Changes for 2.1.0.3055 | ||
* Rebuild with latest compiler and libs (GCC 4.5.0, wxWidgets 2.9.1, zlib 1.2.5) | ||
* Fixed bug with restoring window position | ||
|
||
## Changes for 2.1.0.3053 | ||
* Position will be restored | ||
* No channels (e.g. #MoonNet) for autocomplete | ||
|
||
## Changes for 2.1.0.3052 | ||
* Some fixes in polish.ini made by Winter | ||
|
||
## Changes for 2.1.0.3051 | ||
* Some fixes for Linux | ||
* EXE is compressed with UPX | ||
* New Readme Link | ||
* Some fixes in hungarian.ini made by Tas | ||
|
||
# moos 2.2 | ||
* rewritten login code | ||
* default "server" setting for moos.ini, server default ports | ||
* default server is now netserver2150.insideearth.info, port 17171 | ||
* added CMake files, thanks to Vollkornwurst | ||
* build targets fixed | ||
* version updated to 2.2 | ||
|
||
## Changes for 2.1.0.2064 | ||
* fixed problem with special chars, disabled multi byte strings | ||
* restoring the window size should work now | ||
|
||
## Changes for 2.1.0.3062 | ||
* polish translation fixed (thanks to advance) | ||
* end of line is now CR LF in translation files so you can edit them with notepad | ||
|
||
## Changes for 2.1.0.3061 | ||
* Fixed bug with restoring invalid window positions | ||
* welcome message is now replacing all "<*>" with white color code | ||
* no check for "EarthNet Beta Server" | ||
* fixed whois dialog | ||
* generating login message without third invalid unsigned int (bugfix) | ||
* edidted sizers and spaces | ||
* text background color fixed | ||
* fixed default path for language files | ||
|
||
## Changes for 2.1.0.3055 | ||
* Rebuild with latest compiler and libs (GCC 4.5.0, wxWidgets 2.9.1, zlib 1.2.5) | ||
* Fixed bug with restoring window position | ||
|
||
## Changes for 2.1.0.3053 | ||
* Position will be restored | ||
* No channels (e.g. #MoonNet) for autocomplete | ||
|
||
## Changes for 2.1.0.3052 | ||
* Some fixes in polish.ini made by Winter | ||
|
||
## Changes for 2.1.0.3051 | ||
* Some fixes for Linux | ||
* EXE is compressed with UPX | ||
* New Readme Link | ||
* Some fixes in hungarian.ini made by Tas | ||
|
||
## moos 2.1 | ||
* moos 2.1 has been modified by surrim. Original work by mensi and CABAListic. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
@@ -22,19 +22,31 @@ | |
#include <wx/fileconf.h> | ||
|
||
void MainFrame::OnOnlineReadme(wxCommandEvent& WXUNUSED(event)) { | ||
wxLaunchDefaultBrowser(wxT("https://old.surrim.org/?moos")); | ||
wxLaunchDefaultBrowser(wxT("https://surrim.org/moon-project/moos.html")); | ||
} | ||
|
||
void MainFrame::OnMailBugs(wxCommandEvent& WXUNUSED(event)) { | ||
wxLaunchDefaultBrowser(wxT("mailto:moosbugs@arcor.de?subject=moosbugs")); | ||
wxLaunchDefaultBrowser(wxT("mailto:moosbugs@surrim.org?subject=moosbugs")); | ||
} | ||
|
||
void MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { | ||
InfoDialog(this, langIni, font.GetChosenFont(), langIni->Read(wxT("translations/menus/help/about"), wxT("About Moos 2.1...")), | ||
InfoDialog(this, langIni, font.GetChosenFont(), langIni->Read(wxT("translations/menus/help/about"), wxT("About Moos 2.2...")), | ||
wxT(R"raw( | ||
MoonNet Omnipresent Observation System 2.1.1 | ||
moos2.1 is an Inside Earth Operations application (www.insideearth.de) written by mensi ([email protected]), modified by surrim. | ||
MoonNet Omnipresent Observation System 2.2 | ||
moos is an Inside Earth Operations application (www.insideearth.de) | ||
written by mensi ([email protected]), modified by surrim. | ||
This program is freeware WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
moos 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 3 of the License, or | ||
(at your option) any later version. | ||
moos 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 moos. If not, see <http://www.gnu.org/licenses/>. | ||
)raw")).ShowModal(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* Copyright 2011-2017 surrim | ||
/* Copyright 2011-2023 surrim | ||
* | ||
* This file is part of moos. | ||
* | ||
|
Oops, something went wrong.