<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/PrismLauncher.git/api/logic/minecraft/ftb, 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>NOISSUE remove FTB integration</title>
<updated>2017-09-09T16:29:52+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-07-23T17:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=4c01983f470e25dfd4c997201370057bba64832e'/>
<id>4c01983f470e25dfd4c997201370057bba64832e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1314 add UI for custom minecraft jar addition</title>
<updated>2017-08-06T22:46:29+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-08-06T22:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=8cf88ffc580310e2e814d097358ff783cd5c4416'/>
<id>8cf88ffc580310e2e814d097358ff783cd5c4416</id>
<content type='text'>
Also changes the text of the jar mod addition button.
It should be clearer what it does and hopefully will not confuse
as many people.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changes the text of the jar mod addition button.
It should be clearer what it does and hopefully will not confuse
as many people.
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE more compiler warning removal</title>
<updated>2017-05-21T20:24:06+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-05-21T20:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=c329bc73c0c3830d2c2ec024c452b1a0e48e36a8'/>
<id>c329bc73c0c3830d2c2ec024c452b1a0e48e36a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE get rid of some more compiler warnings</title>
<updated>2017-05-21T20:14:40+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-05-21T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=d432d8ecfccab52a38a3c619bbad0078f50b7952'/>
<id>d432d8ecfccab52a38a3c619bbad0078f50b7952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1856 Make MultiMC fail hard when things are missing</title>
<updated>2017-04-23T00:34:16+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-04-23T00:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=3f24c4cfe5afe47eb8ce6f0201b9099e4e50e8ba'/>
<id>3f24c4cfe5afe47eb8ce6f0201b9099e4e50e8ba</id>
<content type='text'>
Things like:
* jar mods
* valid version files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things like:
* jar mods
* valid version files
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1853 fix FTB and parsing of old version files</title>
<updated>2017-04-14T10:33:54+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-04-14T10:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=07cde802e4021f6f2592f297b30a2f812dcca796'/>
<id>07cde802e4021f6f2592f297b30a2f812dcca796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE Rough refactor of ProfilePatch and VersionFile internals.</title>
<updated>2017-04-06T22:20:02+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-03-27T01:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=5fabb4f2546fa6b79a4e2c29679f506e587a0070'/>
<id>5fabb4f2546fa6b79a4e2c29679f506e587a0070</id>
<content type='text'>
They are now distinct classes with distinct responsibilities.

* ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version.
* VersionFile is the basic element that holds version information loaded from JSON.
* Meta::Version is the loader class for VersionFile(s) from a server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are now distinct classes with distinct responsibilities.

* ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version.
* VersionFile is the basic element that holds version information loaded from JSON.
* Meta::Version is the loader class for VersionFile(s) from a server.
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE stuff and things happened. Maybe.</title>
<updated>2017-04-06T22:20:02+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-03-19T22:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=f557c1367994a61935fa0e8d0b1b67688d2692d0'/>
<id>f557c1367994a61935fa0e8d0b1b67688d2692d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NOISSUE Remove Minecraft version list and versions.</title>
<updated>2017-04-06T22:20:01+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-03-12T18:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=2980322c3b34b252ead838daee7a844853feccf6'/>
<id>2980322c3b34b252ead838daee7a844853feccf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GH-1794 Only write to the instance.cfg once after copying FTB instances.</title>
<updated>2017-01-22T14:20:05+00:00</updated>
<author>
<name>Petr Mrázek</name>
<email>peterix@gmail.com</email>
</author>
<published>2017-01-22T14:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/PrismLauncher.git/commit/?id=cf43abc87ef56247e3012fa0d1fcefe7cb561824'/>
<id>cf43abc87ef56247e3012fa0d1fcefe7cb561824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
