summaryrefslogtreecommitdiff
path: root/src/gui/fonts/font.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2020-05-30Add missing restrict keyword in strBuf global variableAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-4/+4
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-18Replace SDL macro defines to SDL_GetError.Andrei Karas1-4/+4
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-05-21Dont report error about loading font if virtfs load failed.Andrei Karas1-5/+0
2017-05-21In SDL2 builds at first try load fonts from virtfs.Andrei Karas1-8/+17
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-03-29Move rwops code into virtfs namespace.Andrei Karas1-1/+1
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+2
2017-03-13Add some more fonts loading logging.Andrei Karas1-2/+4
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas1-1/+9
2017-03-08Improve fonts loading checks and logging.Andrei Karas1-7/+39
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-1/+2
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas1-2/+2
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-11/+19
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-06Add noexcept into font.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-2/+4
This allow not set actual OpenGL color on each call because it useless for drawing text.
2015-05-22Fix code style.Andrei Karas1-1/+1
2015-05-20Fix memory leak in fast text draw code.Andrei Karas1-0/+2
2015-05-20Add fast way for draw not changed text strings.Andrei Karas1-1/+71
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
2015-05-18Add font field into textchunk class. For now unused.Andrei Karas1-1/+1
2015-05-17Fix code style.Andrei Karas1-2/+0
2015-05-03Remove useless dynamic_cast.Andrei Karas1-8/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-1/+2
2014-05-18fix code style.Andrei Karas1-1/+0
2014-05-18Remove useless includes.Andrei Karas1-3/+1
2014-05-17Move textchunklist into separate file.Andrei Karas1-106/+0
2014-05-17Move textchunk into separate file.Andrei Karas1-127/+3
2014-05-17Move textchunksmall into separate file.Andrei Karas1-80/+31
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-0/+657