summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-05Fix clearing of NPC spritesJared Adams1-0/+4
2009-05-05Remove debug code that was accidentally committedJared Adams3-64/+0
2009-05-05Remove extra check on player targetJared Adams4-4/+64
2009-05-05Fix the context menu for the storage windowJared Adams5-20/+46
2009-05-05Change the item amount window to skip on one itemJared Adams1-2/+9
2009-05-05Merge branch 'master' of git://gitorious.org/tmw/mainlineChuck Miller4-9/+25
2009-05-05Moved code for hiding / showing player names from Player::logic() to a the co...Chuck Miller3-13/+29
2009-05-05Fix selling stacked itemsJared Adams1-2/+3
2009-05-05Hide the item popup when the mouse moves on top of itBjørn Lindeijer3-7/+22
2009-05-05Fixed hidding showing player namesChuck Miller1-1/+14
2009-05-05Don't short the shortcut windows by defaultBjørn Lindeijer3-25/+25
2009-05-05Tweaked the available font sizesBjørn Lindeijer1-11/+14
2009-05-05Fixed up the video tab in the setup window.Chuck Miller2-28/+38
2009-05-04Removed the no longer used EmoteContainer classBjørn Lindeijer4-307/+0
2009-05-04Replaced emote window with a new emote popupBjørn Lindeijer15-230/+421
2009-05-04Unduplicated code for updating XP progress barsBjørn Lindeijer1-34/+29
2009-05-04Made the experience bar have a fixed, two digit precision past theTametomo1-5/+3
2009-05-04Fixed seemingly random attacks from occuring once a target is put up.Tametomo2-3/+1
2009-05-04Fix link colors and item links for pickup messagesJared Adams2-3/+3
2009-05-04Fix a typo in --help outputJared Adams1-1/+3
2009-05-04Remove a superscript 2 from a source fileJared Adams1-1/+1
2009-05-04Fix char-server default selection to be firstJared Adams2-18/+15
2009-05-04Check to see if their is a victim before sending a arrowChuck Miller1-1/+1
2009-05-04Prevented crash when arrow particle effect does not exist or has an error.Philipp Sehmisch1-3/+6
2009-05-04Fixed crash when no weapon is equipped and fixed height of arrow targetPhilipp Sehmisch1-1/+2
2009-05-03Fixed compile warnings and other tweaksBjørn Lindeijer8-33/+35
2009-05-03NPC Integer input plus and minusBlue2-10/+26
2009-05-03Merge branch 'master' of git://gitorious.org/tmw/mainlineChuck Miller2-6/+45
2009-05-03Added rotational particles, and added code to show arrows when a player shoot...Chuck Miller12-4/+246
2009-05-03Fix some layout issues with the NPC dialogJared Adams2-6/+45
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer46-136/+60
2009-05-03Made the new present player count translatableBjørn Lindeijer2-6/+7
2009-05-03Don't choose default character server when given a character nameBjørn Lindeijer1-2/+1
2009-05-03Moved mIsGM from Being to Player and made isGM() constBjørn Lindeijer6-18/+20
2009-05-03De-hardcoded the color values for the minimap, and set them to theirTametomo2-10/+25
2009-05-02Fix up some things in the NPC dialogJared Adams4-11/+32
2009-05-02Make sure messages on most tabs are handled rightJared Adams3-4/+3
2009-05-02fixed so /where will show the correct correct coordsChuck Miller1-2/+2
2009-05-02Fixed compile error on TMWServ buildsChuck Miller1-1/+3
2009-05-02Extend the /present command.Freeyorp1-4/+6
2009-05-02Fix the /where command to include coordinates.Freeyorp1-2/+3
2009-05-02Changed chat window to allow downwards arrow to create a empty lineChuck Miller2-10/+16
2009-05-01Changed the way beings are handled when clicked on with a TMWServ buildChuck Miller1-8/+16
2009-05-01mainline - NPC String inputBlue1-0/+6
2009-05-01Forgot the new dialogJared Adams2-0/+462
2009-05-01Merge the NPC dialogs into oneJared Adams22-1049/+111
2009-05-01Fixed reference to selection.png not being clearedBjørn Lindeijer1-1/+1
2009-05-01Make sure mouse still moves smoothly during loginBjørn Lindeijer1-1/+6
2009-04-29Some random cleanupsBjørn Lindeijer5-18/+10
2009-04-29Fix handling of party create response messagesJared Adams1-2/+3