Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-18 | Added support for animated shoe and glove sprites | Lloyd Bryant | 4 | -6/+22 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 446 | -1697/+7122 | |
2008-07-17 | Remove possible trailing slash at the end of the update host, since otherwise | Bjørn Lindeijer | 2 | -0/+9 | |
there'll be two of them. | |||||
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 10 | -57/+102 | |
host (patch by Sanga). | |||||
2008-07-17 | Fixed crash with party invite dialog | David Athay | 2 | -2/+5 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 5 | -6/+14 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 4 | -1/+19 | |
2008-07-10 | Restored executable icon. | Eugenio Favalli | 2 | -289/+291 | |
2008-07-08 | #359 patch by Scraggy | David Athay | 4 | -7/+100 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 8 | -90/+14 | |
2008-07-07 | Added /party command. | David Athay | 6 | -4/+32 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 3 | -36/+116 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 3 | -5/+9 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 3 | -9/+34 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 4 | -344/+351 | |
2008-07-02 | Fixed speech bubbles staying on screen after map change bug. | Philipp Sehmisch | 2 | -0/+6 | |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 12 | -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-01 | fix build files | Roderic Morris | 4 | -1/+14 | |
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 4 | -338/+351 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 20 | -139/+721 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-30 | Updated CMake file to fix compilation. Patch by darkKnight. | Bjørn Lindeijer | 2 | -3/+16 | |
2008-06-27 | add icons to the skill dialog | Roderic Morris | 4 | -20/+47 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 8 | -17/+97 | |
2008-06-24 | corrected date in changelog | Philipp Sehmisch | 1 | -1/+1 | |
2008-06-24 | Added particle property "follow-parent" which makes the particle move when ↵ | Philipp Sehmisch | 5 | -0/+45 | |
its parent particle is moved. | |||||
2008-06-23 | Forgot changelog with last commit. | Philipp Sehmisch | 1 | -0/+6 | |
2008-06-23 | Implemented "alpha" particle property. | Philipp Sehmisch | 6 | -6/+24 | |
2008-06-22 | Fixed warning about missing virtual destructor. | Bjørn Lindeijer | 3 | -59/+79 | |
2008-06-17 | #333 Suppress 'trade with X cancelled' messages for ignored players. | David Athay | 3 | -2/+21 | |
2008-06-16 | Allow whispers by default (patch by Fate). | Bjørn Lindeijer | 3 | -4/+9 | |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 4 | -5/+7 | |
2008-06-14 | Fixed trade bug again. | David Athay | 2 | -2/+3 | |
2008-06-14 | Fixed compilation errors and trade bug. | David Athay | 4 | -1/+13 | |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 38 | -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-11 | Fixed displaying guild members in the guild window | David Athay | 2 | -0/+6 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 4 | -23/+13 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 12 | -191/+389 | |
2008-06-09 | Fix for segfault in drop down list of player ignore and sanity check for ↵ | Dennis Friis | 4 | -6/+25 | |
/whisper ignore. Patch by fate. | |||||
2008-06-05 | Lowered default particle detail level. | Philipp Sehmisch | 3 | -2/+7 | |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 7 | -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-04 | Small fix for displaying all names. | Mateusz Kaduk | 1 | -1/+3 | |
2008-06-04 | Display shield sprite also in character select window (patch by Sanga). | Bjørn Lindeijer | 2 | -1/+6 | |
2008-06-04 | Added switch option drawing nicknames only if mouse hover. Useful in crowded ↵ | Mateusz Kaduk | 5 | -17/+65 | |
places. | |||||
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 9 | -312/+368 | |
2008-06-02 | Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support for | Bjørn Lindeijer | 5 | -55/+68 | |
displaying a shield sprite (patch by Sanga). | |||||
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 3 | -68/+16 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 4 | -3/+65 | |
particle effects) to video setup menu. | |||||
2008-05-28 | Changed the way particle emitter skip is handled to make linear and circular ↵ | Philipp Sehmisch | 2 | -1/+6 | |
emitters work with particleEmitterSkip enabled. | |||||
2008-05-28 | Change order of direction to up/down/right/left in Being::getSpriteDirection ↵ | Dennis Friis | 2 | -4/+10 | |
to fix inconsistancy of facing direction when walking diagonally. |