summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-30Change gcc lto job from gcc 5 to gcc 6.Andrei Karas3-55/+27
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 Karas2-0/+21
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 Karas9-16/+75
2016-04-28Add into ci scripts flag -fsanitize=bounds-strictAndrei Karas1-1/+1
2016-04-28Add -fsanitize=bounds-strict into santity flags.Andrei Karas1-1/+1
2016-04-28Add workaround into gccsnapshot_sdl2.sh for SDL compilation warnings.Andrei Karas1-1/+1
2016-04-28In ci scripts move shared gcc 6 and gcc snapshot flags into separate files.Andrei Karas7-1523/+617
2016-04-28Switch build scripts to gcc 6.Andrei Karas6-135/+346
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
2016-04-28Fix compilation warning in actions.Andrei Karas1-1/+1
2016-04-28Fix compilation warnings in memory manager.Andrei Karas1-3/+3
2016-04-28Fix error reporting function in ci scripts.Andrei Karas1-1/+1
2016-04-27Impliment packet CMSG_LOGIN_REGISTER_HAN.Andrei Karas1-5/+20
Use CMSG_LOGIN_REGISTER_HAN for login to plain hercules.
2016-04-27Add some gcc 6 build and test ci scripts.Andrei Karas4-0/+1013
2016-04-27Enable warning -Wignored-attributes in gcc shanshot ci scripts.Andrei Karas2-4/+2
2016-04-27Fix update login in title bar after player logged in.Andrei Karas1-0/+3
Before it left always previous logged in nick.
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas7-3/+44
Change protocol version to 17.
2016-04-27Add server feature HaveKillerId.Andrei Karas3-0/+6
2016-04-27Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).Andrei Karas1-2/+2
2016-04-27Show counted memory usage sum in chat.Andrei Karas4-4/+28
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas7-0/+37
New chat command: /dumpmemoryusage
2016-04-26Update debian packaging files.Andrei Karas6-620/+106
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas33-57/+93
Also change all memory count functions into const methods.
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas31-129/+258
2016-04-26Remove SDLGraphicsVertexes because it unused.Andrei Karas2-25/+0
2016-04-26Move doublerect into separate file.Andrei Karas4-9/+39
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas27-32/+52
2016-04-26Add memory count functions into ResourceManager.Andrei Karas2-1/+38
2016-04-26Into ci scripts add another one try level if network error happend.Andrei Karas1-1/+9
2016-04-26Fix compilation warning with some flags.Andrei Karas1-0/+2
2016-04-26In ci scripts, show main commands in output.Andrei Karas1-0/+12