summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Merge branch 'master' into strippedstripped1.1.9.18Andrei Karas278-10075/+11537
2011-09-18Quick fix for windows build to fix open settings issue.Andrei Karas1-0/+2
2011-09-17Change sit state under attack only if player got hit.v1.1.9.18Andrei Karas1-1/+1
2011-09-17Change version to 1.1.9.18.Andrei Karas6-6/+32
2011-09-17Update translations. Add cs translation by Pitriss.Andrei Karas17-6677/+6860
2011-09-17Fix windows installer for install windows themes.Andrei Karas1-0/+3
2011-09-16Add _FORTIFY_SOURCE to build scripts.Andrei Karas3-3/+3
2011-09-16Fix compilation warnings.Andrei Karas2-15/+6
2011-09-16Fix crash in context menu.Andrei Karas1-13/+2
2011-09-16Fix code style.Andrei Karas4-10/+7
2011-09-16Fix status popup height.Andrei Karas1-1/+2
2011-09-16Add unity theme by freya.Andrei Karas49-1/+285
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas3-329/+227
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas19-796/+7
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
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
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
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 i...Andrei Karas1-1/+3
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-10Update and rebuild translations.Andrei Karas14-2885/+3207
2011-09-10iterator fix in being.cpp after last changes.Andrei Karas1-1/+1
2011-09-10add shadow flag to make scripts.Andrei Karas3-4/+5
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
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
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