summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
...
| * Merge remote-tracking branch 'erlehmann/master'Giuseppe Bilotta2011-07-22
| |\ | | | | | | | | | | | | Conflicts (from the introduction of fr translations): src/CMakeLists.txt
| | * Added french translation.Cyriaque Skrapits2011-07-21
| | |
| * | Reorganize cmake gettext message output to ease debuggingGiuseppe Bilotta2011-07-21
| | |
| * | Find correct library for MSVC vs MingW in WinowsGiuseppe Bilotta2011-07-21
| | |
| * | Only install locale files if using gettextGiuseppe Bilotta2011-07-21
| | |
| * | Uppercase DEFINED or cmake 2.8.4 complainsGiuseppe Bilotta2011-07-21
| | |
| * | Refactor and clean up gettext managementGiuseppe Bilotta2011-07-21
| | |
| * | Make gettext optionalGiuseppe Bilotta2011-07-21
| | |
| * | Tweak makefiles to add -delta suffix.Weedy2011-07-21
| | |
| * | Fix win32 MSVC compile. (screw gettext)Weedy2011-07-21
| |/
| * Move package search out of conditionalGiuseppe Bilotta2011-07-20
| | | | | | | | | | This unbreaks the Windows build which would otherwise have problems at the jthread level.
| * Use system sqlite3/jthread libs if availableGiuseppe Bilotta2011-07-20
| |
| * added gettext supportConstantin Wenger2011-07-20
| | | | | | | | german translation file and bashscript to update translations
| * Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-14
| |\ | | | | | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * \ Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-26
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
| | * | added new submenu for key assignmentteddydestodes2011-06-01
| | | | | | | | | | | | | | | | configwriting/saving isn't complete and will break your config if you use fancy keys
| | * | MacOSX build supportMrLoom2011-06-01
| | | |
* | | | updated CMakeList.txts a bitPerttu Ahola2011-07-31
| | | |
* | | | added windows iconPerttu Ahola2011-07-31
| | | |
* | | | removed -delta namingsPerttu Ahola2011-07-23
| | | |
* | | | fixed some problems with filenames of the translationsConstantin Wenger2011-07-22
| | | |
* | | | Declare USE_GETTEXT optionGiuseppe Bilotta2011-07-22
| | | |
* | | | updatepo cmake ruleGiuseppe Bilotta2011-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.
* | | | Static naming of po fileGiuseppe Bilotta2011-07-22
| | | | | | | | | | | | | | | | | | | | | | | | The po file should not be named c55 if we're in ∆. But since it is not exposed at installation time, we don't actually need its name to be based on the project name at all, so just call it minetest.po
* | | | Refactor mo creation/installationGiuseppe Bilotta2011-07-22
| | | |
* | | | Use project name for mo filesGiuseppe Bilotta2011-07-22
| | | |
* | | | Merge remote-tracking branch 'erlehmann/master'Giuseppe Bilotta2011-07-22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts (from the introduction of fr translations): src/CMakeLists.txt
| * | | | Added french translation.Cyriaque Skrapits2011-07-21
| | | | |
* | | | | Reorganize cmake gettext message output to ease debuggingGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Find correct library for MSVC vs MingW in WinowsGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Only install locale files if using gettextGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Uppercase DEFINED or cmake 2.8.4 complainsGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Refactor and clean up gettext managementGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Make gettext optionalGiuseppe Bilotta2011-07-21
| | | | |
* | | | | Tweak makefiles to add -delta suffix.Weedy2011-07-21
| | | | |
* | | | | Fix win32 MSVC compile. (screw gettext)Weedy2011-07-21
|/ / / /
* | | | Move package search out of conditionalGiuseppe Bilotta2011-07-20
| | | | | | | | | | | | | | | | | | | | This unbreaks the Windows build which would otherwise have problems at the jthread level.
* | | | Use system sqlite3/jthread libs if availableGiuseppe Bilotta2011-07-20
| | | |
* | | | added gettext supportConstantin Wenger2011-07-20
| | | | | | | | | | | | | | | | german translation file and bashscript to update translations
* | | | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-14
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * | | reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola2011-06-26
| | | | | | | | | | | | | | | | doing it
| * | | more reorganizing of map codePerttu Ahola2011-06-26
| | | |
| * | | cleaned map stuffPerttu Ahola2011-06-26
| |/ /
* | | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-26
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
| * | added new submenu for key assignmentteddydestodes2011-06-01
| | | | | | | | | | | | configwriting/saving isn't complete and will break your config if you use fancy keys
| * | MacOSX build supportMrLoom2011-06-01
| |/
* | moved map generator to separate source filesPerttu Ahola2011-06-25
| |
* | New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-25
| | | | | | | | (import from temporary git repo)
* | merged Mac OSX build fix from minetest-deltaPerttu Ahola2011-06-18
| |
* | removed furnace menu because it is not needed anymorePerttu Ahola2011-06-18
| |