Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapview.py
Commit message (Collapse)AuthorAgeFilesLines
* Change expose events to drawGonzalo Odiard2014-05-141-7/+5
|
* More import fixesGonzalo Odiard2014-05-141-2/+1
|
* Port to Gtk3: Initial run of py-giconvert.sh and sugar-convert.shGonzalo Odiard2014-05-141-5/+5
|
* Add save/restore context commands to isolate different drawingsGonzalo Odiard2012-05-061-0/+2
| | | | | | No real change, is only to avoid future problems. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the map in the same context in the mapview in play modeGonzalo Odiard2012-03-191-98/+106
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the information of the doors in the walls to another array.Gonzalo Odiard2012-02-211-10/+2
| | | | | | | | | | The doors have different properties than the other objects attached to the walls. The doors are present at the two sides of the wall, and the position is fixed. I have moved the doors to a 'doors' array, and the 'objects' array will be loaded with the other objects. I think the code will be simpler in this way. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a class to test basic navigation in the mapGonzalo Odiard2012-02-061-0/+46
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a object to show a top view of the mapGonzalo Odiard2012-01-311-0/+113
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>