stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake
Other
285 stars 18 forks source link

CE-503: add option to reduce the number of dust particles #232

Closed serishema closed 2 years ago

serishema commented 2 years ago

closes CE-503

serishema commented 2 years ago

a gotcha with this that I wasted some time on: you must do a full rebuild and not an incremental build from my last changes or the resulting binary will not run.

stohrendorf commented 2 years ago

a gotcha with this that I wasted some time on: you must do a full rebuild and not an incremental build from my last changes or the resulting binary will not run.

That's strange. Incremental builds have always worked for me.

serishema commented 2 years ago

I'm able to run clang-format from the command line now which i've done on files I changed for every commit.

stohrendorf commented 2 years ago

Will test this thoroughly once i find the time, but looks good so far. Good work.