Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move PlayerPlugin files to be ClientPlugin files | Ben Boeckel | 2009-03-28 | 5 | -3/+1 | |
| | ||||||
* | Set the tab order of the widgets for the PluginTree | Ben Boeckel | 2009-03-28 | 1 | -0/+1 | |
| | ||||||
* | Initialize the DV to make GCC happy | Ben Boeckel | 2009-03-28 | 1 | -1/+1 | |
| | ||||||
* | Overworld shouldn't use QGraphicsScene | Ben Boeckel | 2009-03-28 | 1 | -2/+5 | |
| | ||||||
* | Use KIcon in the arenas | Ben Boeckel | 2009-03-28 | 2 | -2/+6 | |
| | ||||||
* | Cleanup the active list if the client code fails to enter the arena | Ben Boeckel | 2009-03-28 | 1 | -1/+7 | |
| | ||||||
* | Move arena and world down to Client | Ben Boeckel | 2009-03-28 | 4 | -23/+45 | |
| | ||||||
* | Remove cruft from Client | Ben Boeckel | 2009-03-28 | 1 | -24/+0 | |
| | ||||||
* | Add the servicetype file | Ben Boeckel | 2009-03-28 | 1 | -0/+8 | |
| | ||||||
* | Add support for PlayerPlugin in PluginLoader | Ben Boeckel | 2009-03-28 | 2 | -0/+13 | |
| | ||||||
* | Fix up includes for PluginLoader | Ben Boeckel | 2009-03-28 | 2 | -7/+1 | |
| | ||||||
* | Add PlayerPlugin interface | Ben Boeckel | 2009-03-28 | 4 | -0/+203 | |
| | ||||||
* | Enable the window for Sigbattle | Ben Boeckel | 2009-03-27 | 1 | -4/+4 | |
| | ||||||
* | Clean up the application | Ben Boeckel | 2009-03-27 | 1 | -2/+4 | |
| | ||||||
* | Use a grid layout in PluginTree | Ben Boeckel | 2009-03-27 | 1 | -4/+4 | |
| | ||||||
* | Add default to parent for PluginTree | Ben Boeckel | 2009-03-27 | 1 | -1/+1 | |
| | ||||||
* | Remove unneeded includes | Ben Boeckel | 2009-03-27 | 2 | -4/+0 | |
| | ||||||
* | Link against QtGui | Ben Boeckel | 2009-03-27 | 1 | -0/+1 | |
| | ||||||
* | Implement QGSCanvas | Ben Boeckel | 2009-03-27 | 2 | -1/+63 | |
| | ||||||
* | Update interface for Canvas | Ben Boeckel | 2009-03-27 | 3 | -6/+6 | |
| | ||||||
* | Add QGSCanvas to the factory | Ben Boeckel | 2009-03-27 | 1 | -15/+14 | |
| | ||||||
* | Commit the workings of the new Canvas interface... | Ben Boeckel | 2009-03-27 | 1 | -2/+15 | |
| | ||||||
* | Add the start of QGSScene | Ben Boeckel | 2009-03-27 | 3 | -0/+128 | |
| | ||||||
* | Style fix | Ben Boeckel | 2009-03-27 | 1 | -1/+1 | |
| | ||||||
* | Connect the correct signal | Ben Boeckel | 2009-03-27 | 1 | -1/+1 | |
| | ||||||
* | Initialize the count | Ben Boeckel | 2009-03-27 | 1 | -1/+2 | |
| | ||||||
* | Change names of loading functions | Ben Boeckel | 2009-03-27 | 2 | -4/+4 | |
| | ||||||
* | Don't hand out pointers to the plugin factories | Ben Boeckel | 2009-03-27 | 4 | -33/+33 | |
| | ||||||
* | Use shared pointers for Games | Ben Boeckel | 2009-03-27 | 3 | -21/+16 | |
| | ||||||
* | Add ctor and dtor to PluginLoader::Private | Ben Boeckel | 2009-03-27 | 2 | -0/+37 | |
| | ||||||
* | Fix spelling in Canvas | Ben Boeckel | 2009-03-26 | 2 | -11/+11 | |
| | ||||||
* | Add a count method to the plugins for counting objects that are being used | Ben Boeckel | 2009-03-26 | 4 | -2/+25 | |
| | ||||||
* | Delete the menu | Ben Boeckel | 2009-03-26 | 1 | -0/+1 | |
| | ||||||
* | Split up the Game document creation | Ben Boeckel | 2009-03-26 | 1 | -1/+2 | |
| | ||||||
* | Clean up more than just the widget | Ben Boeckel | 2009-03-26 | 1 | -1/+4 | |
| | ||||||
* | Remove debugging header | Ben Boeckel | 2009-03-26 | 1 | -2/+0 | |
| | ||||||
* | Return the result and also free memory | Ben Boeckel | 2009-03-26 | 1 | -2/+4 | |
| | ||||||
* | Clean up memory | Ben Boeckel | 2009-03-26 | 1 | -0/+1 | |
| | ||||||
* | Add includes lost in split of Object and XmlReader | Ben Boeckel | 2009-03-26 | 7 | -0/+19 | |
| | ||||||
* | Stop leaks in Rules test | Ben Boeckel | 2009-03-26 | 2 | -3/+16 | |
| | ||||||
* | Fix memory leaks (why does this fix anything?) | Ben Boeckel | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | Also delete authors | Ben Boeckel | 2009-03-26 | 1 | -0/+1 | |
| | ||||||
* | Split up the document in Rules as well | Ben Boeckel | 2009-03-26 | 1 | -1/+2 | |
| | ||||||
* | Cleanup missed classes | Ben Boeckel | 2009-03-26 | 1 | -0/+2 | |
| | ||||||
* | Keep a QDomDocument around | Ben Boeckel | 2009-03-26 | 1 | -1/+2 | |
| | ||||||
* | Fix includes after function split | Ben Boeckel | 2009-03-26 | 11 | -0/+25 | |
| | ||||||
* | Split out load/save functions | Ben Boeckel | 2009-03-26 | 3 | -245/+299 | |
| | ||||||
* | Fix up properties for Sigmod services | Ben Boeckel | 2009-03-26 | 1 | -2/+11 | |
| | ||||||
* | Allow setting of a name for the sprite to be added | Ben Boeckel | 2009-03-26 | 1 | -1/+1 | |
| | ||||||
* | Add Sigmod support to PluginLoading and the Model | Ben Boeckel | 2009-03-26 | 4 | -18/+118 | |
| |