aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-1/+0
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-2/+1
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+1
* Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl2011-12-041-1/+0
* inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl2011-12-031-0/+1
* Better mod loading error handlingPerttu Ahola2011-12-031-0/+1
* Script-defined creative inventoryPerttu Ahola2011-12-021-1/+0
* Move ServerRemotePlayer to a separate filePerttu Ahola2011-12-021-0/+1
* Remove content_inventory.{h,cpp}Perttu Ahola2011-11-291-1/+0
* CraftItem rework and Lua interfaceKahrl2011-11-291-0/+1
* Fix CMake install data pathPerttu Ahola2011-11-291-1/+3
* Update installation in CMakeLists.txtPerttu Ahola2011-11-291-3/+5
* Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola2011-11-291-0/+1
* Crafting definition in scriptsPerttu Ahola2011-11-291-0/+1
* Node definition namesPerttu Ahola2011-11-291-0/+1
* Move tool definitions to scriptPerttu Ahola2011-11-291-1/+0
* GameDef compilesPerttu Ahola2011-11-291-2/+2
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-0/+1
* Move tool stuff to tool.{h,cpp}Perttu Ahola2011-11-291-0/+1
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-0/+1
* Scripting WIPPerttu Ahola2011-11-291-0/+1
* Scripting WIPPerttu Ahola2011-11-291-0/+2
* Move images to data/textures and fix some path stuff; hope that installation ...Perttu Ahola2011-11-291-3/+2
* Add LuaPerttu Ahola2011-11-291-1/+13
* Initially add small and tight logging facilityPerttu Ahola2011-10-161-0/+1
* Resource file handling for exe icon for MinGWPerttu Ahola2011-10-151-2/+10
* Handle death and respawn betterPerttu Ahola2011-10-151-0/+1
* mobv2Perttu Ahola2011-10-151-1/+1
* In CMake scripts: New version number, fix MSVC stuffPerttu Ahola2011-10-141-1/+5
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-1/+1
* Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-261-0/+1
|\
| * Collected and moved existing camera infrastructure from game.cpp to camera.cp...Kahrl2011-09-081-0/+1
* | Move PLATFORM_LIBS around to make sqlite3 link with libdl on some distrosPerttu Ahola2011-09-231-3/+3
* | SQLite needs to be linked with -ldl on some Linux distros.Kahrl2011-09-161-1/+1
|/
* added ipban supportConstantin Wenger2011-08-121-0/+1
* Merged some FreeBSD fixesPerttu Ahola2011-08-111-1/+1
|\
| * Proper placement of binary files.q662011-08-111-1/+1
* | Clang doesn't like -Wno-unused-but-set-variableGiuseppe Bilotta2011-08-111-1/+1
* | Project uses C++, so use CHECK_CXX_COMPILER_FLAGGiuseppe Bilotta2011-08-111-2/+2
|/
* Check whether -Wno-unused-but-set-variable is supported before usingDmitry Marakasov2011-08-011-1/+6
* merged delta and c55Perttu Ahola2011-08-051-56/+32
|\
| * Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp2011-07-311-0/+5
| |\ | |/ |/|
| * Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-241-10/+15
| * Bring po update out of cmake againGiuseppe Bilotta2011-07-241-46/+19
| * Do not package en translation, since we don't build itGiuseppe Bilotta2011-07-241-3/+5
| * Gettext domain should match the project nameGiuseppe Bilotta2011-07-241-1/+1
| * updated cmakerules to autodetect if gettext can be usedConstantin Wenger2011-07-231-17/+14
| * fixed some problems with filenames of the translationsConstantin Wenger2011-07-221-1/+1
| * Declare USE_GETTEXT optionGiuseppe Bilotta2011-07-221-0/+2
| * updatepo cmake ruleGiuseppe Bilotta2011-07-221-16/+42