This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Convert Wonderland Engine 0.9.5 JavaScript code to Wonderland Engine 1.0.0 code. | |
* | |
* # Usage | |
* | |
* node wonderland-js-upgrade.mjs <your-file>.js | |
*/ | |
import {readFileSync, writeFileSync, existsSync} from 'fs'; | |
/* Parse filename argument and check existence */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# YCM configuration for Unreal Engine 4 projects | |
# | |
# Parses a generated Visual Studio project file and extracts its | |
# include dirs and symbols to be passed on to ycm/libclang. | |
# | |
# Note: For me this worked only on some files, but crashed ycm on others | |
# (using YCM with libclang-3.9.?, if I remember correctly...). May work | |
# better with newer versions? | |
# |