<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ao2-client/src/aoclocklabel.cpp, branch master</title>
<subtitle>AO2 client fork</subtitle>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/'/>
<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>Add timer packets to demo playback (#494)</title>
<updated>2021-03-21T02:12:44+00:00</updated>
<author>
<name>Crystalwarrior</name>
<email>Varsash@Gmail.com</email>
</author>
<published>2021-03-21T02:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=510c0f4b17f24eb534d22654a41e9157c89a8211'/>
<id>510c0f4b17f24eb534d22654a41e9157c89a8211</id>
<content type='text'>
When the demo skips by some number of seconds, the timer will also skip forward by that duration.

Co-authored-by: in1tiate &lt;32779090+in1tiate@users.noreply.github.com&gt;
Co-authored-by: oldmud0 &lt;oldmud0@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the demo skips by some number of seconds, the timer will also skip forward by that duration.

Co-authored-by: in1tiate &lt;32779090+in1tiate@users.noreply.github.com&gt;
Co-authored-by: oldmud0 &lt;oldmud0@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix timer using 32-bit ints instead of 64-bit ints (#487)</title>
<updated>2021-03-06T21:01:54+00:00</updated>
<author>
<name>oldmud0</name>
<email>oldmud0@users.noreply.github.com</email>
</author>
<published>2021-03-06T21:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=2cbb5c95ef276f14759e41af22c8363d7afb0194'/>
<id>2cbb5c95ef276f14759e41af22c8363d7afb0194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework timer and ping logic</title>
<updated>2021-01-09T07:18:19+00:00</updated>
<author>
<name>oldmud0</name>
<email>oldmud0@users.noreply.github.com</email>
</author>
<published>2021-01-09T07:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=de3533fbf2615a40efc60c9ed2e96f1a3b5da3c1'/>
<id>de3533fbf2615a40efc60c9ed2e96f1a3b5da3c1</id>
<content type='text'>
The timer's time as received by the server is clarified to be the actual
numerical time, in milliseconds, to be shown on the clock.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timer's time as received by the server is clarified to be the actual
numerical time, in milliseconds, to be shown on the clock.
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to ctrl+s header definitions fuck</title>
<updated>2020-08-25T09:58:48+00:00</updated>
<author>
<name>Crystalwarrior</name>
<email>varsash@gmail.com</email>
</author>
<published>2020-08-25T09:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=6c62980ffc9215a826ee05f9afb9874a96ce60ea'/>
<id>6c62980ffc9215a826ee05f9afb9874a96ce60ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement clock pausing</title>
<updated>2020-08-25T09:48:09+00:00</updated>
<author>
<name>Crystalwarrior</name>
<email>varsash@gmail.com</email>
</author>
<published>2020-08-25T09:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=ee3bad44c72329d61a2cb0c4064c22512451372d'/>
<id>ee3bad44c72329d61a2cb0c4064c22512451372d</id>
<content type='text'>
Implement clock setting w/o starting or stopping
Both of these should make it possible for the server to start/stop/pause/resume the clock with perfect synchronization to the true time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement clock setting w/o starting or stopping
Both of these should make it possible for the server to start/stop/pause/resume the clock with perfect synchronization to the true time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Proof of concept complete. The timer will now take int msecs to start, and will properly display the time remaining until target time in hh:mm:ss.zzz</title>
<updated>2020-08-21T15:01:24+00:00</updated>
<author>
<name>Crystalwarrior</name>
<email>varsash@gmail.com</email>
</author>
<published>2020-08-21T15:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=f27f210efeb13a5ac29727fef271f8249e3e8c5d'/>
<id>f27f210efeb13a5ac29727fef271f8249e3e8c5d</id>
<content type='text'>
Clock can be defined in courtroom_config.ini and its font set in courtroom_fonts.ini
Pause and resume functions will not work as expected atm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clock can be defined in courtroom_config.ini and its font set in courtroom_fonts.ini
Pause and resume functions will not work as expected atm.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a new aoclocklabel class that is a QLabel with fancy DR-Style timing features</title>
<updated>2020-08-21T14:17:49+00:00</updated>
<author>
<name>Crystalwarrior</name>
<email>varsash@gmail.com</email>
</author>
<published>2020-08-21T14:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sof.beauty/ao2-client/commit/?id=edf3d463e990ff8573bb6655c793490e6b1ea82c'/>
<id>edf3d463e990ff8573bb6655c793490e6b1ea82c</id>
<content type='text'>
WIP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WIP
</pre>
</div>
</content>
</entry>
</feed>
