summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-30Remove goto from dye.cppAndrei Karas1-2/+11
2011-09-30Fixed a typo in a default value.Yohann Ferreira1-1/+1
2011-09-29Fixed item popup still visible after closing inventory window.Erik Schilling5-1/+19
2011-09-28Small changes requested by o11c - part 2.Yohann Ferreira1-39/+38
2011-09-28Small changes requested by o11c - part 1.Yohann Ferreira2-3/+8
2011-09-28Added true arrows graphics to tab area buttons.Yohann Ferreira2-3/+7
2011-09-28Made the shortcuts link actually use the plural in its caption.Yohann Ferreira1-4/+4
2011-09-28The shortcuts are now refreshed when reassigning keys.Yohann Ferreira5-10/+77
2011-09-28Added icons to the confirm and cancel button of the quit dialog.Yohann Ferreira2-2/+6
2011-09-28Fixed back the special window display in a basic but working way.Yohann Ferreira2-1/+4
2011-09-28Added a naive way to display the window keyboard shortcut.Yohann Ferreira2-10/+31
2011-09-28Reached the state where the menu bar is now using image buttons.Yohann Ferreira1-7/+7
2011-09-28Made the button icon only shown when the icon file is valid.Yohann Ferreira3-9/+9
2011-09-28Added the setup button icon and optimized the image size.Yohann Ferreira1-1/+1
2011-09-28Changed the Social button to an image one.Yohann Ferreira4-12/+25
2011-09-28Added textpopup on mouse hovering support to buttons.Yohann Ferreira3-2/+74
2011-09-28Got rid of the superfluous definition of the slot number for tA.Yohann Ferreira2-4/+4
2011-09-15Improve handling of packet lengths.Ben Longbons1-42/+46
2011-09-15Prevent copying of MutexLockerBen Longbons1-1/+11
2011-09-15Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safetyBen Longbons2-23/+12
2011-09-13Made the delay between to keyboard move calls functional.Yohann Ferreira8-8/+44
2011-09-13Renamed Map::DebugFlags enumeratorsThorbjørn Lindeijer4-34/+34
2011-09-13Fix compilation by readding a missing enum value.Yohann Ferreira1-0/+1
2011-09-11Merge branch '0.5'Thorbjørn Lindeijer4-39/+57
2011-09-11Fixed OpenGLGraphics::drawRescaledImagePatternv0.5.3Thorbjørn Lindeijer1-32/+45
2011-09-11Fixed drawing glitch with overwide tilesThorbjørn Lindeijer2-5/+10
2011-09-11Bumped version to 0.5.3 and updated the NEWS fileThorbjørn Lindeijer2-3/+3
2011-09-09Set the current build version to 0.6.0 in prevision of a release.Yohann Ferreira1-3/+3
2011-09-08Additional change to build master without OpenGLBen Longbons1-1/+2
2011-09-08Merge remote-tracking branch 'origin/0.5'Ben Longbons2-1/+2
2011-09-07Changes need to build without OpenGLBen Longbons2-1/+2
2011-09-05The draw order of particles is now Y - 16 pixels.unknown12-16/+54
2011-08-18Removed unnecessary warning about windows that might be movedThorbjørn Lindeijer1-9/+3
2011-08-10Client logs in with salted password now.Stefan Beller4-3/+33
2011-07-01make update-po + gettext special comment added.Yohann Ferreira1-0/+5
2011-06-24Fixed path finding by putting back the diagonal values in place.Yohann Ferreira1-4/+2
2011-06-24Made use of the attack speed sent by the tA server.Yohann Ferreira1-2/+5
2011-06-23Fixed type in the guildhandler message as reported by Der Loisl.Yohann Ferreira1-1/+1
2011-06-23Made the being death sequence better handled.Yohann Ferreira10-6/+43
2011-06-22Made possible to separate the dye colors and channelsYohann Ferreira9-20/+53
2011-06-22Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-sizeYohann Ferreira21-131/+220
2011-06-22Applied fixes requested by cody.Yohann Ferreira7-19/+17
2011-06-19Making party invite functionalStefan Dombrowski3-35/+57
2011-06-19More C++0x Windows compilation fixes.Philipp Sehmisch3-6/+7
2011-06-18Fixed compilation problems on windows caused by the switch to C++0x.Philipp Sehmisch1-1/+3
2011-06-17Removed dehardcoded values from the Map and MapLayer classes.Yohann Ferreira3-47/+57
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira16-79/+160