summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Add default offsets in imageset tag for all animations.Andrei Karas3-3/+24
2012-01-30Keep a single blank line between NPC textsThorbjørn Lindeijer1-0/+1
2012-01-29Removed Sprite::getCurrentFrame and Sprite::getFrameCountThorbjørn Lindeijer6-96/+1
2012-01-29Removed inheritance from std::vector by CompoundSpriteThorbjørn Lindeijer2-45/+47
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer8-43/+14
2012-01-28Make command line choose character only work onceThorbjørn Lindeijer1-0/+4
2012-01-27Fixed loading of the server listThorbjørn Lindeijer1-1/+0
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira3-49/+35
2012-01-26Remove "> Next" from NPC dialogsAndrei Karas1-2/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer479-479/+479
2012-01-26Removed 'inline' keyword where it's not of any valueThorbjørn Lindeijer11-51/+51
2012-01-26Remember the window size after resizingThorbjørn Lindeijer1-0/+5
2012-01-24Fixed the crash in setupSpriteDisplayThorbjørn Lindeijer7-20/+20
2012-01-24Stream music files directly from the archivesThorbjørn Lindeijer6-115/+59
2012-01-24Removed unused function Image::SDLmergeThorbjørn Lindeijer2-87/+0
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer11-52/+314
2012-01-22Prevented looking at item when picking up while movingErik Schilling5-28/+24
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer13-75/+178
2012-01-22Synced manaserv_protocol file with serverErik Schilling1-12/+19
2012-01-21Clientside fix of switching from /announce to @announceErik Schilling3-7/+6
2012-01-20Made the update window bigger and resizableThorbjørn Lindeijer1-6/+7
2012-01-20Made the ignore record parameter usefulErik Schilling1-1/+1
2012-01-20Fixed a bug with hurt sounds volume and simplified codeThorbjørn Lindeijer3-24/+17
2012-01-19Fixed handling of problems with loading the initial mapThorbjørn Lindeijer1-7/+8
2012-01-19Fixed the click area for NPCs and other playersThorbjørn Lindeijer1-8/+17
2012-01-18ColorDB -> HairDB.Yohann Ferreira11-34/+36
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira7-70/+26
2012-01-17Fix update error if file line is empty, like in aethyra updatesAndrei Karas1-1/+2
2012-01-16Fixed adminhandler being not initializedErik Schilling4-1/+19
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer44-71/+69
2012-01-16Increased the default font sizeThorbjørn Lindeijer1-1/+1
2012-01-16Restore GL_PACK_ALIGNMENT after creating screenshots in OpenGL modeAndrei Karas1-0/+4
2012-01-15Remove dead beings from the minimapStefan Dombrowski1-0/+4
2012-01-15Show item quantity in the shop listThorbjørn Lindeijer1-23/+40
2012-01-15Don't leak the XMLContext that is created while loading an XML documentThorbjørn Lindeijer1-4/+4
2012-01-15Removed a strange if check on an uninitialized variableThorbjørn Lindeijer1-3/+2
2012-01-15Center the CustomServerDialog on its parent windowThorbjørn Lindeijer6-7/+8
2012-01-14Fixed the chat bubbles position.Yohann Ferreira2-5/+14
2012-01-14Avoid compiler warnings when using MinGWThorbjørn Lindeijer1-37/+16
2012-01-14Don't lose the active target when pushing the target&attack key while moving.Yohann Ferreira1-2/+2
2012-01-14Removed the auto-untargeting code for the local player.Yohann Ferreira1-8/+0
2012-01-13Improved the layout of the custom server dialogThorbjørn Lindeijer1-10/+10
2012-01-10Added a separate label for the download description in the server dialog.Yohann Ferreira2-10/+14
2012-01-10Added a modify button to the server dialog.Yohann Ferreira4-17/+68
2012-01-10Made addition of custom servers be done in a separate window.Yohann Ferreira5-150/+349
2012-01-10player_node -> local_playerYohann Ferreira39-190/+190
2012-01-10Hopefully fixed the butterfly direction updates.Yohann Ferreira1-25/+17
2012-01-09Made the client able to remove the port from update urls.Yohann Ferreira3-34/+80
2012-01-09Added a close button to the npc dialog window.Yohann Ferreira3-26/+44
2012-01-09Gave a bit more space to the equip/unequip button.Yohann Ferreira1-2/+6