summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas6-8/+98
2011-09-14Show in context menu some missing items.Andrei Karas1-8/+74
Add "move" item for party members.
2011-09-14Replace some size() calls to empty().Andrei Karas4-4/+7
2011-09-14Bit improve push cliparea functions in opengl backends.Andrei Karas2-24/+22
2011-09-14Add more checks and some code cleanups.Andrei Karas5-7/+9
2011-09-14Add more checks.Andrei Karas13-41/+68
Fix error in event.cpp from last commits. Improve party members sorting.
2011-09-13Again a bit improve map draw speed.Andrei Karas1-5/+4
2011-09-13Fix fps switching after game window set active.Andrei Karas1-9/+6
2011-09-13Add check and improve draw speed in map.Andrei Karas2-56/+43
2011-09-13Add missing checks to some files and style fixes.Andrei Karas16-233/+300
2011-09-12Add missing checks to some files.Andrei Karas7-181/+102
2011-09-11Fixed OpenGLGraphics::drawRescaledImagePatternThorbjørn Lindeijer1-32/+45
This fixes overlay effects that are meant to scale with screen resolution. The problem was that the texture coordinates were not calculated correctly. They were adjusted to the scaled size of the image, and when scaling both the vertex and the texture coordinates, the image will simply not appear scaled at all. Now the texture coordinates are calculated based on the visible part of the original texture. There was also a problem with the vertex coordinates, which were not taking into account the visible part of the image. TMW-Mantis-issue: 1047 Reviewed-by: Andrei Karas <akaras@inbox.ru> Conflicts: NEWS
2011-09-11Fix code style.Andrei Karas2-4/+4
2011-09-11Add own theme xml configuration for each shortcuts based window.Andrei Karas3-7/+11
2011-09-11Change being sorting from function to functuator.Andrei Karas1-10/+11
2011-09-11Add own theme image for progressbar. If no own image it fallback to vscroll ↵Andrei Karas1-1/+3
image.
2011-09-11Add own xml configuration for missing windows.Andrei Karas18-22/+39
2011-09-11Add support for padding in theme configuration files.Andrei Karas3-111/+122
2011-09-10Allow load for each window own xml theme file.Andrei Karas37-44/+88
2011-09-10Remove some push/pop clip areas.Andrei Karas2-21/+13
2011-09-10Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas20-57/+55
2011-09-10iterator fix in being.cpp after last changes.Andrei Karas1-1/+1
2011-09-09Fix code style.Andrei Karas3-4/+6
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas20-207/+203
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas40-169/+166
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas21-29/+31
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas37-246/+242
2011-09-09Fix whisper errors detection.Andrei Karas2-2/+17
Was broken because incorrect activitives guildmanager with buggy servers.
2011-09-09Fix guild manager initialisation if switching between servers.Andrei Karas1-4/+11
2011-09-09Add to inventory filter by letters from item names.Andrei Karas7-27/+82
2011-09-08Add additional sorting methods to inventory:Andrei Karas5-15/+123
by weight, by amount, by type.
2011-09-08Change player action from sit to stand if player under attack.Andrei Karas1-0/+2
2011-09-08Fix compilation errors.Andrei Karas2-3/+3
2011-09-08Fix code style.Andrei Karas7-14/+19
2011-09-08Fix register in some auto complete strings.Andrei Karas3-2/+22
2011-09-08Replace most iterator to const_iterator.Andrei Karas62-201/+228
Some other minor changes.
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas4-0/+100
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported.
2011-09-06Add ability to move by clicking on minimap.Andrei Karas2-23/+48
2011-09-06Disable copy initial config from .mana dir if it exists.Andrei Karas1-0/+2
2011-09-06Simplify particle effects draw order.Andrei Karas1-1/+1
2011-09-06Move setup option "show being transparency" to correct group.Andrei Karas1-3/+3
2011-09-06Fix sprites reorder feature if reorders sprites disabled in settings.Andrei Karas1-0/+2
2011-09-05fix missing set sound channel.Andrei Karas1-1/+1
2011-09-05Increase mouse selection radius if only one object near mouse.Andrei Karas1-6/+18
2011-09-05Fix move animation if moving with mouse or moving to navigation point.Andrei Karas2-3/+16
2011-09-05Fix multiply new message sounds at same time.Andrei Karas4-5/+10
2011-09-05Add scroll laziness configuration parameters to misc setup tab.Andrei Karas1-2/+8
2011-09-05Fix error with getting default configuration values.Andrei Karas1-12/+83
2011-09-05Add option to enable/disable lazy scrolling.Andrei Karas4-44/+67