summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets
Commit message (Collapse)AuthorAgeFilesLines
...
* Add caching to WorldMapPlacementBen Boeckel2009-04-033-1/+34
|
* Add a class to deal with placement decisions when collidingBen Boeckel2009-04-024-0/+120
|
* Allow for pressing spacebar to lock the itemBen Boeckel2009-04-022-2/+47
|
* Move the collision watching down into the mapsBen Boeckel2009-04-027-41/+19
|
* Connect up the editorBen Boeckel2009-04-022-0/+10
|
* Fix the map grid to be more flexibleBen Boeckel2009-04-022-18/+20
|
* Add world map editorBen Boeckel2009-04-026-0/+529
|
* Add dtor for MapItemBen Boeckel2009-04-022-0/+5
|
* Add world map editing guiBen Boeckel2009-04-022-0/+114
|
* Prepare for world map editing widgetBen Boeckel2009-04-022-0/+9
|
* Remove unused headersBen Boeckel2009-04-021-2/+0
|
* Add the zoom widget to the taborder in the mapeditorBen Boeckel2009-04-021-0/+1
|
* Rename the grid to m_gridBen Boeckel2009-04-022-10/+10
|
* Connect the zoom widget to the actual zoomBen Boeckel2009-04-013-3/+13
|
* Add XML headers to ui filesBen Boeckel2009-04-0133-0/+33
|
* Clean up XML files of extra spaces in tagsBen Boeckel2009-04-0133-2342/+2342
|
* Add zoom widget for the viewBen Boeckel2009-04-011-11/+35
|
* Switch around label position in ui fileBen Boeckel2009-04-011-9/+9
|
* Inline the conditionalBen Boeckel2009-03-301-6/+1
|
* Obstructions in the map are now darkBen Boeckel2009-03-301-2/+3
|
* Handle always-walkable tiles as well when showing the map with walkable areasBen Boeckel2009-03-302-5/+13
|
* Add preview editing to TileUIBen Boeckel2009-03-303-1/+67
|
* Fix the filter when searching for image filesBen Boeckel2009-03-301-1/+1
|
* Don't set the scene rect to be the map view since its enforced nowBen Boeckel2009-03-301-2/+0
|
* Wrong order for notifying of changesBen Boeckel2009-03-301-1/+1
|
* Cache the maskBen Boeckel2009-03-302-5/+11
|
* Connect up the UI for setting walkable area viewBen Boeckel2009-03-305-17/+32
|
* Fix the other size checkBen Boeckel2009-03-301-1/+1
|
* Save images in PNG formatBen Boeckel2009-03-301-1/+1
|
* Allow drawing of a collision mask of the tilesBen Boeckel2009-03-304-2/+32
|
* Make the grid less obtrusive and make the border stand outBen Boeckel2009-03-301-2/+7
|
* Make the grid draw to the bottomBen Boeckel2009-03-301-0/+4
|
* Better rect size on the gridBen Boeckel2009-03-301-1/+1
|
* Check if the size is empty, (0,0) is still "not null"Ben Boeckel2009-03-301-1/+1
|
* Fix the bounding box and default for the gridBen Boeckel2009-03-291-3/+3
|
* Connect up the grid size widgetBen Boeckel2009-03-292-0/+4
|
* Add labels to the spin boxes in MapEditorBen Boeckel2009-03-291-0/+9
|
* Add a widget to the editor for changing the grid sizeBen Boeckel2009-03-291-10/+26
|
* Add a class to draw a grid on the mapBen Boeckel2009-03-295-7/+132
|
* Don't install private headersBen Boeckel2009-03-291-10/+0
|
* Move connections out to a method so that reset connects things up to the new ↵Ben Boeckel2009-03-292-37/+55
| | | | scene
* Items slide along the edge of the screen when the mouse is outside of the ↵Ben Boeckel2009-03-291-5/+14
| | | | map area
* Connect up changed signals so that the UI is updated correctlyBen Boeckel2009-03-295-1/+9
|
* Fix the signal declaration in ObjectUIBen Boeckel2009-03-291-1/+1
|
* Fix the ui file for MapBen Boeckel2009-03-291-4/+8
|
* Add a checkbox in MapEffect to toggle the skinBen Boeckel2009-03-293-10/+63
|
* Call the base class in refreshGuiBen Boeckel2009-03-2916-0/+16
|
* Have ObjectUI handle initializing the private pointerBen Boeckel2009-03-2934-35/+38
|
* Maps don't have a type anymoreBen Boeckel2009-03-295-63/+26
|
* Enable the effect and warp itemsBen Boeckel2009-03-291-14/+14
|