index
:
AntumDeluge/manaplus
master
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-05-27
Change version to 1.7.5.27.
v1.7.5.27
Andrei Karas
9
-9
/
+17
2017-05-27
Update manaplus.cbp.
Andrei Karas
1
-0
/
+3
2017-05-27
Update translations.
Andrei Karas
24
-8086
/
+8064
2017-05-26
Fix code style.
Andrei Karas
3
-6
/
+12
2017-05-26
Fix compilation without simd support again.
Andrei Karas
2
-4
/
+0
2017-05-26
Remove extra includes from popupmenu.cpp
Andrei Karas
1
-2
/
+0
2017-05-26
Fix compilation without simd support.
Andrei Karas
2
-38
/
+55
2017-05-25
Fix too long lines in dyepalette_replaceaoglcolor.cpp
Andrei Karas
1
-2
/
+4
2017-05-25
Fix too long lines in dyepalette_replacesoglcolor.cpp
Andrei Karas
1
-2
/
+4
2017-05-25
Fix compilation without simd support.
Andrei Karas
1
-1
/
+1
2017-05-25
Add chat command for check player ip.
Andrei Karas
6
-5
/
+19
2017-05-25
Add chat command for recall player.
Andrei Karas
6
-5
/
+19
2017-05-25
Add chat command for warp to player.
Andrei Karas
6
-5
/
+19
2017-05-25
Add chat command for copy text to clipboard.
Andrei Karas
6
-5
/
+20
2017-05-25
Remove "open link" popup menu handler.
Andrei Karas
1
-5
/
+1
2017-05-25
Add chat command for clear current outfit.
Andrei Karas
7
-6
/
+25
2017-05-25
Fix compilation without simd support.
Andrei Karas
1
-1
/
+6
2017-05-25
Add gcc 6 builds with LTO for unit tests into .gitlab-ci.yml
Andrei Karas
1
-0
/
+31
2017-05-25
Fix dye speed tests.
Andrei Karas
1
-6
/
+0
2017-05-25
Switch in replaceAOGLColor into using custom despatcher.
Andrei Karas
11
-346
/
+349
2017-05-25
Switch in replaceAColor into using custom despatcher.
Andrei Karas
11
-584
/
+264
2017-05-25
Switch in replaceSOGLColor into using custom despatcher.
Andrei Karas
11
-346
/
+352
2017-05-24
Switch in replaceSColor into using custom despatcher.
Andrei Karas
18
-606
/
+378
2017-05-24
Fix chat command with SDL2 for send string to input.
Andrei Karas
1
-0
/
+12
2017-05-24
Remove temporary home directory in runtests.sh before testing.
Andrei Karas
1
-0
/
+2
2017-05-24
Add tests for add new server into list in runtest.sh
Andrei Karas
1
-0
/
+81
2017-05-23
Add chat command for send any number of pritable chars to input.
Andrei Karas
5
-0
/
+28
2017-05-23
Add chat command for simulate mouse click by any position and button.
Andrei Karas
5
-0
/
+36
2017-05-23
Remove extra include from fsziprwops.cpp
Andrei Karas
1
-1
/
+0
2017-05-22
Fix unpack progress bar on Android.
Andrei Karas
1
-1
/
+1
2017-05-22
Mount also perserver/default directory from data.zip in Android.
Andrei Karas
1
-0
/
+3
2017-05-22
Dont unpack data.zip on Android.
Andrei Karas
3
-14
/
+3
2017-05-22
Improve a bit fsziprwops.cpp.
Andrei Karas
1
-1
/
+4
2017-05-21
Dont report error about loading font if virtfs load failed.
Andrei Karas
1
-5
/
+0
2017-05-21
Add missing const into fsdir.cpp
Andrei Karas
1
-1
/
+1
2017-05-21
In SDL2 builds at first try load fonts from virtfs.
Andrei Karas
1
-8
/
+17
2017-05-19
Add gcc 5 and gcc 6 builds with only -Wall -Wextra flags.
Andrei Karas
2
-0
/
+92
2017-05-19
Fix some warnings in unit tests.
Andrei Karas
5
-46
/
+23
2017-05-19
Fix deheader jobs for unit tests.
Andrei Karas
1
-8
/
+8
2017-05-19
Fix mplint ci job.
Andrei Karas
1
-1
/
+0
2017-05-19
Exclude doctest.h from mplint checks.
Andrei Karas
1
-1
/
+1
2017-05-19
Fix error in Makefile.am
Andrei Karas
1
-1
/
+2
2017-05-19
Add missing space into maingui.cpp
Andrei Karas
1
-1
/
+1
2017-05-19
Allow select catch or doctest in unit tests binary only compilation.
Andrei Karas
2
-8
/
+31
2017-05-19
Explude doctest from cpplint.
Andrei Karas
1
-0
/
+1
2017-05-19
Update translations.
Andrei Karas
25
-9697
/
+10661
2017-05-19
Add gcc 6 sanitize tests based on doctest into .gitlab-ci.yml
Andrei Karas
1
-0
/
+31
2017-05-18
Move unit test flag outside of gcc6_sanitize_tests.sh
Andrei Karas
4
-15
/
+15
2017-05-18
Add support for additional unit test library doctest.
Andrei Karas
30
-394
/
+6145
2017-05-18
Move catch.hpp into test directory.
Andrei Karas
32
-35
/
+76
Also replace include catch.hpp into generic unittests.h
[next]