summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28Skills patch by roderic, mantis id=209David Athay5-61/+150
2008-04-28Added party invite dialogDavid Athay7-23/+114
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira3-11/+47
2008-04-25Generic return values were incomplete client-side.Yohann Ferreira2-1/+5
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira8-38/+18
2008-04-25Added client-side email address change ability.Yohann Ferreira13-17/+365
2008-04-25Added party window, updated codeblocks project file.David Athay5-1/+161
2008-04-23Forget changelog entry yesterday.Bjørn Lindeijer1-1/+9
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer13-16/+37
2008-04-23Fixed headers to be GPLDavid Athay6-104/+85
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer9-1039/+326
2008-04-22Added more support for partiesDavid Athay11-50/+51
2008-04-21Removed our copyright header since these files are not copyright by us.Bjørn Lindeijer2-52/+0
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira11-21/+1122
2008-04-21Fixed chat window size issueDavid Athay4-14/+33
2008-04-20Since the connection objects might not have been created yet when an exceptionBjørn Lindeijer3-3/+12
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer4-31/+51
2008-04-20Fixed installing of dejavusans.ttf font.Bjørn Lindeijer4-3/+10
2008-04-20Added --data parameter to be used to specify where to get the data from whenBjørn Lindeijer2-6/+19
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer12-19/+77
2008-04-20Merged revisions 3955-3960 via svnmerge from Bjørn Lindeijer6-22/+29
2008-04-19Made the client clean characters information at unlogging to avoid a freeze w...Yohann Ferreira2-0/+6
2008-04-19Fix a double entry and add missing files.Dennis Friis2-8/+14
2008-04-18Made mislogins and misregistrations a little less annoying for the user.Yohann Ferreira4-9/+23
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira7-5/+62
2008-04-18Limited keyboard walk messages flooding to one message per 1/10 sec.Yohann Ferreira3-1/+9
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira11-70/+353
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay12-68/+163
2008-04-17Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the 'Invite...Yohann Ferreira3-4/+20
2008-04-17Moved walking calls flooding control when dragging mouse to viewport.Yohann Ferreira4-33/+24
2008-04-17Forgot main.cppYohann Ferreira2-2/+2
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in orde...Yohann Ferreira5-15/+38
2008-04-17Added basic party support (no interface to create or quit yet)David Athay10-5/+288
2008-04-17One file was forgotten while committing the private channels removal.Yohann Ferreira2-2/+3
2008-04-17Added smooth progress changes into progressbars.Yohann Ferreira3-4/+14
2008-04-16Removed private channelsDavid Athay4-5/+10
2008-04-16Fixed online status so that users are shown as onlineDavid Athay10-31/+90
2008-04-15Added online status of guild membersDavid Athay16-28/+144
2008-04-14Fixed a compilation error using CMake (That won't change the world, but will ...Yohann Ferreira2-0/+8
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay8-60/+224
2008-04-13Merged revisions 3915-3939,3941-3953 via svnmerge from Bjørn Lindeijer2-13/+53
2008-04-11Removed the rhombs around the radio buttons.Yohann Ferreira2-0/+25
2008-04-11Fixed a compilation error using CMake. What? Long Time No See?Yohann Ferreira2-0/+6
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer51-588/+213
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer7-28/+41
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer9-228/+298
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer3-38/+69
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer11-309/+303
2008-04-04Spawning a particle effect whenever the client sends a move message to the se...Philipp Sehmisch2-0/+7
2008-04-03Added updating guild member listDavid Athay3-9/+23