Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS | Perttu Ahola | 2012-03-25 |
| | |||
* | celeron55's sound system initial framework | Perttu Ahola | 2012-03-24 |
| | |||
* | Flatten share/ and user/ in the source and for the RUN_IN_PLACE build | Perttu Ahola | 2012-03-20 |
| | |||
* | Gettext fix for *BSD - require special linkage as glibc is not used | q66 | 2011-08-11 |
| | |||
* | Locale dir should be parallel to global data dir | Giuseppe Bilotta | 2011-07-24 |
| | |||
* | Bring po update out of cmake again | Giuseppe Bilotta | 2011-07-24 |
| | | | | | | | | | | | | | | This solves two issues at once: * CMake would delete po files during ‘make clean’ because it thought they were autogenerated and not just managed * the only gettext tools readily available in Windows are so old they don't support options like --package-name The change also moves minetest.pot down one level, so we don't need to special case ‘en’ anymore. The downside is of course that you need some sane POSIX shell to update the po files. | ||
* | updated cmakerules to autodetect if gettext can be used | Constantin Wenger | 2011-07-23 |
| | | | fixed error if gettext is disabled | ||
* | updatepo cmake rule | Giuseppe Bilotta | 2011-07-22 |
| | | | | | | | | | | Get rid of the system-specific updatelocales.sh and introduce an updatepo cmake rule. po files are also updated before creating the mo files, and we now keep the .pot file (in the po/en directory). To stabilize the po file creation, file contents are sorted by source filename. Update po files in the process. | ||
* | Refactor mo creation/installation | Giuseppe Bilotta | 2011-07-22 |
| | |||
* | fixed not finding dll for gettext in MSVC | Constantin Wenger | 2011-07-21 |
| | |||
* | Find correct library for MSVC vs MingW in Winows | Giuseppe Bilotta | 2011-07-21 |
| | |||
* | updated some path because the dlls are mostly under bin not lib | Constantin Wenger | 2011-07-21 |
| | | | added explanation why libintl must not belinked under some oses | ||
* | Refactor and clean up gettext management | Giuseppe Bilotta | 2011-07-21 |
| | |||
* | Use system sqlite3/jthread libs if available | Giuseppe Bilotta | 2011-07-20 |
| | |||
* | Added libIrrlicht.dll.a to searched library names for non-MSVC windows | Perttu Ahola | 2011-05-17 |
| | |||
* | forgot some test code in... | Perttu Ahola | 2011-02-16 |
| | |||
* | Hopefully fixed some of the errors in cmake's finding of irrlicht | Perttu Ahola | 2011-02-16 |
| | |||
* | might work good on cmake+msvc now | Perttu Ahola | 2011-02-15 |
| | |||
* | Hopefully fixed the problem of IRRLICHT_SOURCE_DIR being not considered when ↵ | Perttu Ahola | 2011-02-01 |
| | | | | a local version of irrlicht is found. | ||
* | Mainly small build system fixes | Perttu Ahola | 2011-01-09 |
| | |||
* | CMake stuff works now on linux and windows... and should be possible to make ↵ | Perttu Ahola | 2011-01-08 |
| | | | | to work on OS X. | ||
* | CMake working on Linux (not on windows) | Perttu Ahola | 2011-01-08 |
--HG-- rename : Makefile => Makefile.bak |