summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Remove useless extern declarations.Andrei Karas77-88/+65
2017-06-08Replace depricated headers.Andrei Karas6-6/+6
2017-06-08Replace size() to empty() where is possibleAndrei Karas24-184/+178
2017-06-07Fix some wrong parameter names in headers.Andrei Karas6-11/+12
2017-06-07Remove static in anonimouse namespaces.Andrei Karas8-75/+68
2017-06-07Fix namespace comments.Andrei Karas85-89/+89
2017-06-07Fix compilation of header mockdrawitem.hAndrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas521-5838/+6168
2017-06-05Remove extra include from net/ea/loginrecv.cppAndrei Karas1-1/+0
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas8-48/+116
2017-06-05Add packet SMSG_CHAR_MAP_INFO 0x0ac5.Andrei Karas1-0/+6
2017-06-05Add shuffle packet versions 2017.Andrei Karas1-0/+306
2017-06-05Fix compilation warnings with some flags.s20170605Andrei Karas1-0/+3
2017-06-04Add missing contructor flag into SDL_gfxBlitInfo.Andrei Karas1-0/+2
2017-06-04Add missing final into sdlgfxblitfunc.cppAndrei Karas1-1/+1
2017-06-04Fix code style.Andrei Karas49-104/+103
2017-06-04Imrove compound images update speed in software mode and fix memory leak.Andrei Karas1-8/+7
2017-06-04Add test for custom blitter vs sdl_gfx.Andrei Karas2-8/+88
2017-06-03Add custom image to image blit function based on fuction from sdl_gfx SDL_gfx...Andrei Karas6-2/+677
2017-06-02Enable combineSurface test only in little endian systems.Andrei Karas1-1/+3
2017-06-02Remove extra include.Andrei Karas1-2/+0
2017-06-02Add tests for SDLImageHelper::combineSurface for SDL 1.2 only.Andrei Karas2-0/+461
2017-06-01Add other constructors into windows creation tests.Andrei Karas1-3/+62
2017-05-30Add missing popup classes into windows creation tests.Andrei Karas1-0/+24
2017-05-30fix uninitialised values in npc dialog constructor.Andrei Karas2-4/+4
2017-05-30Remove extra include from inventory.cppAndrei Karas1-2/+0
2017-05-30Enable window creation test for npc dialog.Andrei Karas1-5/+5
2017-05-30Fix memory leak in itemcontainer cell image.Andrei Karas1-0/+5
2017-05-30Fix item options memory leak in item.cppAndrei Karas1-0/+1
2017-05-30Add asserts into inventory.cppAndrei Karas1-5/+7
2017-05-29Mount perserver directory in macosx build.s20170529Andrei Karas1-3/+3
2017-05-28Enable simd for clang 3.8 or newer.Andrei Karas1-2/+2
2017-05-27Enable simd for kFreeBSD.Andrei Karas1-3/+0
2017-05-27Enable simd for clang >= 3.6Andrei Karas1-2/+3
2017-05-27Allow simd builds for windows 64 bit.Andrei Karas1-3/+0
2017-05-27Change version to 1.7.5.27.v1.7.5.27Andrei Karas1-2/+2
2017-05-26Fix code style.Andrei Karas3-6/+12
2017-05-26Fix compilation without simd support again.Andrei Karas2-4/+0
2017-05-26Remove extra includes from popupmenu.cppAndrei Karas1-2/+0
2017-05-26Fix compilation without simd support.Andrei Karas2-38/+55
2017-05-25Fix too long lines in dyepalette_replaceaoglcolor.cppAndrei Karas1-2/+4
2017-05-25Fix too long lines in dyepalette_replacesoglcolor.cppAndrei Karas1-2/+4
2017-05-25Fix compilation without simd support.Andrei Karas1-1/+1
2017-05-25Add chat command for check player ip.Andrei Karas6-5/+19
2017-05-25Add chat command for recall player.Andrei Karas6-5/+19
2017-05-25Add chat command for warp to player.Andrei Karas6-5/+19
2017-05-25Add chat command for copy text to clipboard.Andrei Karas6-5/+20
2017-05-25Remove "open link" popup menu handler.Andrei Karas1-5/+1
2017-05-25Add chat command for clear current outfit.Andrei Karas7-6/+25
2017-05-25Fix compilation without simd support.Andrei Karas1-1/+6