Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | Fix some compilation warnings. | Shlomi Fish | |
Redone the commit based on the input in https://github.com/godotengine/godot/pull/7851 . Not all warnings were fixed but it's a start. | |||
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde | |
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||
2017-01-08 | Move tests again from core to main | Rémi Verschelde | |
As advised by @reduz, as tests depend on other libs. |