Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | Added tab with image based on button | David Athay | 1 | -0/+9 |
2008-05-12 | Fix building on other build systems | David Athay | 1 | -0/+4 |
2008-05-09 | Changed the tabbedarea to be transparant as before. Changed setup | David Athay | 1 | -0/+11 |
2008-05-08 | Fixed initialisation in case | David Athay | 1 | -0/+4 |
2008-05-07 | forgot something in changelog. | Philipp Sehmisch | 1 | -1/+2 |
2008-05-07 | Made say messages from being ID 0 display as messages from server. | Philipp Sehmisch | 1 | -0/+5 |
2008-05-05 | Only update the size of chat window widgets when it is resized. | Bjørn Lindeijer | 1 | -0/+5 |
2008-05-04 | Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-... | Bjørn Lindeijer | 1 | -6/+31 |
2008-04-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 1 | -2/+7 |
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 1 | -0/+2 |
2008-04-28 | Added party invite dialog | David Athay | 1 | -0/+6 |
2008-04-26 | Made smooth color changing and smooth progress optional. | Yohann Ferreira | 1 | -0/+2 |
2008-04-25 | Generic return values were incomplete client-side. | Yohann Ferreira | 1 | -0/+1 |
2008-04-25 | Made the Email address change work more nicely with the server. | Yohann Ferreira | 1 | -0/+2 |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+9 |
2008-04-25 | Added party window, updated codeblocks project file. | David Athay | 1 | -0/+5 |
2008-04-23 | Forget changelog entry yesterday. | Bjørn Lindeijer | 1 | -1/+9 |
2008-04-23 | Fixed headers to be GPL | David Athay | 1 | -0/+6 |
2008-04-22 | Added more support for parties | David Athay | 1 | -0/+5 |
2008-04-21 | Added password encryption client-side using SHA256. | Yohann Ferreira | 1 | -0/+8 |
2008-04-21 | Fixed chat window size issue | David Athay | 1 | -0/+5 |
2008-04-20 | Since the connection objects might not have been created yet when an exception | Bjørn Lindeijer | 1 | -0/+3 |
2008-04-20 | Merged two maps into one, avoid non-const operator[] and check whether channel | Bjørn Lindeijer | 1 | -0/+2 |
2008-04-20 | Fixed installing of dejavusans.ttf font. | Bjørn Lindeijer | 1 | -0/+2 |
2008-04-20 | Added --data parameter to be used to specify where to get the data from when | Bjørn Lindeijer | 1 | -0/+5 |
2008-04-20 | Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from | Bjørn Lindeijer | 1 | -5/+35 |
2008-04-20 | Merged revisions 3955-3960 via svnmerge from | Bjørn Lindeijer | 1 | -2/+10 |
2008-04-19 | Made the client clean characters information at unlogging to avoid a freeze w... | Yohann Ferreira | 1 | -0/+5 |
2008-04-19 | Fix a double entry and add missing files. | Dennis Friis | 1 | -0/+4 |
2008-04-18 | Made mislogins and misregistrations a little less annoying for the user. | Yohann Ferreira | 1 | -0/+5 |
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 1 | -0/+4 |
2008-04-18 | Limited keyboard walk messages flooding to one message per 1/10 sec. | Yohann Ferreira | 1 | -0/+2 |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -3/+12 |
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 1 | -0/+9 |
2008-04-17 | Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the 'Invite... | Yohann Ferreira | 1 | -1/+5 |
2008-04-17 | Forgot main.cpp | Yohann Ferreira | 1 | -1/+1 |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in orde... | Yohann Ferreira | 1 | -1/+4 |
2008-04-17 | Added basic party support (no interface to create or quit yet) | David Athay | 1 | -0/+9 |
2008-04-17 | One file was forgotten while committing the private channels removal. | Yohann Ferreira | 1 | -0/+2 |
2008-04-17 | Added smooth progress changes into progressbars. | Yohann Ferreira | 1 | -0/+5 |
2008-04-16 | Removed private channels | David Athay | 1 | -0/+2 |
2008-04-16 | Fixed online status so that users are shown as online | David Athay | 1 | -3/+11 |
2008-04-15 | Added online status of guild members | David Athay | 1 | -0/+11 |
2008-04-14 | Fixed a compilation error using CMake (That won't change the world, but will ... | Yohann Ferreira | 1 | -0/+6 |
2008-04-14 | Added new TabbedArea which extends gui::TabbedArea. Changed Guild and | David Athay | 1 | -0/+8 |
2008-04-13 | Merged revisions 3915-3939,3941-3953 via svnmerge from | Bjørn Lindeijer | 1 | -8/+53 |
2008-04-11 | Fixed a compilation error using CMake. What? Long Time No See? | Yohann Ferreira | 1 | -0/+4 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -0/+36 |
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 1 | -0/+7 |
2008-04-08 | Implemented support for an arbitrary number of map layers. The only layer | Bjørn Lindeijer | 1 | -0/+10 |