summaryrefslogtreecommitdiff
path: root/src/resources/map
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva24-24/+48
2019-04-08If map too small, clear screen before drawing mapAndrei Karas2-1/+21
2019-03-07Fix map gat name on windowss20190311Andrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas24-24/+24
2018-12-08Remove some wrong constexpr3 usage.v1.8.12.8Andrei Karas1-8/+8
2018-11-27Remove extra ; from different code.Andrei Karas2-12/+12
2018-11-12Add missing constexpr and noexcept into maplayer.Andrei Karas2-29/+26
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-05-28Fix implicit cast in map.cppAndrei Karas1-1/+2
2018-05-23Fix crash with wrong moving path.Andrei Karas1-2/+2
2018-04-20Dont put on maps tiles from empty atlases.Andrei Karas1-3/+10
2018-04-02Fix code style.Andrei Karas1-1/+0
2018-04-02Add some missing brackets in macroses.Andrei Karas1-2/+2
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 Karas2-2/+14
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas24-24/+24
2017-12-29Add missing final / notfinal keywords to classes.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas6-6/+6
2017-12-27Remove default parameters from particleengine.Andrei Karas1-1/+3
2017-12-22Remove default parameters from userpalette.Andrei Karas1-1/+1
2017-12-22Remove default parameters from properties.hAndrei Karas2-25/+25
2017-12-22Remove default parameters from map.Andrei Karas2-11/+19
2017-12-21Remove default parameter from tileanimation.hAndrei Karas1-1/+1
2017-11-29Remove extra return from SDL2 build.Andrei Karas1-4/+1
2017-08-22Remove some parentheses.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas6-14/+14
2017-07-13Add vector.h for use different vectors.Andrei Karas4-6/+7
2017-07-07Move unit tests into unittests directory.Andrei Karas2-3504/+0
2017-06-30Remove more extra headers.Andrei Karas1-0/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-2/+0
2017-06-29Move cast macroses into separate file.Andrei Karas3-2/+8
2017-06-29Move foreach macroses into separate file.Andrei Karas4-0/+5
2017-06-13Add missing const references to constructor parameters.Andrei Karas2-5/+12
2017-06-08Replace size() to empty() where is possibleAndrei Karas1-6/+6
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas6-84/+85
2017-05-19Fix some warnings in unit tests.Andrei Karas1-36/+0
2017-05-18Add support for additional unit test library doctest.Andrei Karas2-11/+21
2017-05-18Move catch.hpp into test directory.Andrei Karas2-2/+4
2017-05-05Rename virtfs into fs.Andrei Karas2-2/+2
2017-05-03Fix style in some functions.Andrei Karas1-2/+4
2017-04-27Fix some typos.Andrei Karas2-2/+2
2017-04-09Remove extra includes.Andrei Karas1-2/+0
2017-04-08Move resourcemanager from class to namespace.Andrei Karas2-5/+21
2017-04-03Remove extra includes.Andrei Karas1-2/+0
2017-04-03Replace string::append with pathJoin.Andrei Karas1-4/+4
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-2/+2