summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the CMakeLists.txt for TurnArenaBen Boeckel2009-04-091-1/+1
|
* Don't set the project in the plugin type directoriesBen Boeckel2009-04-092-4/+0
|
* Move TurnArena to turn directoryBen Boeckel2009-04-092-0/+0
|
* Move plugins to subdirectoriesBen Boeckel2009-04-0921-5/+8
|
* Move the plugins out of sigencoreBen Boeckel2009-04-0921-3/+8
|
* Find the closest spot to a point codeBen Boeckel2009-04-042-3/+38
|
* Use best as a rectBen Boeckel2009-04-041-2/+2
|
* Reorganize source fileBen Boeckel2009-04-041-40/+40
|
* Fix the second parameter of the touch checkBen Boeckel2009-04-041-2/+2
|
* Determine if the polygons touchBen Boeckel2009-04-041-1/+10
|
* Fix argument namesBen Boeckel2009-04-042-3/+3
|
* Move last inside the loopBen Boeckel2009-04-041-2/+1
|
* Use else if since there's no need to check the others if one is trueBen Boeckel2009-04-041-3/+3
|
* Determining the best position code skeleton addedBen Boeckel2009-04-042-2/+43
|
* Use QRectF since QRect has some quirks with right() and bottom()Ben Boeckel2009-04-041-3/+3
|
* Finish the algorithm for making polygons from the rectanglesBen Boeckel2009-04-041-1/+38
|
* Internalize finalize methodBen Boeckel2009-04-043-8/+10
|
* Use QRectF since QRect .bottom() and .right() are weirdBen Boeckel2009-04-043-5/+5
|
* Fix caching to only invalidate when the size is differentBen Boeckel2009-04-032-4/+8
|
* 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
|
* Add mapPosition storage to GameBen Boeckel2009-04-014-0/+53
|
* Add support for more than just int->int mapsBen Boeckel2009-04-011-3/+3
|
* Connect the zoom widget to the actual zoomBen Boeckel2009-04-013-3/+13
|
* Fix up the sigbattle UI fileBen Boeckel2009-04-011-4/+3
|
* Add XML headers to ui filesBen Boeckel2009-04-0133-0/+33
|
* Use double quotesBen Boeckel2009-04-012-4/+4
|
* Clean up XML files of extra spaces in tagsBen Boeckel2009-04-0137-2355/+2355
|
* 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
|