isle/tools/reccmp
Mark Langen 8ef38caf7d Simple integrated build process
* Introduce "configure.py" and "build.py"

* Running "python configure.py && python build.py" will successfully
  build a clean clone of the project with no additional effort needed.

* The repo now includes a copy of ninja for each platform, and the
  configure script will download MSVC420 for you as part of configuring
  the project. You can specify --modern-compiler when configuring to
  configure with a different toolchain if desired.

* This also establishes a specific place (/original) for you to put
  your original game files. The build process will let you know that
  you need to put them there if you have not yet when you ask to
  compare to the original game.

* The repo also now includes a .vscode folder by default, which
  contains a tasks.json file including the build / configure tasks.

* This includes "build and compare function by cursor" task which allows
  a very effective workflow where you just hit Ctrl+Shift+B and get an
  updated diff of the function you were just editing.
2023-07-02 06:06:54 -07:00
..
cvdump.exe rename reccomp to reccmp 2023-06-21 14:36:09 -07:00
isle.png generate progress SVGs 2023-06-27 15:59:44 -07:00
lego1.png generate progress SVGs 2023-06-27 15:59:44 -07:00
reccmp.py Simple integrated build process 2023-07-02 06:06:54 -07:00
requirements.txt Improve reccmp.py (#49) 2023-06-25 19:01:40 -07:00
template.html reccomp: add option to hide 100% matching functions (#35) 2023-06-21 14:43:01 -07:00
template.svg reccmp: use "monospace" in svg font 2023-06-30 16:12:22 -07:00