Age | Commit message (Expand) | Author | Files | Lines |
2017-06-04 | Add missing final into sdlgfxblitfunc.cpp | Andrei Karas | 1 | -1/+1 |
2017-06-04 | Fix code style. | Andrei Karas | 49 | -104/+103 |
2017-06-04 | Imrove compound images update speed in software mode and fix memory leak. | Andrei Karas | 1 | -8/+7 |
2017-06-04 | Add test for custom blitter vs sdl_gfx. | Andrei Karas | 2 | -8/+88 |
2017-06-03 | Add custom image to image blit function based on fuction from sdl_gfx SDL_gfx... | Andrei Karas | 6 | -2/+677 |
2017-06-02 | Enable combineSurface test only in little endian systems. | Andrei Karas | 1 | -1/+3 |
2017-06-02 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2017-06-02 | Add tests for SDLImageHelper::combineSurface for SDL 1.2 only. | Andrei Karas | 2 | -0/+461 |
2017-06-01 | Add other constructors into windows creation tests. | Andrei Karas | 1 | -3/+62 |
2017-05-30 | Add missing popup classes into windows creation tests. | Andrei Karas | 1 | -0/+24 |
2017-05-30 | fix uninitialised values in npc dialog constructor. | Andrei Karas | 2 | -4/+4 |
2017-05-30 | Remove extra include from inventory.cpp | Andrei Karas | 1 | -2/+0 |
2017-05-30 | Enable window creation test for npc dialog. | Andrei Karas | 1 | -5/+5 |
2017-05-30 | Fix memory leak in itemcontainer cell image. | Andrei Karas | 1 | -0/+5 |
2017-05-30 | Fix item options memory leak in item.cpp | Andrei Karas | 1 | -0/+1 |
2017-05-30 | Add asserts into inventory.cpp | Andrei Karas | 1 | -5/+7 |
2017-05-29 | Mount perserver directory in macosx build.s20170529 | Andrei Karas | 1 | -3/+3 |
2017-05-28 | Enable simd for clang 3.8 or newer. | Andrei Karas | 1 | -2/+2 |
2017-05-27 | Enable simd for kFreeBSD. | Andrei Karas | 1 | -3/+0 |
2017-05-27 | Enable simd for clang >= 3.6 | Andrei Karas | 1 | -2/+3 |
2017-05-27 | Allow simd builds for windows 64 bit. | Andrei Karas | 1 | -3/+0 |
2017-05-27 | Change version to 1.7.5.27.v1.7.5.27 | Andrei Karas | 1 | -2/+2 |
2017-05-26 | Fix code style. | Andrei Karas | 3 | -6/+12 |
2017-05-26 | Fix compilation without simd support again. | Andrei Karas | 2 | -4/+0 |
2017-05-26 | Remove extra includes from popupmenu.cpp | Andrei Karas | 1 | -2/+0 |
2017-05-26 | Fix compilation without simd support. | Andrei Karas | 2 | -38/+55 |
2017-05-25 | Fix too long lines in dyepalette_replaceaoglcolor.cpp | Andrei Karas | 1 | -2/+4 |
2017-05-25 | Fix too long lines in dyepalette_replacesoglcolor.cpp | Andrei Karas | 1 | -2/+4 |
2017-05-25 | Fix compilation without simd support. | Andrei Karas | 1 | -1/+1 |
2017-05-25 | Add chat command for check player ip. | Andrei Karas | 6 | -5/+19 |
2017-05-25 | Add chat command for recall player. | Andrei Karas | 6 | -5/+19 |
2017-05-25 | Add chat command for warp to player. | Andrei Karas | 6 | -5/+19 |
2017-05-25 | Add chat command for copy text to clipboard. | Andrei Karas | 6 | -5/+20 |
2017-05-25 | Remove "open link" popup menu handler. | Andrei Karas | 1 | -5/+1 |
2017-05-25 | Add chat command for clear current outfit. | Andrei Karas | 7 | -6/+25 |
2017-05-25 | Fix compilation without simd support. | Andrei Karas | 1 | -1/+6 |
2017-05-25 | Fix dye speed tests. | Andrei Karas | 1 | -6/+0 |
2017-05-25 | Switch in replaceAOGLColor into using custom despatcher. | Andrei Karas | 11 | -346/+349 |
2017-05-25 | Switch in replaceAColor into using custom despatcher. | Andrei Karas | 11 | -584/+264 |
2017-05-25 | Switch in replaceSOGLColor into using custom despatcher. | Andrei Karas | 11 | -346/+352 |
2017-05-24 | Switch in replaceSColor into using custom despatcher. | Andrei Karas | 18 | -606/+378 |
2017-05-24 | Fix chat command with SDL2 for send string to input. | Andrei Karas | 1 | -0/+12 |
2017-05-23 | Add chat command for send any number of pritable chars to input. | Andrei Karas | 5 | -0/+28 |
2017-05-23 | Add chat command for simulate mouse click by any position and button. | Andrei Karas | 5 | -0/+36 |
2017-05-23 | Remove extra include from fsziprwops.cpp | Andrei Karas | 1 | -1/+0 |
2017-05-22 | Fix unpack progress bar on Android. | Andrei Karas | 1 | -1/+1 |
2017-05-22 | Mount also perserver/default directory from data.zip in Android. | Andrei Karas | 1 | -0/+3 |
2017-05-22 | Dont unpack data.zip on Android. | Andrei Karas | 3 | -14/+3 |
2017-05-22 | Improve a bit fsziprwops.cpp. | Andrei Karas | 1 | -1/+4 |
2017-05-21 | Dont report error about loading font if virtfs load failed. | Andrei Karas | 1 | -5/+0 |