summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-26Add configure flag --enable-werrorAndrei Karas4-2/+25
Enable it by default in some build scripts.
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
2016-04-21Fix compilation warning.Andrei Karas1-1/+1
2016-04-21Add option for enable/disable remote commands.Andrei Karas6-11/+45
In tmw remote commands disabled by default.
2016-04-21Disable remote chat commands in away mode.Andrei Karas1-0/+4
2016-04-21Add option for disable OpenGL version check and rollback to other renderer.Andrei Karas3-33/+42
2016-04-21Remove extra spaces at line ends.Andrei Karas24-78/+75
2016-04-20Add uname -a into .gitlab-ci.yml before script.Andrei Karas1-0/+3
2016-04-20Add old versions for packet CMSG_MAP_SERVER_CONNECT.Andrei Karas2-7/+41
2016-04-20Add packet CMSG_TAEKWON_RANKS 0x0225Andrei Karas6-0/+25
2016-04-19Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.Andrei Karas6-0/+26
2016-04-19Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254Andrei Karas6-0/+28
2016-04-19Add missing version for packet CMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+1
2016-04-19Fix packet definition for different versions CMSG_SEARCHSTORE_SEARCH.Andrei Karas1-0/+71
2016-04-19Add different versions for packet CMSG_SKILL_USE_POSITION_MORE.Andrei Karas1-1/+5
2016-04-19Add different versions for packet CMSG_FRIENDS_ADD_PLAYER.Andrei Karas1-1/+10
2016-04-19Add different versions for packet CMSG_PARTY_INVITE2.Andrei Karas1-1/+8
2016-04-19Add different versions for packet CMSG_MAP_SERVER_CONNECT.Andrei Karas1-1/+10
2016-04-19Add different versions for packet CMSG_PLAYER_CHANGE_ACT.Andrei Karas1-1/+5
2016-04-19Add all versions for packet CMSG_MOVE_FROM_STORAGE.Andrei Karas1-1/+9
2016-04-19Add missing login server packets and add comments to some packets.Andrei Karas2-4/+13
2016-04-19Impliment some versioned packets.Andrei Karas1-6/+50
2016-04-18Add into being dbs, shared attribute "quickActionEffect".Andrei Karas3-0/+11
For now unused.
2016-04-17Update cpplint ci script.Andrei Karas1-1/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas335-1820/+1821
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Add cpplint into ci scripts.Andrei Karas2-0/+56
Enable only rules what not giving false positives.
2016-04-17Simplify ci scripts.Andrei Karas1-40/+14
2016-04-17Fix code style.Andrei Karas13-26/+24