Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 5 | -10/+14 | |
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-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 6 | -53/+33 | |
properly since upgrade to Guichan 0.8.0. | |||||
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 2 | -43/+125 | |
2008-04-28 | Added party invite dialog | David Athay | 2 | -17/+97 | |
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper ↵ | Dennis Friis | 2 | -2/+5 | |
calculate the grid for itemcontainer. | |||||
2008-04-27 | Fix buildup of whitespace by using correct gridHeight and adding just 4px ↵ | Dennis Friis | 1 | -2/+2 | |
space to bottom. | |||||
2008-04-27 | Add methods to get width and height adjusted for any visible scrollbars. | Dennis Friis | 2 | -0/+24 | |
2008-04-27 | Fix ItemContainer not being resized properly when resizing inventory window. | Dennis Friis | 1 | -6/+2 | |
2008-04-26 | Text fix: zeny to GP. | Dennis Friis | 1 | -3/+3 | |
2008-04-26 | Made smooth color changing and smooth progress optional. | Yohann Ferreira | 2 | -11/+45 | |
2008-04-25 | Made the Email address change work more nicely with the server. | Yohann Ferreira | 2 | -31/+8 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 5 | -15/+289 | |
2008-04-25 | Added party window, updated codeblocks project file. | David Athay | 2 | -0/+147 | |
2008-04-24 | Make shortcut container ID based instead of slot based. Fixes items shifting ↵ | Dennis Friis | 2 | -7/+11 | |
around often causing equipment to be lost. | |||||
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 3 | -3/+3 | |
2008-04-23 | Fixed headers to be GPL | David Athay | 1 | -22/+15 | |
2008-04-22 | Added more support for parties | David Athay | 3 | -27/+3 | |
2008-04-21 | Fixed chat window size issue | David Athay | 3 | -14/+28 | |
2008-04-20 | Merged two maps into one, avoid non-const operator[] and check whether channel | Bjørn Lindeijer | 2 | -31/+48 | |
was found. | |||||
2008-04-20 | Fixed installing of dejavusans.ttf font. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-20 | Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from | Bjørn Lindeijer | 3 | -8/+20 | |
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-19 | Made the client clean characters information at unlogging to avoid a freeze ↵ | Yohann Ferreira | 1 | -0/+1 | |
when relogging with another account. | |||||
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 2 | -1/+6 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 6 | -65/+311 | |
(Once again, I need feedback. Thanks!) | |||||
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 6 | -63/+126 | |
2008-04-17 | Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵ | Yohann Ferreira | 2 | -3/+15 | |
'Invite user' and 'Quit Guild' buttons when no Guild is created. | |||||
2008-04-17 | Moved walking calls flooding control when dragging mouse to viewport. | Yohann Ferreira | 2 | -11/+19 | |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in ↵ | Yohann Ferreira | 1 | -6/+10 | |
order to keep control over message flooding to the server with mouse dragging. (I need feedback !) | |||||
2008-04-17 | Draw NPCs in yellow on minimap and skip drawing of warps. Based on idea by ↵ | Dennis Friis | 1 | -1/+5 | |
leeor_net. | |||||
2008-04-17 | Added smooth progress changes into progressbars. | Yohann Ferreira | 2 | -4/+9 | |
2008-04-17 | fixes for r4110, have to account for index value and add 1 to get the right ↵ | Dennis Friis | 1 | -1/+2 | |
scroll position. | |||||
2008-04-16 | Fix shop list not to scroll to top when selling. Redo of revision 3801 due ↵ | Dennis Friis | 1 | -0/+4 | |
to changes in guichan 0.8.0. | |||||
2008-04-16 | Removed private channels | David Athay | 1 | -1/+1 | |
2008-04-16 | Fixed online status so that users are shown as online | David Athay | 6 | -11/+39 | |
2008-04-16 | Also fix potential out of range in BrowserBox::draw when checking for color ↵ | Dennis Friis | 1 | -1/+2 | |
codes. | |||||
2008-04-16 | Fixed compilation warning. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-16 | Fix a basic_string::at sometimes being out of range in BrowserBox::draw when ↵ | Dennis Friis | 1 | -2/+1 | |
checking for line separators. | |||||
2008-04-16 | Restored the text wrapping in TextBox, since it was based on overriding a | Bjørn Lindeijer | 5 | -27/+14 | |
method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). | |||||
2008-04-15 | Fixed clicking near player. | David Athay | 1 | -2/+0 | |
2008-04-15 | Added online status of guild members | David Athay | 6 | -23/+84 | |
2008-04-14 | Added new TabbedArea which extends gui::TabbedArea. Changed Guild and | David Athay | 6 | -60/+205 | |
Chat windows to use new TabbedArea. Added private messaging. | |||||
2008-04-14 | Changed prefix of received whisper messages from "says:" to "whispers:" | Philipp Sehmisch | 1 | -1/+1 | |
2008-04-14 | Tweaked /whisper command to allow quoting of nicks with spaces in them. | Dennis Friis | 1 | -4/+15 | |
2008-04-13 | Merged revisions 3915-3939,3941-3953 via svnmerge from | Bjørn Lindeijer | 1 | -5/+0 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3915 | crush_tmw | 2008-02-23 18:18:34 +0100 (za, 23 feb 2008) | 1 line Assorted content updates by QOAL. ........ r3920 | crush_tmw | 2008-02-26 02:23:15 +0100 (di, 26 feb 2008) | 1 line Fixed some monster traps on southwest woodland. ........ r3923 | umperio | 2008-02-26 22:35:37 +0100 (di, 26 feb 2008) | 1 line Keep minimap status. Based on a patch by Knivey. ........ r3924 | umperio | 2008-02-26 22:47:07 +0100 (di, 26 feb 2008) | 1 line Added Modanung's mud tileset and applyed to some houses in Tulimshar. ........ r3938 | crush_tmw | 2008-03-02 00:32:44 +0100 (zo, 02 mrt 2008) | 1 line fixed transparency issue. ........ r3952 | umperio | 2008-03-07 10:47:40 +0100 (vr, 07 mrt 2008) | 1 line Added new items by Black Don, new xml definitions by Peavey. ........ r3953 | umperio | 2008-03-07 12:13:20 +0100 (vr, 07 mrt 2008) | 1 line Corrected names. ........ | |||||
2008-04-12 | Fixed display of item shortcut container. gcn::Widget::setWidth is no longer | Bjørn Lindeijer | 6 | -61/+22 | |
virtual. | |||||
2008-04-11 | Removed the rhombs around the radio buttons. | Yohann Ferreira | 2 | -0/+25 | |
2008-04-11 | Players now need to | David Athay | 1 | -2/+19 | |
click on the monster sprites rather than the tile. Players will now move to the target before attacking it. | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 46 | -582/+173 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2008-04-10 | I guess I messed this up a bit. | Bjørn Lindeijer | 1 | -1/+1 | |