Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/arithmetic.py
Commit message (Expand)AuthorAgeFilesLines
* Make more strings translatable.Michael Stone2011-01-081-12/+14
* Update and prepare dobject and groupthink for distribution.Michael Stone2011-01-081-3/+3
* Remove useless game toolbar.Michael Stone2011-01-081-3/+0
* Use the older and more compatible gtk.Label color markup.Michael Stone2011-01-081-1/+1
* Tweak the mode label.Michael Stone2011-01-081-1/+1
* After each round, show the previous question and answer.Michael Stone2011-01-081-22/+47
* Make the puzzle-type buttons bigger.Michael Stone2011-01-081-1/+1
* Fix period-bounding.Michael Stone2011-01-081-2/+13
* Make the puzzle order and initial selection deterministic.Michael Stone2011-01-081-6/+15
* Control the rate at which questions are given.Michael Stone2011-01-081-2/+30
* Abstract out the period at which the problems advance.Michael Stone2011-01-081-4/+5
* Make the count-down timer display its units.Michael Stone2011-01-081-2/+2
* Use new-style toolbars when possible.Michael Stone2011-01-081-5/+55
* Simplify the displayed puzzle labels.Michael Stone2011-01-081-3/+3
* Use cgitb for tracebacks.Michael Stone2011-01-081-1/+4
* Support multi-line problems.Michael Stone2011-01-081-3/+3
* UNSAFE (but cool): Implement easy code sharing for puzzles.Michael Stone2011-01-081-78/+89
* Remove trailing whitespace.Michael Stone2011-01-081-11/+11
* Add a comment explaining how question generation works.Chris Ball2009-08-101-15/+27
* Remove old codeChris Ball2009-08-101-22/+10
* Use a larger font for the countdownChris Ball2009-08-101-3/+3
* Add Ben to copyright at the topChris Ball2009-08-101-0/+1
* Correctly handle running out of timeChris Ball2009-08-101-26/+33
* Use when_initiating_sharing callback in groupthinkChris Ball2009-08-091-2/+2
* Attempt at sharing a common seed and pulling the same questions from itChris Ball2009-08-091-5/+13
* Add gtk_tools importChris Ball2009-08-091-0/+1
* Bug fix for SharedToggleButtonChris Ball2009-08-091-7/+7
* Make ToggleButtons sharedChris Ball2009-08-091-23/+23
* Working shared scoreboard!Chris Ball2009-08-031-6/+18
* Use groupthink for scoreboard maintenanceChris Ball2009-08-031-18/+95
* Import dobject/groupthink as a git submoduleBen Schwartz2009-08-021-0/+1
* Add countdown and time elapsedChris Ball2009-08-021-22/+46
* Remove olpcgames mesh code; it depends on the pygame event loop.Chris Ball2009-08-021-36/+5
* Start of networking codeChris Ball2009-07-291-9/+41
* Check answers, report results, keep scoreChris Ball2009-07-281-81/+95
* Initial import from first nightChris Ball2009-07-281-0/+246