Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-02-13 | Store clan names into each player being. | Andrei Karas | 2 | -0/+6 | |
2018-02-13 | Add support for show clan badge. | Andrei Karas | 2 | -0/+13 | |
But for now clan unset for players. | |||||
2018-02-13 | Add clan window. | Andrei Karas | 2 | -2/+4 | |
For now can be opened only by chat command /clan. | |||||
2018-02-12 | Fix code style. Add missing actorManager null checks. | Andrei Karas | 3 | -9/+1 | |
2018-02-11 | Fix compilation with enabled debug images. | Andrei Karas | 2 | -2/+5 | |
2018-02-11 | Add clandb support. | Andrei Karas | 4 | -0/+228 | |
2018-02-11 | Move reading and combining item stats into separate file. | Andrei Karas | 5 | -46/+53 | |
2018-01-17 | Show error message if bank check action failed. | Andrei Karas | 1 | -0/+4 | |