index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
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
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
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
/
client.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-10
fix icon loading on windows.
Andrei Karas
1
-1
/
+4
2014-01-10
Possible load mods from local/ dir also.
Andrei Karas
1
-3
/
+5
2014-01-09
add mods loading based on settings.
Andrei Karas
1
-1
/
+6
2014-01-09
add ability to notify setup pages about disconnect from server.
Andrei Karas
1
-0
/
+2
2014-01-08
add moddb support.
Andrei Karas
1
-0
/
+3
2014-01-08
fix named input actions in gui before logging into game.
Andrei Karas
1
-0
/
+4
2014-01-06
Add missing npc font settings.
Andrei Karas
1
-0
/
+4
2014-01-05
Add chinese font auto usage if detected chinese locale.
Andrei Karas
1
-0
/
+4
2014-01-04
fix window icon in windows.
v1.4.1.4
Andrei Karas
1
-0
/
+8
2014-01-03
fix server config saving if select switch character or switch server.
Andrei Karas
1
-0
/
+1
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2014-01-01
add ability for auto backup main configuration file on startup.
Andrei Karas
1
-0
/
+18
2013-12-23
show connection dialog before actual network actions.
Andrei Karas
1
-7
/
+5
2013-12-16
add ability to show emotes in text over heads.
Andrei Karas
1
-1
/
+9
2013-11-09
fix motd message while changing char or reconnecting to server.
Andrei Karas
1
-0
/
+4
2013-11-07
add progress bar while loading in SDL2 in Android.
Andrei Karas
1
-2
/
+33
2013-11-07
Split init in client.cpp into separate methods.
Andrei Karas
1
-231
/
+272
2013-11-07
remove client.h include from some files.
Andrei Karas
1
-0
/
+1
2013-11-06
fix storage if select other character with opened storage.
Andrei Karas
1
-0
/
+2
2013-11-04
Merge branch 'master' of gitorious.org:manaplus/manaplus
Dan Sagunov
1
-0
/
+1
2013-11-04
Remove nacl debug things
Dan Sagunov
1
-1
/
+0
2013-11-04
Load features file also after client data connected to physfs.
Andrei Karas
1
-0
/
+1
2013-11-01
fix dyecmd. now it works.
Andrei Karas
1
-1
/
+0
2013-11-01
add dyecmd tool into automake.
Andrei Karas
1
-5
/
+0
2013-11-01
Move timers from client into timers file.
Andrei Karas
1
-82
/
+3
2013-11-01
move package directory variable from client into paths.
Andrei Karas
1
-2
/
+1
2013-11-01
move global logger definition from client to logger file.
Andrei Karas
1
-1
/
+0
2013-11-01
Add configure option --enable-checks for check some calls (disabled by default)
Andrei Karas
1
-0
/
+3
2013-10-29
Initial porting to NACL by Vasily_Makarov.
Andrei Karas
1
-0
/
+22
2013-10-22
fix default server configuration files on Android and SDL2.
Andrei Karas
1
-2
/
+3
2013-10-22
disable safe mode in Android.
Andrei Karas
1
-20
/
+7
2013-10-22
dehardcode render values.
Andrei Karas
1
-9
/
+10
2013-10-19
move virtual member calls from worldselectdialog constructor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from updaterwindow constructor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from unregisterdialog constructor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from setup constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from serverdialog constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from registerdialog constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from logindialog constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from gui constuctor into postInit.
Andrei Karas
1
-1
/
+2
2013-10-19
move virtual member calls from didyouknowwindow constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from desktop constuctor into postInit.
Andrei Karas
1
-0
/
+1
2013-10-19
move virtual member calls from connectiondialog constuctor into postInit.
Andrei Karas
1
-0
/
+7
2013-10-19
move virtual member calls from confirmdialog constuctor into postInit.
Andrei Karas
1
-1
/
+4
2013-10-19
add postinit function into window.
Andrei Karas
1
-0
/
+1
2013-10-17
dont use virtual function in changepassworddialog constructor.
Andrei Karas
1
-0
/
+1
2013-10-17
dont use virtual function in changeemaildialog constructor.
Andrei Karas
1
-0
/
+1
2013-10-10
fix code style.
Andrei Karas
1
-0
/
+1
2013-10-10
Fix help button before login to game.
Andrei Karas
1
-1
/
+6
2013-10-09
Add help button into right top corner.
Andrei Karas
1
-0
/
+18
[next]