aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-07-20Use system sqlite3/jthread libs if availableGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola
doing it
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
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>
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
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>
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
(import from temporary git repo)
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 ↵Perttu Ahola
content_mapblock.{h,cpp}
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola
stuff from material.cpp to content_mapnode.{h,cpp}
2011-06-07Added an experimental "far view" thing. Doesn't work exactly like it should ↵Perttu Ahola
and not suitable for real use yet, and might never be.
2011-06-02added -Wno-unused-but-set-variable to debug buildPerttu Ahola
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys
2011-06-01MacOSX build supportMrLoom
2011-06-01MacOSX build supportMrLoom
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
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 ↵Perttu Ahola
which only slows down development with no effect on security or anything.
2011-05-16Improved server commands and added player permissions.Ciaran Gultnieks
--HG-- extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
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
2011-04-04removed reference to script directory in cmake installPerttu Ahola
2011-04-03commit before some more radical changesPerttu Ahola
2011-04-03Removed lua stuffPerttu Ahola
2011-02-24modified the build system of lua to a more minimal onePerttu Ahola
2011-02-23fixed a path in build system's packaging partPerttu Ahola
2011-02-21preliminary lua scripting framework for objectsPerttu Ahola
2011-02-21Temporary commit; lots of test code and stuffPerttu Ahola
2011-02-16small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola
example, adding config file example to install
2011-02-15fixed slight error in server buildPerttu Ahola
2011-02-15might work good on cmake+msvc nowPerttu Ahola
2011-02-15Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola
2011-02-14fixed CMakeLists.txt syntax (removed additional ,)Perttu Ahola
2011-02-12Use random-generated fallback textures when real textures are not foundPerttu Ahola