summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer487-487/+487
2012-01-26Updated update-copyright.sh scriptThorbjørn Lindeijer1-2/+2
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-26Fixing C::BStefan Dombrowski1-0/+4
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 Lindeijer12-52/+316
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-21Updated Qt Creator project filesThorbjørn Lindeijer2-3/+3
2012-01-21Clientside fix of switching from /announce to @announceErik Schilling3-7/+6
2012-01-20Fixed mouse cursor offset againThorbjørn Lindeijer1-0/+0
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 Ferreira12-36/+38
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 Lindeijer46-115/+119
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 Ferreira6-150/+351
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
2012-01-09Fixed the setup overall width to fix the tab behaviour withYohann Ferreira1-1/+1
2012-01-09Fix wrong logic in the enable joystick setup option.Yohann Ferreira2-11/+11
2012-01-09Spotted some more hard-coded files and paths definitions.Yohann Ferreira5-11/+19
2012-01-09Changed INT and DELETE enum names to fix C::B compilation.Yohann Ferreira8-42/+43
2012-01-09Hopefully fixed the crash related to player relations.Yohann Ferreira2-27/+48