summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Added support for animated shoe and glove spritesLloyd Bryant4-6/+22
2008-07-18Import of client treeLloyd Bryant446-1697/+7122
2008-07-17Remove possible trailing slash at the end of the update host, since otherwiseBjørn Lindeijer2-0/+9
there'll be two of them.
2008-07-17Added support for handling the custom eAthena packet that sends the updateBjørn Lindeijer10-57/+102
host (patch by Sanga).
2008-07-17Fixed crash with party invite dialogDavid Athay2-2/+5
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris5-6/+14
2008-07-14Added admin commands to /help and added registration of party handlerDavid Athay4-1/+19
2008-07-10Restored executable icon.Eugenio Favalli2-289/+291
2008-07-08#359 patch by ScraggyDavid Athay4-7/+100
2008-07-07get rid of channel registering related codeRoderic Morris8-90/+14
2008-07-07Added /party command.David Athay6-4/+32
2008-07-07Added help for each command based on mantis bug #359, thanks to ScraggyDavid Athay3-36/+116
2008-07-05Allow alt key for chatting on Mac, remove unneeded includes.David Athay3-5/+9
2008-07-04Ugly hack for chat scrolling.David Athay3-9/+34
2008-07-03Fix guild window focus and crash bugDavid Athay4-344/+351
2008-07-02Fixed speech bubbles staying on screen after map change bug.Philipp Sehmisch2-0/+6
2008-07-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer12-259/+388
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4044 | b_lindeijer | 2008-04-07 11:02:38 +0200 (Mon, 07 Apr 2008) | 2 lines Added support for basing one sprite definition on another by including it. ........ r4057 | b_lindeijer | 2008-04-08 20:43:44 +0200 (Tue, 08 Apr 2008) | 4 lines Implemented support for an arbitrary number of map layers. The only layer requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision". ........ r4067 | b_lindeijer | 2008-04-11 00:03:57 +0200 (Fri, 11 Apr 2008) | 3 lines Fixed some compiler warnings and don't try to load particle effects when no file is set. ........
2008-07-01fix build filesRoderic Morris4-1/+14
2008-07-01fixed a compiler warning.Philipp Sehmisch1-1/+1
2008-07-01Updated project files.Philipp Sehmisch4-338/+351
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵Philipp Sehmisch20-139/+721
files, item descriptions on mouse-over, map names in minimap window, speech bubbles)
2008-06-30Updated CMake file to fix compilation. Patch by darkKnight.Bjørn Lindeijer2-3/+16
2008-06-27add icons to the skill dialogRoderic Morris4-20/+47
2008-06-25handle topic changes and guild eventsRoderic Morris8-17/+97
2008-06-24corrected date in changelogPhilipp Sehmisch1-1/+1
2008-06-24Added particle property "follow-parent" which makes the particle move when ↵Philipp Sehmisch5-0/+45
its parent particle is moved.
2008-06-23Forgot changelog with last commit.Philipp Sehmisch1-0/+6
2008-06-23Implemented "alpha" particle property.Philipp Sehmisch6-6/+24
2008-06-22Fixed warning about missing virtual destructor.Bjørn Lindeijer3-59/+79
2008-06-17#333 Suppress 'trade with X cancelled' messages for ignored players.David Athay3-2/+21
2008-06-16Allow whispers by default (patch by Fate).Bjørn Lindeijer3-4/+9
2008-06-15fix compiler and cmake warningsRoderic Morris4-5/+7
2008-06-14Fixed trade bug again.David Athay2-2/+3
2008-06-14Fixed compilation errors and trade bug.David Athay4-1/+13
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer38-286/+392
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-11Fixed displaying guild members in the guild windowDavid Athay2-0/+6
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris4-23/+13
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris12-191/+389
2008-06-09Fix for segfault in drop down list of player ignore and sanity check for ↵Dennis Friis4-6/+25
/whisper ignore. Patch by fate.
2008-06-05Lowered default particle detail level.Philipp Sehmisch3-2/+7
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer7-63/+142
problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga.
2008-06-04Small fix for displaying all names.Mateusz Kaduk1-1/+3
2008-06-04Display shield sprite also in character select window (patch by Sanga).Bjørn Lindeijer2-1/+6
2008-06-04Added switch option drawing nicknames only if mouse hover. Useful in crowded ↵Mateusz Kaduk5-17/+65
places.
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris9-312/+368
2008-06-02Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support forBjørn Lindeijer5-55/+68
displaying a shield sprite (patch by Sanga).
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer3-68/+16
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge).
2008-05-28Added slider for controlling particleEmitterSkip (overall quality of ↵Philipp Sehmisch4-3/+65
particle effects) to video setup menu.
2008-05-28Changed the way particle emitter skip is handled to make linear and circular ↵Philipp Sehmisch2-1/+6
emitters work with particleEmitterSkip enabled.
2008-05-28Change order of direction to up/down/right/left in Being::getSpriteDirection ↵Dennis Friis2-4/+10
to fix inconsistancy of facing direction when walking diagonally.