summaryrefslogtreecommitdiff
path: root/mana.files
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-10/+9
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-0/+2
No longer a dialog with an annoying progress bar (due to going back and forth), but rather a progress indicator that integrates better with the background.
2010-02-06Merged the Engine class into the Game classThorbjørn Lindeijer1-2/+0
There was little point in keeping the Engine class separate. It wasn't an engine at all, but only kept track of the currently active map, a job more suitable for the Game class anyway.
2010-02-05Added a script to update the Qt Creator projectThorbjørn Lindeijer1-529/+541
Also used it to make the mana.files list up to date.
2010-01-11Cleanup GUI classesJared Adams1-26/+26
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
2009-12-08Prune old entries from mana.filesJared Adams1-3/+0
2009-11-26Merge a little more and remove the BuddyWindowJared Adams1-2/+0
The BuddyWindow was only half implemented and would have been made redundant with the planned social window.
2009-11-03Move ManaServ guild code into GuildHandlerJared Adams1-2/+2
Ad start eAthena's GuildHandler
2009-11-03Forgot to remove some files from mana.filesJared Adams1-6/+0
2009-11-03Simplify ManaServ netcode some moreJared Adams1-12/+0
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-2/+13
2009-10-25Added project files for Qt CreatorThorbjørn Lindeijer1-0/+541
Qt Creator can't create the Makefiles, but when you have those created, these files allow you to use Qt Creator to develop the Mana client.