summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Export CanvasBen Boeckel2009-03-201-1/+4
* Add CanvasPlugin interfaceBen Boeckel2009-03-204-0/+196
* Add ctor for CanvasBen Boeckel2009-03-202-0/+28
* Remove extras in Canvas.hBen Boeckel2009-03-201-3/+0
* Fix spacing in license headersBen Boeckel2009-03-204-60/+60
* Added Canvas interfaceBen Boeckel2009-03-202-0/+45
* 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