Monday, August 9, 2010

Work Progress - Aug 4 - Aug 10

  • Core: The "RUN" button is renamed to "BEGIN". (TODO: drag the event codelet. Then all the scripts associated with the event should be gone. NOTE: In long term, we should separate the naming to a config text file.)
  • Core: The tab and PObject duplicate bug as blogged in the previous entry has been fixed.
  • Core: Right click on an object in the render view. One is able to delete and create a new copy. (NOTE: Currently not working with app usng Graphics2D engine. TODO: copy the properties and event scripts to the new object created on duplicate. Note the x,y display location of the PObject should be slightly displaced. Also PEngine shouldn't be able to get deleted or duplicated.)
  • Core: Object Manager Panel now displays both name and class of all PObjects in the system, even if reloaded from file. The name and description of the PObject can also be updated.
  • Core: Fix the bug of having multiple method codelets sharing the same PVariant as arguments.
  • Core: Allowing default arguments on AutomatableMethod via argVals annotation.
  • SB: Add the link to the demo here

No comments:

Post a Comment