aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-1/+1
|\ | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * Updated version and changelogPerttu Ahola2011-07-041-1/+1
| |
* | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-261-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * MacOSX build supportMrLoom2011-06-011-1/+1
| |
* | Reorganizing stuff (import from temporary git repo)Perttu Ahola2011-06-251-1/+1
| |
* | Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola2011-06-181-1/+1
| |
* | merged Mac OSX build fix from minetest-deltaPerttu Ahola2011-06-181-1/+1
| |
* | In a globally installed build, debug.txt is now placed in userdata ↵Perttu Ahola2011-06-021-1/+1
| | | | | | | | directory. Needs testing still.
* | 0.2.20110602_0Perttu Ahola2011-06-021-1/+1
| |
* | updated versionPerttu Ahola2011-05-311-1/+1
| |
* | 20110529_2Perttu Ahola2011-05-291-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : cf6dd618ef0b7514c81ae87749733b5a328fc763
* | versionPerttu Ahola2011-05-291-1/+1
| | | | | | | | | | --HG-- extra : rebase_source : 6fa0a8b40406aa567f8fa84b5e2045a7e3762c1d
* | changed version number to 0.2.20110529_0Perttu Ahola2011-05-291-1/+1
|/ | | | | --HG-- extra : rebase_source : 9b05d4bfee9312aef4182fa6f63b4237368cec34
* Optimized smooth lighting calculation codePerttu Ahola2011-04-241-1/+1
|
* updated menu a bit, and some other small fixesPerttu Ahola2011-04-241-1/+1
|
* removed /usr prefix from install pathsPerttu Ahola2011-04-241-4/+4
|
* changed version for making a test binaryPerttu Ahola2011-04-231-1/+1
|
* updated changelog and versionPerttu Ahola2011-04-101-1/+1
|
* still modified version!Perttu Ahola2011-04-061-1/+1
|
* Fixed wrong version numberPerttu Ahola2011-04-061-1/+1
|
* Changed version number according to a new versioning scheme.Perttu Ahola2011-04-061-2/+2
|
* Incremented version to 0.0.2.Perttu Ahola2011-04-051-1/+1
|
* small fixes: crack texture, server build on windows, configuration file ↵Perttu Ahola2011-02-161-1/+4
| | | | example, adding config file example to install
* might work good on cmake+msvc nowPerttu Ahola2011-02-151-6/+7
|
* oops... blew. now?Perttu Ahola2011-01-181-3/+3
|
* Tried to fix install directory problem on linux... Let's hope this doesn't ↵Perttu Ahola2011-01-181-3/+4
| | | | blow it all.
* random build system tweakingPerttu Ahola2011-01-091-2/+6
|
* Mainly small build system fixesPerttu Ahola2011-01-091-15/+17
|
* Lots of small stuffPerttu Ahola2011-01-081-5/+12
|
* doc updates; CMake works reasonably well now.Perttu Ahola2011-01-081-3/+25
|
* CMake stuff works now on linux and windows... and should be possible to make ↵Perttu Ahola2011-01-081-2/+62
| | | | to work on OS X.
* CMake working on Linux (not on windows)Perttu Ahola2011-01-081-0/+15
--HG-- rename : Makefile => Makefile.bak