summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix install paths to use KDE4-provided variablesBen Boeckel2009-08-041-2/+2
|
* Add extension query for pluginsBen Boeckel2009-06-064-0/+4
|
* Make the icon query constBen Boeckel2009-06-064-4/+4
|
* 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
|
* Move the plugins out of sigencoreBen Boeckel2009-04-0919-1169/+0
|
* Canvases shouldn't run scripts, only draw spritesBen Boeckel2009-03-282-11/+0
|
* Remove the watcher and timer from the TurnArena, Player must time out and ↵Ben Boeckel2009-03-281-12/+0
| | | | return Invalid
* Move the detection of classes left at deletion to PluginBaseBen Boeckel2009-03-281-0/+5
|
* recode PlayerPlugin to be a ClientPluginBen Boeckel2009-03-284-37/+39
|
* Move PlayerPlugin files to be ClientPlugin filesBen Boeckel2009-03-285-3/+1
|
* Use KIcon in the arenasBen Boeckel2009-03-282-2/+6
|
* 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-272-4/+4
|
* Add QGSCanvas to the factoryBen Boeckel2009-03-271-15/+14
|
* Add the start of QGSSceneBen Boeckel2009-03-273-0/+128
|
* 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
|
* Use KIcon in the pluginsBen Boeckel2009-03-264-2/+10
|
* 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
|
* Unneeded linkingBen Boeckel2009-03-251-2/+0
|
* Install to the correct directoryBen Boeckel2009-03-252-2/+2
|
* Add versions to pluginsBen Boeckel2009-03-242-2/+2
|
* Add versioning macros to pluginsBen Boeckel2009-03-242-0/+6
|
* Changed too much...Ben Boeckel2009-03-213-3/+3
|
* Use a QStringList rather than an int for versioningBen Boeckel2009-03-213-3/+3
|
* Add a minimum version field to the plugin informationBen Boeckel2009-03-214-0/+8
|
* Update CanvasPlugin to accept a game parameter as wellBen Boeckel2009-03-204-6/+8
|
* Add a canvas pluginBen Boeckel2009-03-205-0/+168
|
* Fix the plugin versionBen Boeckel2009-03-201-1/+1
|
* Add a ServiceType for Canvas pluginsBen Boeckel2009-03-202-0/+6
|
* Add CanvasPlugin interfaceBen Boeckel2009-03-204-0/+196
|
* Fix spacing in license headersBen Boeckel2009-03-204-60/+60
|
* Simplify the macro for Arena pluginsBen Boeckel2009-03-182-5/+8
|
* Fix install pathsBen Boeckel2009-03-182-2/+2
|
* Add PluginInfo to the arena pluginBen Boeckel2009-03-181-0/+10
|
* Remove the name and description since KService takes care of thisBen Boeckel2009-03-183-16/+0
|
* Add KService informationBen Boeckel2009-03-184-0/+34
|
* Clean up ATBArena methodsBen Boeckel2009-03-172-5/+7
|
* Connect the signal mapper upBen Boeckel2009-03-172-0/+10
|
* Fix up the timer for ATBArena to be a lot cleanerBen Boeckel2009-03-174-63/+47
|
* Add info methods to ATBArena and make TurnArena's name nicerBen Boeckel2009-03-172-1/+18
|
* Move isTeamAllowed to be protectedBen Boeckel2009-03-172-4/+4
|