<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ao2-client/test, branch master</title>
<subtitle>AO2 client fork</subtitle>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/'/>
<entry>
<title>Clarified test message builder</title>
<updated>2024-05-18T01:09:39+00:00</updated>
<author>
<name>TrickyLeifa</name>
<email>date.epoch@gmail.com</email>
</author>
<published>2024-05-18T01:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=f9c7205210fb9f768f583065971ece09e6b5eb03'/>
<id>f9c7205210fb9f768f583065971ece09e6b5eb03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented unit tests, ...</title>
<updated>2024-05-17T22:48:55+00:00</updated>
<author>
<name>TrickyLeifa</name>
<email>date.epoch@gmail.com</email>
</author>
<published>2024-05-17T21:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=657145035cd66c18ae777e1272fd5221dddca0ef'/>
<id>657145035cd66c18ae777e1272fd5221dddca0ef</id>
<content type='text'>
* Reimplemented unit tests and simplified addition of new tests
* Minimal support of Qt is now 5.15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reimplemented unit tests and simplified addition of new tests
* Minimal support of Qt is now 5.15
</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>Midi music (#614)</title>
<updated>2022-03-25T12:58:59+00:00</updated>
<author>
<name>stonedDiscord</name>
<email>Tukz@gmx.de</email>
</author>
<published>2022-03-25T12:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=e0c67124a621321ef20fbfd460e79a0fea063740'/>
<id>e0c67124a621321ef20fbfd460e79a0fea063740</id>
<content type='text'>
* add bassmidi everywhere but CI

* hello CI please don't ban me from github

* add lib and open midi files with the lib

* overlooked windows CI

* yes, overwrite everything

* add tracker support

* add file formats that bass supports

* forgot .mid smh

* load all plugins in one function</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add bassmidi everywhere but CI

* hello CI please don't ban me from github

* add lib and open midi files with the lib

* overlooked windows CI

* yes, overwrite everything

* add tracker support

* add file formats that bass supports

* forgot .mid smh

* load all plugins in one function</pre>
</div>
</content>
</entry>
<entry>
<title>Use noci tag for disabling bass test</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T10:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=d73acf4d0d138efa7e85ed45c2f2df3ef2b99d96'/>
<id>d73acf4d0d138efa7e85ed45c2f2df3ef2b99d96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test resources in and enable tests</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T10:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=cbdeea00109fa8b7bd052653938ac106514c1133'/>
<id>cbdeea00109fa8b7bd052653938ac106514c1133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the test for detecting apng from png</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T10:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=760d5861604b63b088943552fb70863952fa060e'/>
<id>760d5861604b63b088943552fb70863952fa060e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Undo accidentally overwrite</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T10:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=29354d919fad2da8c26054abb796ed7a270f278d'/>
<id>29354d919fad2da8c26054abb796ed7a270f278d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for apng failed to detect from content</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T10:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=c7f86707949b654a50bc8e6240e665d53ec2a056'/>
<id>c7f86707949b654a50bc8e6240e665d53ec2a056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for auto detect of apng from png failing</title>
<updated>2021-01-28T17:05:42+00:00</updated>
<author>
<name>Skye Deving</name>
<email>76892045+skyedeving@users.noreply.github.com</email>
</author>
<published>2021-01-07T09:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=517ebdf2479647cd7c42166ec0c292d86ec3aace'/>
<id>517ebdf2479647cd7c42166ec0c292d86ec3aace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
