Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -10/+9 | |
2010-02-07 | Nicer way of indicating that we're waiting on the server | Thorbjørn Lindeijer | 1 | -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-06 | Merged the Engine class into the Game class | Thorbjørn Lindeijer | 1 | -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-05 | Added a script to update the Qt Creator project | Thorbjørn Lindeijer | 1 | -529/+541 | |
Also used it to make the mana.files list up to date. | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -26/+26 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2009-12-08 | Prune old entries from mana.files | Jared Adams | 1 | -3/+0 | |
2009-11-26 | Merge a little more and remove the BuddyWindow | Jared Adams | 1 | -2/+0 | |
The BuddyWindow was only half implemented and would have been made redundant with the planned social window. | |||||
2009-11-03 | Move ManaServ guild code into GuildHandler | Jared Adams | 1 | -2/+2 | |
Ad start eAthena's GuildHandler | |||||
2009-11-03 | Forgot to remove some files from mana.files | Jared Adams | 1 | -6/+0 | |
2009-11-03 | Simplify ManaServ netcode some more | Jared Adams | 1 | -12/+0 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -2/+13 | |
2009-10-25 | Added project files for Qt Creator | Thorbjørn Lindeijer | 1 | -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. |