summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add hover/select feedbackBen Boeckel2009-04-191-2/+19
* Fix default thickness for the shapeBen Boeckel2009-04-191-2/+2
* Add ShapeItem class to handle shapes for the effect/warp areasBen Boeckel2009-04-193-0/+248
* Notify of the layout changing when adding/deletingBen Boeckel2009-04-191-0/+2
* Call base method for deletion of childrenBen Boeckel2009-04-1930-90/+30
* Add base code for removal of childrenBen Boeckel2009-04-194-0/+16
* Add how the model changed in signals and slots for notification of changesBen Boeckel2009-04-196-17/+32
* Add callgrind testsBen Boeckel2009-04-164-40/+72
* Rename output file for valgrindBen Boeckel2009-04-161-1/+1
* More explicit when return empty flagsBen Boeckel2009-04-161-2/+2
* Add more tests to Hat to ensure that it works as expected when emptyBen Boeckel2009-04-161-0/+9
* Remove unneeded returnBen Boeckel2009-04-161-1/+0
* Can't pick or take from an empty hatBen Boeckel2009-04-161-1/+5
* Make WorldMapItem checking staticBen Boeckel2009-04-111-1/+1
* Disable WorldPlacement usageBen Boeckel2009-04-111-13/+13
* Add basic skeleton of KrossArenaBen Boeckel2009-04-112-0/+61
* Add packagestructure serviceBen Boeckel2009-04-112-0/+18
* Remove unused variableBen Boeckel2009-04-111-1/+0
* Discover Kross plugins that are installedBen Boeckel2009-04-112-1/+22
* Add interpreter property to scriptsBen Boeckel2009-04-111-0/+3
* Add package structure for Arena scriptsBen Boeckel2009-04-113-0/+73
* Add a servicetype for Kross scriptsBen Boeckel2009-04-102-0/+20
* Add basic factory for Arena -- Kross bridgeBen Boeckel2009-04-105-0/+158
* Fix class names for plugin factoriesBen Boeckel2009-04-104-28/+28
* Rename plugin factory files to be less genericBen Boeckel2009-04-106-2/+2
* Fix the plugin namesBen Boeckel2009-04-102-2/+2
* Fix up library names in .desktop filesBen Boeckel2009-04-092-4/+4
* Fix include for TurnArenaBen Boeckel2009-04-091-1/+1
* Rename plugin librariesBen Boeckel2009-04-094-18/+18
* 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