Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused codeHEADmasterGonzalo Odiard2014-08-021-448/+0
* Remove sugargameGonzalo Odiard2014-08-023-306/+0
* Replace simplejson by jsonGonzalo Odiard2014-08-022-4/+4
* Fix stateview testGonzalo Odiard2014-05-141-3/+8
* more fixes port to gtk3Gonzalo Odiard2014-05-143-4/+4
* port to gtk3: pack fixes dialog.pyGonzalo Odiard2014-05-141-8/+8
* port to gtk3: edit_map pack_start fixesGonzalo Odiard2014-05-141-6/+8
* Port to gtk3: more fixes in questions editorGonzalo Odiard2014-05-141-18/+19
* port to gtk3: questions screen pack_start fixesGonzalo Odiard2014-05-141-15/+19
* port to gtk3: initial fixes to resources edit screenGonzalo Odiard2014-05-142-28/+35
* Fix character animation standGonzalo Odiard2014-05-141-1/+0
* port to gtk3: replace window by get_windowGonzalo Odiard2014-05-143-15/+13
* Fix character testGonzalo Odiard2014-05-141-5/+10
* gtk3 port: notebook append_pageGonzalo Odiard2014-05-142-8/+8
* Change expose events to drawGonzalo Odiard2014-05-144-21/+18
* More import fixesGonzalo Odiard2014-05-1411-27/+23
* Port to Gtk3: Initial run of py-giconvert.sh and sugar-convert.shGonzalo Odiard2014-05-1414-254/+254
* Fix character animation going to left!Gonzalo Odiard2012-05-071-30/+22
* The character should stop in a different place if there are a lateral wall or...Gonzalo Odiard2012-05-062-12/+16
* Pep8 fixGonzalo Odiard2012-05-061-1/+1
* Comment logging / Improve testing wall functionsGonzalo Odiard2012-05-061-13/+9
* Change up arrow cursorGonzalo Odiard2012-05-061-1/+1
* Change cursor to show door and lateral doors areasGonzalo Odiard2012-05-061-0/+12
* Refactoring control of click in doors and wallsGonzalo Odiard2012-05-061-16/+32
* Remove border in questions dialogGonzalo Odiard2012-05-061-0/+1
* Add save/restore context commands to isolate different drawingsGonzalo Odiard2012-05-064-4/+9
* Add feedback about the result of a question repliedGonzalo Odiard2012-05-0510-6/+6624
* Update TODOGonzalo Odiard2012-05-041-9/+23
* Avoid redrawing the stateview if the state ahas not changedGonzalo Odiard2012-05-041-0/+12
* Fix: Better startup position for characterGonzalo Odiard2012-05-041-2/+5
* Avoid error if click in furnitureGonzalo Odiard2012-05-041-4/+7
* Start movement of character in play modeGonzalo Odiard2012-05-023-36/+122
* Improve synchronization between abms and mapviesGonzalo Odiard2012-05-014-28/+32
* Save/restore ctx in stateviewGonzalo Odiard2012-05-011-0/+2
* Add the StateView to the MapNavView in play modeGonzalo Odiard2012-05-015-17/+38
* Solve start of activity with new instanceGonzalo Odiard2012-05-011-0/+3
* Add first version of a object to display the state of the gameGonzalo Odiard2012-04-291-0/+93
* Implement question dialogsGonzalo Odiard2012-04-284-13/+124
* Move the play mode view to the first notebook page. Remove pygame codeGonzalo Odiard2012-04-221-50/+22
* Add a rectangle around the character to debug the drawingGonzalo Odiard2012-04-221-0/+7
* Avoid drawing all the objects in a map when the character movesGonzalo Odiard2012-04-223-11/+31
* Merge branch 'master' of git.sugarlabs.org:ingeniummachina/mainlineManuel QuiƱones2012-04-036-53/+155
|\
| * Add questions to the mapGonzalo Odiard2012-03-314-16/+56
| * Add a id_question to the question model / Persistence of graphic questionsGonzalo Odiard2012-03-312-37/+99
* | New characterManuel QuiƱones2012-04-033-2/+1212
|/
* Add widget to paint the reply of graphical questions.Gonzalo Odiard2012-03-261-9/+90
* Add controls to load a image in the graphic images.Gonzalo Odiard2012-03-242-21/+78
* Update TODOGonzalo Odiard2012-03-191-1/+7
* Connect the signal to notify if the resources changed to the mapGonzalo Odiard2012-03-191-1/+9
* Show the map in the same context in the mapview in play modeGonzalo Odiard2012-03-192-100/+115