Age | Commit message (Expand) | Author | Files | Lines |
2011-04-04 | Hide server type selection if manaserv is not enabled in compilation. | Andrei Karas | 1 | -28/+48 |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 26 | -32/+32 |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 4 | -42/+42 |
2011-04-04 | Add initialisation for some variables, fix compilation warning. | Andrei Karas | 2 | -0/+7 |
2011-04-04 | Add progress update files counter. | Andrei Karas | 1 | -0/+9 |
2011-04-03 | Change imageset offset work not like default offset, but as additional offset. | Andrei Karas | 1 | -1/+1 |
2011-04-03 | Fix update error if file line is empty, like in aethyra updates. | Andrei Karas | 1 | -1/+2 |
2011-04-03 | Fix "add to trade" action in inventory context menu. | Andrei Karas | 1 | -1/+1 |
2011-04-02 | Some fixes after automatic code checking. | Andrei Karas | 2 | -3/+12 |
2011-04-02 | Add missing checks. | Andrei Karas | 5 | -9/+46 |
2011-04-01 | Add horisontal and vertical padding for layout object. | Andrei Karas | 2 | -12/+28 |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 5 | -8/+13 |
2011-03-29 | Add new lines to translation and rebuild translation again. | Andrei Karas | 3 | -62/+78 |
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 |
2011-03-28 | Fix compilation warnings. | Andrei Karas | 2 | -7/+13 |
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 | 21 | -38/+69 |
2011-03-27 | Add no away to whisper chat context menu. | Andrei Karas | 3 | -1/+28 |
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 |
2011-03-26 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2011-03-26 | Fix scrollbar regression. | Andrei Karas | 2 | -3/+15 |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 12 | -21/+334 |
2011-03-20 | Disable scroll buttons in shortcuts windows.v1.1.3.20 | Andrei Karas | 1 | -2/+0 |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 4 | -17/+78 |
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 4 | -6/+10 |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 5 | -8/+14 |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 16 | -30/+40 |
2011-03-15 | Fix mouse pickup. Before pickuptarget was removed while moving to target. | Andrei Karas | 1 | -0/+2 |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 2 | -3/+3 |
2011-03-13 | Replace befriend to be friend. | Andrei Karas | 1 | -3/+3 |
2011-03-12 | Add /uptime chat command to show client uptime. | Andrei Karas | 1 | -0/+1 |
2011-03-11 | Add checks to tabbedarea. | Andrei Karas | 1 | -9/+14 |
2011-03-09 | Fix color picker position to free space for scrolling buttons in chat. | Andrei Karas | 1 | -2/+2 |
2011-03-09 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 2 | -1/+189 |
2011-03-08 | Replace also color constants in pickup messages. | Andrei Karas | 1 | -3/+28 |
2011-03-08 | Replace %color% and %Color% constants in item names/descriptions. | Andrei Karas | 2 | -6/+37 |
2011-03-08 | Add possible colors to item popups. | Andrei Karas | 3 | -6/+12 |
2011-03-06 | Add translation for some strings/ Rebuild translations and update russian tra... | Andrei Karas | 1 | -8/+12 |
2011-03-04 | Fix code style. | Andrei Karas | 7 | -8/+18 |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 7 | -31/+37 |
2011-03-03 | Chnage same methods with different parameters number to different names. | Andrei Karas | 5 | -5/+5 |
2011-03-03 | Possible fix extended minimaps opacity. | Andrei Karas | 1 | -0/+1 |
2011-03-03 | Merge branch 'coloritems' | Andrei Karas | 4 | -14/+17 |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 1 | -4/+4 |
2011-03-02 | Dont show "add to trade ..." menu items if trade window is hidden. | Andrei Karas | 1 | -1/+1 |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -1/+2 |