Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | 2013-11-11 |
| | |||
* | Pass VERSION_EXTRA to GenerateVersion.cmake | Kahrl | 2013-09-29 |
| | |||
* | Show git hash in version string at top left corner of window | Kahrl | 2013-09-28 |
| | |||
* | Add curl, freetype and luaJIT to CMAKE_BUILD_INFO | PilzAdam | 2013-09-28 |
| | |||
* | Always use builtin JThread library | kwolekr | 2013-09-15 |
| | |||
* | Use system-wide LevelDB instead of bundled one | Sfan5 | 2013-09-09 |
| | |||
* | Add dummy and LevelDB database backends | Ilya Zhuravlev | 2013-09-09 |
| | |||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Remove farmesh | Kahrl | 2013-08-13 |
| | |||
* | Change debug optimization level back to -O1 | kwolekr | 2013-07-02 |
| | |||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |
| | |||
* | New math mapgen with fractal based worlds | proller | 2013-06-23 |
| | |||
* | Move scriptapi to separate folder (by sapier) | sapier | 2013-05-25 |
| | | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | ||
* | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | 2013-04-21 |
| | | | | Mapgen V7 | ||
* | Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification | kwolekr | 2013-04-18 |
| | |||
* | Use system wide LuaJIT if aviable. | RealBadAngel | 2013-04-08 |
| | |||
* | Revert "Fix to be able to build from dir different than source dir" | kwolekr | 2013-04-07 |
| | | | | This commit broke RUN_IN_PLACE | ||
* | Add Mapgen V7, reorganize biomes | kwolekr | 2013-04-07 |
| | |||
* | Fix to be able to build from dir different than source dir | Diego Martínez | 2013-04-06 |
| | |||
* | Add Dijkstra A* and A* without prefetching pathfind algorithms | sapier | 2013-04-06 |
| | |||
* | Fix build on Linux with some glibcs | kwolekr | 2013-03-29 |
| | |||
* | Allow spawning particles from the server, from lua | Jeija | 2013-03-23 |
| | | | | | | | | | Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h | ||
* | Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵ | Perttu Ahola | 2013-03-22 |
| | | | | defaults to air | ||
* | build with ogles2 driver | proller | 2013-03-16 |
| | |||
* | initial mapgen indev version with farscale feature and huge caves | proller | 2013-03-16 |
| | |||
* | Re-add dungeons in new dungeongen.cpp | kwolekr | 2013-03-10 |
| | |||
* | split scriptapi.cpp | sapier | 2013-03-05 |
| | | | | | | Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits | ||
* | Add emerge.cpp, initial EmergeThread changes | kwolekr | 2013-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 menu | RealBadAngel | 2013-02-23 |
| | |||
* | new auto masterserver | proller | 2013-02-22 |
| | |||
* | Add Freetype support | Ilya Zhuravlev | 2013-02-14 |
| | |||
* | Server requires gettext library as well | Dmitry Marakasov | 2013-02-12 |
| | |||
* | Readded and optimized mapgen V6 | kwolekr | 2013-01-21 |
| | |||
* | The new mapgen, noise functions, et al. | kwolekr | 2013-01-21 |
| | |||
* | Basic support for configuring which mods to load for each world | Jürgen Doser | 2013-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" tab | Jeija | 2013-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 particles | Jeija | 2013-01-14 |
| | |||
* | L-System treegen | RealBadAngel | 2012-12-30 |
| | |||
* | Tweak CMake files for cURL | sfan5 | 2012-12-18 |
| | |||
* | Added ability to fetch media from remote server (using cURL library) | Ilya Zhuravlev | 2012-12-16 |
| | |||
* | ShaderSource and silly example shaders | Kahrl | 2012-12-02 |
| | |||
* | Move util/serialize.h out from staticobject.h for smaller header dependencies | Perttu Ahola | 2012-11-26 |
| | |||
* | Move a function from clientserver.h to clientserver.cpp | Perttu Ahola | 2012-11-26 |
| | |||
* | Move chat commands to Lua and remove servercommand.{cpp,h} | Matthew I | 2012-08-12 |
| | | | | | | | | | | Commands moved: /me /status /time /shutdown /ban /clearobjects | ||
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 |
| | |||
* | Improve build configuration options | Perttu Ahola | 2012-07-23 |
| | |||
* | Implement formspec | darkrose | 2012-07-22 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Initially split utility.h to multiple files in util/ | Perttu Ahola | 2012-06-17 |
| | |||
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
| |