Commit graph

134 commits

Author SHA1 Message Date
Michael Scire ed295c4cb5 docs: add changelog for 1.0.0 2021-09-19 10:34:31 -07:00
Michael Scire a1af1af74d docs: mention custom splash script in changelog
Also, bring commit count for the fusee_cpp PR to a nice point before merging.
2021-09-06 16:26:50 -07:00
Michael Scire 960161741d ams: docs/build update 2021-09-06 16:26:50 -07:00
Michael Scire 165c926135 ams: bump version to 0.20.1 2021-08-30 07:32:35 -07:00
Michael Scire 9296a56303 ams: bump to 0.2.0
NOTE: Release will not occur until hekate is ready to handle new sept-less release format.
2021-08-20 13:31:59 -07:00
Michael Scire 481b209ae8 docs: wipe sept from the docs 2021-08-20 13:17:11 -07:00
Michael Scire 4cb4707f34 dmnt: add theoretical 'else' support to cheat engine vm conditionals 2021-07-21 19:36:46 -07:00
Michael Scire 389c3b6baa dmnt: various cheat changes/suggestions that have been cooking a while 2021-07-21 19:21:58 -07:00
tslater2006 4d430a4c61
Updates to Cheats documentation (#1568)
* docs: update cheats doc to clarify Code Type 5 encoding

This change removes references to the "M" nibble for the "Register Address" encoding of Code Type 5 whis is not used in this mode.

In the dword block the "M" has been replaced with a "0"

* docs: update cheats doc to clarify register usage on Code Type 5

This adds additional clarification for "Register Address Encoding" mode of Code Type 5 that the "R" nibble reflects both the destination as well as the base memory address.

* docs: update cheats doc to make Code Types consistent

Code Types are now consistently written in hex notation.
2021-07-16 11:17:03 -07:00
Michael Scire 283736878d docs: add changelog for 0.19.5 2021-07-06 07:28:12 -07:00
Michael Scire 3dbc79dd5c ams: bump version to 0.19.4 2021-06-08 08:09:05 -07:00
Michael Scire 691a453d77 docs: amend changelog 2021-05-12 09:11:19 -07:00
Michael Scire 269d4496b2 docs: update changelog for 0.19.3 2021-05-12 09:08:55 -07:00
Michael Scire 03e66efd85 docs: add changelog for 0.19.2 2021-04-30 08:56:03 -07:00
Michael Scire d5bbf32a26 docs: add 0.19.1 changelog 2021-04-12 17:13:12 -07:00
Michael Scire 3b3082cf58 changelog: add note about extensions needing recompile 2021-04-11 03:42:16 -07:00
Michael Scire 38a2fdcd76 docs: add changelog for 0.19.0 2021-04-11 03:42:16 -07:00
Michael Scire cbf3ba9b75 General system stability improvements to enhance the user's experience. 2021-02-21 23:50:01 -08:00
Michael Scire 71add1add8 ams: bump version to 0.18.1 2021-02-15 19:51:48 -08:00
znxDomain 26b6216fa0 Correct ams_mitm.md formatting
Move set_mitm H3's under correct H2 element
2021-02-11 05:47:31 -08:00
Michael Scire bcda834980 dns.mitm: make line ordering explicit, rather than implicit.
This doesn't actually change functionality, because this is how std::unordered_map worked anyway...

...but it's better for us to be explicit, I think.
2021-02-02 13:48:40 -08:00
Michael Scire 408b81b881 docs: fix missing meme (important) 2021-02-02 12:17:00 -08:00
Michael Scire 63440cab18 ams: bump version to 0.18.0 2021-02-02 12:15:53 -08:00
Michael Scire 4fa585a23f docs: expand dns_mitm wildcard wording 2021-02-02 11:41:49 -08:00
Michael Scire e521ae805d dns.mitm: add documentation 2021-02-02 11:41:49 -08:00
Michael Scire 8314d015f3 docs: vaguely update roadmap 2021-01-14 06:12:42 -08:00
Michael Scire 33457d61da docs: changelog for 0.17.1 2021-01-13 10:40:45 -08:00
Michael Scire 428b5b266c docs/changelog: don't let dreams remain memes 2021-01-05 11:05:33 -08:00
Michael Scire a0769844f4 ams: provisional changelog for 0.17.0, release sometime this week 2021-01-05 11:05:33 -08:00
tuxuser d42f2e4d1b
Add lz4 dependency to the build instructions (#1308)
* Add lz4 dependency to the build instructions

At build-time of exosphere, the `split_program.py` script is called.
It requires python module `lz4` -> https://github.com/Atmosphere-NX/Atmosphere/blob/master/exosphere/program/split_program.py

Adding lz4 to the building.md documentation.

* Remove "(Python Library)" from deps-entries
2020-12-31 12:29:17 -08:00
Michael Scire 8b61537aa3 ams: bump version to 0.16.2 2020-12-19 10:21:15 -08:00
Michael Scire d8ae1d873c ams: update changelog for 0.16.1 2020-12-11 03:22:28 -08:00
Michael Scire 1b83f5169a docs: typo 2020-12-02 08:36:35 -08:00
Michael Scire 7bb77f44af docs: clarify wording 2020-12-02 08:36:19 -08:00
Michael Scire 801ce24622 docs: usb homebrew is broken, not ams's fault but worth mentioning 2020-12-02 08:28:44 -08:00
Michael Scire 1d778b2dc8 docs: update changelog for 0.16.0 2020-12-02 08:23:05 -08:00
ObscenityIB ef4d7dc024 docs/building: missing required lib glm 2020-11-23 23:20:50 -08:00
Michael Scire f72b21d665 exo: upload memory layout design document I use 2020-11-15 08:44:57 -08:00
Michael Scire 37738699f2 docs: edit terminology to be hip to the jive 2020-10-26 16:14:25 -07:00
Michael Scire 2ee2a4f1ac docs/fatal error: update for 0.15.0 2020-10-26 16:00:34 -07:00
SciresM c547c7f0e7
Note that we are a python 2 project. 2020-10-09 17:37:51 -07:00
Michael Scire 909a1767a6 ams: bump version to 0.14.4 2020-09-17 08:34:02 -07:00
Michael Scire fd0e3e2160 docs: update changelog 2020-09-14 18:12:48 -07:00
Michael Scire 3726def6ec ams: dump version to 0.14.1 2020-08-02 15:02:43 -07:00
Michael Scire bc364029b2 docs: update changelog 2020-08-01 15:30:25 -07:00
Michael Scire ac9832c5ce docs: update roadmap 2020-08-01 15:29:59 -07:00
Michael Scire 9efca346d9 docs: update roadmap 2020-07-07 18:15:06 -07:00
Michael Scire 3fe7700e5c docs: update roadmap 2020-06-29 07:05:02 -07:00
Michael Scire 9229696308 docs: update roadmap 2020-06-28 19:33:04 -07:00
Michael Scire 9b8ffdf093 docs/changelog: heh, right 2020-06-14 22:44:08 -07:00