aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak CMake files for cURLsfan52012-12-181-1/+6
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-161-0/+23
|
* ShaderSource and silly example shadersKahrl2012-12-021-0/+1
|
* Move util/serialize.h out from staticobject.h for smaller header dependenciesPerttu Ahola2012-11-261-0/+1
|
* Move a function from clientserver.h to clientserver.cppPerttu Ahola2012-11-261-0/+1
|
* Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I2012-08-121-1/+0
| | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-0/+2
|
* Improve build configuration optionsPerttu Ahola2012-07-231-5/+3
|
* Implement formspecdarkrose2012-07-221-1/+1
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+0
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+6
|
* WIP node metadata, node timersKahrl2012-06-031-0/+1
|
* Fix buildbotPerttu Ahola2012-04-031-1/+1
|
* Add optional MINGWM10_DLL to cmake installPerttu Ahola2012-04-031-0/+5
|
* Fix things for cross-compiling using mingwPerttu Ahola2012-04-021-8/+17
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-0/+1
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-301-1/+0
| | | | names, 2) minetest.register_authentication_handler()
* ObjectPropertiesPerttu Ahola2012-03-301-1/+1
|
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-291-0/+1
|
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-1/+0
|
* Implement propagateSunlight for VoxelManipulatorPerttu Ahola2012-03-271-0/+1
|
* Add OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFILE_DLL to be used ↵Perttu Ahola2012-03-251-3/+25
| | | | optionally when installing
* Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRSPerttu Ahola2012-03-251-0/+1
|
* Don't try to use sound if building only serverPerttu Ahola2012-03-251-2/+2
|
* Cache textures by checksumJonathan Neuschäfer2012-03-251-0/+1
|
* Build configuration fixes/improvements on WindowsPerttu Ahola2012-03-251-31/+52
|
* Fix build on MinGW (as compared to Linux)Perttu Ahola2012-03-241-1/+1
|
* c55sound continuedPerttu Ahola2012-03-241-2/+3
|
* celeron55's sound system initial frameworkPerttu Ahola2012-03-241-0/+34
|
* Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵Perttu Ahola2012-03-201-3/+0
| | | | src/CMakeLists.txt
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-201-1/+2
|
* Fix installation in cmake project filesPerttu Ahola2012-03-181-9/+1
|
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-0/+1
|
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-161-0/+1
|
* Add confirmation menu and make world deletion possible in GUIPerttu Ahola2012-03-131-0/+1
|
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-0/+1
|
* Add quicktune.{cpp,h}Perttu Ahola2012-03-121-0/+1
|
* command-line/world game selectionPerttu Ahola2012-03-111-0/+1
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-0/+2
| | | | Defaults modified from original: alpha=200, key=F10
* Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola2012-03-101-1/+1
|
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-101-0/+1
|
* Digging time groups WIPPerttu Ahola2012-03-101-1/+1
|
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-1/+0
| | | | | | | | - Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-2/+1
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* 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
| | | | | Irrlicht 1.8 compat); also find dungeon master's fireball texture again; add /spawnentity command
* inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl2011-12-031-0/+1
| | | | modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
* 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
|