pacoccino / mandelbulber

Automatically exported from code.google.com/p/mandelbulber
0 stars 0 forks source link

callbacks.cpp cleanup #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The functions PressedNavigator{,Move}{Up,Down,Left,Right} were highly 
redundant. I added a utility function to make things simpler.

I also started the first step towards refactoring things. Right now, the code 
has too much shared state, which is bad. It makes it harder to maintain, harder 
to read, and most importantly, slower and harder to optimize.

Can I get commit access? I'd also like to make the project use GNU 
autoconf/automake, since that's more commonplace than the Eclipse CTD generated 
makefiles.

Original issue reported on code.google.com by kekn...@gmail.com on 12 Nov 2010 at 9:00

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by buddhi1...@gmail.com on 10 Nov 2013 at 7:51