summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-09Made the chat text much more readable in every opacity case.Yohann Ferreira4-4/+94
2012-01-07Made the first choice item be selected at the beginningBen Longbons2-0/+11
2012-01-07Changed German translation of Dexterity to Geschicklichkeit since Ausdauer wa...Erik Schilling1-3/+3
2012-01-07Fixed minimap showing the right colors for npcs and monstersErik Schilling1-2/+2
2012-01-06Made announcements spreading over all whispers and channelsErik Schilling2-0/+22
2012-01-02Made the client capable of displaying gender of monsters and npcsErik Schilling2-2/+4
2011-12-02Mac: Change to local SDL inclues.David Athay4-4/+4
2011-11-25Prevented circular include in sprite definitionsErik Schilling1-4/+15
2011-11-13Added background support to the equipment boxes.Yohann Ferreira15-0/+67
2011-11-12Removed hiding of button popup when setting the text to emptyYohann Ferreira2-8/+2
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer3-14/+2
2011-11-12Fixed the button popup incorrectly shown when loading the window menu.Yohann Ferreira1-3/+1
2011-11-12Prevent a potential crash when the chat channel is wrong.Yohann Ferreira1-1/+11
2011-11-01Merge github.com:mana/manaYohann Ferreira35-101/+98
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enf...Bernd Wachter15-31/+30
2011-10-23Fixed a certain class of Doxygen warningsThorbjørn Lindeijer17-60/+50
2011-10-22Officially added the gender in the manaserv protocol.Yohann Ferreira3-4/+14
2011-09-30Fixed the negative XP notifications on levelups.Yohann Ferreira1-3/+20
2011-09-30Merge github.com:mana/manaYohann Ferreira2-3/+12
2011-09-30Remove goto from dye.cppAndrei Karas1-2/+11
2011-09-30Fixed a typo in a default value.Yohann Ferreira1-1/+1
2011-09-30Revert "Made the first XP notification don't show anymore."Yohann Ferreira1-7/+1
2011-09-29Fixed the player direction update when picking up an item using the mouse.Yohann Ferreira1-0/+1
2011-09-29Fix negative XP on levelups.Yohann Ferreira1-3/+10