Commit Graph

704 Commits

Author SHA1 Message Date
Phillip Stephens 0a020f79e1 * Add missing files 2014-09-28 22:35:27 -07:00
Phillip Stephens aa470ce582 * Final try 2014-09-28 22:32:55 -07:00
Phillip Stephens 9687e396f3 * Move files around (hopefully fixing pkgbuild 2014-09-28 22:28:35 -07:00
Phillip 9e6b34bd0a Update Athena.pro 2014-09-28 22:24:05 -07:00
Phillip 72ea5f0c13 change target to libFiles 2014-09-28 22:17:46 -07:00
Phillip Stephens 7a25836c8e * Actually fix install 2014-09-28 21:55:37 -07:00
Phillip Stephens 59063dfa7c * Fix whitespace 2014-09-28 21:51:17 -07:00
Phillip Stephens 5eca61ad67 * Fix install (missing lib) 2014-09-28 21:48:34 -07:00
Phillip Stephens 8adbeb7748 * Add PKGBUILD for arch based linux 2014-09-28 21:29:50 -07:00
Phillip Stephens 38d8430c93 * Make install location customizable 2014-09-28 20:51:21 -07:00
Phillip Stephens 30bda09849 * Bring .pro up to date
* Add libAthena.pc
* Make installable
2014-09-28 20:33:36 -07:00
Phillip Stephens 6976eda717 * Add configuration for Sakura specific types 2014-09-28 19:32:31 -07:00
Phillip Stephens 8b80f486ad * Change default constructor for BinaryWriter to accept null buffers 2014-09-19 18:16:17 -07:00
Phillip Stephens f92811004f * Added proper tree generation for WiiSave 2014-09-19 04:54:56 -07:00
Phillip Stephens 6187eb3f77 * Fix LZO 2014-09-09 09:53:32 -07:00
Phillip Stephens 2fa715cbbf * Unbreak compression 2014-09-09 09:46:05 -07:00
Phillip Stephens e8fad79134 * Add LZ77 Compression 2014-09-09 09:36:29 -07:00
Phillip Stephens 5a621215de * Refactor compression and utility 2014-09-09 03:19:19 -07:00
Phillip Stephens 814eda3d4c * Fix merge 2014-09-05 14:59:27 -07:00
Phillip Stephens f3e9fb4f70 * Fix build 2014-08-16 18:48:27 -07:00
Phillip Stephens 47054ea881 * Add PHYSFSFileReader class 2014-07-01 20:32:44 -07:00
Phillip Stephens 5a26e21c5b * Fix Athena::utility::fillRandom 2014-06-29 17:26:34 -07:00
Phillip Stephens d113a91822 * Fix infinite recursion in BinaryReader::readUint64 2014-06-29 13:26:08 -07:00
Phillip Stephens 3b76c4f02f * Fix ATHENA_NO_SAVES 2014-06-28 08:38:50 -07:00
Phillip Stephens 5f74cdb9ed * Rename datatypes to prevent collision 2014-06-17 21:51:18 -07:00
Phillip Stephens cc71bec5d7 * Fix silly bug 2014-06-02 20:09:40 -07:00
Phillip Stephens 05db171ac4 * Add Variadic arguments to THROW_* macros 2014-05-30 17:40:35 -07:00
Phillip 32f5b9cc03 * Fix bug in LZO 2014-05-23 21:38:41 -07:00
Phillip Stephens dfb0ce0b4f * Add fill to Stream 2014-05-15 00:41:54 -07:00
Phillip Stephens a19520ea1e * Add windows specific wrappers 2014-05-14 22:42:20 -07:00
Phillip Stephens c0974d511a * Added filepath implementation in BinaryReader 2014-04-29 19:29:51 -07:00
Phillip Stephens da7781f78e * Revert swap* 2014-04-28 19:31:32 -07:00
Phillip Stephens 6150d728a5 * Changed swap* functions to both return, and take a reference
* Fixed writeInt64 in FileWriter
* Fixed ec.cpp on big endian systems
2014-04-25 15:17:52 -07:00
Phillip Stephens b7c359ea40 * Fix FileReader 2014-04-24 19:01:24 -07:00
Phillip Stephens 0d0da95200 * Fix but in ZQuest, where gameString was being improperly assigned 2014-04-20 04:51:38 -07:00
Phillip Stephens 6c0115a23d * Fix compiling for Qt 2014-04-20 04:43:27 -07:00
Phillip Stephens 74dc41f061 Merge branch 'master' of https://github.com/Antidote/Athena 2014-04-20 03:29:10 -07:00
Phillip Stephens d54dc30cb6 * Remove remaining references to libZelda 2014-04-20 03:28:28 -07:00
Antidote 0429eb57b8 * Remove *.autosave 2014-04-20 03:27:55 -07:00
Antidote 7dbc00a5e2 * Remove *.autosave 2014-04-20 02:24:44 -07:00
Antidote ec4167abca * Major rewrite 2014-04-20 02:14:15 -07:00
Antidote 1a389de296 * Generalize ZQuestFile and incremented version major to 2
* Fixed a bug in Stream::writeBit where it wasn't correctly setting the flag
2014-04-18 18:36:46 -07:00
Antidote 496906c5de Merge branch 'master' of https://github.com/Antidote/libzelda 2014-03-21 19:27:40 -07:00
Antidote 77599bad3a Fix non-Qt build 2014-03-21 19:27:29 -07:00
Phillip 691804ac90 Update libzelda.pro 2014-03-06 18:26:30 -08:00
Antidote f77b394c6b Merge branch 'master' of https://github.com/Antidote/libzelda
Conflicts:
	src/SpriteFileReader.cpp
2014-02-26 21:56:01 -08:00
Antidote 966efd3dd2 * Finish refactor 2014-02-26 21:47:39 -08:00
Antidote 304baa45bb * Fixed some bugs 2014-02-26 21:46:26 -08:00
Antidote ebca406d71 * Added progress callback to Binary reader 2014-02-22 00:25:43 -08:00
Antidote 9c38e96403 * Add missing readUByte to stream 2014-02-12 18:55:38 -08:00