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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
Add into ci scripts pngcheck.
Andrei Karas
2
-0
/
+30
2016-05-05
In npc inventory allow add by button add item to next free slot.
Andrei Karas
1
-2
/
+2
2016-05-05
Rename no asserts ci job.
Andrei Karas
1
-1
/
+1
2016-05-05
Add ci job with gcc6 and disabled asserts.
Andrei Karas
2
-1
/
+9
2016-05-05
Fix erased players hide emotes and spech over head.
Andrei Karas
1
-0
/
+5
2016-05-05
Fix .gitlab-ci.yml format.
Andrei Karas
1
-0
/
+4
2016-05-05
Add tag docker to all ci build jobs.
Andrei Karas
1
-4
/
+134
2016-05-05
Change follow from long distance move to naviate to point.
Andrei Karas
1
-4
/
+4
2016-05-05
Add missing check into function recalcSpritesOrder.
Andrei Karas
1
-2
/
+5
2016-05-04
Blacklist DSA for Mesa 11.1.3 look like it also broken :(
Andrei Karas
1
-0
/
+1
2016-05-04
Enable asserts in cmake.
Andrei Karas
1
-1
/
+1
2016-05-04
Add word assert into report functions.
Andrei Karas
1
-1
/
+1
2016-05-04
Use new check functions in ActorManager.
Andrei Karas
1
-32
/
+40
2016-05-04
Add macroses returnNullptr and returnNullptrV
Andrei Karas
2
-0
/
+51
2016-05-04
Fix returnTrue/returnFalse macroses if asserts disabled.
Andrei Karas
1
-4
/
+16
2016-05-04
Move most checkutils functions into macroses.
Andrei Karas
2
-78
/
+10
2016-05-04
Add macroses returnFalseV, returnTrueV, returnFalse, returnTrue.
Andrei Karas
2
-0
/
+95
2016-05-03
Add functions failFalse and failTrue and tests.
Andrei Karas
3
-0
/
+60
2016-05-02
Add test for checkutils.
Andrei Karas
2
-0
/
+48
2016-05-02
Update catch.
Andrei Karas
1
-145
/
+425
2016-05-01
In ci scripts add also protection against git clone failures.
Andrei Karas
2
-1
/
+30
2016-05-01
In ci scripts add more protections from network/dns failures in apt get comma...
Andrei Karas
1
-1
/
+17
2016-05-01
Add Haru into authors list.
Andrei Karas
2
-0
/
+2
2016-05-01
In .gitlab-ci.yml move all linters and gcc_h_all job into prebuild stage.
Andrei Karas
1
-30
/
+30
2016-05-01
Into .gitlab-ci.yml add prebuild stage with simple gcc 6 and clang builds.
Andrei Karas
1
-12
/
+15
2016-05-01
Read whole packet SMSG_BEING_IP_RESPONSE if player not present.
Andrei Karas
1
-1
/
+5
2016-05-01
Remove commented line from localconsts.h
Andrei Karas
1
-2
/
+0
2016-05-01
Fix another one old style cast warning in sdltcpnet.
Andrei Karas
1
-0
/
+3
2016-05-01
Guard include sdltcpnet.h with pragma in all files.
Andrei Karas
2
-0
/
+9
2016-05-01
Fix include order in sdltcpnet.
Andrei Karas
2
-5
/
+6
2016-05-01
Apply ignore pragma -Wold-style-cast only for clang > 3.7
Andrei Karas
1
-3
/
+3
2016-05-01
Disable warning -Wold-style-cast in SDL_net.h.
Andrei Karas
1
-0
/
+4
2016-05-01
Remove CLANG_FALLTHROUGH from mapreader.cpp
Andrei Karas
1
-1
/
+0
2016-05-01
Disable clang 3.9 with C++11 flags in ci scripts.
Andrei Karas
1
-1
/
+1
2016-04-30
Hide attribute clang::fallthrough in macros.
Andrei Karas
2
-3
/
+4
2016-04-30
Add into ci scripts clang 3.9 with C++11 flags.
Andrei Karas
4
-4
/
+37
2016-04-30
Add attribute for hide warning about missing break in MapReader.
Andrei Karas
1
-0
/
+3
2016-04-30
Add pragmas into MapReader to avoid destructor clang warning.
Andrei Karas
1
-0
/
+3
2016-04-30
Add missing break.
Andrei Karas
1
-0
/
+1
2016-04-30
Add copy constructor into MutexLocker.
Andrei Karas
1
-0
/
+5
2016-04-30
Fix some macro definition for some compiler versions.
Andrei Karas
2
-1
/
+11
2016-04-30
Add copy constructor into MouseInput.
Andrei Karas
1
-0
/
+23
2016-04-30
Add copy constructor into KeyInput.
Andrei Karas
1
-0
/
+21
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
32
-242
/
+262
2016-04-30
Add copy constructor into Rect.
Andrei Karas
1
-0
/
+17
2016-04-30
Add copy constructor into LinePart.
Andrei Karas
1
-1
/
+27
2016-04-30
Remove -Wno-unreachable-code-return from clang ci scripts.
Andrei Karas
2
-2
/
+2
2016-04-30
Rename Logger::assert into Logger::assertLog for this issue with some systems.
Andrei Karas
3
-3
/
+3
2016-04-30
Dont include GL/glx.h if x11 usage disabled.
Andrei Karas
1
-0
/
+2
2016-04-30
Fix glext.h include for MacOSX.
Andrei Karas
8
-14
/
+32
[next]