Added CMake, Fixed Memory Leak, Fixed Score#6
Added CMake, Fixed Memory Leak, Fixed Score#6TheMrPoseidon wants to merge 2 commits intoPolyMarsDev:masterfrom
Conversation
|
@TheMrPoseidon why did you change SDL2/sdl to just sdl? I think the first one is used in case sdl(1) is also installed |
I'm not a pro in how cross plattform development should be done with sdl2, but as far as I know on unix system (linux and mac) you should use |
|
@mandar1jn Forget what I said, the change from |
In order to work properly on mac I've changed the build system to cmake. Additionally, I've fixed two minor problems a) memory leak in WindowsRenderer that increase the memeroy usage over time and b) fixed the output of distance and best values.