Age | Commit message (Expand) | Author | Files | Lines |
2014-02-15 | fix again onscreen controls position on resize/scale. | Andrei Karas | 1 | -2/+2 |
2014-02-15 | fix onscreen controls position on resize/scale. | Andrei Karas | 1 | -2/+8 |
2014-02-02 | Add missing const and static into other classes. | Andrei Karas | 1 | -4/+1 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-29 | improve draw image calls. | Andrei Karas | 1 | -1/+1 |
2013-12-15 | rename drawTile methods into separate names drawTileVertexes, drawTileCollect... | Andrei Karas | 1 | -1/+1 |
2013-12-15 | rename calcTile methods into separate names calcTileVertexes, calTileCollection. | Andrei Karas | 1 | -1/+1 |
2013-12-14 | Improve a bit separate images drawing. | Andrei Karas | 1 | -1/+1 |
2013-11-04 | improve checking for batch draw mode support by renderer. | Andrei Karas | 1 | -1/+1 |
2013-11-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 1 | -0/+1 |
2013-10-10 | fix code style. | Andrei Karas | 1 | -15/+30 |
2013-10-06 | Show button numbers on onscreen buttons. | Andrei Karas | 1 | -40/+63 |
2013-10-04 | fix code style. | Andrei Karas | 1 | -2/+4 |
2013-10-01 | Add on screen buttons layout 3x3, 4x2, 4x3 | Andrei Karas | 1 | -28/+124 |
2013-09-02 | dehardcode some mode render mode constans usage. | Andrei Karas | 1 | -2/+2 |
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -1/+2 |
2013-08-31 | move render classes into render dir. | Andrei Karas | 1 | -1/+2 |
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -0/+1 |
2013-03-24 | improve touchmanager class. | Andrei Karas | 1 | -21/+20 |
2013-03-10 | Add missing breaks and fix possible memory leak. | Andrei Karas | 1 | -0/+4 |
2013-03-03 | Last fix for now after Coverity checks. | Andrei Karas | 1 | -0/+4 |
2013-02-06 | Fix onscreen buttons position. | Andrei Karas | 1 | -2/+5 |
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -16/+6 |
2013-01-18 | Fix code style. | Andrei Karas | 1 | -4/+4 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2013-01-01 | Allow select differnt modes for on screen buttons. | Andrei Karas | 1 | -11/+45 |
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 1 | -0/+1 |
2012-12-31 | Add configurable actions for onscreen buttons. | Andrei Karas | 1 | -8/+20 |
2012-12-31 | Add option to show/hide onscreen keyboard icon. | Andrei Karas | 1 | -8/+27 |
2012-12-24 | Fix for race conditions in application termination. | Andrei Karas | 1 | -1/+5 |
2012-12-24 | Remove forgotted debug line. | Andrei Karas | 1 | -1/+0 |
2012-12-19 | Fix check in touch manager. | Andrei Karas | 1 | -1/+1 |
2012-12-18 | Add support for show images in on screen buttons center. | Andrei Karas | 1 | -7/+34 |
2012-12-16 | Hide screen buttons and joystick if setup window is opened. | Andrei Karas | 1 | -4/+14 |
2012-12-11 | Hide on screen buttons before enter to game and show in game. | Andrei Karas | 1 | -4/+11 |
2012-12-09 | Add resize options for on screen joystick and buttons. | Andrei Karas | 1 | -10/+66 |
2012-12-09 | On the fly from settings show hide on screen joystick and buttons. | Andrei Karas | 1 | -26/+93 |
2012-12-09 | Add initial setup page for touch interfaces. | Andrei Karas | 1 | -0/+3 |
2012-12-07 | Resize screen buttons with window resizing. | Andrei Karas | 1 | -23/+38 |
2012-12-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2012-12-06 | Add support for draw broders for on screen buttons. | Andrei Karas | 1 | -22/+44 |
2012-12-05 | Fix termination memory leaks after adding batch draw. | Andrei Karas | 1 | -0/+2 |
2012-12-05 | add attack and cancel on screen buttons. | Andrei Karas | 1 | -6/+23 |
2012-12-03 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 1 | -6/+7 |
2012-12-01 | Add batch drawing to touch manager. | Andrei Karas | 1 | -12/+38 |
2012-11-24 | Fix code style. | Andrei Karas | 1 | -0/+2 |
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 1 | -30/+83 |
2012-11-13 | Extend on screen keyboard button. | Andrei Karas | 1 | -5/+22 |
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -0/+114 |