mirror of https://github.com/libAthena/athena.git
Create gh-pages branch via GitHub
This commit is contained in:
parent
a272b3bbaf
commit
1c21d91850
11
index.html
11
index.html
|
@ -45,17 +45,20 @@
|
|||
|
||||
<p>Version 1.1.0 ushers in several improvements to Athena</p>
|
||||
|
||||
<p>Additional Data-Types</p>
|
||||
<h4>
|
||||
<a id="additional-data-types" class="anchor" href="#additional-data-types" aria-hidden="true"><span class="octicon octicon-link"></span></a>Additional Data-Types</h4>
|
||||
|
||||
<p>Now you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.</p>
|
||||
|
||||
<p>Modularized Qmake Build-System</p>
|
||||
<h4>
|
||||
<a id="modularized-qmake-build-system" class="anchor" href="#modularized-qmake-build-system" aria-hidden="true"><span class="octicon octicon-link"></span></a>Modularized Qmake Build-System</h4>
|
||||
|
||||
<p>Qt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.</p>
|
||||
|
||||
<p>Self-Sufficient Build Dependencies</p>
|
||||
<h4>
|
||||
<a id="self-sufficient-build-dependencies" class="anchor" href="#self-sufficient-build-dependencies" aria-hidden="true"><span class="octicon octicon-link"></span></a>Self-Sufficient Build Dependencies</h4>
|
||||
|
||||
<p>Data compression/decompression libraries like zlib and lzo are now part of Athena's repository, so you can simply clone-n-go!</p>
|
||||
<p>Data compression/decompression libraries like <em>zlib</em> and <em>lzo</em> are now part of Athena's repository, so you can simply clone-n-go!</p>
|
||||
|
||||
<h1>
|
||||
<a id="releases" class="anchor" href="#releases" aria-hidden="true"><span class="octicon octicon-link"></span></a>Releases:</h1>
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"name":"Athena","tagline":"Small, Powerful, Extensible.","body":"[Home](/)\r\n***\r\n### Welcome to Athena\r\nAthena is a small library that provides powerful, cross platform, endian independent IO. It has the ability to automatically detect the endian the system is on, even if it's a mixed endian system, and behave appropriately. It also provides a few classes for Nintendo specific formats, such as data.bin, ALTTP SRAM, Yaz0 encoding, LZ77 (LZ10, and LZ11) and a few others.\r\n\r\n### Release v1.1.0 now available!\r\nVersion 1.1.0 ushers in several improvements to Athena\r\n\r\nAdditional Data-Types\r\n\r\nNow you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.\r\n\r\nModularized Qmake Build-System\r\n\r\nQt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.\r\n\r\nSelf-Sufficient Build Dependencies\r\n\r\nData compression/decompression libraries like zlib and lzo are now part of Athena's repository, so you can simply clone-n-go!\r\n\r\n#Releases:\r\n* [v1.1.0](https://github.com/Antidote/Athena/releases/tag/1.1.0):\r\n Second major release\r\n* [v1.0.0](https://github.com/Antidote/Athena/releases/tag/v1.0.0): \r\n Initial release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
||||
{"name":"Athena","tagline":"Small, Powerful, Extensible.","body":"[Home](/)\r\n***\r\n### Welcome to Athena\r\nAthena is a small library that provides powerful, cross platform, endian independent IO. It has the ability to automatically detect the endian the system is on, even if it's a mixed endian system, and behave appropriately. It also provides a few classes for Nintendo specific formats, such as data.bin, ALTTP SRAM, Yaz0 encoding, LZ77 (LZ10, and LZ11) and a few others.\r\n\r\n### Release v1.1.0 now available!\r\nVersion 1.1.0 ushers in several improvements to Athena\r\n\r\n#### Additional Data-Types ####\r\nNow you can easily work with a wider variety of data formats thanks to new string and byte-buffer methods.\r\n\r\n#### Modularized Qmake Build-System ####\r\nQt creator and Qmake users can now select portions of Athena à la carte; integrating only the parts your project needs.\r\n\r\n#### Self-Sufficient Build Dependencies ####\r\nData compression/decompression libraries like *zlib* and *lzo* are now part of Athena's repository, so you can simply clone-n-go!\r\n\r\n#Releases:\r\n* [v1.1.0](https://github.com/Antidote/Athena/releases/tag/1.1.0):\r\n Second major release\r\n* [v1.0.0](https://github.com/Antidote/Athena/releases/tag/v1.0.0): \r\n Initial release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
|
Loading…
Reference in New Issue