Results 172 comments of Goober5000

We should really finish qtFRED before we think about adding such elaborate and expansive features as this. Besides, it is already possible and in fact pretty easy to make the...

I don't strictly want to discourage ideas, but the path from idea to working product is a long one. Ideas are great, but they are also cheap. I don't want...

Er, hold on. Previously I searched just the project files, when I really should have searched *all* files. I found this: voice_rec.cmake ``` SET(VOICE_REC_FILES) IF(FSO_USE_VOICEREC) ADD_DEFINITIONS(-DFS2_VOICER) SET(SOUND_DIR "${CMAKE_CURRENT_SOURCE_DIR}/sound") SET(VOICE_REC_FILES "${GENERATED_SOURCE_DIR}/code/sound/grammar.h"...

Even so, since there's a CMake configuration for this step, shouldn't it have been added to the Visual Studio project or solution somewhere?

Of course phrases.cfg is referenced. The problem is generating it in the first place, and the project or solution should have a step that does that. Here is what that...

I doubt it. The purpose of CMake is to set up a project for VS. It is then VS that does the actual building, including custom build steps.

What about the `git submodule update --init --recursive` step? It's easy to forget to run that on a freshly cloned repository.

This appears to be a Linux-only crash, as I was not able to reproduce it on Windows.

@z64555 Could this be related to the controls code?