Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-08 | CMake: Use install(DIRECTORY ...) to install data files | Thorbjørn Lindeijer | 1 | -7/+0 | |
Beats using a CMakeLists.txt in each directory and fixes a few missed files (like music and equipment slot icons). | |||||
2011-05-22 | Install the monospace font, so mana can be started from outside the git clone | Ben Longbons | 1 | -0/+1 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2011-05-14 | Updating fonts to DejaVu 2.33 and adding license | Stefan Dombrowski | 3 | -0/+99 | |
Source: http://dejavu-fonts.org/wiki/Main_Page Reviewed-by: Thorbjørn Lindeijer | |||||
2011-05-13 | Made the setup keyboard tab prettier. | Angelo Castellani | 1 | -0/+0 | |
Incidentally I added support for a monospaced font (which may come in handy). | |||||
2010-12-15 | Free at last. Free at..erm. Drop remaining auto* files | Bernd Wachter | 1 | -9/+0 | |
2010-03-21 | Added CMake build system to source distribution | Thorbjørn Lindeijer | 1 | -1/+2 | |
The source distribution is currently still made using autoconf, but now you can build/install it using CMake as well. Reviewed-by: Bernd Wachter | |||||
2009-08-31 | Update fonts to DejaVu 2.30 | Kess Vargavind | 2 | -0/+0 | |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 4 | -3/+6 | |
Conflicts: Almost everywhere. | |||||
2009-01-24 | Updated DejaVuSans ttf file, as well as adding the bolded version, which | Ira Rice | 4 | -1/+3 | |
is used in a few spots. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-05 | Fixed installing of dejavusans.ttf with CMake | Bjørn Lindeijer | 1 | -0/+6 | |
Merged from mainline, change by roderic | |||||
2009-01-04 | Fixed installing of dejavusans.ttf font. | Bjørn Lindeijer | 1 | -0/+5 | |
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1) Conflicts: src/gui/gui.cpp | |||||
2008-12-29 | Added support for True Type Fonts using GUIChan's inbuilt SDLTrueType | Ira Rice | 3 | -0/+13 | |
class. NOTE: This commit adds a brand new dependency (SDL_TTF). Make sure to install it, regenerate your config files, reconfigure, and then install before attempting to compile. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-29 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -0/+0 | |
(cherry-picked from mainline) |