summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira6-65/+311
(Once again, I need feedback. Thanks!)
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay6-63/+126
2008-04-17Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵Yohann Ferreira2-3/+15
'Invite user' and 'Quit Guild' buttons when no Guild is created.
2008-04-17Moved walking calls flooding control when dragging mouse to viewport.Yohann Ferreira2-11/+19
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in ↵Yohann Ferreira1-6/+10
order to keep control over message flooding to the server with mouse dragging. (I need feedback !)
2008-04-17Added smooth progress changes into progressbars.Yohann Ferreira2-4/+9
2008-04-16Removed private channelsDavid Athay1-1/+1
2008-04-16Fixed online status so that users are shown as onlineDavid Athay6-11/+39
2008-04-15Added online status of guild membersDavid Athay6-23/+84
2008-04-14Added new TabbedArea which extends gui::TabbedArea. Changed Guild and David Athay6-60/+205
Chat windows to use new TabbedArea. Added private messaging.
2008-04-13Merged revisions 3915-3939,3941-3953 via svnmerge from Bjørn Lindeijer1-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-11Removed the rhombs around the radio buttons.Yohann Ferreira2-0/+25
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer46-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-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer3-24/+26
file is set.
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer1-15/+9
requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision".
2008-04-03Added patch fromDavid Athay3-2/+4
postalworker bug id=117 to fix cancel connecting to a sick server.
2008-04-03Added right click to invite to guildDavid Athay1-0/+17
2008-04-01Made it possible to move the chat windowDavid Athay1-2/+2
2008-04-01Fixed up chat and guildsDavid Athay3-16/+26
2008-03-28 UpdatedDavid Athay2-0/+4
project file and added some headers to help compiling on gcc 4.3.
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵Bjørn Lindeijer3-38/+40
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3828 | crush_tmw | 2007-12-31 17:14:27 +0100 (Mon, 31 Dec 2007) | 1 line Added config options to set the scroll center. Retained scroll offset during map change for smoother map transitions. ........ r3859 | b_lindeijer | 2008-01-26 20:38:43 +0100 (Sat, 26 Jan 2008) | 3 lines Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since that's the way in which we are using them. ........ r3876 | crush_tmw | 2008-02-11 20:00:43 +0100 (Mon, 11 Feb 2008) | 1 line Added music and overlay to snake dungeon. ........ r3883 | crush_tmw | 2008-02-12 15:00:22 +0100 (Tue, 12 Feb 2008) | 1 line Particle emitters are now activated after the parent particle has moved instead of before (small change which allows a little trick to create polar emitters) ........ r3887 | umperio | 2008-02-12 20:49:37 +0100 (Tue, 12 Feb 2008) | 1 line Made pathfinding not halt on collision destination tile, made moving around with mouse smoother. Added possibility to pass through players with key controls. ........ r3888 | crush_tmw | 2008-02-13 21:49:55 +0100 (Wed, 13 Feb 2008) | 1 line Added new headgears by Black Don (thanks to QOAL for testing and implementation) ........ r3891 | umperio | 2008-02-18 09:52:06 +0100 (Mon, 18 Feb 2008) | 1 line Fixed image name. ........ r3892 | umperio | 2008-02-18 11:00:45 +0100 (Mon, 18 Feb 2008) | 1 line Forgot a %s ........ r3899 | crush_tmw | 2008-02-19 14:23:34 +0100 (Tue, 19 Feb 2008) | 1 line Map fixes at snake dungeon by QOAL ........ r3900 | crush_tmw | 2008-02-19 14:32:24 +0100 (Tue, 19 Feb 2008) | 1 line More map fixes at snake dungeon by QOAL ........
2008-03-17Restored previous project file and fixed a warning along the way.Eugenio Favalli1-8/+8
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid ↵Philipp Sehmisch1-2/+6
asynchronisation.
2008-03-12Added ability to quit guilds.David Athay2-21/+62
2008-03-05Fixed guild creation.David Athay1-2/+2
2008-03-05Fixed typing in guild dialogsDavid Athay1-41/+31
2008-03-03Skill gui beautifications by roderic.Philipp Sehmisch2-40/+124
2008-03-01Replaced the basic guichan text field class with our derivate class.Philipp Sehmisch2-13/+15
2008-02-28Work in Progress commit of guilds.David Athay12-0/+713
2008-02-24(no commit message)Philipp Sehmisch2-9/+36
2008-02-22Merged creation of female characters from Legend of Mazzeroth.Philipp Sehmisch2-5/+48
2008-02-22Implemented skill name display in skill dialog and xp messages (based on a ↵Philipp Sehmisch1-1/+2
patch by rodge)
2008-02-21Showing a visible error message to the user when the font file fails to load.Philipp Sehmisch1-6/+2
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ↵Bjørn Lindeijer3-9/+12
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3790 | b_lindeijer | 2007-12-18 14:54:17 +0100 (Tue, 18 Dec 2007) | 3 lines Remember to delete the progressbar and label also when the game was not started. ........ r3801 | b_lindeijer | 2007-12-21 12:56:23 +0100 (Fri, 21 Dec 2007) | 2 lines Fixed shop list box not to scroll up when the selection is removed. ........ r3802 | b_lindeijer | 2007-12-21 13:37:17 +0100 (Fri, 21 Dec 2007) | 2 lines Added logging of error on PHYSFS_addToSearchPath. ........ r3803 | b_lindeijer | 2007-12-21 15:56:38 +0100 (Fri, 21 Dec 2007) | 3 lines Fixed inventory size not matching the size assumed by eAthena and related memory corruption and increased default chat log length. ........ r3804 | the_enemy | 2007-12-21 16:07:20 +0100 (Fri, 21 Dec 2007) | 1 line Attempted to fix client freeze when unable to connect to update host, and added exit dialog ........ r3805 | b_lindeijer | 2007-12-22 16:24:14 +0100 (Sat, 22 Dec 2007) | 2 lines Updated version to 0.0.24. Release data set to tomorrow, we'll see. ........ r3806 | b_lindeijer | 2007-12-22 21:42:35 +0100 (Sat, 22 Dec 2007) | 2 lines Make sure chat messages are also trimmed for the local player. ........ r3809 | crush_tmw | 2007-12-23 03:16:53 +0100 (Sun, 23 Dec 2007) | 1 line Particle images are now reference-counted properly. Avoided attempts to load "data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. ........ r3810 | b_lindeijer | 2007-12-24 02:20:42 +0100 (Mon, 24 Dec 2007) | 2 lines Updated release date. ........ r3812 | the_enemy | 2007-12-24 15:16:15 +0100 (Mon, 24 Dec 2007) | 1 line Minor update, fixed disconnection dialog ........ r3813 | b_lindeijer | 2007-12-24 15:45:34 +0100 (Mon, 24 Dec 2007) | 2 lines Fixed compile warning. ........ r3816 | b_lindeijer | 2007-12-25 13:31:21 +0100 (Tue, 25 Dec 2007) | 2 lines Fixed year. :) ........ r3818 | b_lindeijer | 2007-12-25 23:11:55 +0100 (Tue, 25 Dec 2007) | 2 lines Updated CMake file. ........ r3821 | b_lindeijer | 2007-12-26 19:06:15 +0100 (Wed, 26 Dec 2007) | 2 lines Fixed year in README too. ........
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer6-4/+9
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3762 | crush_tmw | 2007-12-04 00:25:25 +0100 (Tue, 04 Dec 2007) | 1 line Added/renamed some headgears for the christmas event. ........ r3763 | crush_tmw | 2007-12-04 14:51:20 +0100 (Tue, 04 Dec 2007) | 1 line tophead -> tophat ........ r3764 | b_lindeijer | 2007-12-05 21:20:25 +0100 (Wed, 05 Dec 2007) | 3 lines Fix drawing of very high fringe tiles by keeping track of the maximum tile height. ........ r3765 | crush_tmw | 2007-12-07 01:50:15 +0100 (Fri, 07 Dec 2007) | 1 line Added a new drop item for the christmas event. ........ r3768 | crush_tmw | 2007-12-09 20:45:53 +0100 (Sun, 09 Dec 2007) | 1 line New versions of funky hat and elf hat by QOAL. ........ r3769 | crush_tmw | 2007-12-10 03:22:59 +0100 (Mon, 10 Dec 2007) | 1 line Simplified player subsprite handling by treating equipment, hairstyle and base sprites alike. Implementing female hairstyles is now a purely content-sided task. ........ r3770 | crush_tmw | 2007-12-10 03:50:15 +0100 (Mon, 10 Dec 2007) | 1 line Added an option to show log messages in the chat console. ........ r3771 | crush_tmw | 2007-12-10 17:12:56 +0100 (Mon, 10 Dec 2007) | 1 line Implemented female hairstyles. ........ r3772 | b_lindeijer | 2007-12-10 21:42:11 +0100 (Mon, 10 Dec 2007) | 2 lines Include cassert header. ........ r3777 | crush_tmw | 2007-12-14 18:33:45 +0100 (Fri, 14 Dec 2007) | 1 line Fixed some errors with the filenames of the new items (unrelated to my eAthena problems). ........ r3778 | crush_tmw | 2007-12-14 19:21:39 +0100 (Fri, 14 Dec 2007) | 1 line fixed some more screwups with the new items. ........ r3780 | crush_tmw | 2007-12-14 19:40:12 +0100 (Fri, 14 Dec 2007) | 1 line Put new items in equipment.xml for backward compatibility with the last client release. ........ r3782 | b_lindeijer | 2007-12-17 16:59:04 +0100 (Mon, 17 Dec 2007) | 2 lines Fixed the item tags. ........
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer4-21/+26
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3687 | crush_tmw | 2007-10-26 02:22:12 +0200 (Fri, 26 Oct 2007) | 1 line Added possibility of length limitation to browserbox and used it for the chatlog (length set by the config option "ChatLogLength"). ........ r3688 | crush_tmw | 2007-10-26 02:38:00 +0200 (Fri, 26 Oct 2007) | 1 line Removed some completely useless code from the chat class. ........ r3690 | crush_tmw | 2007-10-26 14:50:49 +0200 (Fri, 26 Oct 2007) | 1 line Implemented monster hurt sounds and added new sound effects by Cosmostrator. ........
2008-02-07Fixed unix compilation problem.Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch4-155/+137
2008-01-26Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer2-8/+8
2008-01-26Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ↵Philipp Sehmisch4-28/+21
kept agility in)
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer8-66/+50
on demand. Results in faster startup time and reduced memory usage.
2007-11-14Experimented with non-stuck gaming when talking to NPCs.Guillaume Melquiond2-6/+1
2007-11-14Improved item amount dialog box.Guillaume Melquiond3-43/+44
2007-11-14Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+5
2007-11-08Ensured "unequip" button is visible.Guillaume Melquiond1-1/+3
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond1-8/+5
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond2-189/+105
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed ↵Guillaume Melquiond5-31/+52
useless code.
2007-10-28Fixed coordinates in the debug window and updated project file.Eugenio Favalli1-2/+2