summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2024-04-20CMake: Use cmake-format to make the files more pleasant to readThorbjørn Lindeijer1-9/+2
More consistent formatting and no longer everything in uppercase, yay!
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer1-1/+1
Also enable using `cpack -G DragNDrop` to create a DMG to easily drag Mana into the Applications folder. The DMG is also available as a CI artifact. The minimum deployment target has been set to 10.15, as required due to usage of std::filesystem::create_directories.
2024-04-08CMake: Use install(DIRECTORY ...) to install data filesThorbjørn Lindeijer1-7/+9
Beats using a CMakeLists.txt in each directory and fixes a few missed files (like music and equipment slot icons).
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer1-0/+1
One of the sound channels is reserved for notification sounds, of which the volume can be configured separately. Currently, the only notification sound that is played is for receiving whispers. That can be extended later. The newmessage.ogg sound used currently is the one for receiving a message with the Psi instant messenger. Parts of this patch are based on the new message notification in ManaPlus. Reviewed-by: Erik Schilling
2009-04-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter1-1/+0
installation
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-0/+1
Conflicts: Almost everywhere.
2009-01-05Fixed installing of dejavusans.ttf with CMakeBjørn Lindeijer1-0/+1
Merged from mainline, change by roderic
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+1
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>
2006-12-23Removed database files, minimaps, items, monster sprites, maps and sounds fromBjørn Lindeijer1-10/+0
the release. They will be released dynamically only.
2006-12-22Updated Makefiles.Bjørn Lindeijer1-2/+3
2006-11-26Updated Makefiles and CMake ListsPhilipp Sehmisch1-1/+2
2006-10-26Merged CMake branchBjörn Steinbrink1-0/+13