summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-07Make F8 toggle shortcut window as suggested by And1 an fate.Dennis Friis2-2/+7
2008-05-06Dont allow dragging of empty placeholders.Dennis Friis2-0/+7
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer3-12/+20
2008-05-04Blocked revisions 4060,4065,4068,4080-4081,4098 via svnmergeBjørn Lindeijer0-0/+0
........ r4060 | b_lindeijer | 2008-04-09 16:49:07 +0200 (Wed, 09 Apr 2008) | 3 lines Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 (reverted change 3811). Somehow seems it's not drawing anything, not sure why. ........ r4065 | b_lindeijer | 2008-04-10 23:41:02 +0200 (Thu, 10 Apr 2008) | 2 lines Implemented support for whispering to other players (patch by peavey). ........ r4068 | b_lindeijer | 2008-04-11 00:15:46 +0200 (Fri, 11 Apr 2008) | 2 lines I guess I messed this up a bit. ........ r4080 | peaveydk | 2008-04-14 11:51:05 +0200 (Mon, 14 Apr 2008) | 1 line Tweaked /whisper command to allow quoting of nicks with spaces in them. ........ r4081 | crush_tmw | 2008-04-14 12:49:46 +0200 (Mon, 14 Apr 2008) | 1 line Changed prefix of received whisper messages from "says:" to "whispers:" ........ r4098 | b_lindeijer | 2008-04-16 13:36:41 +0200 (Wed, 16 Apr 2008) | 2 lines Fixed compilation warning. ........
2008-05-04Merged revisions ↵Bjørn Lindeijer19-120/+109
4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-4079,4082-4092,4094-4097,4099,4101-4109,4112-4115,4117-4129,4131-4150 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4031 | the_enemy | 2008-04-03 14:53:00 +0200 (Thu, 03 Apr 2008) | 1 line Tweaked disconnect dialog to fix crash bug id=250 ........ r4050 | b_lindeijer | 2008-04-07 19:37:23 +0200 (Mon, 07 Apr 2008) | 2 lines Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch). ........ r4066 | b_lindeijer | 2008-04-10 23:48:36 +0200 (Thu, 10 Apr 2008) | 2 lines Fixed compile warning. ........ r4076 | b_lindeijer | 2008-04-12 20:36:15 +0200 (Sat, 12 Apr 2008) | 3 lines Fixed display of item shortcut container. gcn::Widget::setWidth is no longer virtual. ........ r4079 | crush_tmw | 2008-04-14 09:50:25 +0200 (Mon, 14 Apr 2008) | 1 line Fixed multi-channel image dyeing (patch by fate) ........ r4096 | b_lindeijer | 2008-04-16 10:39:59 +0200 (Wed, 16 Apr 2008) | 3 lines Restored the text wrapping in TextBox, since it was based on overriding a method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). ........ r4097 | peaveydk | 2008-04-16 13:27:31 +0200 (Wed, 16 Apr 2008) | 1 line Fix a basic_string::at sometimes being out of range in BrowserBox::draw when checking for line separators. ........ r4099 | peaveydk | 2008-04-16 13:50:12 +0200 (Wed, 16 Apr 2008) | 1 line Also fix potential out of range in BrowserBox::draw when checking for color codes. ........ r4150 | b_lindeijer | 2008-04-20 21:24:33 +0200 (Sun, 20 Apr 2008) | 2 lines Forgot to remove the sound effects apparently, removed now. ........
2008-04-29When compiling with GCC, use the printf format attribute for the log method soBjørn Lindeijer3-2/+9
that the compiler checks the type of its parameters.
2008-04-29Removed unused option from GCContainer to not delete a child, fixing warningsBjørn Lindeijer3-12/+13
about hiding virtual method gcn::Container::add.
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer7-14/+28
virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway).
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer4-8/+13
2008-04-28Properly fix problems with ItemContainer in InventoryWindow not resizingBjørn Lindeijer7-53/+41
properly since upgrade to Guichan 0.8.0.
2008-04-28Remove check for KMOD_NONE since this is not working uniformly across systems.Dennis Friis2-76/+74
2008-04-28Skills patch by roderic, mantis id=209David Athay5-61/+150
2008-04-28Added party invite dialogDavid Athay7-23/+114
2008-04-28Tweak keyboard input handling a bit. This fixes using emoticons triggering ↵Dennis Friis2-141/+146
shortcut items to be used.
2008-04-27Switch to use our extended ScrollArea and use adjusted width to proper ↵Dennis Friis3-2/+8
calculate the grid for itemcontainer.
2008-04-27Fix buildup of whitespace by using correct gridHeight and adding just 4px ↵Dennis Friis2-2/+4
space to bottom.
2008-04-27Add methods to get width and height adjusted for any visible scrollbars.Dennis Friis3-0/+29
2008-04-27Fix ItemContainer not being resized properly when resizing inventory window.Dennis Friis2-6/+7
2008-04-26When picking up GP from trade or quest, tell the user in the chat window ↵Dennis Friis2-2/+12
like with items.
2008-04-26Text fix: zeny to GP.Dennis Friis1-3/+3
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira3-11/+47
2008-04-25Avoid stacking equipment other than arrows. Based on similar fix in ↵Dennis Friis2-1/+12
inventoryhandler.
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-25Document anti-trade function.Dennis Friis2-0/+2
2008-04-24Make shortcut container ID based instead of slot based. Fixes items shifting ↵Dennis Friis6-35/+43
around often causing equipment to be lost.
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
for initial modifications.
2008-04-22Fixed a bug, thanks GCC 4.3!Bjørn Lindeijer4-4/+9
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-20Forgot to remove the sound effects apparently, removed now.Bjørn Lindeijer0-0/+0
2008-04-20Since the connection objects might not have been created yet when an exceptionBjørn Lindeijer3-3/+12
is thrown, check them for 0 before calling disconnect on them.
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer4-31/+51
was found.
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
using --skipupdate.
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer12-19/+77
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3962 | crush_tmw | 2008-03-09 16:35:00 +0100 (Sun, 09 Mar 2008) | 1 line Applied some patches by peavey related to chatlog and the quit dialog. ........ r3968 | umperio | 2008-03-11 14:56:47 +0100 (Tue, 11 Mar 2008) | 1 line Removed unused image. ........ r3969 | b_lindeijer | 2008-03-11 17:44:20 +0100 (Tue, 11 Mar 2008) | 2 lines Also removed unused image from the files to be installed. ........ r4006 | crush_tmw | 2008-03-26 00:28:05 +0100 (Wed, 26 Mar 2008) | 1 line Initialized some uninitialized variables (patch by peavey). ........ r4008 | b_lindeijer | 2008-03-27 15:51:10 +0100 (Thu, 27 Mar 2008) | 2 lines Applied patch by peavey and added his name to the ChangeLog some more. ........ r4010 | b_lindeijer | 2008-03-30 16:06:14 +0200 (Sun, 30 Mar 2008) | 2 lines Updated configure.ac for tmwdata split (patch by peavey). ........ r4018 | crush_tmw | 2008-04-01 03:02:30 +0200 (Tue, 01 Apr 2008) | 1 line Added makefile for TMXCopy by jaxad. ........ r4019 | crush_tmw | 2008-04-01 03:34:29 +0200 (Tue, 01 Apr 2008) | 1 line compilation fixes suggested by peavey. ........ r4020 | crush_tmw | 2008-04-01 03:37:51 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........ r4021 | crush_tmw | 2008-04-01 03:38:35 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........
2008-04-20Merged revisions 3955-3960 via svnmerge from Bjørn Lindeijer6-22/+29
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3955 | b_lindeijer | 2008-03-07 12:34:10 +0100 (Fri, 07 Mar 2008) | 2 lines Moved dynamically released data to its own module (tmwdata). ........ r3958 | crush_tmw | 2008-03-08 09:21:42 +0100 (Sat, 08 Mar 2008) | 1 line Fixed some width/height mixups in TMXCopy. ........ r3960 | b_lindeijer | 2008-03-08 12:19:13 +0100 (Sat, 08 Mar 2008) | 2 lines Forgot to also remove the maps. ........
2008-04-19Made the client clean characters information at unlogging to avoid a freeze ↵Yohann Ferreira2-0/+6
when relogging with another account.
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-18Mac now uses Apple key forDavid Athay3-2/+12
emoticons, so alt can be used for alternate characters. Disable vsync on mac.