Commit Graph

679 Commits

Author SHA1 Message Date
Luke Street e9008c9e25 Move all submodules to extern 2021-04-06 15:07:45 -04:00
Luke Street be0319820c Move zeus to root 2021-04-06 13:32:50 -04:00
Luke Street 7469f6aed7 Merge submodule contents for specter/master 2021-04-06 13:10:24 -04:00
Luke Street 162f6aa228 Remove submodule specter 2021-04-06 13:09:49 -04:00
Luke Street 914b98096a Update submodules & set remote tracking branches 2021-04-06 12:58:29 -04:00
Luke Street f18da254ce Set submodule tracking branch 2021-04-06 12:50:01 -04:00
Phillip Stephens 172eae4a61
Don't differentiate export path between standalone and Trilogy extracts, minor fix in CMetroidPrimeEssence, update submodules 2021-02-26 01:35:54 -08:00
Phillip Stephens e39fee8154
Allow specifying memory card image path for slot A and B 2021-02-25 21:07:41 -08:00
Luke Street 5f263b8a4f Check _M_X64 for MSVC; update hecl, specter 2021-02-15 21:05:16 -05:00
Luke Street 6a01ed8e9a Update zeus 2021-02-15 21:03:54 -05:00
Luke Street 31c5d6d8de Update hecl, specter 2021-02-01 05:15:28 +00:00
Luke Street 129943f7b5 Link UrdeLocales 2021-02-01 05:09:04 +00:00
Luke Street 019e104355 Update specter 2021-01-09 14:27:43 -05:00
Luke Street fc11c5c801 Update zeus 2021-01-09 14:27:34 -05:00
Luke Street 4b9bdcc802 Fixes for Apple Silicon
Updates amuse, hecl, nod, specter
2021-01-06 20:54:21 -05:00
Luke Street 2e80d0114f Update zeus 2021-01-06 20:46:30 -05:00
Phillip Stephens 9ab8c4cd8b
Fix PowerBomb radius derp 2020-09-23 16:32:15 -07:00
Phillip Stephens 5cbc608867 Update zeus 2020-09-19 15:44:50 -07:00
Luke Street 3314c6003a Update specter 2020-09-16 00:45:01 -04:00
Luke Street a278593de5 Update zeus (CVector3f::isZero fix) 2020-09-16 00:44:21 -04:00
Luke Street 24acb585f8 MSVC & zeus fixes; update hecl-gui 2020-04-19 21:09:30 -04:00
Luke Street ac8b72ddae Fix Windows build errors; update zeus 2020-04-19 21:06:46 -04:00
Jack Andersen 5b4441ac36 Update fmtlib 2020-04-11 12:51:39 -10:00
Jack Andersen 81c5d40211 Update fmtlib 2020-04-11 12:50:38 -10:00
Jack Andersen 26f272735d Set compiler flags for building with C++20 2020-04-10 19:05:55 -10:00
Jack Andersen 401f8b8ef5 Exclude CMake CXX standard from MSVC 2020-04-10 19:02:21 -10:00
Phillip Stephens 1092250559
Update submodules 2020-03-04 17:33:51 -08:00
Phillip Stephens 987c4bb297 Update zeus 2020-03-04 17:31:44 -08:00
Phillip Stephens 80dbc1920c
Update submodules 2020-03-03 16:49:13 -08:00
Phillip Stephens 3dac8ad966 Update zeus 2020-03-03 16:48:53 -08:00
Luke Street d941a6a526 Update specter 2019-12-22 18:31:16 -05:00
Phillip Stephens 21159e604e
More CThardus 2019-12-14 15:50:29 -08:00
Phillip Stephens 8689d599c5
GCC Fixes 2019-12-14 01:14:58 -08:00
Luke Street 21b4e72100 Fix specter submodule ref 2019-12-12 01:07:00 -05:00
Phillip Stephens 4e5921c952
Update submodules 2019-12-10 20:51:23 -08:00
Phillip Stephens d5845d2b5e Update zeus 2019-12-10 20:50:02 -08:00
Jack Andersen 16ca0d24c2 Explicit Asset ID refactor 2019-09-30 21:38:03 -10:00
Jack Andersen 2a367df869 Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/specter 2019-09-30 21:32:32 -10:00
Jack Andersen 33fd0f2fd7 Switch to string compare operators 2019-09-30 21:32:06 -10:00
Phillip Stephens d884ccedf9 Update zeus 2019-09-21 05:46:47 -07:00
Phillip Stephens 349626ac93 Merge pull request #17 from lioncash/endian
FontCache: Specify athena endian types explicitly
2019-09-14 08:38:20 -07:00
Lioncash ed763a5b18 FontCache: Specify athena endian types explicitly
Allows this code to remain compilable if the enum is ever converted into
a strongly-typed enum.
2019-09-14 10:45:53 -04:00
Lioncash dbb44d20b9 FontCache: Be explicit about athena's SeekOrigin type
Allows this code to still function properly if the enum is turned into
an enum class.
2019-09-08 16:42:24 -04:00
Phillip Stephens 6af485d949 Update zeus 2019-09-06 23:32:22 -07:00
Phillip Stephens 30164a1e65 Update zeus 2019-09-05 23:15:14 -07:00
Lioncash 765c51776b General: Use std::make_unique where applicable
No behavior change.
2019-09-06 01:14:32 -04:00
Phillip Stephens 81beae5526 Merge pull request #13 from lioncash/move
FontCache: Make filters non-allocating
2019-09-05 19:32:59 -07:00
Phillip Stephens c32c8d0a91 Merge pull request #14 from lioncash/emplace
General: Use emplace_back's return value where applicable
2019-09-05 19:31:35 -07:00
Phillip Stephens d773925fde Merge pull request #15 from lioncash/unused
General: Remove unused file-scope variables
2019-09-05 19:31:15 -07:00
Lioncash 909e7d69ee General: Remove unused file-scope variables
Removes unused logvisor modules. This also allows removing some
inclusions. Silences a few unused variable warnings as well.
2019-09-05 20:16:38 -04:00