lumiera_/tests/core/proc
Ichthyostega 005e665c13 clean-up design of the command handling patterns (#210)
this was a classical example of a muddled and messed-up design,
driven just by the fact that I wanted to "spare" some functions,
with the net effect of writing more functions, plus a proxy class
plus create a lot of confusion for the reader.

This was easy to resolve though, once I resorted to the
general adivice to make public interface methods final,
make the extension ponts protected and never
to chain two extension points
2016-01-22 15:25:08 +01:00
..
asset mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
control clean-up design of the command handling patterns (#210) 2016-01-22 15:25:08 +01:00
engine improve a shaky test definition 2016-01-10 12:33:47 +01:00
mobject fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
play Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00