summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Minor fixes to movement and hit effects. Patch by Kage_Jittai.Dennis Friis2-9/+8
2008-10-27Removed /check command.David Athay1-4/+0
2008-10-27add effect handler (by Chuck Miller)Roderic Morris8-1/+107
2008-10-27Add an effects manager (patch by Kage Jittai)Jared Adams6-2/+153
2008-10-26fix for last commitRoderic Morris1-2/+2
2008-10-26fixes for movementRoderic Morris2-1/+19
2008-10-26Merged revisions 4302,4338,4360-4362,4526,4528,4534,4547 via svnmerge from Bjørn Lindeijer6-22/+98
2008-10-26get rid of /admin commandsRoderic Morris1-21/+0
2008-10-26Pixel-accurate and fluently animated keyboard movement by Kage Jittai - albei...Philipp Sehmisch3-6/+60
2008-10-25attack range fixes, highlight monsters in range (by Chuck Miller)Roderic Morris5-34/+67
2008-10-24Made it so the player will auto face its targetJared Adams2-2/+35
2008-10-24fixes for targetting (by Chuck Miller)Roderic Morris3-15/+16
2008-10-23Fixed building with configureBjørn Lindeijer1-0/+2
2008-10-21fix cmake buildRoderic Morris1-0/+2
2008-10-21Fixed up some of the postal system stuff for testing it.David Athay6-1/+135
2008-10-15src/localplayer.cppDavid Athay7-1/+56
2008-10-10Some old uncommitted cleanup.Bjørn Lindeijer4-13/+2
2008-10-09Merged the movement branch into trunkBjørn Lindeijer27-742/+507
2008-09-14fix for guichan bug in tabbedareasRoderic Morris2-0/+10
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer13-32/+22
2008-08-21fix svn properties and id tagsRoderic Morris4-10/+9
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris6-7/+147
2008-08-13Call the more appropriate method (adjustSize instead of logic).Bjørn Lindeijer1-1/+1
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay10-14/+183
2008-07-24Reverted David Athay3-1/+5
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay7-14/+17
2008-07-17Fixed crash with party invite dialogDavid Athay1-2/+0
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris4-6/+8
2008-07-14Added admin commands to /help and added registration of party handlerDavid Athay3-1/+14
2008-07-07get rid of channel registering related codeRoderic Morris7-90/+8
2008-07-07Added /party command.David Athay5-4/+30
2008-07-07Added help for each command based on mantis bug #359, thanks to ScraggyDavid Athay2-36/+111
2008-07-05Allow alt key for chatting on Mac, remove unneeded includes.David Athay2-5/+4
2008-07-04Ugly hack for chat scrolling.David Athay2-9/+30
2008-07-03Fix guild window focus and crash bugDavid Athay2-3/+3
2008-07-02Fixed speech bubbles staying on screen after map change bug.Philipp Sehmisch1-0/+2
2008-07-01fix build filesRoderic Morris2-1/+5
2008-07-01fixed a compiler warning.Philipp Sehmisch1-1/+1
2008-07-01Updated project files.Philipp Sehmisch1-0/+4
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch15-139/+670
2008-06-27add icons to the skill dialogRoderic Morris3-20/+41
2008-06-25handle topic changes and guild eventsRoderic Morris7-17/+89
2008-06-15fix compiler and cmake warningsRoderic Morris1-2/+2
2008-06-11Fixed displaying guild members in the guild windowDavid Athay1-0/+1
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris3-23/+7
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris11-191/+377
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
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris8-312/+357
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer2-68/+10