tools/README.md
changeset 14089 30565866db82
parent 13965 fa9b22311390
child 14161 fe5bfe70c3c2
equal deleted inserted replaced
14088:f483f844da98 14089:30565866db82
    12 * `check_engine_locale_files.sh`: Check the engine locale files for missing translations and problems
    12 * `check_engine_locale_files.sh`: Check the engine locale files for missing translations and problems
    13 * `hwmap2lua.sh`: Convert HWMAP files to Lua code for usage in missions
    13 * `hwmap2lua.sh`: Convert HWMAP files to Lua code for usage in missions
    14 * `create_dmg.sh`: Generate a .dmg file (relevant for Mac)
    14 * `create_dmg.sh`: Generate a .dmg file (relevant for Mac)
    15 * `dmg_pkg_install.sh`: Downloads and install a .dmg from a URL (relevant for Mac)
    15 * `dmg_pkg_install.sh`: Downloads and install a .dmg from a URL (relevant for Mac)
    16 * `docgen.sh`: Generate QTfrontend documentation with Doxygen (it's not very good)
    16 * `docgen.sh`: Generate QTfrontend documentation with Doxygen (it's not very good)
       
    17 * `check_translations.sh`: Check most translation files for mistakes and generate a simple progress report
    17 
    18 
    18 ### Directories
    19 ### Directories
    19 * `hwmapconverter`: C++ application to edit HWMAP files in text form
    20 * `hwmapconverter`: C++ application to edit HWMAP files in text form
    20 * `pas2c`: Pascal-to-C rewriter. Used when hwengine is built as C application with `BUILD_ENGINE_C=1`
    21 * `pas2c`: Pascal-to-C rewriter. Used when hwengine is built as C application with `BUILD_ENGINE_C=1`
    21 * `old`: Very outdated stuff that needs re-examination and possibly deletion
    22 * `old`: Very outdated stuff that needs re-examination and possibly deletion