Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 284 | -284/+568 | |
2023-05-15 | Blank trade window bug | cuoco | 1 | -1/+1 | |
2023-04-07 | fixed gcc deprecation (unary & not1) | jak1 | 1 | -5/+7 | |
2023-04-06 | removed assertion for sdl surface bpp, tests get ugly, but default runtime ↵ | jak1 | 1 | -1/+0 | |
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines | |||||
2021-03-11 | Silence warning -Wredundant-decls in SDL 1.2 code | Andrei Karas | 4 | -0/+31 | |
Also switch in debug build script to gcc 10. | |||||
2020-05-11 | Remove useless struct keyword | Andrei Karas | 1 | -1/+1 | |
2020-05-07 | Add option for show/hide hidden gender | Andrei Karas | 2 | -0/+19 | |
By default hidden gender is hidden. | |||||
2020-04-23 | switch: enable opengles2 renderer | cpasjuste | 3 | -3/+7 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 5 | -12/+11 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 3 | -4/+4 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 2 | -7/+7 | |
2019-05-31 | Fix compilation warnings with new mesa and SDL 1.2 | Andrei Karas | 4 | -0/+24 | |
Add workaround to fix SDL redefine bug. | |||||
2019-05-31 | Fix redefine GL_GLEXT_VERSION issue in SDL 2 | Andrei Karas | 1 | -0/+4 | |
2019-04-09 | Remove extra include from mapreader.cpp | Andrei Karas | 1 | -2/+0 | |
2019-04-08 | If map too small, clear screen before drawing map | Andrei Karas | 3 | -1/+25 | |
Clear map not works on software renderer. | |||||
2019-03-07 | Fix map gat name on windowss20190311 | Andrei Karas | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 285 | -285/+285 | |
2018-12-08 | Remove some wrong constexpr3 usage.v1.8.12.8 | Andrei Karas | 1 | -8/+8 | |
2018-12-07 | Fix code style. | Andrei Karas | 10 | -104/+104 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 57 | -184/+184 | |
2018-11-15 | Fix possible out of buffer access in simd dye code. | Andrei Karas | 2 | -219/+202 | |
2018-11-12 | Add missing constexpr and noexcept into maplayer. | Andrei Karas | 2 | -29/+26 | |
2018-11-05 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-11-03 | Hide for now errors messages "no resource in cache". | Andrei Karas | 1 | -2/+3 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 16 | -46/+46 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2018-08-31 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-08-07 | Disable errors "in cache other image" because here can be false positives. | Andrei Karas | 1 | -2/+3 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -3/+4 | |
2018-06-18 | Fix some style issues after automatic checks. | Andrei Karas | 2 | -5/+3 | |
2018-05-28 | Fix implicit cast in map.cpp | Andrei Karas | 1 | -1/+2 | |
2018-05-23 | Remove extra includes. | Andrei Karas | 1 | -2/+4 | |
2018-05-23 | Fix crash with wrong moving path. | Andrei Karas | 1 | -2/+2 | |
2018-05-20 | Show gm revive button in death dialog if player have rights for @alive command. | Andrei Karas | 2 | -0/+33 | |
2018-05-05 | Remove support for CILK plus. | Andrei Karas | 6 | -459/+1 | |
2018-04-20 | Dont put on maps tiles from empty atlases. | Andrei Karas | 4 | -9/+45 | |
Before in wrong maps and OpenGL enabled modes, manaplus may show artifacts, because tiles from empty atlases really is not loaded and drawed. | |||||
2018-04-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2018-04-07 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2018-04-02 | Remove legacy status effect field "block-id". | Andrei Karas | 2 | -34/+0 | |
Before was warning about this field for some years. | |||||
2018-04-02 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2018-04-02 | Add some missing brackets in macroses. | Andrei Karas | 2 | -4/+4 | |
2018-03-27 | Fix building walk path. | Andrei Karas | 1 | -1/+3 | |
2018-03-09 | Remove wrong include if build without OpenGL support. | Andrei Karas | 1 | -1/+2 | |
2018-03-09 | Fix compilation without OpenGL. | Andrei Karas | 2 | -5/+19 | |
2018-03-04 | Show current atlases count in debug window. | Andrei Karas | 4 | -8/+22 | |
If use too many images, atlase can be split to more than one. And this is performance issue. | |||||
2018-03-04 | Add support for hightlight attribute in groups.xml | Andrei Karas | 4 | -1/+18 | |
This attribute allow to highlight gm groups based on groups.xml | |||||
2018-03-03 | Add support for reading item stats from tags addStats and requireStats. | Andrei Karas | 1 | -1/+9 | |
2018-02-17 | Move vector class into resources directory. | Andrei Karas | 2 | -0/+247 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 1 | -2/+2 | |
This will allow log data from C libs. | |||||
2018-02-14 | Remove extra includes. | Andrei Karas | 1 | -2/+0 | |