aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola
2011-11-29Remove content_inventory.{h,cpp}Perttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Fix CMake install data pathPerttu Ahola
2011-11-29Update installation in CMakeLists.txtPerttu Ahola
2011-11-29Replace old active block random node modifying things with actual ↵Perttu Ahola
ActiveBlockModifiers
2011-11-29Crafting definition in scriptsPerttu Ahola
2011-11-29Node definition namesPerttu Ahola
2011-11-29Move tool definitions to scriptPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Move tool stuff to tool.{h,cpp}Perttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Move images to data/textures and fix some path stuff; hope that installation ↵Perttu Ahola
still works
2011-11-29Add LuaPerttu Ahola
2011-10-16Initially add small and tight logging facilityPerttu Ahola
2011-10-15Resource file handling for exe icon for MinGWPerttu Ahola
2011-10-15Handle death and respawn betterPerttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-14In CMake scripts: New version number, fix MSVC stuffPerttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-26Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola
2011-09-23Move PLATFORM_LIBS around to make sqlite3 link with libdl on some distrosPerttu Ahola
2011-09-16SQLite needs to be linked with -ldl on some Linux distros.Kahrl
2011-09-08Collected and moved existing camera infrastructure from game.cpp to ↵Kahrl
camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
2011-08-12added ipban supportConstantin Wenger
commands: /#ipban <nick> /#ipunban <ip>
2011-08-11Merged some FreeBSD fixesPerttu Ahola
2011-08-11Proper placement of binary files.q66
2011-08-11Clang doesn't like -Wno-unused-but-set-variableGiuseppe Bilotta
The release versions of CMake don't yet properly support flag checking in Clang, so we need to exclude it explicitly for the time being.
2011-08-11Project uses C++, so use CHECK_CXX_COMPILER_FLAGGiuseppe Bilotta
Although this doesn't change much for our specific case, it can make a difference for some flags, so use the appropriate macro.
2011-08-01Check whether -Wno-unused-but-set-variable is supported before usingDmitry Marakasov
it. It seems to only be available on recent (>=4.6) versions of gcc.
2011-08-05merged delta and c55Perttu Ahola
2011-07-31Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-31updated CMakeList.txts a bitPerttu Ahola
2011-07-31added windows iconPerttu Ahola
2011-07-24Sanitize GETTEXT usage macrosGiuseppe Bilotta
Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
2011-07-24Bring po update out of cmake againGiuseppe Bilotta
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.
2011-07-24Do not package en translation, since we don't build itGiuseppe Bilotta
2011-07-24Gettext domain should match the project nameGiuseppe Bilotta
This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes back to using PROJECT_NAME for the filename and also uses PROJECT_NAME as text domain in the source code.
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
fixed error if gettext is disabled
2011-07-23removed -delta namingsPerttu Ahola
2011-07-22fixed some problems with filenames of the translationsConstantin Wenger
2011-07-22fixed some problems with filenames of the translationsConstantin Wenger
2011-07-22Declare USE_GETTEXT optionGiuseppe Bilotta
2011-07-22Declare USE_GETTEXT optionGiuseppe Bilotta
2011-07-22updatepo cmake ruleGiuseppe Bilotta
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.
2011-07-22updatepo cmake ruleGiuseppe Bilotta
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.
2011-07-22Static naming of po fileGiuseppe Bilotta
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