New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more Fixes #26
more Fixes #26
Conversation
|
Looks right. Not tested. |
- variables (like tuple,etc) were defined as callable - Fix attribute errors
|
Tested. Fixes #24. I think the activity shouldn't log costs, feels cluttered. What do you say? |
|
Thanks for testing @Hrishi1999 :)
Yes I agree, I think it was added in the intitial versions for debugging. Also I was looking at Saving and resuming from Journal, it is a lot of work. I had started working, you can have a look at commit 8e32650 . In the commit description I had mentioned few known bugs not fixed in the commit. I would continue working on it, but I was wondering since there are a lot of changes to the activity already, we can include saving data to Journal changes in another release. What do you think @Hrishi1999 @quozl @chimosky ? |
I agree with @Hrishi1999, we'll wait for you to finish with it. |
|
Costs were added for competition in classroom learning environments. It is so that a teacher can choose the cheapest winning design. http://wiki.laptop.org/go/Bridge says "Joints and girders have associated costs. The cost of your bridge is shown in the top right of the display. Try and build the cheapest bridge that you can." For saving and resuming, the Physics activity is the most relevant code example. As an alternative, an obvious screenshot to journal button could be added. Sugar already has this as alt+1. |
Merge necessary changess from physics/elements/add_object get_color -> private function (upstream/physics) Rewrite read and write world data parser function Add a conditional to serialize json output if asked for
Copied to Bridge/physics __init__
… on physics (upstream) Add method to set box2d fps (physics/upstream) Reorder joystick object definition Reorder toollist initialization
- Add support for saving cost to journal - Saves Shapes to Journal
|
Fixes #23 : This issue is blocking release and this activity has a lot of changes since the last release. |
|
Thanks. Reviewed. Tested. |
Tested till commit 369f664.
Will work on more improvements