-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code update #37
base: master
Are you sure you want to change the base?
Code update #37
Conversation
}; | ||
|
||
|
||
static const char *const INI_SERVER_KEYS[] = { |
Check notice
Code scanning / CodeQL
Unused static variable Note
switch (_community) { | ||
case 1: SetDParam(0, (GetLoginItem(NICE_ADMIN_PW).empty() ? CM_STR_LOGIN_WINDOW_NOT_SET : CM_STR_LOGIN_WINDOW_SET)); break; | ||
case 2: SetDParam(0, (GetLoginItem(BTPRO_ADMIN_PW).empty() ? CM_STR_LOGIN_WINDOW_NOT_SET : CM_STR_LOGIN_WINDOW_SET)); break; | ||
//case 3: SetDParam(0, (GetLoginItem(NOVAPOLIS_PW).empty() ? CM_STR_LOGIN_WINDOW_NOT_SET : CM_STR_LOGIN_WINDOW_SET)); break; |
Check notice
Code scanning / CodeQL
Commented-out code Note
std::string::npos) { | ||
if (GetServerItem(COMMUNITY) != "4") { | ||
SetServerItem(COMMUNITY, "4"); | ||
// GetCommunityServerListText(); |
Check notice
Code scanning / CodeQL
Commented-out code Note
*(this->cursor) = data.get()[i]; | ||
} | ||
*(this->cursor) = '\0'; | ||
//NetworkClientSendChatToServer("*** data received"); |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
void OnFailure() override { | ||
ShowErrorMessage(CM_STR_SB_SERVER_LIST_UNREACHABLE, INVALID_STRING_ID,WL_ERROR); | ||
//NetworkClientSendChatToServer("*** connection failed."); |
Check notice
Code scanning / CodeQL
Commented-out code Note
void inspectServerData() { | ||
if (this->cursor - this->buf >= 4) this->SaveServerString(); | ||
else { | ||
//NetworkClientSendChatToServer("*** no data has been received."); |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
void SaveServerString() const { | ||
_server_list_text += this->buf; | ||
//NetworkClientSendChatToServer("*** data has been saved."); |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
void DrawWidget(const Rect &r, WidgetID widget) const override | ||
{ | ||
r; widget; |
Check warning
Code scanning / CodeQL
Expression has no effect Warning
|
||
void DrawWidget(const Rect &r, WidgetID widget) const override | ||
{ | ||
r; widget; |
Check warning
Code scanning / CodeQL
Expression has no effect Warning
7d9fbe2
to
ec1e6a1
Compare
591e4a7
to
55e0c82
Compare
Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `2` | `3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` | | [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) | `2` | `3` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `0.1.15` | `2.0.5` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `peter-evans/repository-dispatch` from 2 to 3 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v2...v3) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `Apple-Actions/import-codesign-certs` from 2 to 3 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](Apple-Actions/import-codesign-certs@v2...v3) Updates `softprops/action-gh-release` from 0.1.15 to 2.0.5 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v0.1.15...v2.0.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: Apple-Actions/import-codesign-certs dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9449ec4
to
bfbaf69
Compare
Couple of updates/fixes.