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-08-24
add sdlhelper with some low level SDL functions.
Andrei Karas
8
-33
/
+189
2013-08-24
some SDL2 complilation fixes.
Andrei Karas
6
-19
/
+45
2013-08-24
move SDL_SetVideoMode calls into graphicsmanager.
Andrei Karas
5
-4
/
+25
2013-08-24
rename target in graphics into window.
Andrei Karas
9
-155
/
+157
2013-08-24
second part with compilation fixes for SDL2.
Andrei Karas
6
-21
/
+149
2013-08-24
separate SDLGraphics and SDLImageHelper to 1.2 and 2.
Andrei Karas
11
-12
/
+1648
2013-08-24
move sdl video mode initialisation from graphics into sdlgraphics.
Andrei Karas
4
-16
/
+20
2013-08-24
first part of fixes for compilation with SDL2
Andrei Karas
20
-5
/
+102
2013-08-24
embed SDL2gfx.
Andrei Karas
8
-0
/
+9688
2013-08-24
fix SDL includes.
Andrei Karas
1
-1
/
+1
2013-08-24
add configure option --with-sdl2 for enable SDL2 support.
Andrei Karas
2
-0
/
+17
2013-08-24
add support for target cursor animations.
Andrei Karas
2
-71
/
+31
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
2013-08-20
fix typo.
Andrei Karas
3
-3
/
+3
2013-08-20
fix typo.
Andrei Karas
5
-9
/
+9
2013-08-20
fix normal dye in big endian systems.
Andrei Karas
1
-3
/
+33
2013-08-19
add some unit tests for normal dye.
Andrei Karas
1
-0
/
+46
2013-08-19
improve a bit normal dye code.
Andrei Karas
4
-56
/
+82
2013-08-19
fix compilation with old gcc.
Andrei Karas
6
-17
/
+14
2013-08-19
fix dye for big endian system again.
Andrei Karas
3
-21
/
+38
2013-08-18
testDye
Andrei Karas
3
-0
/
+66
2013-08-18
fix A and S dye for big endian systems.
Andrei Karas
2
-17
/
+41
2013-08-18
improve OpenGL A,S dye speed.
Andrei Karas
4
-60
/
+73
2013-08-18
improve software A,S dye speed.
Andrei Karas
4
-59
/
+73
2013-08-18
fix compilation error.
Andrei Karas
1
-1
/
+1
2013-08-18
improve SDL draw lines speed.
Andrei Karas
1
-47
/
+88
2013-08-18
fix compilation warnings.
Andrei Karas
1
-13
/
+19
2013-08-18
Remove gcn::SDLGraphics from basic classes.
Andrei Karas
8
-761
/
+359
2013-08-18
Split from Graphics SDL related code into SDLGraphics.
Andrei Karas
16
-804
/
+1014
2013-08-17
Change version to 1.3.8.18.
v1.3.8.18
Andrei Karas
1
-2
/
+2
2013-08-16
fix code style.
Andrei Karas
6
-9
/
+15
2013-08-16
add missing checks.
Andrei Karas
2
-9
/
+16
2013-08-14
fix icons order in chat emotes window.
Andrei Karas
1
-2
/
+2
2013-08-14
fix compilation warnings.
Andrei Karas
3
-4
/
+6
2013-08-14
Fix outline color issues.
Andrei Karas
4
-3
/
+5
2013-08-14
add icons into tabs in chat emotes window.
Andrei Karas
3
-12
/
+41
2013-08-14
add flag into resource and imageset what prevent subimage or other resource f...
Andrei Karas
3
-4
/
+11
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
6
-3
/
+193
2013-08-12
Shortening long key names in different windows.
Andrei Karas
1
-3
/
+34
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
7
-48
/
+217
2013-08-11
fix type in emotewindow cleanup.
Andrei Karas
1
-1
/
+1
2013-08-09
improve size() methods usage.
Andrei Karas
9
-37
/
+58
2013-08-08
add autocomplete support for online list.
Andrei Karas
3
-0
/
+15
2013-08-08
Add support for different server flags in server version packet.
Andrei Karas
1
-2
/
+7
2013-08-07
Add font tab into chat emotes window.
Andrei Karas
3
-6
/
+76
2013-08-07
add support for centered text in listbox.
Andrei Karas
2
-19
/
+58
[next]