Commit Graph

7 Commits

Author SHA1 Message Date
Rickey d7414157a5 Add logging (#492)
* Add logger implementation for mgba debugging

* Add logging details to contributors guide

* Clang-format

* update docs real quick

* Cleanup for PR

* Update for PR

* Fix bad rebase

* Fix docs
2026-05-21 20:07:34 -07:00
HEMASHREE N 57ec84fcc7 docs: clarify clang-format version and usage (#474)
* docs: clarify clang-format version and usage

Added version, installation, and verification steps for clang-format to help contributors avoid CI issues.

* Enhance CONTRIBUTING.md with installation details

Updated installation instructions for clang-format on Ubuntu/Debian and Arch Linux. Added details for verifying installation and modified commands to include additional directories.

* Revise clang-format installation instructions

Updated installation instructions for clang-format and removed redundant verification section.

* Enhance clang-format usage instructions in CONTRIBUTING.md

Added recommendations for using clang-format before PR submission to ensure proper code formatting.

* Update CONTRIBUTING.md with clang18 PATH instructions

Add instructions to set PATH for clang18 on Arch Linux
2026-05-10 16:00:32 -07:00
Rickey 39591f2d6a Docs/update windows build docs (#453)
* Move build instructions to contributing

* Add python pillow install instructions for win

* update linux instructions

* make cleaner menus

* Add macos help

* Update formatting and instructions in CONTRIBUTING.md

* Add build instructions reference to README

Added a note to refer to CONTRIBUTING.md for build instructions.

* Update build instructions in README.md

Clarified build instructions in README for different platforms.

* Fix step number in build instructions

Updated the step number in the build instructions to reflect the correct sequence.
2026-05-02 14:40:36 -07:00
Rickey 2c9264bdcb Update CONTRIBUTING guide to inform of hosted docs (#422)
* Update CONTRIBUTING guide to inform of hosted docs

* update link to match rest of doc
2026-04-03 12:17:03 +03:00
Umut Paklacı 535601b514 Add build archival script with timestamped snapshots (.gba, .elf, .map) (#420)
* added .sh script for copying output files under folder

* Update scripts/save_build.sh

Co-authored-by: Rickey <ric@rf3.xyz>

* Partial save functionality, comments & game name env variable

* indentation fixes

* exit with error val

Co-authored-by: Rickey <ric@rf3.xyz>

* make save_build.sh executable

---------

Co-authored-by: Rickey <ric@rf3.xyz>
2026-04-01 19:14:00 -07:00
MeirGavish 25b706789d Updated CONTRIBUTING.md with scope and art sections (#388)
* Updated CONTRIBUTING.md with scope and art sections

Added sections on project scope and art contribution guidelines.
2026-02-26 15:47:20 +02:00
Rickey 955a0942f1 Add contributing guide (#334)
* Add contributing guide

* small format changes for CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

* Update CONTRIBUTING.md with more clang-format

* Move stuff around for CONTRIBUTING

* Update VScode instructions

* Remove recommendation for formatOnSave

* Update the clang-format thing again

* Update CONTRIBUTING.md

Co-authored-by: MeirGavish <meir.gavish@gmail.com>

---------

Co-authored-by: MeirGavish <meir.gavish@gmail.com>
2025-12-21 17:27:03 -08:00