summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate1-0/+2
2008-12-07Fix race condition with a std::string accessBjørn Lindeijer1-0/+1
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates. (cherry picked from eAthena branch, commits 6ac9c3bce62a8fc79e23477417188108f0ad9fa6 and 06d0205bab253ec5d01e8483ab639a092fe117c5)
2008-12-06Added particle containers and refactored beings to use them (to clean up ↵Fate1-0/+2
responsibilities a little)
2008-12-05Fix race condition with a std::string accessBjørn Lindeijer1-0/+1
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates.
2008-12-05Fix race condition with a std::string accessBjørn Lindeijer1-0/+1
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates.
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-0/+3
NOTE: This patch demonstrates the need to fix pixel coordinates in the eAthena client. Bjorn did the movement patch in the TMWClient, however, I still haven't got that fully working with the merges. It's likely that a clone will be developed to tackle this problem. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+1
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-11-16Fixed some indentsBjørn Lindeijer1-4/+4
2008-11-13Updated makefileDavid Athay1-1/+3
2008-11-06Added interface for sending post.David Athay1-2/+2
2008-11-01Some files I forgot to add with the last commit.Philipp Sehmisch1-0/+2
2008-10-27add effect handler (by Chuck Miller)Roderic Morris1-0/+2
2008-10-27Add an effects manager (patch by Kage Jittai)Jared Adams1-1/+3
2008-10-26Added Crush's recent Particle engine modifications from TMW.Ira Rice1-1/+1
2008-10-26Implemented particle emitters with properties which change over time ↵Philipp Sehmisch1-1/+1
according to wave functions.
2008-10-23Fixed building with configureBjørn Lindeijer1-0/+2
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-0/+2
colors.xml.
2008-10-09Merged the movement branch into trunkBjørn Lindeijer1-2/+5
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues.
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-0/+2
2008-09-04Added code to change text colouringDouglas Boffey1-2/+6
2008-08-28Accepted Patch by Scraggy that moves text in such a way that no text overlapsBjørn Lindeijer1-0/+4
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris1-0/+2
2008-08-07Rebranding TME to AethyraKraant1-7/+7
2008-07-27Changed files to tmeDouglas Boffey1-9/+9
2008-07-18Import of client treeLloyd Bryant1-8/+20
2008-07-01fix build filesRoderic Morris1-1/+1
2008-07-01Updated project files.Philipp Sehmisch1-0/+4
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-0/+2
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-0/+2
2008-05-22Fixed linker error caused by missing module.Bjørn Lindeijer1-3/+5
2008-05-19Removed the PopupBox class and used gcn::DropDown instead. It has clippingBjørn Lindeijer1-2/+0
issues, but it would be better to fix those instead of using this complicated workaround.
2008-05-15Added tab with image based on buttonDavid Athay1-0/+2
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-0/+10
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-05-12Fix building on other build systemsDavid Athay1-2/+0
2008-04-25Added client-side email address change ability.Yohann Ferreira1-0/+4
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer1-4/+2
for initial modifications.
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira1-0/+4
2008-04-19Fix a double entry and add missing files.Dennis Friis1-8/+10
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay1-0/+4
2008-04-15Added online status of guild membersDavid Athay1-0/+2
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-3/+1
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-09Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25Bjørn Lindeijer1-0/+6
(reverted change 3811). Somehow seems it's not drawing anything, not sure why.
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-2/+0
gcn::TabbedArea usage)
2008-03-31updated project fliesPhilipp Sehmisch1-1/+3
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ↵Mateusz Kaduk1-0/+6
double source file names - rename it.
2008-02-28Added missing automake entries. Still bug in guildhandler code, plz fix it.Mateusz Kaduk1-0/+6
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-2/+0
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer1-6/+0
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵Bjørn Lindeijer1-0/+4
svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (dynamic recoloring of sprites and related changes) ........ r3705 | gmelquio | 2007-11-03 10:58:25 +0100 (Sat, 03 Nov 2007) | 1 line Fixed double load of hair graphics. ........ r3706 | gmelquio | 2007-11-03 22:04:51 +0100 (Sat, 03 Nov 2007) | 1 line Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). ........ r3707 | gmelquio | 2007-11-03 22:08:21 +0100 (Sat, 03 Nov 2007) | 1 line Experimented recoloring on scorpions. ........ r3708 | gmelquio | 2007-11-04 12:52:44 +0100 (Sun, 04 Nov 2007) | 1 line Tightened palette handling. ........ r3709 | gmelquio | 2007-11-04 12:54:31 +0100 (Sun, 04 Nov 2007) | 1 line Experimented with scorpions again. ........ r3710 | gmelquio | 2007-11-04 16:40:37 +0100 (Sun, 04 Nov 2007) | 1 line Applied recoloring to hair styles. ........ r3711 | gmelquio | 2007-11-04 17:50:37 +0100 (Sun, 04 Nov 2007) | 1 line Converted slimes to recoloring. ........ r3742 | gmelquio | 2007-11-16 14:16:00 +0100 (Fri, 16 Nov 2007) | 1 line Sped up recoloring of transparent pixels. ........
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-0/+2
on demand. Results in faster startup time and reduced memory usage.