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
/
gui
Age
Commit message (
Collapse
)
Author
Files
Lines
2013-08-31
move being related files into being dir.
Andrei Karas
50
-70
/
+114
2013-08-31
move particles into particle dir.
Andrei Karas
1
-1
/
+2
2013-08-31
move input related files into input dir.
Andrei Karas
44
-74
/
+111
2013-08-31
move render classes into render dir.
Andrei Karas
3
-4
/
+7
2013-08-31
fix code style and some minor issues.
Andrei Karas
3
-3
/
+5
2013-08-30
remove duplicate variables.
Andrei Karas
28
-44
/
+36
2013-08-29
fix some more missign checks.
Andrei Karas
2
-29
/
+35
2013-08-29
add some more missing checks.
Andrei Karas
11
-21
/
+40
2013-08-29
fix some missing checks.
Andrei Karas
3
-32
/
+61
2013-08-29
show npc name in npc dialog caption.
Andrei Karas
1
-0
/
+3
2013-08-27
fix compilation warnings.
Andrei Karas
1
-1
/
+1
2013-08-26
add surface allocation debug code.
Andrei Karas
2
-10
/
+13
2013-08-26
Disable being caching in soft mode in SDL2.
Andrei Karas
1
-1
/
+2
2013-08-26
disable map reduce in SDL2.
Andrei Karas
1
-0
/
+2
2013-08-25
fix rescaled images draw in software mode in SDL2.
Andrei Karas
1
-2
/
+8
2013-08-25
fix crash with missing resized image in desktop.
Andrei Karas
1
-2
/
+9
2013-08-25
add SurfaceImageHelper for loading/processing surfaces for SDL2.
Andrei Karas
1
-6
/
+11
For SDL1.2 used SDLImageHelper.
2013-08-24
fix mouse wheel usage in SDL2.
Andrei Karas
2
-0
/
+33
2013-08-24
move threads creation into sdl helper.
Andrei Karas
1
-6
/
+2
2013-08-24
move surface combination into sdlimagehelper.
Andrei Karas
1
-5
/
+6
2013-08-24
show/hide mouse cursor if mouse in/out window.
Andrei Karas
1
-6
/
+2
2013-08-24
remove most static methods from Client.
Andrei Karas
3
-8
/
+8
2013-08-24
improve some mode methods in Client.
Andrei Karas
24
-41
/
+41
2013-08-24
improve dirs usage in Client.
Andrei Karas
2
-4
/
+4
2013-08-24
fix Client creation in unit tests.
Andrei Karas
1
-1
/
+4
2013-08-24
improve getState/setState in Client.
Andrei Karas
11
-36
/
+36
2013-08-24
fix outlined text draw in SDL2.
Andrei Karas
1
-2
/
+2
2013-08-24
fix compilation errors with SDL1.2
Andrei Karas
1
-0
/
+4
2013-08-24
fix gui text input in SDL2.
Andrei Karas
4
-2
/
+31
copy/paste broken for SDL2.
2013-08-24
fix keyboard handling in gui in SDL2.
Andrei Karas
2
-20
/
+26
2013-08-24
fix mouse cursor drawing in SDL2.
Andrei Karas
1
-2
/
+2
2013-08-24
add sdlhelper with some low level SDL functions.
Andrei Karas
1
-1
/
+2
2013-08-24
second part with compilation fixes for SDL2.
Andrei Karas
1
-1
/
+15
2013-08-24
first part of fixes for compilation with SDL2
Andrei Karas
4
-0
/
+19
2013-08-20
Fix default inventory and shop window size on big screens.
Andrei Karas
2
-2
/
+8
2013-08-20
fix typo.
Andrei Karas
1
-1
/
+1
many -> much
2013-08-20
fix typo.
Andrei Karas
1
-1
/
+1
some one -> someone
2013-08-20
fix typo.
Andrei Karas
2
-6
/
+6
perfomance -> performance
2013-08-19
fix compilation with old gcc.
Andrei Karas
1
-1
/
+1
2013-08-16
fix code style.
Andrei Karas
3
-6
/
+12
2013-08-16
add missing checks.
Andrei Karas
1
-8
/
+14
2013-08-14
fix icons order in chat emotes window.
Andrei Karas
1
-2
/
+2
2013-08-14
fix compilation warnings.
Andrei Karas
2
-4
/
+4
2013-08-14
Fix outline color issues.
Andrei Karas
3
-3
/
+3
2013-08-14
add icons into tabs in chat emotes window.
Andrei Karas
3
-12
/
+41
2013-08-14
add support for icon in tabs.
Andrei Karas
4
-9
/
+57
2013-08-13
Add player/item/other counter in social window.
Andrei Karas
2
-2
/
+172
2013-08-11
Fixed 2 typos in the setup chat window.
Alige
1
-2
/
+2
2013-08-11
dont show input text in npc dialog if npc requested item.
Andrei Karas
1
-3
/
+5
2013-08-11
add support for giving item to npc (evol only)
Andrei Karas
3
-46
/
+209
chancge network version to 9.
[next]