Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restored random choice of volume problems.HEADmasterpmoxhay2010-01-121-1/+1
|
* Tips and pours the containers; problem 9 only.pmoxhay2010-01-112-33/+136
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2010-01-082-127/+46
|\
| * Add small rotation when pouring volumes. Clean up VolumeObject drawing code.Wade Brainerd2010-01-082-127/+46
| |
* | Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2009-12-313-20/+17
|\ \ | |/
| * Fix bug in MoveableObject's overridden move method.Wade Brainerd2009-12-313-6/+4
| |
| * Take scale into account when redrawing objects.Wade Brainerd2009-12-312-14/+13
| | | | | | | | Rewrite VolumeObject.get_bounds.
* | Minor change in volumeobject.py?spmoxhay2009-12-311-1/+1
|/
* Animation added!pmoxhay2009-12-305-57/+175
|
* Minor bug fix in MovableObject.pmoxhay2009-06-171-2/+3
|
* Restored choice of problem type.pmoxhay2009-06-161-1/+1
|
* Fixed some tabbing issues in cutting problems.pmoxhay2009-06-162-1/+19
|
* Fixed some tabbing issues in amount problems.pmoxhay2009-06-164-22/+28
|
* Added key presses for getting next problem.pmoxhay2009-06-152-6/+8
|
* Can now get next problem by key press; fixed tab problem when arrow is showing.pmoxhay2009-06-154-15/+58
|
* Adjusted bounds of line segment drop targetpmoxhay2009-06-151-1/+2
| | | | so moving line segments by key press works better.
* Fixed bug: line segment had been disappearingpmoxhay2009-06-155-3/+17
| | | | | | when moving from one drop target to the other. The bounds of the movable line segment had to be adjusted by 2 pixels.
* Line segment drops targets now correctly hilited when moving by key press.pmoxhay2009-06-142-2/+4
|
* Minor corrections to shapes and subshapes in cutting problems.pmoxhay2009-06-132-16/+17
|
* Restore random choice of length problems.pmoxhay2009-06-131-1/+1
|
* Fixed bug: now avoids spurious length comparisons.pmoxhay2009-06-132-8/+174
|
* Updated TODO.pmoxhay2009-06-102-2/+42
|
* Scissors don't drop back on and recut the shapes.pmoxhay2009-06-104-57/+212
| | | | Check all code on intersection of two polygons.
* Wider AnswerBox for amount problems.pmoxhay2009-06-076-42/+118
|
* Fixed some issues with amount comparisons.pmoxhay2009-06-065-135/+43
|
* Volume comparison fits into AnswerBox.pmoxhay2009-06-054-34/+102
|
* Doesn't repeat recently used problems.pmoxhay2009-06-0515-159/+307
| | | | | | Fix bug with line segment drops getting rejected. Progresses to next level once >, <, = problems for a given level are solved correctly.
* Amounts no longer disappear in AnswerBox.pmoxhay2009-06-032-3/+9
|
* Masses no longer disappear in AnswerBox.pmoxhay2009-06-033-63/+338
|
* Shapes don't disappear (except for masses, amounts).pmoxhay2009-06-0210-77/+144
| | | | | | Letters don't repeat from problem to problem. Start registering errors and regulating going from one problem type to another.
* Doesn't repeat color choice from problem to problem.pmoxhay2009-06-016-26/+56
| | | | | This may help children perceive that a new problem is being presented.
* Modified TODO.pmoxhay2009-06-011-1/+1
|
* Increased number of cutting problems.pmoxhay2009-06-012-33/+344
| | | | Incorporated new algorithm for determining whether two shapes overlap.
* Increased number of mass problems.pmoxhay2009-05-283-9/+39
|
* Increased number of volume problems.pmoxhay2009-05-272-37/+153
|
* Removed some area problems (long skinny rectangles) that didn't work wellpmoxhay2009-05-263-39/+23
| | | | | with translate-rotate; also problems where one shape is much larger than the other.
* Fixed behavior of lengths when clicked inside answer box.pmoxhay2009-05-264-23/+14
|
* Improved appearance of model object for amount comparisons.pmoxhay2009-05-214-9/+16
|
* Another small fix for DropTarget hiliting.pmoxhay2009-04-102-0/+4
|
* DropTargets now hilite correctly.pmoxhay2009-04-103-1/+9
|
* Small fixes to make borders of drop targets draw fully.pmoxhay2009-04-074-4/+5
|
* Removed some unused stuff from ShapeObject.Wade Brainerd2009-04-065-76/+45
|
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-0615-277/+67
| | | | Also simplify some of the SVG based objects.
* Fix AmountObject drawing.Wade Brainerd2009-04-061-44/+21
|
* Tidy up grid code a bit.Wade Brainerd2009-04-0621-227/+49
|
* Switch AmountProblem to use new AmountObject instead of ShapeObject.Wade Brainerd2009-04-062-28/+157
|
* Fix GroupObject get_bounds to include moon.Wade Brainerd2009-04-051-2/+2
|
* Fix drawing of balance when objects are dropped.Wade Brainerd2009-04-051-0/+2
|
* Simplify problem selection a bit.Wade Brainerd2009-04-051-24/+5
|
* Simplify ThreeDObject drawing a bit.Wade Brainerd2009-04-051-20/+11
|