Results 16 comments of bjaraujo

I get a similar issue: Traceback (most recent call last): File "/usr/local/bin/cppclean", line 145, in sys.exit(main()) File "/usr/local/bin/cppclean", line 138, in main quiet=args.quiet): File "/usr/local/lib/python2.7/dist-packages/cpp/static_data.py", line 117, in run _find_warnings(filename,...

No, this was using the latest released version. Does cppclean have a GUI? I think cppclean is very good but it listed so many issues I need some way of...

I am still using cppclean. I rolled back because the master also gave me issues. Now I just use --exclude option to exclude the problematic file.

Maybe in the future as I don't have xbox controller atm to implement and test.

Yes, that is a good suggestion. I have been wanting to do a theme selection option.

Hi, Thanks for the enjoying the game. It is great you have had fun with it. I think it is a great idea to have an extra menu to configure...

Yes, that is a good suggestion. There are some problems with full screen mode in SDL. There is a DIRECTX version as well that can be explored. Need to check...

Same here: ![image](https://user-images.githubusercontent.com/5067963/48672965-78a97b80-eb34-11e8-908a-155ce38d7386.png)

In my case: GAMMARAY_INSTALL_QT_LAYOUT = false, #define GAMMARAY_PLUGIN_INSTALL_DIR "plugins/gammaray" #define GAMMARAY_LIBEXEC_INSTALL_DIR "bin" #define GAMMARAY_BUNDLE_INSTALL_DIR "" #define GAMMARAY_BIN_INSTALL_DIR "bin" #define GAMMARAY_PROBE_INSTALL_DIR "plugins/gammaray/2.10/qt5_7-MSVC-140-i686" #define GAMMARAY_TRANSLATION_INSTALL_DIR "translations" #define GAMMARAY_QCH_INSTALL_DIR "share/doc/GammaRay" #define GAMMARAY_TARGET_PLUGIN_INSTALL_DIR "plugins/gammaray/2.10/qt5_7-MSVC-140-i686/target"...

Ok. I ran INSTALL with administrator rights in VS and it now works. Thanks.