summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-283-6/+8
* 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
* Update PluginLoader to handle clients, not playersBen Boeckel2009-03-282-17/+17
* recode PlayerPlugin to be a ClientPluginBen Boeckel2009-03-284-37/+39
* Move PlayerPlugin files to be ClientPlugin filesBen Boeckel2009-03-285-3/+1
* Set the tab order of the widgets for the PluginTreeBen Boeckel2009-03-281-0/+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 support for PlayerPlugin in PluginLoaderBen Boeckel2009-03-282-0/+13
* Fix up includes for PluginLoaderBen Boeckel2009-03-282-7/+1
* Add PlayerPlugin interfaceBen Boeckel2009-03-284-0/+203
* Enable the window for SigbattleBen Boeckel2009-03-271-4/+4
* Clean up the applicationBen Boeckel2009-03-271-2/+4
* Use a grid layout in PluginTreeBen Boeckel2009-03-271-4/+4
* Add default to parent for PluginTreeBen Boeckel2009-03-271-1/+1
* 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
* Style fixBen Boeckel2009-03-271-1/+1
* Connect the correct signalBen Boeckel2009-03-271-1/+1
* Initialize the countBen Boeckel2009-03-271-1/+2
* Change names of loading functionsBen Boeckel2009-03-272-4/+4
* Don't hand out pointers to the plugin factoriesBen Boeckel2009-03-274-33/+33
* Use shared pointers for GamesBen Boeckel2009-03-273-21/+16
* Add ctor and dtor to PluginLoader::PrivateBen Boeckel2009-03-272-0/+37
* 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
* Delete the menuBen Boeckel2009-03-261-0/+1
* Split up the Game document creationBen Boeckel2009-03-261-1/+2