Age | Commit message (Expand) | Author | Files | Lines |
2013-01-23 | Fix erase action to guild members or other players with some kind of colored ... | Andrei Karas | 1 | -2/+4 |
2013-01-23 | fix for previous commit. | Andrei Karas | 1 | -1/+1 |
2013-01-23 | Show self nick in online list with special color. | Andrei Karas | 3 | -0/+12 |
2013-01-22 | Show in online list colored party and guild members. | Andrei Karas | 2 | -6/+65 |
2013-01-22 | Improve a bit online list draw. | Andrei Karas | 1 | -11/+9 |
2013-01-22 | Show incomplete ping value if time waiting already more than previous ping time. | Andrei Karas | 2 | -2/+21 |
2013-01-21 | Fix context menu in chat window. | Andrei Karas | 1 | -1/+3 |
2013-01-21 | Play sounds also in broken quests (where missing complete or incomplete part) | Andrei Karas | 1 | -2/+9 |
2013-01-21 | Fix sounds if quest variables working in loop. | Andrei Karas | 1 | -0/+10 |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 25 | -120/+52 |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 33 | -166/+75 |
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 23 | -202/+90 |
2013-01-20 | Fix crashes on closing client before entering game. | Andrei Karas | 3 | -0/+13 |
2013-01-19 | Quick fix for mandriva based distros.v1.3.1.20 | Andrei Karas | 1 | -1/+1 |
2013-01-19 | Change version to 1.3.1.20. | Andrei Karas | 1 | -2/+2 |
2013-01-18 | Add padding for items in extended listboxes. | Andrei Karas | 2 | -2/+4 |
2013-01-18 | Fix code style. | Andrei Karas | 3 | -6/+6 |
2013-01-18 | Added missing Belgium flag in the setup/theme/language scrolling menu. | Alige | 1 | -1/+1 |
2013-01-17 | Add detect joystick button in settings page. | Andrei Karas | 4 | -23/+51 |
2013-01-17 | Fix server type dropdown in new server dialog. | Andrei Karas | 7 | -7/+18 |
2013-01-17 | Add some flags to OpenGL initialization. | Andrei Karas | 3 | -0/+26 |
2013-01-17 | Dont interrupt music if need play again same music. | Andrei Karas | 1 | -2/+6 |
2013-01-16 | Add theming support for top right buttons before connecting to game. | Andrei Karas | 2 | -14/+29 |
2013-01-16 | Fix loading quests with missing attributes. | Andrei Karas | 1 | -1/+1 |
2013-01-16 | update copyrights year. | Andrei Karas | 736 | -736/+736 |
2013-01-16 | Add macro for for and iterators. | Andrei Karas | 2 | -22/+10 |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 7 | -4/+56 |
2013-01-16 | Disable texture antialiasing by default (texture bluring) | Andrei Karas | 1 | -1/+1 |
2013-01-16 | Fix ministatus window size and bars positions. | Andrei Karas | 1 | -7/+7 |
2013-01-15 | Show better stats line in chat from status window. | Andrei Karas | 4 | -49/+67 |
2013-01-15 | Enable music fadeout by default. | Andrei Karas | 2 | -2/+2 |
2013-01-15 | Allow talk to not selected closest npc (distance 1) by talk key. | Andrei Karas | 1 | -1/+15 |
2013-01-03 | Fix SDL_gfx confict from broken header. | Andrei Karas | 3 | -7/+14 |
2013-01-02 | Fix resize issue in shortcuts windows in software drawing mode. | Andrei Karas | 2 | -0/+7 |
2013-01-01 | Fix some issues in process creation. | Andrei Karas | 1 | -2/+9 |
2013-01-01 | Add support for theming in bars in top left corner. | Andrei Karas | 3 | -9/+17 |
2013-01-01 | Add theming support for top right buttons. | Andrei Karas | 2 | -8/+18 |
2013-01-01 | Remove free space from top and right in buttons menu. | Andrei Karas | 3 | -10/+4 |
2013-01-01 | Allow select differnt modes for on screen buttons. | Andrei Karas | 5 | -13/+69 |
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 8 | -11/+21 |
2012-12-31 | Sort onscreen keyboard actions list. | Andrei Karas | 2 | -34/+64 |
2012-12-31 | Add configurable actions for onscreen buttons. | Andrei Karas | 6 | -41/+63 |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 12 | -11/+276 |
2012-12-31 | Replace "on screen" to "onscreen". | Andrei Karas | 1 | -3/+3 |
2012-12-31 | Add option to show/hide onscreen keyboard icon. | Andrei Karas | 4 | -8/+35 |
2012-12-30 | Add action to show onscreen keyboard. | Andrei Karas | 6 | -7/+26 |
2012-12-30 | Fix hurt sound position. | Andrei Karas | 1 | -1/+1 |
2012-12-30 | Add support for different sounds from different weapons. | Andrei Karas | 4 | -3/+40 |
2012-12-30 | Add for incorrect item sound type "strike" alias "miss". | Andrei Karas | 1 | -1/+1 |
2012-12-30 | Allow open context menu in textfields before connecting to server. | Andrei Karas | 3 | -9/+34 |