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
/
client.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-27
fix code style and issues with different builds.
Andrei Karas
1
-3
/
+3
2013-09-27
Hide mouse cursor by default on Android.
Andrei Karas
1
-0
/
+3
2013-09-27
Reset for all audio frequency to 44100.
Andrei Karas
1
-1
/
+5
2013-09-25
improve a bit strings declaration.
Andrei Karas
1
-1
/
+1
2013-09-25
remove exit on minimisation on SDL2 on Android.
Andrei Karas
1
-1
/
+1
2013-09-24
Extract data.zip on SDL2 and Android before use.
Andrei Karas
1
-38
/
+9
2013-09-23
Remove temp locale archive.
Andrei Karas
1
-0
/
+1
2013-09-23
add support for gettext files extraction in SDL2 in Android.
Andrei Karas
1
-15
/
+71
2013-09-22
add support for show/hide keyboard in SDL2 on Android.
Andrei Karas
1
-0
/
+9
2013-09-22
add additional event for loggins with SDL2.
Andrei Karas
1
-0
/
+39
2013-09-22
add support in ADNROID+SDL2 for loading data from assets.
Andrei Karas
1
-0
/
+54
2013-09-22
remove unused android related includes.
Andrei Karas
1
-2
/
+0
2013-09-22
fix compilation and partial running with SDL2 on Android.
Andrei Karas
1
-5
/
+16
2013-09-13
Fix compilation errors with different flags.
Andrei Karas
1
-4
/
+0
2013-09-12
add server version check for "new" tmw servers.
Andrei Karas
1
-0
/
+1
2013-09-12
remove unused includes from widget files.
Andrei Karas
1
-0
/
+1
2013-09-10
improve SDL2 handling events.
Andrei Karas
1
-0
/
+4
2013-09-09
remove useless includes from some files.
Andrei Karas
1
-8
/
+1
2013-09-01
add SDL2 default render mode.
Andrei Karas
1
-2
/
+1
2013-09-01
add way to map render mode selection to actual modes.
Andrei Karas
1
-7
/
+7
2013-08-31
move being related files into being dir.
Andrei Karas
1
-1
/
+2
2013-08-31
move input related files into input dir.
Andrei Karas
1
-3
/
+4
2013-08-29
add some more missing checks.
Andrei Karas
1
-1
/
+3
2013-08-29
add file access fuzzer.
Andrei Karas
1
-0
/
+5
2013-08-29
allow open help and did you know window before login into game.
Andrei Karas
1
-0
/
+9
2013-08-29
add support for process all input events before entering game.
Andrei Karas
1
-1
/
+3
2013-08-27
fix code style.
Andrei Karas
1
-0
/
+2
2013-08-26
add surface allocation debug code.
Andrei Karas
1
-2
/
+3
2013-08-25
fix compilation warning.
Andrei Karas
1
-1
/
+0
2013-08-25
add SurfaceImageHelper for loading/processing surfaces for SDL2.
Andrei Karas
1
-7
/
+8
2013-08-24
move WMInfo function calls into SDL helper.
Andrei Karas
1
-1
/
+1
2013-08-24
move some function to sdl helper.
Andrei Karas
1
-11
/
+3
2013-08-24
fix "grab input" in SDL2.
Andrei Karas
1
-6
/
+2
2013-08-24
add minimize/maximize event handling in game class for SDL2.
Andrei Karas
1
-1
/
+0
2013-08-24
fix delays is window minimized in SDL2.
Andrei Karas
1
-10
/
+9
2013-08-24
show/hide mouse cursor if mouse in/out window.
Andrei Karas
1
-3
/
+42
2013-08-24
remove most static methods from Client.
Andrei Karas
1
-31
/
+12
2013-08-24
improve some mode methods in Client.
Andrei Karas
1
-17
/
+3
2013-08-24
improve dirs usage in Client.
Andrei Karas
1
-20
/
+5
2013-08-24
improve getState/setState in Client.
Andrei Karas
1
-3
/
+3
2013-08-24
save Client object into global variable.
Andrei Karas
1
-10
/
+17
2013-08-24
Fix fps counter in SDL2.
Andrei Karas
1
-0
/
+2
2013-08-24
fix gui text input in SDL2.
Andrei Karas
1
-0
/
+3
2013-08-24
extent SDL event logging for SDL2.
Andrei Karas
1
-2
/
+53
2013-08-24
fix window title and icon in SDL2.
Andrei Karas
1
-55
/
+45
2013-08-24
fix images converting and drawing issues in SDL2 and OpenGL.
Andrei Karas
1
-0
/
+2
2013-08-24
final SDL2 compilation fixes.
Andrei Karas
1
-1
/
+2
2013-08-24
add some more fixes for SDL2 compilation.
Andrei Karas
1
-2
/
+4
2013-08-24
second part with compilation fixes for SDL2.
Andrei Karas
1
-12
/
+68
2013-08-24
first part of fixes for compilation with SDL2
Andrei Karas
1
-0
/
+15
[next]