Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/editmap.py
Commit message (Collapse)AuthorAgeFilesLines
* more fixes port to gtk3Gonzalo Odiard2014-05-141-2/+2
|
* port to gtk3: edit_map pack_start fixesGonzalo Odiard2014-05-141-6/+8
|
* More import fixesGonzalo Odiard2014-05-141-0/+2
|
* Port to Gtk3: Initial run of py-giconvert.sh and sugar-convert.shGonzalo Odiard2014-05-141-25/+25
|
* Add the StateView to the MapNavView in play modeGonzalo Odiard2012-05-011-1/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid drawing all the objects in a map when the character movesGonzalo Odiard2012-04-221-2/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add questions to the mapGonzalo Odiard2012-03-311-13/+34
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show in the map the resource as image or as icon.Gonzalo Odiard2012-03-181-1/+5
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add the id_resource when edit the mapGonzalo Odiard2012-03-171-7/+19
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Save the size of objects independent of resolutionGonzalo Odiard2012-03-121-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Save position x, y as a relative value, and use the view size to scale laterGonzalo Odiard2012-03-111-1/+1
| | | | | | The object size is not scaled pending. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change the mode property in MapNavView to view_modeGonzalo Odiard2012-03-101-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Edit name of roomsGonzalo Odiard2012-02-251-1/+34
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update the map editor when the resources are changedGonzalo Odiard2012-02-231-1/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* The navmap takes focus after the images are added or removedGonzalo Odiard2012-02-231-0/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add the resources to the map editionGonzalo Odiard2012-02-231-11/+18
| | | | Signed-by-off: Gonzalo Odiard <gonzalo@laptop.org>
* Add / delete and position of furniture in the mapGonzalo Odiard2012-02-211-6/+19
| | | | | | | The x,y posittion in the wall is in pixels, then is not resolution independent we need change it to be in porcentage of the width / height Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Start the functionality of adding furniture to the mapGonzalo Odiard2012-02-211-2/+17
| | | | | | | This patch only add the image to the map and the data structures, but does not modifiy the size or position of the images. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add scrollbars to the iconviewsGonzalo Odiard2012-02-201-3/+9
|
* Show furniture imagesGonzalo Odiard2012-02-201-2/+22
|
* Add a iconview to select the resources in the edition of the mapGonzalo Odiard2012-02-191-1/+32
|
* Add window to edit the map in the activity.Gonzalo Odiard2012-02-131-0/+34
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>