<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ao2-client/src/discord_rich_presence.cpp, branch master</title>
<subtitle>AO2 client fork</subtitle>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/'/>
<entry>
<title>No longer required Discord-RPC headers when disabled</title>
<updated>2024-05-18T00:21:17+00:00</updated>
<author>
<name>TrickyLeifa</name>
<email>date.epoch@gmail.com</email>
</author>
<published>2024-05-18T00:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=db5ceb056955eff1018ea991e0117d6892366f2e'/>
<id>db5ceb056955eff1018ea991e0117d6892366f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ported to CMake, ...</title>
<updated>2024-05-14T22:04:16+00:00</updated>
<author>
<name>TrickyLeifa</name>
<email>date.epoch@gmail.com</email>
</author>
<published>2024-05-14T22:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=c9f52b7223685d2e7fca925594171f94dd8c6e3b'/>
<id>c9f52b7223685d2e7fca925594171f94dd8c6e3b</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix or suppress compiler warnings (Qt 5.15 w/MinGW) (#818)</title>
<updated>2022-07-29T16:23:36+00:00</updated>
<author>
<name>Rosemary Witchaven</name>
<email>32779090+in1tiate@users.noreply.github.com</email>
</author>
<published>2022-07-29T16:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=e36d79f7499ca4484585fad7738df4764f3fd0aa'/>
<id>e36d79f7499ca4484585fad7738df4764f3fd0aa</id>
<content type='text'>
* 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

* &gt;= not &gt; please

* only run qsrand on old versions

* Squash compiler warnings

* &gt;= not &gt; please

Co-authored-by: stonedDiscord &lt;Tukz@gmx.de&gt;
Co-authored-by: Salanto &lt;62221668+Salanto@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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

* &gt;= not &gt; please

* only run qsrand on old versions

* Squash compiler warnings

* &gt;= not &gt; please

Co-authored-by: stonedDiscord &lt;Tukz@gmx.de&gt;
Co-authored-by: Salanto &lt;62221668+Salanto@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Shutup ci (#782)</title>
<updated>2022-06-16T03:16:30+00:00</updated>
<author>
<name>stonedDiscord</name>
<email>Tukz@gmx.de</email>
</author>
<published>2022-06-16T03:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=0be8d0f5aeb64ae9abae24c2669bb45d440d9ca6'/>
<id>0be8d0f5aeb64ae9abae24c2669bb45d440d9ca6</id>
<content type='text'>
* 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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</pre>
</div>
</content>
</entry>
<entry>
<title>Add and refine debug log messages (#625)</title>
<updated>2021-12-31T02:44:59+00:00</updated>
<author>
<name>oldmud0</name>
<email>oldmud0@users.noreply.github.com</email>
</author>
<published>2021-12-31T02:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=6e1e847750dc593bcb2571c9775b2db11661cdb2'/>
<id>6e1e847750dc593bcb2571c9775b2db11661cdb2</id>
<content type='text'>
Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since these are going to be visible to the user now, at least let's properly format them and make them somewhat helpful.</pre>
</div>
</content>
</entry>
<entry>
<title>Run clang-format on entire project</title>
<updated>2020-04-18T02:57:16+00:00</updated>
<author>
<name>oldmud0</name>
<email>oldmud0@users.noreply.github.com</email>
</author>
<published>2020-04-18T02:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=13942345c6a3e7e1625c6c26cc2f2f368a3bff23'/>
<id>13942345c6a3e7e1625c6c26cc2f2f368a3bff23</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'bass-optional'</title>
<updated>2019-07-20T16:20:05+00:00</updated>
<author>
<name>stonedDiscord</name>
<email>3462709-stonedDiscord@users.noreply.gitlab.com</email>
</author>
<published>2019-07-20T16:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=4a2a167f7d552141a2e3450d350b57d2f7b342a0'/>
<id>4a2a167f7d552141a2e3450d350b57d2f7b342a0</id>
<content type='text'>
# Conflicts:
#   Attorney_Online.pro
#   include/aoapplication.h</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#   Attorney_Online.pro
#   include/aoapplication.h</pre>
</div>
</content>
</entry>
<entry>
<title>Less insane debugging; minor refactoring (!75)</title>
<updated>2019-07-12T23:00:25+00:00</updated>
<author>
<name>David Skoland</name>
<email>davidskoland@gmail.com</email>
</author>
<published>2019-07-12T23:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=5eccabcad15a52691228aded1d9c1fd5074fb70e'/>
<id>5eccabcad15a52691228aded1d9c1fd5074fb70e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>discord optional v2</title>
<updated>2019-03-12T18:30:03+00:00</updated>
<author>
<name>stonedDiscord</name>
<email>stoned@derpymail.org</email>
</author>
<published>2019-03-12T18:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=6e93d6e1bea8fd539499625f2a980acd83ef424e'/>
<id>6e93d6e1bea8fd539499625f2a980acd83ef424e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "make discord optional"</title>
<updated>2019-03-12T18:27:13+00:00</updated>
<author>
<name>stonedDiscord</name>
<email>stoned@derpymail.org</email>
</author>
<published>2019-03-12T18:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=92c54ba2ebee12a87360d00f2982a9083f06166d'/>
<id>92c54ba2ebee12a87360d00f2982a9083f06166d</id>
<content type='text'>
This reverts commit 744c100159ff7b79e01c40ec57e42d37650d139b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 744c100159ff7b79e01c40ec57e42d37650d139b.
</pre>
</div>
</content>
</entry>
</feed>
