Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-19 | Add comment field to spells/commands. | Andrei Karas | 7 | -51/+109 | |
2011-09-18 | Fix half away state. | Andrei Karas | 1 | -4/+2 | |
2011-09-18 | Add new options to build scripts. | Andrei Karas | 2 | -3/+9 | |
2011-09-18 | Fix compilation warnings. | Andrei Karas | 14 | -17/+16 | |
2011-09-18 | Quick fix for windows build to fix open settings issue. | Andrei Karas | 1 | -0/+2 | |
2011-09-17 | Change sit state under attack only if player got hit.v1.1.9.18 | Andrei Karas | 1 | -1/+1 | |
2011-09-17 | Change version to 1.1.9.18. | Andrei Karas | 6 | -6/+32 | |
2011-09-17 | Update translations. Add cs translation by Pitriss. | Andrei Karas | 17 | -6677/+6860 | |
2011-09-17 | Fix windows installer for install windows themes. | Andrei Karas | 1 | -0/+3 | |
2011-09-16 | Add _FORTIFY_SOURCE to build scripts. | Andrei Karas | 3 | -3/+3 | |
2011-09-16 | Fix compilation warnings. | Andrei Karas | 2 | -15/+6 | |
2011-09-16 | Fix crash in context menu. | Andrei Karas | 1 | -13/+2 | |
2011-09-16 | Fix code style. | Andrei Karas | 4 | -10/+7 | |
2011-09-16 | Fix status popup height. | Andrei Karas | 1 | -1/+2 | |
2011-09-16 | Add unity theme by freya. | Andrei Karas | 49 | -1/+285 | |
2011-09-16 | Simplify menu creation in popupmenu class. | Andrei Karas | 3 | -329/+227 | |
2011-09-15 | Remove some diplicated code from embeded guichan. | Andrei Karas | 19 | -796/+7 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 6 | -8/+98 | |
2011-09-14 | Show in context menu some missing items. | Andrei Karas | 1 | -8/+74 | |
Add "move" item for party members. | |||||
2011-09-14 | Replace some size() calls to empty(). | Andrei Karas | 4 | -4/+7 | |
2011-09-14 | Bit improve push cliparea functions in opengl backends. | Andrei Karas | 2 | -24/+22 | |
2011-09-14 | Add more checks and some code cleanups. | Andrei Karas | 5 | -7/+9 | |
2011-09-14 | Add more checks. | Andrei Karas | 13 | -41/+68 | |
Fix error in event.cpp from last commits. Improve party members sorting. | |||||
2011-09-13 | Again a bit improve map draw speed. | Andrei Karas | 1 | -5/+4 | |
2011-09-13 | Fix fps switching after game window set active. | Andrei Karas | 1 | -9/+6 | |
2011-09-13 | Add check and improve draw speed in map. | Andrei Karas | 2 | -56/+43 | |
2011-09-13 | Add missing checks to some files and style fixes. | Andrei Karas | 16 | -233/+300 | |
2011-09-12 | Add missing checks to some files. | Andrei Karas | 7 | -181/+102 | |
2011-09-11 | Fixed OpenGLGraphics::drawRescaledImagePattern | Thorbjørn Lindeijer | 1 | -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-11 | Fix code style. | Andrei Karas | 2 | -4/+4 | |
2011-09-11 | Add own theme xml configuration for each shortcuts based window. | Andrei Karas | 3 | -7/+11 | |
2011-09-11 | Change being sorting from function to functuator. | Andrei Karas | 1 | -10/+11 | |
2011-09-11 | Add own theme image for progressbar. If no own image it fallback to vscroll ↵ | Andrei Karas | 1 | -1/+3 | |
image. | |||||
2011-09-11 | Add own xml configuration for missing windows. | Andrei Karas | 18 | -22/+39 | |
2011-09-11 | Add support for padding in theme configuration files. | Andrei Karas | 3 | -111/+122 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 37 | -44/+88 | |
2011-09-10 | Remove some push/pop clip areas. | Andrei Karas | 2 | -21/+13 | |
2011-09-10 | Fix compilation with manaserv support. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 20 | -57/+55 | |
2011-09-10 | Update and rebuild translations. | Andrei Karas | 14 | -2885/+3207 | |
2011-09-10 | iterator fix in being.cpp after last changes. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | add shadow flag to make scripts. | Andrei Karas | 3 | -4/+5 | |
2011-09-09 | Fix code style. | Andrei Karas | 3 | -4/+6 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 20 | -207/+203 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 40 | -169/+166 | |
2011-09-09 | Rename in listner class method from event to processEvent. | Andrei Karas | 21 | -29/+31 | |
2011-09-09 | Fix first part of shadow variables/methods errors. | Andrei Karas | 37 | -246/+242 | |
2011-09-09 | Fix whisper errors detection. | Andrei Karas | 2 | -2/+17 | |
Was broken because incorrect activitives guildmanager with buggy servers. | |||||
2011-09-09 | Fix guild manager initialisation if switching between servers. | Andrei Karas | 1 | -4/+11 | |
2011-09-09 | Add to inventory filter by letters from item names. | Andrei Karas | 7 | -27/+82 | |