summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas285-285/+285
2018-12-08Remove some wrong constexpr3 usage.v1.8.12.8Andrei Karas1-8/+8
2018-12-07Fix code style.Andrei Karas10-104/+104
2018-11-27Remove extra ; from different code.Andrei Karas57-184/+184
2018-11-15Fix possible out of buffer access in simd dye code.Andrei Karas2-219/+202
2018-11-12Add missing constexpr and noexcept into maplayer.Andrei Karas2-29/+26
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-11-03Hide for now errors messages "no resource in cache".Andrei Karas1-2/+3
2018-10-29Fix code style.s20181102Andrei Karas16-46/+46
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-08-31Fix code style.Andrei Karas1-1/+2
2018-08-07Disable errors "in cache other image" because here can be false positives.Andrei Karas1-2/+3
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-3/+4
2018-06-18Fix some style issues after automatic checks.Andrei Karas2-5/+3
2018-05-28Fix implicit cast in map.cppAndrei Karas1-1/+2
2018-05-23Remove extra includes.Andrei Karas1-2/+4
2018-05-23Fix crash with wrong moving path.Andrei Karas1-2/+2
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas2-0/+33
2018-05-05Remove support for CILK plus.Andrei Karas6-459/+1
2018-04-20Dont put on maps tiles from empty atlases.Andrei Karas4-9/+45
2018-04-13Fix code style.Andrei Karas1-1/+1
2018-04-07Remove extra includes.Andrei Karas1-1/+0
2018-04-02Remove legacy status effect field "block-id".Andrei Karas2-34/+0
2018-04-02Fix code style.Andrei Karas1-1/+0
2018-04-02Add some missing brackets in macroses.Andrei Karas2-4/+4
2018-03-27Fix building walk path.Andrei Karas1-1/+3
2018-03-09Remove wrong include if build without OpenGL support.Andrei Karas1-1/+2
2018-03-09Fix compilation without OpenGL.Andrei Karas2-5/+19
2018-03-04Show current atlases count in debug window.Andrei Karas4-8/+22
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas4-1/+18
2018-03-03Add support for reading item stats from tags addStats and requireStats.Andrei Karas1-1/+9
2018-02-17Move vector class into resources directory.Andrei Karas2-0/+247
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-2/+2
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-13Store clan names into each player being.Andrei Karas2-0/+6
2018-02-13Add support for show clan badge.Andrei Karas2-0/+13
2018-02-13Add clan window.Andrei Karas2-2/+4
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas3-9/+1
2018-02-11Fix compilation with enabled debug images.Andrei Karas2-2/+5
2018-02-11Add clandb support.Andrei Karas4-0/+228
2018-02-11Move reading and combining item stats into separate file.Andrei Karas5-46/+53
2018-01-17Show error message if bank check action failed.Andrei Karas1-0/+4
2018-01-16Fix code style.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas2-2/+2
2018-01-04Update copyrights year.Andrei Karas279-279/+279
2018-01-02Delete useless destructor from surfaceimagehelper.Andrei Karas1-3/+0
2017-12-29Remove clang attributes from sdlgfxblitfunc.cppAndrei Karas1-4/+0
2017-12-29Add missing final / notfinal keywords to classes.Andrei Karas1-1/+1
2017-12-29Add missing attributes CLANG_FALLTHROUGH.Andrei Karas1-0/+4
2017-12-28Add missing override and final to destructors.Andrei Karas28-34/+25