summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-11-13d_a_npc_ashB work (#2250)Pheenoh
Co-authored-by: pheenoh <pheenoh@macmini.lan>
2024-10-12Add clangd support for VS Code (#2207)Luke Street
* Add clangd support for VS Code * Revert accidental change
2024-10-10switch to dtk setup (#2203)TakaRikka
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
2024-07-18Tools: add libbti and assets_config (#2182)jdflyer
* Start d_menu_fmap2d * checkpoint * checkpoint * Add libbti and bti packaging, start libjaudio * Add asset config, move libast, formatting
2024-02-25remove dkp dependency (#2078)TakaRikka
2023-12-01Fix build for new contributors (#1994)Keith Lazuka
* Add pyyaml to Python dependencies * Add Jetbrains IDE dir to gitignore * Check magic number on the ISO file
2023-09-30Begin Fixing files for -sym on (#1952)jdflyer
2022-04-23Add m2ctx stuff to gitignoreJasper St. Pierre
2021-06-13add asset extract scriptPheenoh
2021-03-28dol2asm OKJulgodis
2021-01-18Doxygen (#84)Erin Moon
* set up Doxygen - `.gitignore`: ignore Doxygen output - limit Doxygen search to relevant paths - move extra `.md`s to docs/ - `Makefile`: add Doxygen target - use as much SVG as possible for Doxygen diagrams - alias @meme as an \xrefitem * new github workflow: run doxygen and push to gh pages
2020-12-26move asm in TUs to files, add diff.pyPheenoh
2020-12-01Improved handling of virtual inheritance. (#7)Jonathan Wase
* new system for handling vtables * commented out non-matching JKRDisposer::~JKDisposer() * removed artificial vtables and matched simple virtual-call functions * better text on nonmatching functions * reverted asmdiff.sh * attempt 2 * Spelling * banner and .gitignore for vtable artifacts * move virtual function to the correct class * remove unnecessary casts
2020-09-05organize files, update makefile, add CI checks, begin adding d_save.cppunknown
2020-08-29okunknown