Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
470 stars 75 forks source link

Auto flag placement on roads #1590

Closed JarnoNL79 closed 1 year ago

JarnoNL79 commented 1 year ago

Implementation for #1589

JarnoNL79 commented 1 year ago

Thanks for the quick review!

I updated them all according to your review comments, hopefully I didn't miss anything in the last commit

Flamefire commented 1 year ago

Thanks. FYI: I use a static clang-format from https://github.com/muttleyxd/clang-tools-static-binaries Putting that somewhere in the PATH makes CMake create a clang-format target in VS which on "build" will format all files for you.

JarnoNL79 commented 1 year ago

Thanks. FYI: I use a static clang-format from https://github.com/muttleyxd/clang-tools-static-binaries Putting that somewhere in the PATH makes CMake create a clang-format target in VS which on "build" will format all files for you.

Thanks, I'll try and set this up, hopefully I have already just commited the last 2 format inconsistencies