From 5f38fd6246f8524b42c9ca60a6c011854409d64c Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Mon, 11 Jan 2021 18:42:28 -0600 Subject: [PATCH 1/3] Bump version to 2.9.0 --- Attorney_Online.pro | 2 +- include/aoapplication.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 5ee3f40..5257046 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -3,7 +3,7 @@ QT += core gui widgets network TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.8.5.0 +VERSION = 2.9.0.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index a0121f2..095ea18 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -449,8 +449,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 5; + const int MAJOR_VERSION = 9; + const int MINOR_VERSION = 0; QString current_theme = "default"; From 4c3c2ffaaceb7828e273b049bab06ea383d2b277 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Mon, 11 Jan 2021 18:44:11 -0600 Subject: [PATCH 2/3] Remove raidensnake from credits per request Who knows what's up with him. --- src/lobby.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lobby.cpp b/src/lobby.cpp index 954c30a..101258c 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -371,7 +371,7 @@ void Lobby::on_about_clicked() "OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter, " "Crystalwarrior, Iamgoofball" "

Client development:
" - "Cents02, in1tiate, raidensnake, windrammer" + "Cents02, in1tiate, windrammer" "

QA testing:
" "CaseyCazy, CedricDewitt, Chewable Tablets, CrazyJC, Fantos, " "Fury McFlurry, Geck, Gin-Gi, Jamania, Minx, Pandae, " From 425c17a42b10b91c24ec8d8e4a9813cf0711c05b Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Mon, 11 Jan 2021 19:02:12 -0600 Subject: [PATCH 3/3] Update credits --- src/lobby.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/lobby.cpp b/src/lobby.cpp index 101258c..3579ff1 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -363,20 +363,23 @@ void Lobby::on_about_clicked() QString msg = tr("

Attorney Online %1

" - "The courtroom drama simulator" + "The courtroom drama simulator." "

Source code: " "" "https://github.com/AttorneyOnline/AO2-Client" "

Major development:
" "OmniTroid, stonedDiscord, longbyte1, gameboyprinter, Cerapter, " - "Crystalwarrior, Iamgoofball" + "Crystalwarrior, Iamgoofball, in1tiate" "

Client development:
" - "Cents02, in1tiate, windrammer" + "Cents02, windrammer, skyedeving" "

QA testing:
" "CaseyCazy, CedricDewitt, Chewable Tablets, CrazyJC, Fantos, " "Fury McFlurry, Geck, Gin-Gi, Jamania, Minx, Pandae, " "Robotic Overlord, Shadowlions (aka Shali), Sierra, SomeGuy, " "Veritas, Wiso" + "

Translations:
" + "k-emiko (Русский), Pyraq (Polski), scatterflower (日本語), vintprox (Русский), " + "windrammer (Español, Português)" "

Special thanks:
" "CrazyJC (2.8 release director) and MaximumVolty (2.8 release promotion); " "Remy, Hibiki, court-records.net (sprites); Qubrick (webAO); " @@ -386,7 +389,7 @@ void Lobby::on_about_clicked() "server hosts, game masters, case makers, content creators, " "and the whole AO2 community!" "

The Attorney Online networked visual novel project " - "is copyright (c) 2016-2020 Attorney Online developers. Open-source " + "is copyright (c) 2016-2021 Attorney Online developers. Open-source " "licenses apply. All other assets are the property of their " "respective owners." "

Running on Qt version %2 with the BASS audio engine.
"