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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-07
Move some events code from client into eventsmanager.
Andrei Karas
4
-115
/
+114
2013-10-07
Create events manager class.
Andrei Karas
8
-220
/
+329
2013-10-07
improve touch events logging in SDL2.
Andrei Karas
1
-7
/
+34
2013-10-07
invert scrollarea scroll directions on Android.
Andrei Karas
1
-1
/
+5
2013-10-07
fix compilation warning on Android.
Andrei Karas
1
-3
/
+3
2013-10-07
Dont write default show cursor option into config file.
Andrei Karas
1
-1
/
+0
2013-10-06
Fix crash if opened char select dialog and whole game closed by X.
Andrei Karas
1
-0
/
+1
2013-10-06
Improve header and footer in help window.
Andrei Karas
7
-9
/
+19
2013-10-06
Show button numbers on onscreen buttons.
Andrei Karas
2
-41
/
+68
2013-10-06
remove unused includes and remove default parameter in being.
Andrei Karas
16
-52
/
+33
2013-10-06
Dont shop "did you know" window by default on Android.
Andrei Karas
2
-8
/
+12
2013-10-05
Add support for min and max label resize size.
Andrei Karas
4
-13
/
+17
2013-10-05
add dynamic labels string cutting.
Andrei Karas
3
-3
/
+40
2013-10-05
Remember sort order in buy dialog between restarts.
Andrei Karas
7
-28
/
+47
2013-10-05
Fix incorrect ShopListBox height.
Andrei Karas
2
-2
/
+7
2013-10-05
Remember sort order in inventory and storage between restarts.
Andrei Karas
3
-2
/
+44
2013-10-05
Add missing dir into Android.mk.
Andrei Karas
1
-0
/
+1
2013-10-05
Allow scroll listboxes and popup list by holding and moving mouse.
Andrei Karas
4
-0
/
+36
2013-10-05
Run click action in list box only after mouse released.
Andrei Karas
6
-8
/
+14
2013-10-05
do mouse scrolling in scroll area only with mouse moved more than 20 px.
Andrei Karas
1
-3
/
+4
2013-10-05
add missing consts in playerinfo.
Andrei Karas
2
-14
/
+14
2013-10-05
fix equipment context menu focus order.
Andrei Karas
1
-0
/
+1
2013-10-04
in drag and drop not allow give to npc or move to trade protected items.
Andrei Karas
1
-2
/
+9
2013-10-04
Fix inventory "store" button if item was protected.
Andrei Karas
1
-3
/
+3
2013-10-04
add pickup and drop sound effects.
Andrei Karas
10
-11
/
+58
2013-10-04
add sound effects for equip/unequip/use items for local player.
Andrei Karas
14
-42
/
+160
2013-10-04
move equip/unequip/use calls into playerinfo.
Andrei Karas
9
-73
/
+82
2013-10-04
Add new item sound events constants.
Andrei Karas
7
-29
/
+37
2013-10-04
add generic way for loading item sounds.
Andrei Karas
1
-8
/
+20
2013-10-04
fix typo in emotes xml.
Andrei Karas
1
-1
/
+1
2013-10-04
fix compilation with cmake.
Andrei Karas
1
-1
/
+1
2013-10-04
fix code style.
Andrei Karas
109
-291
/
+278
2013-10-02
add support for /me command inside /away comand.
Andrei Karas
3
-4
/
+25
2013-10-02
fix char sign in online list in tmw like servers.
Andrei Karas
1
-4
/
+4
2013-10-02
Add command /dumpgl to show OpenGL version string in chat.
Andrei Karas
3
-0
/
+19
2013-10-02
bit cleanup tabbedarea.
Andrei Karas
4
-16
/
+9
2013-10-02
Add support for gm detection in online list on "new" tmw server.
Andrei Karas
1
-0
/
+10
2013-10-02
Add legacy target selection image in mana theme.
Andrei Karas
15
-2
/
+116
2013-10-01
replace tile size from 32 to mapTitleSize.
Andrei Karas
21
-225
/
+265
2013-10-01
Add on screen buttons layout 3x3, 4x2, 4x3
Andrei Karas
4
-49
/
+145
2013-09-30
fix slow login update time.
Andrei Karas
1
-1
/
+1
2013-09-30
move db files into db directory.
Andrei Karas
55
-109
/
+127
2013-09-30
move mgl files into render directory.
Andrei Karas
6
-7
/
+7
2013-09-30
move tabs into tabs directory.
Andrei Karas
78
-183
/
+195
2013-09-30
move popups into popups directory.
Andrei Karas
35
-58
/
+77
2013-09-30
move windows classes to windows directory.
Andrei Karas
147
-474
/
+522
2013-09-29
add additional translation comments to popup menu items.
Andrei Karas
1
-1
/
+177
2013-09-29
change smaller letter literalt into capital letter.
Andrei Karas
52
-207
/
+207
2013-09-29
reset safemode always after start.
Andrei Karas
1
-1
/
+1
2013-09-29
Add support for opening browser in Android with SDL2.
Andrei Karas
1
-1
/
+7
[next]