Feiyun Wang

Results 8 issues of Feiyun Wang

Paranoids like me always want to have bases built at the very same point of a city in XCOM1. Unfortunately, the base naming dialog hasn't a cancel button, neither will...

Unmatching ")"s in Makefile.gcc.

3.6

The modified lines show multiply-defined labels, which are probably not as expected. This PR is not for merging purpose.

Check those missing figures I commented out in the modified lines. This PR is not for merging purpose.

This repo cannot function properly: ``` git.exe reset --hard 0621502490eda6f7dbfa250809ddd5d882e0fa9f -- error: invalid path 'figures/r/ARM Guide for Unity Developers: Pptimizing Mobile Gaming Graphics.pdf' fatal: Could not reset index file to...

Change the filename so it can work with the Windows file system.

This PR closes #1059: - subprocess.Popen() seems to have some deadlock problem. Use subprocess.run() as the document recommends. - Some improvement was made to speed up the "ar" command execution....

bug
platform:windows
topic:buildsystem

Image::create() is deprecated, thus it does not exist if Godot is built with the Scons option "deprecated=no". It must be changed to Image::create_empty() for better compatibility. FYI: https://github.com/godotengine/godot/blob/4.3-stable/core/io/image.cpp#L3428