* Ported the project to CMake
* Android and Mac support dropped for the time
being.
* Tests, BASS and Discord-RPC are now options
* Restructured and reformated the project.
* Merged `include` and `src`
* Renamed `resource` to `data`
* Renamed various files
* External libraries headers are no longer included in `src`
* Replaced header guards with #pragma once
* Multiple refactors (keywords, headers)
* Added Qt6 compatibility
* Removed various unused functions and headers
* Reworked AOPacket
* When content is passed to AOPacket, it should be ensured that the content is already decoded.
* Encoding/decoding are now static methods.
* Fixed various memory leaks
* Removed animation code for AOImage
* AOImage is always using static images
* Simplified ChatLogPiece
* Major cleanup of screenshake code
* Add pre-5.10 support for screenshake math
* more compat, uglier too
* add surprise tool
* we don't need inline functions
* only run qsrand on old versions
* Squash compiler warnings
* >= not > please
* only run qsrand on old versions
* Squash compiler warnings
* >= not > please
Co-authored-by: stonedDiscord <Tukz@gmx.de>
Co-authored-by: Salanto <62221668+Salanto@users.noreply.github.com>
* stop magic number spam
* forgot to remove avoid
* Update .clang-format
* yeet qt translations and unused image formats
* also remove bearer and styles
* remove another svg dll
* create dmg on mac
* forgot .app
* delete folder after packing
* skip runtime webkit and opengl
* switch back to fixed qt setup
* try installing the NDK
* update discord rpc includes
* enable discord in CI builds
* copypaste lmao
* windows doesn't have export
* forgot the quotes
* guess i'm not root
* downgrade ubuntu
* lets hope ubuntu 18 comes with android ndk
* it doesn't
* try to update libpng
* script wasn't executable
* downgrade android
* typo
* use qmake to enable discord
* exit code 101 very funny qmake
* its in defines not just true
* can i use qmake like this?
* add discord
* exclude android from discord
* android runs on linux after all
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style.
Lines reflow at 80 characters. One-line method bodies are on the same
line as the signature. Space always after `//`. No indentation
on preprocessor macros. Includes are sorted lexicographically.
If you don't want to see this commit on blames, use the hidden
whitespace option on GitHub, or use `-w` in git-blame.