summaryrefslogtreecommitdiff
path: root/src/resources/map/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Initial attempt at mass renamingJesusaves1-2/+2
2019-04-08If map too small, clear screen before drawing mapAndrei Karas1-1/+18
2019-03-07Fix map gat name on windowss20190311Andrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-11/+11
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-05-28Fix implicit cast in map.cppAndrei Karas1-1/+2
2018-04-02Add some missing brackets in macroses.Andrei Karas1-2/+2
2018-03-09Remove wrong include if build without OpenGL support.Andrei Karas1-1/+2
2018-03-09Fix compilation without OpenGL.Andrei Karas1-0/+6
2018-03-04Show current atlases count in debug window.Andrei Karas1-0/+9
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from particleengine.Andrei Karas1-1/+3
2017-12-22Remove default parameters from properties.hAndrei Karas1-22/+22
2017-12-22Remove default parameters from map.Andrei Karas1-6/+14
2017-11-29Remove extra return from SDL2 build.Andrei Karas1-4/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-59/+60
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
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+2
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+3
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-9/+10
2017-02-10Rename physfstools into virtfs.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas1-1/+4
2017-01-06Fix code style.Andrei Karas1-1/+1
2017-01-03Remove useless todo messages.Andrei Karas1-3/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas1-0/+4
2016-12-29Improve drawing tiles.Andrei Karas1-0/+10
2016-12-17Remove extra check from map.Andrei Karas1-6/+3
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-4/+4
2016-10-04Move maplayerposition into enums directory.Andrei Karas1-6/+10
2016-09-23Add missing comments into defines.Andrei Karas1-9/+10
2016-08-18Fix some style issues.Andrei Karas1-4/+6
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-07Add monster wall collision type.Andrei Karas1-0/+7
2016-08-07Add player wall collision type (5).Andrei Karas1-0/+7
2016-06-15Fix compilation with gcc 4.4 and add exception into deheader script.Andrei Karas1-2/+0
2016-06-15Fix other include issues.Andrei Karas1-0/+2
2016-06-14Fix being transparency with OpenGL renderers.Andrei Karas1-7/+3
2016-06-07Move subimage class into image directory.Andrei Karas1-3/+4
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-2/+2
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-3/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2