Skip to content

Release V 0.0.1 - 2024.09.15

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 20:57

V 0.0.1

Improvements

  • Header File Parsing Enhanced

    • Header files are now parsed selectively. For instance, if you only use Form and Game, only these headers will be parsed from the directories.
    • Header search paths now include folders from the -i "..." arguments. For instance, if -i "src/MyPapyrusFile.psc" is specified, the src folder is added to the search paths.
    • The default search path no longer includes bin\papyrus-headers.
    • The bin\papyrus-headers folder has been removed.
  • Updated -i Argument Handling

    • The -i "..." argument now supports both source directories and specific source files. For example: -i "src/MyPapyrusFile.psc".
  • Improved Original Compiler Integration

    • Arguments -i, -h, and -o are now passed to the original compiler more accurately when using the -original flag.
  • Compatibility Enhancements

  • New Arguments Added

    • Added the -check argument.
    • Added the -stats argument.
  • CI/CD and Benchmarking

Fixes

  • Line Number Display Bug Fix
    • Fixed the bug related to incorrect line number display.