summaryrefslogtreecommitdiff
path: root/src/resources/map/map.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+1
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-04-08If map too small, clear screen before drawing mapAndrei Karas1-1/+18
Clear map not works on software renderer.
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
If use too many images, atlase can be split to more than one. And this is performance issue.
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-2/+2
This will allow log data from C libs.
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
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
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
Remove check for existing tile image in each tile. From now tiles without image hidden.
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