index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
touchmanager.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-16
Improve theme usage.
Andrei Karas
1
-2
/
+0
2014-02-24
Rename Rectangle into Rect.
Andrei Karas
1
-2
/
+2
2014-02-23
Rename drawImage2 methods into drawImage.
Andrei Karas
1
-1
/
+1
2014-02-22
Move Rectangle and ClipRectangle into gui directory.
Andrei Karas
1
-2
/
+2
2014-02-20
improve includes.
Andrei Karas
1
-0
/
+2
2014-02-17
combine mouseinput into one file.
Andrei Karas
1
-3
/
+4
2014-02-16
combine font classes in one.
Andrei Karas
1
-2
/
+2
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
[next]