equal
deleted
inserted
replaced
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 * `check_translations.sh`: Check most translation files for mistakes and generate a simple progress report |
|
18 * `find_outdated_engine_translations.sh`: Check for strings in engine translations that MIGHT be outdated |
18 |
19 |
19 ### Directories |
20 ### Directories |
20 * `hwmapconverter`: C++ application to edit HWMAP files in text form |
21 * `hwmapconverter`: C++ application to edit HWMAP files in text form |
21 * `pas2c`: Pascal-to-C rewriter. Used when hwengine is built as C application with `BUILD_ENGINE_C=1` |
22 * `pas2c`: Pascal-to-C rewriter. Used when hwengine is built as C application with `BUILD_ENGINE_C=1` |
22 * `old`: Very outdated stuff that needs re-examination and possibly deletion |
23 * `old`: Very outdated stuff that needs re-examination and possibly deletion |