Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-14 | Fix equipment window selected item draw. | Andrei Karas | 3 | -2/+5 | |
Also fix popup if selection changed. | |||||
2012-12-12 | Fix mouse movement in classic way. | Andrei Karas | 1 | -1/+1 | |
2012-12-11 | Remove useless brackets. | Andrei Karas | 9 | -18/+18 | |
2012-12-09 | Don't show incorrect warning message about OpenGL in Android version. | Andrei Karas | 1 | -6/+7 | |
2012-12-09 | Add resize options for on screen joystick and buttons. | Andrei Karas | 2 | -1/+15 | |
2012-12-09 | Add initial setup page for touch interfaces. | Andrei Karas | 6 | -11/+100 | |
2012-12-08 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-12-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2012-12-06 | Disable best video mode detection under Apple. | Andrei Karas | 2 | -4/+4 | |
2012-12-05 | Fix termination memory leaks after adding batch draw. | Andrei Karas | 3 | -2/+9 | |
2012-12-05 | Add some special chars to ignore in public chat for future usage. | Andrei Karas | 1 | -5/+12 | |
2012-12-03 | Add option to protect chat focus. | Andrei Karas | 2 | -4/+28 | |
Enabled by default. | |||||
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 12 | -12/+12 | |
2012-12-03 | Fix code style. | Andrei Karas | 3 | -4/+5 | |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 3 | -6/+34 | |
2012-12-02 | update and rebuild translations. | Andrei Karas | 1 | -1/+1 | |
2012-12-01 | Add batch drawing to shortcuts windows. | Andrei Karas | 8 | -40/+63 | |
2012-12-01 | add batch draw to equipment window. | Andrei Karas | 4 | -11/+47 | |
2012-12-01 | Add batch drawing to popup. | Andrei Karas | 2 | -11/+17 | |
2012-12-01 | Fix previous commits. | Andrei Karas | 2 | -0/+2 | |
2012-12-01 | Add batch drawing to window. | Andrei Karas | 2 | -28/+67 | |
2012-12-01 | Add batch drawing to tab. | Andrei Karas | 2 | -12/+20 | |
2012-12-01 | Add batch drawing to progressbar. | Andrei Karas | 2 | -9/+17 | |
2012-12-01 | Add batch drawing to scrollarea. | Andrei Karas | 2 | -52/+217 | |
2012-12-01 | Add batch drawing for any images. | Andrei Karas | 3 | -26/+44 | |
Add this drawing to Button. | |||||
2012-11-28 | Fix option "Show chat history" for all tabs. | Andrei Karas | 1 | -1/+3 | |
2012-11-27 | Simplify command handlers. | Andrei Karas | 6 | -11/+5 | |
2012-11-25 | Add relative mouse moving. | Andrei Karas | 3 | -17/+106 | |
Enabled by default in Android version. | |||||
2012-11-24 | Revert "Fake solution to avoid Theme Info button graphic to be corrupted." | Andrei Karas | 1 | -1/+1 | |
This reverts commit d553924a7f8c911d944207f7431b7e0ebd2b0fe8. | |||||
2012-11-24 | Fix code style. | Andrei Karas | 2 | -1/+3 | |
2012-11-22 | Fake solution to avoid Theme Info button graphic to be corrupted. | Hal9OOO | 1 | -1/+1 | |
2012-11-20 | Add debug option to show draw calls per frame. | Andrei Karas | 2 | -1/+23 | |
Also fix map draw and text in debug window with mobile OpenGL. | |||||
2012-11-19 | Fix compilation error without C++11 flags. | Andrei Karas | 2 | -6/+7 | |
Error was introduced in previous commits. | |||||
2012-11-18 | Extend quests window text message types. | Andrei Karas | 1 | -4/+13 | |
New type <reward> for rewards. Now it same like <text>. | |||||
2012-11-17 | Add theming to browserbox. | Andrei Karas | 2 | -15/+44 | |
New theme file: browserbox.xml New theme options: padding - padding for browserbox newLinePadding - additional padding for new line wrapping. | |||||
2012-11-15 | Hide unsupported OpenGL renderers under Android. | Andrei Karas | 1 | -1/+12 | |
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 3 | -0/+13 | |
2012-11-13 | Fix input tab size in settings. | Andrei Karas | 1 | -1/+1 | |
2012-11-13 | For android change option "custom cursor" to "show cursor" | Andrei Karas | 1 | -1/+6 | |
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 4 | -0/+60 | |
Also add basic functions for handling other on screen buttons. | |||||
2012-11-10 | Fix minimaps loading if minimap missing in tmx file. | Andrei Karas | 1 | -1/+8 | |
2012-11-09 | Fix compilation error. | Andrei Karas | 1 | -0/+1 | |
2012-11-09 | Add commets for translators to on screen buttons. | Andrei Karas | 1 | -48/+73 | |
2012-11-09 | Fix code style. | Andrei Karas | 4 | -4/+7 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 51 | -5/+202 | |
2012-11-04 | Disable some options under Android. | Andrei Karas | 2 | -0/+6 | |
2012-11-04 | Hide "detect best mode" button under Android. | Andrei Karas | 2 | -1/+7 | |
2012-11-04 | Fix crash with empty relations list. | Andrei Karas | 2 | -0/+9 | |
Fix http://bugs.evolonline.org/view.php?id=43 | |||||
2012-11-04 | Fix theme info dialog. | Andrei Karas | 1 | -0/+1 | |
Fix bug http://bugs.evolonline.org/view.php?id=40 | |||||
2012-11-03 | Fix paddings in skills list. | Andrei Karas | 2 | -6/+13 | |