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
/
gui
/
viewport.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
Not allow moving from sit state if server not support it.
Andrei Karas
1
-2
/
+5
2016-03-11
Fix code style.
Andrei Karas
1
-0
/
+2
2016-03-05
Use in most places int being positions and not float.
Andrei Karas
1
-16
/
+10
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
1
-5
/
+5
2016-03-03
Improve a bit calculations in viewport.
Andrei Karas
1
-10
/
+18
2016-03-03
Improve a bit calculations in viewport.
Andrei Karas
1
-6
/
+24
2016-02-22
Add more missing consts.
Andrei Karas
1
-1
/
+1
2016-02-21
Add missing checks.
Andrei Karas
1
-7
/
+12
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-4
/
+4
2016-02-12
Fix compilation with different flags.
Andrei Karas
1
-2
/
+6
2016-02-09
Allow select skill units and attack it.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-15
/
+15
2016-01-26
Not allow walking by mouse if npc dialog is opened.
Andrei Karas
1
-3
/
+7
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2016-01-01
Fix code style.
Andrei Karas
1
-7
/
+8
2015-11-16
Fix code style.
Andrei Karas
1
-0
/
+1
2015-11-10
Add close to minimap context menu.
Andrei Karas
1
-1
/
+2
2015-11-09
Add support for ground skills.
Andrei Karas
1
-0
/
+5
2015-11-08
Move code for converting mouse position to tile into separate function.
Andrei Karas
1
-33
/
+42
2015-08-09
Add some missing checks to gui found by paranucker.
Andrei Karas
1
-5
/
+2
2015-07-26
Fix code style.
Andrei Karas
1
-1
/
+2
2015-07-17
Fix code style.
Andrei Karas
1
-1
/
+2
2015-07-13
Fix moving with mouse on tiles with height > 0.
Andrei Karas
1
-2
/
+30
2015-07-02
Move mapitemtype into enums directory.
Andrei Karas
1
-1
/
+1
2015-06-25
Add missing non null attributes into gui directory.
Andrei Karas
1
-3
/
+3
2015-06-06
Fix code style.
Andrei Karas
1
-0
/
+1
2015-06-03
Convert MapType enum into strong typed enum.
Andrei Karas
1
-2
/
+2
2015-05-31
Convert InputAction enum into strong typed enum.
Andrei Karas
1
-10
/
+6
2015-05-30
Move user defined colors enum into separate file.
Andrei Karas
1
-2
/
+2
2015-05-30
Convert MouseButton enum into strong typed enum.
Andrei Karas
1
-2
/
+2
2015-05-29
Convert ActorType enum into strong typed enum.
Andrei Karas
1
-2
/
+2
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-1
/
+1
2015-05-25
Fix some issues in safe OpenGL renderer after last changes.
Andrei Karas
1
-0
/
+5
2015-05-25
Dont set global color variables before drawing text.
Andrei Karas
1
-2
/
+5
2015-05-06
Add strong typed bool type AllPlayers.
Andrei Karas
1
-2
/
+2
2015-04-17
Add eathena defines into actortype enum.
Andrei Karas
1
-2
/
+6
2015-03-25
Show popup on mercenary with name.
Andrei Karas
1
-0
/
+1
2015-03-25
eathena: show in homunculus popup intimacy and hunger counters.
Andrei Karas
1
-0
/
+1
2015-03-24
eathena: show in pet popup intimacy and hunger counters.
Andrei Karas
1
-1
/
+2
2015-02-27
fix code style.
Andrei Karas
1
-2
/
+5
2015-02-22
Dont attack targets by click if pressed "stop attack key".
Andrei Karas
1
-4
/
+6
2015-02-22
Allow move pet on big distances by hold stop attack (left shift) + mouse click.
Andrei Karas
1
-0
/
+10
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-10-18
Dont hide text popup if mouse event already consumed.
Andrei Karas
1
-2
/
+2
2014-09-26
Fix code style.
Andrei Karas
1
-7
/
+4
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-16
/
+16
2014-09-10
Rename PET type into LOCAL_PET.
Andrei Karas
1
-2
/
+2
2014-08-17
Remove getters for mouse position and use direct variables.
Andrei Karas
1
-2
/
+2
2014-08-17
Remove proxy methods used for access text popup.
Andrei Karas
1
-2
/
+6
2014-08-17
Remove proxy methods used for access being popup.
Andrei Karas
1
-2
/
+3
[next]