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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
dont use virtual function in changeemaildialog constructor.
Andrei Karas
2
-1
/
+1
2013-10-17
Fix button defenition in button class.
Andrei Karas
2
-12
/
+12
2013-10-17
Add missing break into browserbox.
Andrei Karas
1
-0
/
+1
2013-10-17
fix const issue in botcheckerwindow.
Andrei Karas
1
-2
/
+2
2013-10-17
fix const in beinghandler.
Andrei Karas
1
-1
/
+2
2013-10-17
dont call virtual function in beingequipbackend destructor.
Andrei Karas
1
-1
/
+5
2013-10-17
fix const in being class.
Andrei Karas
2
-3
/
+3
2013-10-17
Remove virtual from Being::updateColors because it called in constructor.
Andrei Karas
1
-1
/
+1
2013-10-17
fix switch usage in avatarlistbox.
Andrei Karas
1
-1
/
+2
2013-10-17
remove from animatedsprite contructor virtual method call.
Andrei Karas
1
-4
/
+5
2013-10-17
Fix const casting in actorspritemanager.
Andrei Karas
1
-22
/
+25
2013-10-17
fix target cursor defenition in actorsprite.
Andrei Karas
1
-1
/
+1
2013-10-17
dont call setMap from destructors.
Andrei Karas
3
-2
/
+13
2013-10-13
remove depricated stl feature.
Andrei Karas
1
-1
/
+2
2013-10-12
Change version to 1.3.10.12.
v1.3.10.12
Andrei Karas
1
-2
/
+2
2013-10-12
fix compilation in old systems.
Andrei Karas
1
-1
/
+1
2013-10-11
add /talkraw chat command for special use.
Andrei Karas
4
-6
/
+12
2013-10-11
Use first finger as right mouse click target.
Andrei Karas
1
-1
/
+1
2013-10-11
fix code style
Andrei Karas
3
-3
/
+3
2013-10-11
Second part of checks from Parasoft C++ Test.
Andrei Karas
21
-80
/
+87
2013-10-11
First part of checks from Parasoft C++ Test.
Andrei Karas
19
-94
/
+139
2013-10-11
add missing check in base64.
Andrei Karas
1
-0
/
+2
2013-10-11
Put OpenLinkHandler in own namespace.
Andrei Karas
2
-25
/
+31
2013-10-10
fix code style.
Andrei Karas
11
-30
/
+47
2013-10-10
Fix help button before login to game.
Andrei Karas
2
-1
/
+7
2013-10-09
fix compilation under windows with codeblocks.
Andrei Karas
1
-0
/
+1
2013-10-09
Add help button into right top corner.
Andrei Karas
1
-0
/
+18
2013-10-09
Add browserbox links theme options.
Andrei Karas
5
-14
/
+5
2013-10-09
use correct theme file in social window popup.
Andrei Karas
1
-1
/
+1
2013-10-09
add separate theme file for browserbox in who is online window.
Andrei Karas
1
-1
/
+1
2013-10-09
add support for popup menu browserbox theming.
Andrei Karas
1
-1
/
+1
2013-10-09
add theme attribute "itemPadding" into browserbox.
Andrei Karas
2
-8
/
+13
2013-10-09
allow set different skin for browserboxes.
Andrei Karas
12
-14
/
+26
2013-10-09
Use all parameters in browserbox constructors.
Andrei Karas
12
-18
/
+24
2013-10-09
do not allow at same time scroll by mouse in vertical and horizontal directions.
Andrei Karas
1
-2
/
+2
2013-10-08
split network mutexe into read and write mutexes.
Andrei Karas
4
-20
/
+25
2013-10-08
extent profiler logging into some functions.
Andrei Karas
7
-2
/
+22
2013-10-08
fix profiler working.
Andrei Karas
2
-5
/
+0
2013-10-08
fix target cursor loading in not default themes.
Andrei Karas
1
-5
/
+6
2013-10-08
add support for sounds take and put.
Andrei Karas
4
-1
/
+16
2013-10-08
use different item padding in listbox and extendedlistbox depend on DPI.
Andrei Karas
4
-22
/
+27
2013-10-08
fix compilation warnings.
Andrei Karas
1
-8
/
+14
2013-10-08
remove unused system headers.
Andrei Karas
25
-40
/
+12
2013-10-07
Use better right click emulation in game.
Andrei Karas
1
-6
/
+3
2013-10-07
emulate right click with SDL2 by multitouch two fingers click.
Andrei Karas
7
-1
/
+190
2013-10-07
fix compilation error with SDL2.
Andrei Karas
1
-1
/
+4
2013-10-07
move window events handling into eventsmanager.
Andrei Karas
6
-204
/
+134
2013-10-07
Move shared event handling code into common handler.
Andrei Karas
2
-87
/
+57
2013-10-07
Move some events code from game into eventsmanager.
Andrei Karas
4
-57
/
+66
2013-10-07
Move some events code from client into eventsmanager.
Andrei Karas
4
-115
/
+114
[next]