summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add special text for widgets when at the minimumBen Boeckel2009-07-196-0/+51
| |
| * Documentation fixupsBen Boeckel2009-07-193-3/+3
| |
| * Fix bounds in ui filesBen Boeckel2009-07-192-2/+2
| |
| * Allow uncatchable creaturesBen Boeckel2009-07-192-2/+2
| |
| * Allow for unlimited stages of stat modifiersBen Boeckel2009-07-194-6/+6
| |
| * Remove toggle for effort values and embed as 0 in maxTotalEVBen Boeckel2009-07-198-87/+27
| |
| * Fix mimimums in ui filesBen Boeckel2009-07-192-2/+2
| |
| * Remove sellable from item; set in sellPrice as -1Ben Boeckel2009-07-197-108/+32
| |
* | Fix include for algorithmsBen Boeckel2009-06-181-1/+1
|/
* Add a query for plugins that have given extensionsBen Boeckel2009-06-062-0/+16
|
* Add extension query code to standard canvas pluginBen Boeckel2009-06-061-0/+3
|
* Add extensionto PluginLoaderBen Boeckel2009-06-062-0/+9
|
* Add extension property to Kross scriptsBen Boeckel2009-06-062-0/+6
|
* Add actual code to query pluginsBen Boeckel2009-06-067-0/+23
|
* Add extension query for pluginsBen Boeckel2009-06-0610-0/+19
|
* Make the icon query constBen Boeckel2009-06-0610-10/+10
|
* Update QGSCanvas plugin to new Canvas APIBen Boeckel2009-06-062-15/+6
|
* Fix the Canvas API to be more flexible, don't tie everything to spritesBen Boeckel2009-06-061-3/+3
|
* Plugins don't need a version macro anymoreBen Boeckel2009-06-066-12/+3
|
* Use an API version instead of a minimum versionBen Boeckel2009-06-069-9/+9
|
* Only sigcore and sigmod are really necessary, the rest can be disabled at willBen Boeckel2009-06-051-3/+3
|
* Remove extra newline at end of fileBen Boeckel2009-06-051-1/+0
|
* Add missing includeBen Boeckel2009-06-051-0/+3
|
* Wrong use of Version in desktop fileBen Boeckel2009-06-051-1/+1
|
* Fix enabling of widgets based on other widgets when initialized and places ↵Ben Boeckel2009-06-056-1/+28
| | | | missed before
* The sell price doesn't matter if it can't be soldBen Boeckel2009-05-281-0/+1
|
* The tree deletes the game, don't double deleteBen Boeckel2009-05-281-1/+0
|
* Invalidate the index when closing the editorBen Boeckel2009-05-281-0/+1
|
* Handle enableing and disabling the buttons more gracefullyBen Boeckel2009-05-282-3/+4
|
* Remove the context menu from the widgets and use a button insteadBen Boeckel2009-05-284-28/+31
|
* Add the map editor to the tabstopsBen Boeckel2009-05-281-0/+1
|
* Only add world maps to the sceneBen Boeckel2009-05-281-1/+2
|
* Add the flag for world map to the map widgetBen Boeckel2009-05-283-0/+38
|
* Add world flag to MapWrapperBen Boeckel2009-05-282-0/+6
|
* Add a flag to Map to mark it as a world mapBen Boeckel2009-05-282-0/+10
|
* Fix docbook installation macro usageBen Boeckel2009-05-281-1/+3
|
* Disable copy/paste actions while the tree does not support themBen Boeckel2009-05-231-3/+3
|
* Delete old tree widget filesBen Boeckel2009-05-23134-9567/+0
|
* The first column is selectableBen Boeckel2009-05-231-1/+1
|
* Include the border in the bounding rectangle for the tileBen Boeckel2009-05-231-1/+1
|
* Better detection of collisionBen Boeckel2009-05-231-1/+1
|
* Shrink the rectangle so that edges can be sharedBen Boeckel2009-05-231-1/+1
|
* Better detection for when an item can be anchoredBen Boeckel2009-05-231-1/+8
|
* Replace destination points with closer ones if foundBen Boeckel2009-05-231-7/+11
|
* Add a define for the dummy pointBen Boeckel2009-05-231-1/+3
|
* Clean up cases and add others...still edge cases leftBen Boeckel2009-05-221-19/+10
|
* Add more convenience functionsBen Boeckel2009-05-221-0/+15
|
* Track leading point as wellBen Boeckel2009-05-221-2/+4
|
* If the new rectangle collides with any, it isn't viableBen Boeckel2009-05-221-1/+10
|
* handle the fact that the right and bottom edges of polygons are not "inside" ↵Ben Boeckel2009-05-221-0/+4
| | | | the polygon