index
:
ewewukek/ManaVerse
CI_test_var
c++17_deprecated_func
camel
chat_scroll
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
ewewukek/fix_linux_build
gl-move_ci-test
improved_controller
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
ok_key_talk
old-stable
quit_closes_windows
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
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-15
move keylistener from base into listeners.
Andrei Karas
53
-203
/
+94
2014-02-15
move focuslistener from base into listeners.
Andrei Karas
13
-141
/
+28
2014-02-15
move deathlistener from base into listeners.
Andrei Karas
4
-112
/
+5
2014-02-15
move actionlistener from base into listeners.
Andrei Karas
109
-303
/
+209
2014-02-15
Move some listeners classes into listeners directory.
Andrei Karas
12
-13
/
+16
2014-02-15
Remove useless graphics casts.
Andrei Karas
37
-292
/
+323
2014-02-15
move some methods from base/graphics into render/graphics.
Andrei Karas
117
-652
/
+204
2014-02-15
Remove unused image base class.
Andrei Karas
3
-246
/
+1
2014-02-15
fix compilation error.
Andrei Karas
1
-2
/
+2
2014-02-15
move exguichan files into gui/base/
Andrei Karas
220
-224
/
+16778
2014-02-15
remove use internal guichan flag.
Andrei Karas
2
-9
/
+0
2014-02-14
fix code style.
Andrei Karas
7
-9
/
+12
2014-02-13
Remove unused chat help from code.
Andrei Karas
5
-99
/
+2
2014-02-12
add autocomplete special commands in guild tab.
Andrei Karas
2
-0
/
+10
2014-02-12
add autocomplete special commands in party tab.
Andrei Karas
2
-0
/
+9
2014-02-11
improve autocomplete sanitization.
Andrei Karas
1
-10
/
+4
2014-02-08
Add action for open trade window.
Andrei Karas
1
-0
/
+6
2014-02-07
add missing const and static keywords.
Andrei Karas
3
-5
/
+5
2014-02-05
fix loading value in SetupItemSliderInt.
Andrei Karas
1
-0
/
+1
2014-02-05
use new control for scale.
Andrei Karas
3
-6
/
+9
2014-02-05
add slider list setup control for int value.
Andrei Karas
2
-2
/
+65
2014-02-04
rename Setup into SetupWindow.
Andrei Karas
14
-32
/
+33
2014-02-04
adjust windows size if main window was resized to smaller size.
Andrei Karas
2
-0
/
+24
2014-02-03
fix friend tab update in social window if friends was changed.
Andrei Karas
2
-1
/
+23
2014-02-02
add actions for select next/previous tab in spells/commands window.
Andrei Karas
1
-0
/
+12
2014-02-02
add actions for select next/previous tab in shortcuts window.
Andrei Karas
6
-20
/
+55
2014-02-02
Add missing const and static into gui classes.
Andrei Karas
39
-96
/
+75
2014-02-01
do not scale on the fly on windows.
Andrei Karas
1
-0
/
+2
2014-02-01
fix code style.
Andrei Karas
1
-0
/
+4
2014-01-31
Combine "Mod" and "Stop attack" keys.
Andrei Karas
2
-10
/
+6
2014-01-30
Fix code style.
Andrei Karas
1
-2
/
+0
2014-01-29
Fix screenshot directory saving/loading.
Andrei Karas
3
-2
/
+33
2014-01-29
allow apply scale without client restart.
Andrei Karas
1
-0
/
+1
2014-01-29
add option for changing scale.
Andrei Karas
2
-1
/
+17
2014-01-28
add support for screen scale in OpenGL modes.
Andrei Karas
3
-31
/
+54
2014-01-28
Move direct SDL_GetMouseState calls into method in gui class.
Andrei Karas
7
-14
/
+29
2014-01-27
fix copyrights in sdlinput.cpp and sdlinput.h files.
Andrei Karas
2
-3
/
+2
2014-01-27
add GPL header into all guichan files.
Andrei Karas
2
-4
/
+41
2014-01-27
fix guichan headers.
Andrei Karas
2
-8
/
+10
2014-01-26
add chat command for uploading main config.xml
Andrei Karas
4
-1
/
+20
2014-01-26
add basic file uploading.
Andrei Karas
2
-3
/
+4
2014-01-23
remove default parameter from download object.
Andrei Karas
2
-2
/
+2
2014-01-19
fix pet talk and emote if trade tab is disabled.
Andrei Karas
1
-27
/
+33
2014-01-19
in emotes popup show also emote id.
Andrei Karas
1
-1
/
+2
2014-01-17
fix crash on window resize.
Andrei Karas
1
-2
/
+2
2014-01-17
disable for now screenshot dir editing in windows.
Andrei Karas
1
-0
/
+2
2014-01-16
load mods from <mod> tag in resources.xml
Andrei Karas
1
-18
/
+20
2014-01-16
delete from cache background image if it unused.
Andrei Karas
1
-4
/
+5
2014-01-16
add missing const in xmlnode pointers.
Andrei Karas
5
-6
/
+6
2014-01-15
fix rainbow chat colors for different utf8 chars and smiles.
Andrei Karas
1
-21
/
+38
[next]