summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Move max packet version constant into separate file.Andrei Karas4-1/+37
2016-05-07Impliment packets for packet version 20150916.Andrei Karas1-1/+30
2016-05-07Add packet SMSG_ADD_MAP_MARKER 0x09c1.Andrei Karas3-0/+10
2016-05-07Change version to 1.6.5.7v1.6.5.7Andrei Karas1-2/+2
2016-05-07Fix some includes.Andrei Karas2-2/+0
2016-05-06Add missing include int beingslistmodel.hAndrei Karas1-0/+2
2016-05-06Fix too long line.Andrei Karas1-1/+2
2016-05-06Fix indent in sdltcpnet.cppAndrei Karas1-3/+3
2016-05-06Add missing base classes into constructors initialization lists.Andrei Karas4-2/+9
2016-05-06Add missing const.Andrei Karas2-2/+2
2016-05-06Fix code style.Andrei Karas28-59/+43
2016-05-06Fix compilation under Android.Andrei Karas1-0/+6
2016-05-05In npc inventory allow add by button add item to next free slot.Andrei Karas1-2/+2
2016-05-05Fix erased players hide emotes and spech over head.Andrei Karas1-0/+5
2016-05-05Change follow from long distance move to naviate to point.Andrei Karas1-4/+4
2016-05-05Add missing check into function recalcSpritesOrder.Andrei Karas1-2/+5
2016-05-04Blacklist DSA for Mesa 11.1.3 look like it also broken :(Andrei Karas1-0/+1
2016-05-04Enable asserts in cmake.Andrei Karas1-1/+1
2016-05-04Add word assert into report functions.Andrei Karas1-1/+1
2016-05-04Use new check functions in ActorManager.Andrei Karas1-32/+40
2016-05-04Add macroses returnNullptr and returnNullptrVAndrei Karas2-0/+51
2016-05-04Fix returnTrue/returnFalse macroses if asserts disabled.Andrei Karas1-4/+16
2016-05-04Move most checkutils functions into macroses.Andrei Karas2-78/+10
2016-05-04Add macroses returnFalseV, returnTrueV, returnFalse, returnTrue.Andrei Karas2-0/+95
2016-05-03Add functions failFalse and failTrue and tests.Andrei Karas3-0/+60
2016-05-02Add test for checkutils.Andrei Karas2-0/+48
2016-05-02Update catch.Andrei Karas1-145/+425
2016-05-01Read whole packet SMSG_BEING_IP_RESPONSE if player not present.Andrei Karas1-1/+5
2016-05-01Remove commented line from localconsts.hAndrei Karas1-2/+0
2016-05-01Fix another one old style cast warning in sdltcpnet.Andrei Karas1-0/+3
2016-05-01Guard include sdltcpnet.h with pragma in all files.Andrei Karas2-0/+9
2016-05-01Fix include order in sdltcpnet.Andrei Karas2-5/+6
2016-05-01Apply ignore pragma -Wold-style-cast only for clang > 3.7Andrei Karas1-3/+3
2016-05-01Disable warning -Wold-style-cast in SDL_net.h.Andrei Karas1-0/+4
2016-05-01Remove CLANG_FALLTHROUGH from mapreader.cppAndrei Karas1-1/+0
2016-04-30Hide attribute clang::fallthrough in macros.Andrei Karas2-3/+4
2016-04-30Add attribute for hide warning about missing break in MapReader.Andrei Karas1-0/+3
2016-04-30Add pragmas into MapReader to avoid destructor clang warning.Andrei Karas1-0/+3
2016-04-30Add missing break.Andrei Karas1-0/+1
2016-04-30Add copy constructor into MutexLocker.Andrei Karas1-0/+5
2016-04-30Fix some macro definition for some compiler versions.Andrei Karas2-1/+11
2016-04-30Add copy constructor into MouseInput.Andrei Karas1-0/+23
2016-04-30Add copy constructor into KeyInput.Andrei Karas1-0/+21
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas32-242/+262
2016-04-30Add copy constructor into Rect.Andrei Karas1-0/+17
2016-04-30Add copy constructor into LinePart.Andrei Karas1-1/+27
2016-04-30Rename Logger::assert into Logger::assertLog for this issue with some systems.Andrei Karas3-3/+3
2016-04-30Dont include GL/glx.h if x11 usage disabled.Andrei Karas1-0/+2
2016-04-30Fix glext.h include for MacOSX.Andrei Karas8-14/+32
2016-04-30Add macro with pragma for clang with some versions.Andrei Karas2-3/+9