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-19
add missing initialisation in emoteshortcut.
Andrei Karas
1
-1
/
+1
2013-10-19
add missing break in editserverdialog.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from editserverdialog constuctor into postInit.
Andrei Karas
3
-7
/
+18
2013-10-19
move virtual member calls from editdialog constuctor into postInit.
Andrei Karas
3
-6
/
+16
2013-10-19
remove unused variable from dye
Andrei Karas
1
-2
/
+0
2013-10-19
add missing initialisation in dropshortcut.
Andrei Karas
1
-1
/
+1
2013-10-19
In dropdown second constuctor now dont have default value.
Andrei Karas
1
-1
/
+1
2013-10-19
fix code style in download.cpp
Andrei Karas
1
-3
/
+4
2013-10-19
move virtual member calls from didyouknowwindow constuctor into postInit.
Andrei Karas
3
-0
/
+7
2013-10-19
move virtual member calls from desktop constuctor into postInit.
Andrei Karas
3
-1
/
+8
2013-10-19
fix const in definition in depricatedevent.
Andrei Karas
1
-2
/
+2
2013-10-19
in debugwindow dont override logic function by pure virtual function.
Andrei Karas
1
-1
/
+3
2013-10-19
move virtual member calls from debugwindow constuctor into postInit.
Andrei Karas
3
-1
/
+7
2013-10-19
move virtual member calls from connectiondialog constuctor into postInit.
Andrei Karas
3
-0
/
+13
2013-10-19
move virtual member calls from confirmdialog constuctor into postInit.
Andrei Karas
9
-8
/
+25
2013-10-19
remove virtual from clear function in configuration.
Andrei Karas
1
-1
/
+1
2013-10-19
fix const in declarations in compoundsprite.
Andrei Karas
1
-3
/
+3
2013-10-19
dont call virtual function in constructor in colorpage.
Andrei Karas
1
-2
/
+5
2013-10-19
fix definitions in checkbox.
Andrei Karas
2
-3
/
+3
2013-10-19
fix const usage in chatwindow.
Andrei Karas
1
-1
/
+1
2013-10-19
use postInit in ChatWindow.
Andrei Karas
5
-8
/
+14
2013-10-19
fix initialisation style in chattab.
Andrei Karas
1
-2
/
+1
2013-10-19
add missing const in declaration in chathandler.h
Andrei Karas
1
-1
/
+1
2013-10-19
add missing break in chathandler.
Andrei Karas
1
-0
/
+1
2013-10-19
add postInit function into popup.
Andrei Karas
4
-4
/
+16
2013-10-19
add postinit function into window.
Andrei Karas
4
-2
/
+13
2013-10-17
dont call virtual functions in characterview constructor.
Andrei Karas
2
-2
/
+11
2013-10-17
dont use virtual function in changepassworddialog constructor.
Andrei Karas
2
-1
/
+1
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
[next]