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-26
add surface allocation debug code.
Andrei Karas
24
-62
/
+395
2013-08-26
Disable being caching in soft mode in SDL2.
Andrei Karas
2
-5
/
+7
2013-08-26
disable map reduce in SDL2.
Andrei Karas
2
-0
/
+6
2013-08-26
fix compilation errors in debug code.
Andrei Karas
1
-4
/
+4
2013-08-25
fix rescaled images draw in software mode in SDL2.
Andrei Karas
2
-17
/
+11
2013-08-25
add partial support for software mode with SDL2.
Andrei Karas
11
-656
/
+226
2013-08-25
fix typo in resourcemanager logging.
Andrei Karas
1
-2
/
+2
2013-08-25
fix crash with missing resized image in desktop.
Andrei Karas
1
-2
/
+9
2013-08-25
add code for image creation/deletion.
Andrei Karas
5
-0
/
+42
2013-08-25
fix compilation warning.
Andrei Karas
1
-1
/
+0
2013-08-25
fix compilation with SDL1.2
Andrei Karas
2
-2
/
+2
2013-08-25
add SurfaceImageHelper for loading/processing surfaces for SDL2.
Andrei Karas
14
-33
/
+342
2013-08-24
add clipboard support in SDL2.
Andrei Karas
1
-0
/
+22
2013-08-24
fix detecting possible resolutions in SDL2.
Andrei Karas
1
-1
/
+23
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
7
-17
/
+29
2013-08-24
fix atlases cretion in SDL2.
Andrei Karas
3
-10
/
+10
2013-08-24
extract surface draw into surfacegraphics class.
Andrei Karas
11
-55
/
+290
2013-08-24
move surface combination into sdlimagehelper.
Andrei Karas
11
-28
/
+40
2013-08-24
move WMInfo function calls into SDL helper.
Andrei Karas
8
-18
/
+29
2013-08-24
move some function to sdl helper.
Andrei Karas
5
-11
/
+31
2013-08-24
fix "grab input" in SDL2.
Andrei Karas
5
-6
/
+14
2013-08-24
add minimize/maximize event handling in game class for SDL2.
Andrei Karas
3
-6
/
+75
2013-08-24
fix delays is window minimized in SDL2.
Andrei Karas
1
-10
/
+9
2013-08-24
In SDL2 key configuration options add prefix "sdl2".
Andrei Karas
1
-4
/
+12
2013-08-24
show/hide mouse cursor if mouse in/out window.
Andrei Karas
4
-17
/
+49
2013-08-24
remove most static methods from Client.
Andrei Karas
12
-95
/
+71
2013-08-24
improve some mode methods in Client.
Andrei Karas
35
-104
/
+88
2013-08-24
improve dirs usage in Client.
Andrei Karas
12
-59
/
+47
2013-08-24
fix Client creation in unit tests.
Andrei Karas
2
-3
/
+11
2013-08-24
improve getState/setState in Client.
Andrei Karas
25
-79
/
+79
2013-08-24
save Client object into global variable.
Andrei Karas
4
-25
/
+33
2013-08-24
fix resize in opengl modes in SDL2.
Andrei Karas
1
-0
/
+20
2013-08-24
remove unused sdl2gfx files.
Andrei Karas
11
-9402
/
+5
2013-08-24
fix outlined text draw in SDL2.
Andrei Karas
2
-4
/
+5
2013-08-24
fix compilation errors with SDL1.2
Andrei Karas
1
-0
/
+4
2013-08-24
Fix fps counter in SDL2.
Andrei Karas
1
-0
/
+2
2013-08-24
fix gui text input in SDL2.
Andrei Karas
9
-2
/
+66
2013-08-24
fix keyboard handling in gui in SDL2.
Andrei Karas
5
-23
/
+67
2013-08-24
extent SDL event logging for SDL2.
Andrei Karas
2
-2
/
+54
2013-08-24
fix window title and icon in SDL2.
Andrei Karas
6
-55
/
+86
2013-08-24
fix mouse cursor drawing in SDL2.
Andrei Karas
1
-2
/
+2
2013-08-24
fix images converting and drawing issues in SDL2 and OpenGL.
Andrei Karas
5
-13
/
+38
2013-08-24
add support for size attribute in physfsrwops for SDL2.
Andrei Karas
1
-0
/
+12
2013-08-24
fix USE_OPENGL define
Andrei Karas
1
-0
/
+4
2013-08-24
final SDL2 compilation fixes.
Andrei Karas
7
-32
/
+82
2013-08-24
store window size into rectangle.
Andrei Karas
9
-37
/
+56
2013-08-24
add some more fixes for SDL2 compilation.
Andrei Karas
9
-10
/
+39
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
[next]