<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/PrismLauncher.git/launcher/minecraft/update, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/'/>
<entry>
<title>chore: update license headers</title>
<updated>2023-08-14T16:17:05+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2023-08-04T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=215d7dbb741de9516ab5f00acb7b699adff82cab'/>
<id>215d7dbb741de9516ab5f00acb7b699adff82cab</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: reformat</title>
<updated>2023-08-14T16:16:53+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2023-08-14T16:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=91ba4cf75ee30c64779edb5b7644e5a830de5026'/>
<id>91ba4cf75ee30c64779edb5b7644e5a830de5026</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into refactor/net-split-headers-to-proxy-class</title>
<updated>2023-08-01T05:26:20+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2023-08-01T05:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=2d1197f59f824a3093ad71b9ee3466bd5e2825c8'/>
<id>2d1197f59f824a3093ad71b9ee3466bd5e2825c8</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix: typo in task.h</title>
<updated>2023-07-26T20:20:30+00:00</updated>
<author>
<name>seth</name>
<email>getchoo@tuta.io</email>
</author>
<published>2023-07-26T20:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=af59c4171344d6727c8d67205cc02406729250a3'/>
<id>af59c4171344d6727c8d67205cc02406729250a3</id>
<content type='text'>
Signed-off-by: seth &lt;getchoo@tuta.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: seth &lt;getchoo@tuta.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: split out setting api headers for downloads</title>
<updated>2023-06-25T18:09:25+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2023-06-01T23:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=9c10965997d873b0de56deef5d5ec5e768db1d8f'/>
<id>9c10965997d873b0de56deef5d5ec5e768db1d8f</id>
<content type='text'>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Propogated subtask progress</title>
<updated>2023-05-01T17:47:20+00:00</updated>
<author>
<name>Rachel Powers</name>
<email>508861+Ryex@users.noreply.github.com</email>
</author>
<published>2023-03-31T06:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=9d2f0e4dc8fc3995052770c6a7948cb0372fdcbb'/>
<id>9d2f0e4dc8fc3995052770c6a7948cb0372fdcbb</id>
<content type='text'>
Oh boy this is big.

&gt; TaskStepProgress struct is now QMetaObject compatabile and can be sent through signals
&gt; Task now has a method to propogates sub task progress it must be signal bound by each task containing a task wishing to report progress of it's children.
&gt; Downloads report speed
&gt; Tasks now have UUIDS to track them
  - use when reporting
  - use when logging
  - use when storeing them or objects related to them

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oh boy this is big.

&gt; TaskStepProgress struct is now QMetaObject compatabile and can be sent through signals
&gt; Task now has a method to propogates sub task progress it must be signal bound by each task containing a task wishing to report progress of it's children.
&gt; Downloads report speed
&gt; Tasks now have UUIDS to track them
  - use when reporting
  - use when logging
  - use when storeing them or objects related to them

Signed-off-by: Rachel Powers &lt;508861+Ryex@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: make shared_qobject_ptr ctor explicit</title>
<updated>2023-01-25T19:57:51+00:00</updated>
<author>
<name>flow</name>
<email>flowlnlnln@gmail.com</email>
</author>
<published>2023-01-24T19:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=29f7ea752fd34bdea64a7c7f2c505982ac39ce0d'/>
<id>29f7ea752fd34bdea64a7c7f2c505982ac39ce0d</id>
<content type='text'>
This turns issues like creating two shared ptrs from a single raw ptr
from popping up at runtime, instead making them a compile error.

Signed-off-by: flow &lt;flowlnlnln@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This turns issues like creating two shared ptrs from a single raw ptr
from popping up at runtime, instead making them a compile error.

Signed-off-by: flow &lt;flowlnlnln@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Not all libraries are from Mojang</title>
<updated>2022-12-12T00:11:32+00:00</updated>
<author>
<name>Una</name>
<email>me@unascribed.com</email>
</author>
<published>2022-12-12T00:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=822c5a530ed78d1ed4140a0103c144006bc621ca'/>
<id>822c5a530ed78d1ed4140a0103c144006bc621ca</id>
<content type='text'>
Signed-off-by: Una &lt;me@unascribed.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Una &lt;me@unascribed.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add missing license headers</title>
<updated>2022-10-08T18:12:07+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2022-10-08T18:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=3111e6a7212ae914041fce6d851d7662975dc1be'/>
<id>3111e6a7212ae914041fce6d851d7662975dc1be</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: introduce RuntimeContext</title>
<updated>2022-09-20T13:59:43+00:00</updated>
<author>
<name>Sefa Eyeoglu</name>
<email>contact@scrumplex.net</email>
</author>
<published>2022-07-11T07:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=09e85e948cdb361c306a1cccbc3557a464366a21'/>
<id>09e85e948cdb361c306a1cccbc3557a464366a21</id>
<content type='text'>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sefa Eyeoglu &lt;contact@scrumplex.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
