Go to file
Leifa c1f120adfb
Merge pull request #993 from lambdcalculus/master
Fix incorrect error messages due to QPluginLoader
2024-06-30 23:19:02 +02:00
.github FORCE 2024-06-25 00:46:27 +02:00
android 2.10.1 Changes (#888) 2023-05-31 20:17:30 +02:00
bin Removed theme submodule, ... 2024-05-23 00:02:07 +02:00
data Add tickbox to options UI 2024-05-20 08:48:17 -05:00
lib adjusted gitignore files 2018-12-26 18:11:08 +01:00
scripts Fix ubuntu build script (#936) 2024-02-11 14:14:54 +01:00
src Merge branch 'master' into master 2024-06-25 12:39:03 +02:00
test Clarified test message builder 2024-05-18 03:09:39 +02:00
.clang-format Ported to CMake, ... 2024-05-15 00:04:16 +02:00
.gitignore Ported to CMake, ... 2024-05-15 00:04:16 +02:00
CMakeLists.txt Removed option of fetching Apng since we no longer fetch it from the project 2024-06-24 16:05:32 +02:00
CONTRIBUTING.md Update readme (#172) 2020-06-28 19:53:42 -05:00
data.qrc Ported to CMake, ... 2024-05-15 00:04:16 +02:00
LICENSE.GPLv3 Relicense/dual-license under MIT 2018-03-15 20:38:58 -05:00
LICENSE.MIT Update readme and license 2018-12-06 14:38:02 -06:00
README_BUILD.md Mac improvements 2019-06-29 00:27:31 +00:00
README_TEST.md Add a note to readme on the noci tag for disabling test on CI 2021-01-28 11:05:42 -06:00
README.md Update readme to mention Qt6, not Qt5 2024-06-30 21:56:29 +02:00

Attorney Online

CI build license contributors

Attorney Online is an online version of the world-renowned courtroom drama simulator that allows you to create and play out cases in an off-the-cuff format.

Refer to the docs for more information.

Linux users will need to install the system dependencies related to Qt. These are the commands to run on a terminal for some distributions:

  • Ubuntu 22.04 LTS:
$ sudo apt-get install qt6base-dev libqt6websockets6 qt6-image-formats-plugins libqt6svg6
  • Arch:
$ sudo pacman -Syu qt6-base qt6-websockets qt6-imageformats qt6-svg
  • Fedora:
$ sudo dnf install qt6-qtbase qt6-qtwebsockets qt6-qtimageformats qt6-qtsvg

Credits

This is a open-source remake of Attorney Online written by OmniTroid. The original Attorney Online client was written by FanatSors in Delphi.

The logo (logo.png and logo.ico) was designed by Lucas Carbi. The characters depicted in the logo are owned by Capcom.

Project

The project is dual-licensed; you are free to copy, modify and distribute AO2 under the GPLv3 or the MIT license.

Copyright (c) 2016-2018 David "OmniTroid" Skoland

Modifications copyright (c) 2017-2018 oldmud0

Case Café additions copyright (c) 2018 Cerapter

Killing Fever Online additions copyright (c) 2019 Crystalwarrior

Qt

This project uses Qt 6.5.3, which is licensed under the GNU Lesser General Public License with certain licensing restrictions and exceptions. To comply with licensing requirements for static linking, object code is available if you would like to relink with an alternative version of Qt, and the source code for Qt may be found at https://github.com/qt/qtbase, http://code.qt.io/cgit/, or at https://qt.io.

Copyright (c) 2016 The Qt Company Ltd.

BASS

This project depends on the BASS shared library. Get it here: http://www.un4seen.com/

Copyright (c) 1999-2016 Un4seen Developments Ltd. All rights reserved.