griffithinfotech / quickb2

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

Implement Effects. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The API for effects (qb2Effect and subclasses) exists and is ready to go, but 
the classes have to actually be filled in.  This should be pretty 
straightforward.

Original issue reported on code.google.com by doug...@gmail.com on 29 Nov 2010 at 6:24

GoogleCodeExporter commented 9 years ago
Turns out this WASN'T "pretty straightforward", cause the spec for effects 
changed radically from how I first perceived it.  The actual effects that 
qb2EffectFields (it used to be just qb2Effect, I changed that) applies to 
objects were easy enough to implement, but the whole system supporting effects 
took some time.

Anyway, they're done besides one minor thing I haven't figured out how to 
optimize (it's not a huge deal anyway)...so test away.

Original comment by doug...@gmail.com on 4 Mar 2011 at 3:53