Age | Commit message (Expand) | Author | Files | Lines |
2013-02-10 | Allow correct resize for 470x320 and bigger. | Andrei Karas | 1 | -2/+2 |
2013-02-06 | Set onscreen default buttons size depend on screen resolution. | Andrei Karas | 1 | -0/+1 |
2013-02-01 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2013-01-25 | Add empty handlers for accelerometer events in Android version. | Andrei Karas | 1 | -0/+7 |
2013-01-23 | Add support for handling event for show/hide on screen keyboard. | Andrei Karas | 1 | -3/+20 |
2013-01-20 | Fix crashes on closing client before entering game. | Andrei Karas | 1 | -0/+9 |
2013-01-16 | Add theming support for top right buttons before connecting to game. | Andrei Karas | 1 | -14/+25 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2013-01-01 | Remove free space from top and right in buttons menu. | Andrei Karas | 1 | -1/+1 |
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 1 | -0/+4 |
2012-12-29 | Remove debug messages. | Andrei Karas | 1 | -8/+0 |
2012-12-29 | Replace most putenv to setenv. | Andrei Karas | 1 | -6/+14 |
2012-12-29 | Add debug lines to check how gettext working. | Andrei Karas | 1 | -0/+8 |
2012-12-29 | Corrected credits in About menu, oops. | Socapex | 1 | -1/+0 |
2012-12-29 | Use physfs for locale folder on OS X. | Socapex | 1 | -1/+2 |
2012-12-27 | Fix own language selection in some systems like latest ubuntus. | Andrei Karas | 1 | -1/+9 |
2012-12-25 | fix previous/next race button in char creation dialog. | Andrei Karas | 1 | -1/+1 |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -5/+5 |
2012-12-25 | Add support for register from browser on servers with disabled registration. | Andrei Karas | 1 | -0/+1 |
2012-12-24 | Fix for race conditions in application termination. | Andrei Karas | 1 | -0/+3 |
2012-12-20 | add option for input logging. | Andrei Karas | 1 | -0/+70 |
2012-12-17 | Add option to disable gamma correction. | Andrei Karas | 1 | -3/+7 |
2012-12-07 | Resize screen buttons with window resizing. | Andrei Karas | 1 | -0/+2 |
2012-12-06 | Disable best video mode detection under Apple. | Andrei Karas | 1 | -1/+1 |
2012-12-05 | Fixed interface localization. | Socapex | 1 | -0/+5 |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -2/+2 |
2012-12-01 | Add batch drawing for any images. | Andrei Karas | 1 | -2/+5 |
2012-11-21 | Fix screenshot dir under Android. | Andrei Karas | 1 | -1/+8 |
2012-11-18 | Add support for persistent directory under Android. | Andrei Karas | 1 | -2/+19 |
2012-11-15 | Enable OpenGL by default under Android. | Andrei Karas | 1 | -2/+8 |
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -0/+3 |
2012-11-09 | Fix code style. | Andrei Karas | 1 | -2/+4 |
2012-11-07 | Fix termination on Android by using "home" key. | Andrei Karas | 1 | -0/+17 |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -1/+76 |
2012-11-04 | Fix chat log writing if switch character. | Andrei Karas | 1 | -0/+3 |
2012-11-03 | Disable video mode testing under Android. | Andrei Karas | 1 | -1/+11 |
2012-10-31 | Fix gettext under Android. | Andrei Karas | 1 | -2/+6 |
2012-10-31 | store gettext information to log. | Andrei Karas | 1 | -4/+17 |
2012-10-29 | Highlight window header with * if got new chat message with minimized window. | Andrei Karas | 1 | -5/+36 |
2012-10-28 | Fix close button position under Android if window was resized. | Andrei Karas | 1 | -4/+12 |
2012-10-28 | Add Close button on start screen under Android. | Andrei Karas | 1 | -25/+26 |
2012-10-27 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2012-10-20 | Add option to allow screensaver. (by default screensaver disabled) | Andrei Karas | 1 | -0/+5 |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+2 |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -4/+4 |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -1/+1 |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -1/+1 |
2012-10-18 | Simplify reading values from config. | Andrei Karas | 1 | -1/+1 |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 1 | -1/+1 |
2012-10-15 | Fixed config and localdata dirs | Dan Sagunov | 1 | -2/+3 |