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
/
resources
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-27
fix code style.
Andrei Karas
5
-6
/
+7
2013-08-26
fix compilation warnings with sdl2.
Andrei Karas
3
-0
/
+6
2013-08-26
fix drawing issue in software mode in SDL2.
Andrei Karas
1
-0
/
+4
2013-08-26
add surface allocation debug code.
Andrei Karas
8
-30
/
+41
2013-08-25
add partial support for software mode with SDL2.
Andrei Karas
7
-11
/
+155
2013-08-25
fix typo in resourcemanager logging.
Andrei Karas
1
-2
/
+2
2013-08-25
add code for image creation/deletion.
Andrei Karas
4
-0
/
+39
2013-08-25
add SurfaceImageHelper for loading/processing surfaces for SDL2.
Andrei Karas
7
-5
/
+294
2013-08-24
fix atlases cretion in SDL2.
Andrei Karas
2
-9
/
+9
2013-08-24
extract surface draw into surfacegraphics class.
Andrei Karas
2
-3
/
+4
2013-08-24
move surface combination into sdlimagehelper.
Andrei Karas
4
-0
/
+30
2013-08-24
improve some mode methods in Client.
Andrei Karas
1
-1
/
+1
2013-08-24
improve dirs usage in Client.
Andrei Karas
2
-2
/
+2
2013-08-24
remove unused sdl2gfx files.
Andrei Karas
5
-4
/
+4
2013-08-24
fix images converting and drawing issues in SDL2 and OpenGL.
Andrei Karas
1
-1
/
+4
2013-08-24
store window size into rectangle.
Andrei Karas
1
-2
/
+4
2013-08-24
some SDL2 complilation fixes.
Andrei Karas
1
-1
/
+5
2013-08-24
rename target in graphics into window.
Andrei Karas
1
-1
/
+1
2013-08-24
separate SDLGraphics and SDLImageHelper to 1.2 and 2.
Andrei Karas
4
-12
/
+276
2013-08-24
first part of fixes for compilation with SDL2
Andrei Karas
6
-2
/
+34
2013-08-24
fix SDL includes.
Andrei Karas
1
-1
/
+1
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 dye for big endian system again.
Andrei Karas
2
-14
/
+38
2013-08-18
testDye
Andrei Karas
1
-0
/
+1
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
Split from Graphics SDL related code into SDLGraphics.
Andrei Karas
2
-2
/
+3
2013-08-14
add flag into resource and imageset what prevent subimage or other resource f...
Andrei Karas
3
-4
/
+11
2013-08-02
fix code style.
Andrei Karas
1
-2
/
+0
2013-08-01
add gui for in chat emotes.
Andrei Karas
1
-0
/
+3
2013-07-28
move bools in image.
Andrei Karas
2
-6
/
+6
2013-07-28
move bools in resource.
Andrei Karas
1
-4
/
+4
2013-07-26
add dye unit tests.
Andrei Karas
1
-0
/
+210
2013-07-25
Improve a bit dye code formatting.
Andrei Karas
3
-11
/
+11
2013-07-23
add support for attacksky and attackwater actions.
Andrei Karas
6
-9
/
+58
2013-07-23
Add new sprite actions for water and sky.
Andrei Karas
2
-13
/
+38
2013-07-21
Add settings for monster hp bar offset.
Andrei Karas
3
-0
/
+19
2013-07-18
move shared code for reading being info attributes to separate class.
Andrei Karas
5
-54
/
+88
2013-07-18
add name offsets for npc and monster names.
Andrei Karas
4
-1
/
+28
2013-07-11
Add chat command for gms for creating items.
Andrei Karas
1
-1
/
+1
2013-07-10
dehardcode death messages.
Andrei Karas
2
-0
/
+130
2013-07-10
add support for signed and string attribute values in items.xml.
Andrei Karas
1
-15
/
+26
2013-07-08
add ability to show stats from items.xml like strings.
Andrei Karas
1
-11
/
+16
2013-07-04
add missing checks.
Andrei Karas
1
-2
/
+2
2013-07-01
fix up/down direction in sprites drawbefore/drawafter for legacy servers.
Andrei Karas
1
-5
/
+24
2013-06-26
add basic animation unit tests.
Andrei Karas
1
-4
/
+9
2013-06-21
fix code style.
Andrei Karas
1
-6
/
+0
[next]