Anyone opposing a beautifying of the whole code? I mean running a tool over it that cleans up the formatting.
I know this is controversial because you essentially lose the history. But: If we don't do it now it will only get worse. Right now the history is basically useless already due to all the splitting. There is no "perfect" time to do this, but I think now is the least bad.
Also this makes further meaningful changes more apparent in the history because they are not always intertwined with formatting changes.
I would only beautify the engine/common cpp, c and h files and not the library sources.
Thoughts?
Edit: I am still trying to build for Android, but the toolchain really likes to mess with me... The linker gives an undefined reference error for a symbol that is clearly defined in a source file that gets build.
Edit2: Are you kidding me? The file is shown as being successfully built while in reality the compiler creates an empty object file.
Edit3: Fixed I guess. It's always the most stupid thing.
I know this is controversial because you essentially lose the history. But: If we don't do it now it will only get worse. Right now the history is basically useless already due to all the splitting. There is no "perfect" time to do this, but I think now is the least bad.
Also this makes further meaningful changes more apparent in the history because they are not always intertwined with formatting changes.
I would only beautify the engine/common cpp, c and h files and not the library sources.
Thoughts?
Edit: I am still trying to build for Android, but the toolchain really likes to mess with me... The linker gives an undefined reference error for a symbol that is clearly defined in a source file that gets build.

Edit2: Are you kidding me? The file is shown as being successfully built while in reality the compiler creates an empty object file.
Edit3: Fixed I guess. It's always the most stupid thing.