summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Add emerge.cpp, initial EmergeThread changeskwolekr2013-02-25
| | | | | | | - Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks
* Add sound volume controls to ingame menuRealBadAngel2013-02-23
|
* new auto masterserverproller2013-02-22
|
* Add Freetype supportIlya Zhuravlev2013-02-14
|
* Server requires gettext library as wellDmitry Marakasov2013-02-12
|
* Readded and optimized mapgen V6kwolekr2013-01-21
|
* The new mapgen, noise functions, et al.kwolekr2013-01-21
|
* Basic support for configuring which mods to load for each worldJürgen Doser2013-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings.h: added function to return all keys used in settings, and a function to remove a setting mods.{h,cpp}: added class ModConfiguration that represents a subset of the installed mods. server.{h,cpp}: server does not load add-on mods that are disabled in the world.mt file. mods are disabled by a setting of the form "load_mod_<modname> = false". if no load_mod_<modname> = ... setting is found, the mod is loaded anyways for backwards compatibilty. server also complains to errorstream about mods with unstatisfied dependencies and about mods that are not installed. guiConfigureWorld.{h,cpp}: shows a treeview of installed add-on mods and modpacks with little icons in front of their name indicating their status: a checkmark for enabled mods, a cross for disabled mods, a question mark for "new" mods Mods can be enabled/disabled by a checkbox. Mods also show a list of dependencies and reverse dependencies. double-click on a mod in dependency or reverse dependency listbox selects the corresponding mod. Enabling a mod also enables all its dependencies. Disabling a mod also disables all its reverse dependencies. For modpacks, show buttons to enable/disable all mods (recursively, including their dependencies) in it. Button "Save" saves the current settings to the world.mt file and returns to the main menu. Button "Cancel" returns to main menu without saving. basic keyboard controls (if the proper widget has keyboard focus): up/down: scroll through tree of mods left/right: collaps/expand a modpack space: enable/disable the selected mod
* Add a list of servers to the "Multiplayer" tabJeija2013-01-21
| | | | | | | If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
* Add particlesJeija2013-01-14
|
* L-System treegenRealBadAngel2012-12-30
|
* Tweak CMake files for cURLsfan52012-12-18
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-16
|
* ShaderSource and silly example shadersKahrl2012-12-02
|
* Move util/serialize.h out from staticobject.h for smaller header dependenciesPerttu Ahola2012-11-26
|
* Move a function from clientserver.h to clientserver.cppPerttu Ahola2012-11-26
|
* Move chat commands to Lua and remove servercommand.{cpp,h}Matthew I2012-08-12
| | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects
* Experimental-ish rollback functionalityPerttu Ahola2012-07-27
|
* Improve build configuration optionsPerttu Ahola2012-07-23
|
* Implement formspecdarkrose2012-07-22
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-17
|
* WIP node metadata, node timersKahrl2012-06-03
|
* Fix buildbotPerttu Ahola2012-04-03
|
* Add optional MINGWM10_DLL to cmake installPerttu Ahola2012-04-03
|
* Fix things for cross-compiling using mingwPerttu Ahola2012-04-02
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-30
| | | | names, 2) minetest.register_authentication_handler()
* ObjectPropertiesPerttu Ahola2012-03-30
|
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-29
|
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-29
|
* Implement propagateSunlight for VoxelManipulatorPerttu Ahola2012-03-27
|
* Add OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFILE_DLL to be used ↵Perttu Ahola2012-03-25
| | | | optionally when installing
* Add OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRSPerttu Ahola2012-03-25
|
* Don't try to use sound if building only serverPerttu Ahola2012-03-25
|
* Cache textures by checksumJonathan Neuschäfer2012-03-25
|
* Build configuration fixes/improvements on WindowsPerttu Ahola2012-03-25
|
* Fix build on MinGW (as compared to Linux)Perttu Ahola2012-03-24
|
* c55sound continuedPerttu Ahola2012-03-24
|
* celeron55's sound system initial frameworkPerttu Ahola2012-03-24
|
* Fix for MSVC and move stuff around a bit in CMakeLists.txt and ↵Perttu Ahola2012-03-20
| | | | src/CMakeLists.txt
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
|
* Fix installation in cmake project filesPerttu Ahola2012-03-18
|
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-18
|
* Move ClientMap to clientmap.{h,cpp}Perttu Ahola2012-03-16
|
* Add confirmation menu and make world deletion possible in GUIPerttu Ahola2012-03-13
|
* World creation button and dialog and functionalityPerttu Ahola2012-03-13
|
* Add quicktune.{cpp,h}Perttu Ahola2012-03-12
|
* command-line/world game selectionPerttu Ahola2012-03-11
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-10
| | | | Defaults modified from original: alpha=200, key=F10