Wednesday, January 26, 2011

Work Progress - Jan 26 - Feb 1

Check "SB in beta" above for the latest demo.

Bug fixing:
* cronrow app freezes on loading from an xml file (Reason: duplicated declaration of m_uniscale variable in CCEngine - this variable has already been declared in its superclass. This causes confusion when loading from XML file)
* methods of duplicated objects don't work properly (Reason: On cloning the PStatementMethod, we just inherited the pointer to the PMethod from the mother object. That PMethod variable stores which object the method call is associated.)
* CC app: texture no longer goes away on some window resizing instances (by abolishing the use of a hashmap but just a Texture variable to store the current texture)

Improvements:
* Increase pixel select allowance for Skateboarder app
* Highlight in property window when there are invalid entries

No comments:

Post a Comment