Commit Graph

25 Commits (2a8c39f854ce5b0801716e145106e27ee1cabc10)

Author SHA1 Message Date
Karl F 9e44b09314 Happy new year!
HAPPY MERRY 2021!
2021-01-03 19:40:16 +01:00
Karl F 436db08636 Happy new decade!
May you live long and prosper!
2020-01-01 10:47:46 +01:00
Webster Sheets 5cdaefad6a Run clang-format over the entire code base.
Fix hidden header-inclusion-order dependency errors.
Update .clang-format for v7.0.1.
2019-01-05 17:09:05 -05:00
Karl F d2ab921b62 Happy New Year!
Awesome sauce (for next year):
find . -type f -exec sed -i 's/2008-2018 Pioneer Developers'/'2008-2019 Pioneer Developers/g' {} \;

closes #4507
2019-01-03 15:28:42 +01:00
Karl F 7225e9c723 Happy New Year!
Ten years in the making now, but how can we improve upon perfection
for ten more years?
2018-01-01 21:22:12 +01:00
Andrew Copland 74d50958fe MERRY HAPPY 2017 2017-01-04 15:11:15 +00:00
Andrew Copland fea5ac26b2 MERRY HAPPY 2016 2016-01-29 11:31:54 +00:00
Robert Norris 9f95339a9d MERRY HAPPY 2014-12-31 23:05:37 +11:00
Robert Norris 6a79f3653f multifont rendering, hook it up everywhere 2014-03-11 22:16:57 +11:00
Robert Norris 97aaeef3fc use JSON config files for fonts to make them easier to extend 2014-03-11 21:43:07 +11:00
Robert Norris 6dc4283eb6 happy new year 2014-01-02 14:43:38 +11:00
Robert Norris df03000dd8 first attempt at language resource objects, still needs to be hooked up everywhere 2013-11-03 07:36:48 +11:00
kko 6e4d0c4c3f Remove VectorFont 2013-02-06 21:32:25 -05:00
John Bartholomew 9522b8349f thread language through various places so FontDescriptor can use it 2013-01-04 01:46:12 +00:00
Robert Norris 91b8586653 happy new year 2013-01-01 12:36:52 +11:00
John Bartholomew 051464f87e replace FontConfig with a static Text::FontDescriptor::Load method 2012-10-24 23:10:37 +01:00
Robert Norris efbce7648a update license paths 2012-09-16 10:59:15 +10:00
Robert Norris e9f4448bba add copyright notices to all the code 2012-09-16 09:45:04 +10:00
John Bartholomew 151cdc20b4 remove trailing whitespace from all files under src/ 2012-07-04 20:13:48 +01:00
Robert Norris 3b78c58bab pass the renderer through to TextureFont on constructions. removes the last gui dependency 2012-04-08 07:31:02 +10:00
Robert Norris 3ac3259a0e move gui scaling out of TextureFont 2012-04-08 07:23:21 +10:00
Robert Norris d88389c742 move FontCache back to the core, because it has knowledge of FontConfig which I don't want dependencies on 2012-04-08 07:11:26 +10:00
Robert Norris 76f7f35903 move all text-related stuff into text/. not sure if text manipulation and fonts belong together, but its not the worst we could do 2012-04-07 18:14:15 +10:00
John Bartholomew 6ff91e9255 Merge branch 'master' into filesystem
Conflicts:
	src/Font.cpp
	src/Font.h
	src/FontManager.cpp
	src/Lang.cpp
	src/Projectile.cpp
	src/TextureFont.cpp
	src/VectorFont.cpp
	src/libs.h
2012-02-20 23:22:50 +00:00
Robert Norris 392dd8a60b rename FontManager to FontCache and rework its interface to return RefCountedPtrs 2012-02-17 13:59:28 +11:00