Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-21 | Adjusted icon and desktop file names and added metainfo | Thorbjørn Lindeijer | 1 | -1/+4 | |
2024-02-19 | Fixed compile on macOS | Thorbjørn Lindeijer | 1 | -0/+14 | |
Since Guichan is currently disabled on Homebrew, I've opted for adding it as a submodule instead. It currently references the 0.8 branch of Guichan, after I cherry-picked the CMake support from the master branch. When using SDL2 installed through Homebrew, it was necessary to use SDL2_LINK_LIBRARIES, since the libraries occupy various different directories. It no longer seems necessary to include an SDLMain.m, so I deleted it. Removed obsolete OS X instructions. Also added instructions for installing dependencies on Fedora. Removed mentioning of /announce and /who in the README, since they were removed for tmwAthena. | |||||
2024-02-05 | Updated C++ standard to C++17 | Thorbjørn Lindeijer | 1 | -2/+2 | |
C++17 should be universal enough by now. This raises the minimum CMake to 3.8, which should also pose no problem since Ubuntu 18.04 already shipped with CMake 3.10. C++17's 'if' initialization statement is now used in an efficient implementation of 'join' for vector<string>, found on StackOverflow. | |||||
2024-02-05 | Require PhysFS 3.0 | Thorbjørn Lindeijer | 1 | -2/+1 | |
It seems the implementation of PhysicsFS RWops shipped requires a somewhat up-to-date PhysFS (beyond just a missing PHYSFS_DECL macro). Also simplified CMake files somewhat, enabling new behavior for some policies that were triggering warnings. And removed the no longer used FindSDL_gfx.cmake module (SDL_gfx is found using pkg-config since 2c51c98625b225cecfb9628c30d62d4e30f7e3e1). | |||||
2024-02-02 | Fixed CMakeLists.txt reference to README.md | Thorbjørn Lindeijer | 1 | -1/+1 | |
Hadn't expected 87470d984cc8f6fe12a354aec7bf93ee4fcb95eb to break the build, heh. | |||||
2024-01-25 | Always use C++11 and remove related compatibility option/code | Thorbjørn Lindeijer | 1 | -3/+4 | |
2024-01-25 | Removed X11 dependency | Thorbjørn Lindeijer | 1 | -3/+0 | |
It was only used for the clipboard, which is now interacted with through SDL 2. | |||||
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 1 | -2/+2 | |
2024-01-24 | Updated website URL to https | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-08-31 | Turned off C++11 mode by default to avoid linker issues | Erik Schilling | 1 | -1/+1 | |
Compiling in C++11 mode causes trouble when using GCC 4.7 and linking to a version of Guichan that was not compiled in C++11 mode. Reviewed-by: bjorn. | |||||
2012-06-26 | make datadir an bindir paths modifiable | hasufell | 1 | -2/+2 | |
Reviewed-by: Ablu. | |||||
2012-04-12 | Revert "Default manaserv support to OFF for 0.6 release" | Thorbjørn Lindeijer | 1 | -1/+1 | |
This reverts commit 2ed8a171b63e6b58262801d1f0e0cd10ba265971. Conflicts: CMakeLists.txt | |||||
2012-04-02 | Bumped version and updated news in preparation of 0.6.1 release | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-03-24 | Introduced compile-time option to disable use of C++0x | Thorbjørn Lindeijer | 1 | -0/+1 | |
This is in order to still support older compilers, in particular GCC 4.2.1, so that Mana may be compiled for Maemo 5. Reviewed-by: Yohann Ferreira | |||||
2012-02-12 | Default manaserv support to OFF for 0.6 release | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-09-09 | Set the current build version to 0.6.0 in prevision of a release. | Yohann Ferreira | 1 | -1/+1 | |
2011-02-15 | Fix compilation on Haiku and set config and data paths for it. | DarkWind | 1 | -1/+1 | |
2011-02-01 | Enable manaserv by default now | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-02-01 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -3/+8 | |
Conflicts: po/de.po src/game.cpp src/resources/wallpaper.cpp | |||||
2011-01-26 | Prune the enet and manaserv files dependency of the 0.5 binary. | Yohann Ferreira | 1 | -1/+6 | |
Only using cmake conditions and an ifdef. This will greatly help packaging the mana 0.5 version on other distros. | |||||
2011-01-04 | Fixed paste under X11 | Thorbjørn Lindeijer | 1 | -2/+2 | |
The check for whether we're not compiling for Mac was evaluating to false, apparently since it used the wrong CMake syntax. Reviewed-by: Bernd Wachter | |||||
2010-10-16 | Changed client version to 0.5.0. | Yohann Ferreira | 1 | -1/+1 | |
Trivial fix. | |||||
2010-08-15 | Add included enet to CMake | Bernd Wachter | 1 | -0/+2 | |
2010-07-23 | Fixing compatibility with cmake 2.6.0 | Renato Alves | 1 | -2/+2 | |
The syntax IF ((condition) OR (condition)) is not accepted by cmake prior to 2.6.4. The syntax IF (NOT (condition OR condition)) is also not accepted. The patch should address this without affecting newer versions. A newline character was also automatically added to the end of the file. | |||||
2010-05-02 | Add some basic CPack stuff | Bernd Wachter | 1 | -0/+17 | |
2010-03-18 | Improved handling of version argument for cmake | Bernd Wachter | 1 | -12/+20 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-25 | Added paste facility from the Wormux project | Thorbjørn Lindeijer | 1 | -0/+3 | |
With CMakeLists.txt adaptions from the Aethyra project. Reviewed-by: Bernd Wachter Reviewed-by: Jared Adams | |||||
2010-01-28 | Add minimal debug flags for Windows release builds; move definition of flags ↵ | Bernd Wachter | 1 | -5/+0 | |
to src/ | |||||
2010-01-26 | Enclose -Wall option in g++ check, remove -g flag | Bernd Wachter | 1 | -2/+4 | |
2010-01-26 | Add compilation warnings when using cmake. | Bertram | 1 | -0/+3 | |
2010-01-25 | Allow version overriding by CMake parameters, autogenerate winver.h | Bernd Wachter | 1 | -1/+14 | |
2009-10-24 | More rebranding | Jared Adams | 1 | -3/+3 | |
2009-06-09 | Updated version and changes for 0.0.29.1 release | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-08 | Added switch to disable building locales Only build locales if gettext is ↵ | Bernd Wachter | 1 | -1/+7 | |
available Add a workaround for a cmake-bug in translations target | |||||
2009-04-08 | Added support for locales | Bernd Wachter | 1 | -0/+1 | |
2009-04-06 | Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵ | Bernd Wachter | 1 | -0/+2 | |
installation | |||||
2009-04-04 | Fixed CMake build files; both tmwserv and eathena clients will get built, ↵ | Bernd Wachter | 1 | -0/+2 | |
the eathena-binary gets named tmw-ea Fixed gitignore for CMake files | |||||
2009-03-24 | Updated version to 0.0.29 in all the other places | Thorbjørn Lindeijer | 1 | -1/+1 | |
2006-11-01 | Added CMake support | Björn Steinbrink | 1 | -0/+21 | |