Age | Commit message (Expand) | Author | Files | Lines |
2011-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 |
2011-04-24 | Add reset yellow bar command to bars context menu. | Andrei Karas | 3 | -2/+14 |
2011-04-22 | Remove useless code. | Andrei Karas | 1 | -4/+0 |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 2 | -1/+7 |
2011-04-21 | Fix draw issue in SDL after vertex precalculation. | Andrei Karas | 5 | -3/+23 |
2011-04-21 | Impliment attack filter. | Andrei Karas | 9 | -7/+392 |
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 4 | -6/+6 |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 4 | -0/+55 |
2011-04-18 | Disable software settings if software mode not enabled. | Andrei Karas | 1 | -0/+7 |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 1 | -3/+8 |
2011-04-16 | Fix some possible memory leaks. | Andrei Karas | 3 | -9/+26 |
2011-04-15 | Show id on unknown items. | Andrei Karas | 2 | -5/+8 |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 5 | -7/+4 |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -1/+1 |
2011-04-12 | Fix windows size if part of window showed out of screen. | Andrei Karas | 1 | -0/+16 |
2011-04-12 | Updating equip/unequip buttons in inventory. | Andrei Karas | 2 | -1/+17 |
2011-04-09 | Small fix to code style and compilation warning. | Andrei Karas | 1 | -2/+2 |
2011-04-09 | Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c... | Andrei Karas | 10 | -26/+26 |
2011-04-09 | Really remove nicks if need. Also remove colors if need. | Andrei Karas | 1 | -1/+5 |
2011-04-09 | Add race in char creation dialog. Change client protocol version to 4. | Andrei Karas | 2 | -6/+66 |
2011-04-08 | Add ability to tabbedarea follow vertical scrroll bar position with max value. | Andrei Karas | 3 | -6/+37 |
2011-04-08 | Now if chat input is hidden, it not using space in window. | Andrei Karas | 4 | -13/+56 |
2011-04-07 | Add client version as special constant to help window. | Andrei Karas | 4 | -1/+11 |
2011-04-06 | Add support for help pages translations. | Andrei Karas | 1 | -2/+14 |
2011-04-05 | Add custom autocomplate list from file customwords.txt | Andrei Karas | 2 | -6/+38 |
2011-04-04 | Replcae find to compare if need. | Andrei Karas | 1 | -6/+6 |
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 |