summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* Fix install paths to use KDE4-provided variablesBen Boeckel2009-08-042-4/+4
* Allow for unlimited stages of stat modifiersBen Boeckel2009-07-192-4/+4
* Add extension query for pluginsBen Boeckel2009-06-064-0/+4
* Make the icon query constBen Boeckel2009-06-064-4/+4
* 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-063-9/+0
* Use an API version instead of a minimum versionBen Boeckel2009-06-063-3/+3
* Remove extra newline at end of fileBen Boeckel2009-06-051-1/+0
* Move the plugins out of sigencoreBen Boeckel2009-04-0919-1169/+0
* Declare postRequest in Player as wellBen Boeckel2009-03-282-12/+24
* Move messaging down to the Client interfaceBen Boeckel2009-03-282-0/+13
* Canvases shouldn't run scripts, only draw spritesBen Boeckel2009-03-283-12/+0
* Remove the watcher and timer from the TurnArena, Player must time out and ret...Ben Boeckel2009-03-281-12/+0
* Remove unnecessary parameter from signalBen Boeckel2009-03-281-1/+1
* Move the detection of classes left at deletion to PluginBaseBen Boeckel2009-03-281-0/+5
* Move around getters in ClientBen Boeckel2009-03-281-7/+7
* Enable multiple canvases per clientBen Boeckel2009-03-282-7/+30
* Remove unneeded spaces in ClientBen Boeckel2009-03-281-2/+0
* Client doesn't need a Client pointerBen Boeckel2009-03-281-1/+0
* Fix the signature of cleanupBen Boeckel2009-03-282-2/+2
* Add a cleanupClient signalBen Boeckel2009-03-281-0/+2
* Add a cleanup method so that the canvas can be cleanedup from anywhereBen Boeckel2009-03-282-0/+8
* Have a signal for the canvas to be deleted and make the ctor/dtor protectedBen Boeckel2009-03-281-3/+5
* recode PlayerPlugin to be a ClientPluginBen Boeckel2009-03-284-37/+39
* Move PlayerPlugin files to be ClientPlugin filesBen Boeckel2009-03-285-3/+1
* Initialize the DV to make GCC happyBen Boeckel2009-03-281-1/+1
* Overworld shouldn't use QGraphicsSceneBen Boeckel2009-03-281-2/+5
* Use KIcon in the arenasBen Boeckel2009-03-282-2/+6
* Cleanup the active list if the client code fails to enter the arenaBen Boeckel2009-03-281-1/+7
* Move arena and world down to ClientBen Boeckel2009-03-284-23/+45
* Remove cruft from ClientBen Boeckel2009-03-281-24/+0
* Add the servicetype fileBen Boeckel2009-03-281-0/+8
* Add PlayerPlugin interfaceBen Boeckel2009-03-284-0/+203
* Remove unneeded includesBen Boeckel2009-03-272-4/+0
* Link against QtGuiBen Boeckel2009-03-271-0/+1
* Implement QGSCanvasBen Boeckel2009-03-272-1/+63
* Update interface for CanvasBen Boeckel2009-03-273-6/+6
* Add QGSCanvas to the factoryBen Boeckel2009-03-271-15/+14
* Commit the workings of the new Canvas interface...Ben Boeckel2009-03-271-2/+15
* Add the start of QGSSceneBen Boeckel2009-03-273-0/+128
* Connect the correct signalBen Boeckel2009-03-271-1/+1
* Initialize the countBen Boeckel2009-03-271-1/+2
* Fix spelling in CanvasBen Boeckel2009-03-262-11/+11
* Add a count method to the plugins for counting objects that are being usedBen Boeckel2009-03-264-2/+25
* Allow setting of a name for the sprite to be addedBen Boeckel2009-03-261-1/+1
* Use KIcon in the pluginsBen Boeckel2009-03-264-2/+10
* Add dtor to CanvasBen Boeckel2009-03-262-0/+5
* Fix the inheritance for pluginsBen Boeckel2009-03-268-22/+12
* Switch from the Interfaces to Plugins namespaceBen Boeckel2009-03-2610-18/+18
* Add PluginBase class for all pluginsBen Boeckel2009-03-263-0/+81