summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Made it so the player will auto face its targetJared Adams3-2/+41
Fixed it so the correct direction will be Patch by Chuck Miller
2008-10-24fixes for targetting (by Chuck Miller)Roderic Morris4-15/+23
2008-10-23Added missing header and print newline at end of usage instructionsBjørn Lindeijer2-1/+2
2008-10-23Added missing header fileBjørn Lindeijer1-0/+1
2008-10-23Fixed building with configureBjørn Lindeijer2-0/+6
2008-10-21fix cmake buildRoderic Morris2-5/+11
2008-10-21Fixed up some of the postal system stuff for testing it.David Athay7-1/+141
2008-10-20Added dyecmd commandline tool to client tools. See: ↵Andreas Habel8-0/+652
http://mantis.themanaworld.org/view.php?id=423
2008-10-15src/localplayer.cppDavid Athay9-1/+67
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp
2008-10-10Some old uncommitted cleanup.Bjørn Lindeijer5-13/+7
2008-10-09Updated all translation files and fixed name of Chinese translationBjørn Lindeijer19-2084/+2906
2008-10-09Updated translations from Launchpad and added new onesBjørn Lindeijer18-281/+4578
2008-10-09Merged the movement branch into trunkBjørn Lindeijer28-742/+573
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-14fix for guichan bug in tabbedareasRoderic Morris3-5/+20
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer14-33/+33
Inspired by qDeleteAll() from Qt.
2008-08-21fix svn properties and id tagsRoderic Morris5-10/+24
2008-08-19Also install tabselected.png, circle-green.png and circle-gray.pngBjørn Lindeijer3-1/+8
2008-08-19Don't forget to install tab.pngBjørn Lindeijer3-0/+7
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris7-7/+154
2008-08-13Call the more appropriate method (adjustSize instead of logic).Bjørn Lindeijer2-132/+155
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay11-14/+192
2008-08-12Removed autogen.sh and tell people in the INSTALL file to run 'autoreconf -i'Bjørn Lindeijer3-15/+7
instead. Please tell me if this doesn't work for you for some reason.
2008-07-24Reverted David Athay4-1/+10
Alt-Gr fix. Added NPC error messages.
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay8-14/+23
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-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-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-27add icons to the skill dialogRoderic Morris4-20/+47
2008-06-25handle topic changes and guild eventsRoderic Morris8-17/+97
2008-06-15fix compiler and cmake warningsRoderic Morris4-5/+7
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-04Small fix for displaying all names.Mateusz Kaduk1-1/+3
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-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-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer3-0/+8
2008-05-20fixed some filename confusion messup in the last commit.Philipp Sehmisch2-172/+19