summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas7-3/+44
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
2016-04-26Update debian packaging files.Andrei Karas6-620/+106
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas33-57/+93
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
2016-04-26Add into ci scripts --enable-werror and remove check for warnings.Andrei Karas23-44/+21
2016-04-26Add configure flag --enable-werrorAndrei Karas4-2/+25
2016-04-26Add memory count function into Tileset.Andrei Karas1-0/+17
2016-04-26Add memory count function into WalkLayer.Andrei Karas2-0/+9
2016-04-26Add memory count functions into Action and Animation.Andrei Karas7-4/+82
2016-04-25Add memory counting functions into AtlasResource and some other.Andrei Karas4-3/+53
2016-04-25Add memory count function into Imageset.Andrei Karas2-0/+9
2016-04-25Add memory count function into SDLMusic.Andrei Karas2-0/+9
2016-04-25Fix Image and SubImage memory calculaiton functions.Andrei Karas2-2/+4
2016-04-25Add memory count function into SoundEffect.Andrei Karas2-0/+9
2016-04-25Add memory count method into SubImage.Andrei Karas2-0/+9
2016-04-23Change version to 1.6.4.23v1.6.4.23Andrei Karas9-9/+18
2016-04-23Add -fpic -fpie into Android.mkAndrei Karas1-1/+1
2016-04-23Add workaround for mplint ci test.Andrei Karas1-0/+1
2016-04-23Fix compilation error with some flags in beingslistmodel.hAndrei Karas1-0/+2
2016-04-23Fix pt_BR translation error.Andrei Karas1-3/+4
2016-04-23Fix include in memorymanager class.Andrei Karas1-1/+1
2016-04-23Fix mplint ci checks.Andrei Karas1-0/+1
2016-04-23Update translations.Andrei Karas23-3573/+3933
2016-04-23Fix compilation with some flags.Andrei Karas1-0/+2
2016-04-23Fix code style.Andrei Karas24-81/+71
2016-04-22Add fake job into .gitlab-ci.yml to avoid possible ci issue.Andrei Karas1-0/+7
2016-04-22Add memorycounter interface. Impliment it in Image.Andrei Karas10-1/+228
2016-04-21Convert chattabtype into strong typed enum.Andrei Karas6-25/+25
2016-04-21Move chattabtype into enums directory.Andrei Karas5-9/+7