Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-02 | Move help from chat command help to help window. | Andrei Karas | 1 | -187/+6 | |
2011-04-02 | Another possible way to save chat settings on error.v1.1.4.3 | Andrei Karas | 1 | -0/+2 | |
2011-04-02 | Change version to 1.1.4.3. | Andrei Karas | 1 | -2/+2 | |
2011-04-02 | Some fixes after automatic code checking. | Andrei Karas | 6 | -37/+72 | |
2011-04-02 | Add missing checks. | Andrei Karas | 5 | -9/+46 | |
2011-04-01 | Add ability to receive buy/sell requests with invisible space at first. | Andrei Karas | 1 | -0/+2 | |
2011-04-01 | Commented some sdl and opengl tests. | Andrei Karas | 1 | -0/+2 | |
2011-04-01 | Small optimisation in map drawing. | Andrei Karas | 1 | -2/+3 | |
2011-04-01 | Fix compilation warnings. | Andrei Karas | 2 | -1/+2 | |
2011-04-01 | Add horisontal and vertical padding for layout object. | Andrei Karas | 2 | -12/+28 | |
2011-03-31 | Add repeat attribute to xml sequence tag. | Andrei Karas | 1 | -11/+24 | |
2011-03-31 | Fix for disabled away in chat tab. | Andrei Karas | 1 | -1/+2 | |
2011-03-31 | Improve opengl perfomance. | Andrei Karas | 1 | -2/+4 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 10 | -20/+64 | |
2011-03-30 | Add background music map ranges. | Andrei Karas | 6 | -17/+140 | |
2011-03-29 | Add new lines to translation and rebuild translation again. | Andrei Karas | 3 | -62/+78 | |
2011-03-29 | Add fixes for localisation dir in linux portable build and error detection. | Andrei Karas | 2 | -2/+12 | |
2011-03-29 | Save chat settings even in network errors. | Andrei Karas | 1 | -0/+2 | |
2011-03-29 | Fix typo in status popup window. | Andrei Karas | 1 | -1/+1 | |
2011-03-29 | Add gettext to statuspopup. | Andrei Karas | 2 | -157/+149 | |
2011-03-29 | Add translation for some strings in setup video tab. | Andrei Karas | 1 | -2/+2 | |
Was missing calls to gettext. | |||||
2011-03-28 | Fix compilation warnings. | Andrei Karas | 2 | -7/+13 | |
2011-03-27 | Fix regression after adding gcc 4.6 fixes. | Andrei Karas | 1 | -10/+10 | |
2011-03-27 | Fix uninitialised variable. | Andrei Karas | 1 | -1/+2 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 31 | -62/+127 | |
2011-03-27 | Add no away to whisper chat context menu. | Andrei Karas | 4 | -1/+30 | |
2011-03-26 | Remove colors from nick if nick not real nick in whisper. | Andrei Karas | 1 | -2/+3 | |
2011-03-26 | Save chat tab options between client restarts. | Andrei Karas | 1 | -2/+17 | |
2011-03-26 | Add option to chat context menu to remove nicks. | Andrei Karas | 4 | -4/+50 | |
Usefull for example for tmw guild bot. | |||||
2011-03-26 | Fix code style. | Andrei Karas | 2 | -3/+4 | |
2011-03-26 | Fix complilation without opengl. | Andrei Karas | 3 | -9/+21 | |
2011-03-26 | Fix scrollbar regression. | Andrei Karas | 2 | -3/+15 | |
Yes, code look like hack, but it working. | |||||
2011-03-26 | Remove debug code and add checks in graphics classes. | Andrei Karas | 3 | -49/+14 | |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 23 | -28/+1138 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-03-20 | Disable scroll buttons in shortcuts windows.v1.1.3.20 | Andrei Karas | 1 | -2/+0 | |
2011-03-19 | Change version to 1.1.3.20. | Andrei Karas | 1 | -2/+2 | |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 4 | -17/+78 | |
Also add not working right margin to tabbed area. | |||||
2011-03-19 | Fix self rotation while attacking. | Andrei Karas | 1 | -3/+6 | |
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 11 | -20/+27 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 37 | -174/+256 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 68 | -284/+359 | |
2011-03-18 | Fix compilation warnings. | Andrei Karas | 2 | -2/+2 | |
2011-03-17 | Fix attack direction. | Andrei Karas | 1 | -0/+4 | |
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 3 | -20/+36 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 3 | -14/+45 | |
As dirty hack added delayed direction. | |||||
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 18 | -22/+53 | |
2011-03-15 | Add some optimisations in SDL image processing. | Andrei Karas | 1 | -26/+31 | |
2011-03-15 | Remove outdated files. | Andrei Karas | 4 | -192/+0 | |
2011-03-15 | Fix mouse pickup. Before pickuptarget was removed while moving to target. | Andrei Karas | 2 | -2/+16 | |
2011-03-14 | Fixing direction bug in moving. | Andrei Karas | 3 | -12/+26 | |
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client. |