aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2011-07-23removed -delta namingsPerttu Ahola
2011-07-22fixed some problems with filenames of the translationsConstantin Wenger
2011-07-22Declare USE_GETTEXT optionGiuseppe Bilotta
2011-07-22updatepo cmake ruleGiuseppe Bilotta
2011-07-22Static naming of po fileGiuseppe Bilotta
2011-07-22Refactor mo creation/installationGiuseppe Bilotta
2011-07-22Use project name for mo filesGiuseppe Bilotta
2011-07-22Merge remote-tracking branch 'erlehmann/master'Giuseppe Bilotta
2011-07-21Added french translation.Cyriaque Skrapits
2011-07-21Reorganize cmake gettext message output to ease debuggingGiuseppe Bilotta
2011-07-21Find correct library for MSVC vs MingW in WinowsGiuseppe Bilotta
2011-07-21Only install locale files if using gettextGiuseppe Bilotta
2011-07-21Uppercase DEFINED or cmake 2.8.4 complainsGiuseppe Bilotta
2011-07-21Refactor and clean up gettext managementGiuseppe Bilotta
2011-07-21Make gettext optionalGiuseppe Bilotta
2011-07-21Tweak makefiles to add -delta suffix.Weedy
2011-07-21Fix win32 MSVC compile. (screw gettext)Weedy
2011-07-20Move package search out of conditionalGiuseppe Bilotta
2011-07-20Use system sqlite3/jthread libs if availableGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while doi...Perttu Ahola
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...Sebastian Rühl
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-26cleaned map stuffPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola
2011-06-18merged Mac OSX build fix from minetest-deltaPerttu Ahola
2011-06-18removed furnace menu because it is not needed anymorePerttu Ahola
2011-06-18separated inventory-related game content to content_inventory.{h,cpp}Perttu Ahola
2011-06-18Created and moved stuff to content_nodemeta.{h,cpp}Perttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...Perttu Ahola
2011-06-07Added an experimental "far view" thing. Doesn't work exactly like it should a...Perttu Ahola
2011-06-02added -Wno-unused-but-set-variable to debug buildPerttu Ahola
2011-06-01added new submenu for key assignmentteddydestodes
2011-06-01MacOSX build supportMrLoom
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
2011-05-21Merge: New map directory structure and player passwordsPerttu Ahola
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-05-16added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 whic...Perttu Ahola
2011-05-16Improved server commands and added player permissions.Ciaran Gultnieks
2011-05-14Added key configuration in the configuration file.Perttu Ahola
2011-04-29added cloudsPerttu Ahola
2011-04-23Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola
2011-04-22Removed IrrlichtWrapperPerttu Ahola
2011-04-10items now fall by gravity... also some other random updatingPerttu Ahola
2011-04-05changed node metadata format to better accomodate future needs and problemsPerttu Ahola
2011-04-04Modified windows build parameters a bit to make it buildPerttu Ahola