summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-30Fix possible issue with MapType::DEBUGAndrei Karas2-7/+7
2016-04-30Fix some clang issues.Andrei Karas3-2/+5
2016-04-30Fix version check in pragma for gcc 4.5+Andrei Karas1-3/+3
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas5-8/+13
2016-04-30Remove empty line from checkutils.cppAndrei Karas1-1/+0
2016-04-30Extend assert reporting functions with condition text and call stack.Andrei Karas4-18/+90
2016-04-30Add function for report call stack.Andrei Karas2-0/+40
2016-04-30Add configure option --enable-assertsAndrei Karas1-0/+8
2016-04-30Move report defines from debug.h into checkutils.hAndrei Karas3-12/+18
2016-04-29Add memory counting into MapHeights.Andrei Karas3-2/+16
2016-04-29Add memory counting into ObjectsLayer.Andrei Karas3-2/+17
2016-04-29Add memory counting into AbmientLayer.Andrei Karas3-7/+35
2016-04-29Add missing explicit keyword in Action.Andrei Karas1-1/+1
2016-04-29Add partial support for memory counting in Map.Andrei Karas3-7/+73
2016-04-29Add name into WalkLayer memory object.Andrei Karas1-0/+3
2016-04-29Add name into SpecialLayer memory object.Andrei Karas3-7/+16
2016-04-29Add name into MapLayer memory object.Andrei Karas3-5/+23
2016-04-29Add name into TexttureAtlas memory object.Andrei Karas1-0/+3
2016-04-29Add name into AtlasItem memory object.Andrei Karas1-0/+3
2016-04-29In memory usage tree not show 0 for child objects.Andrei Karas1-6/+16
2016-04-29Add name into Animation memory object.Andrei Karas7-4/+26
2016-04-29Add name into Action memory object.Andrei Karas3-3/+8
2016-04-29Add name into memory usage tree for SDLMusic and SoundEffect.Andrei Karas6-13/+34
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas19-29/+33
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas8-15/+74
2016-04-28Remove useless function ResourceManager::load.Andrei Karas2-19/+4
2016-04-28Show object name/source in memory counting tree.Andrei Karas6-4/+23