Commit Graph

  • 8d13967aa3 Ensure ore can fit in OreSheet::generate() kwolekr 2013-03-24 20:19:29 -0400
  • 650d706d35 Use minetest.register_ore() in minimal PilzAdam 2013-03-24 21:20:36 +0100
  • 0e07a7157f Add more error checking to l_register_ore kwolekr 2013-03-24 15:29:23 -0400
  • 423d69bd40 Fix indentation of lua_api.txt Perttu Ahola 2013-03-24 21:39:15 +0200
  • 6767ed74f8 Update lua_api.txt kwolekr 2013-03-24 15:12:29 -0400
  • 57cbb8bfd8 Add Ore infrastructure and l_register_ore() kwolekr 2013-03-24 01:43:38 -0400
  • f70378f7f5 Mapgen indev: float islands, larger far biomes proller 2013-03-24 03:40:15 +0400
  • e1ff5b1361 Allow spawning particles from the server, from lua Jeija 2013-01-23 18:32:02 +0100
  • ab57fdac44 Move rightclickable to the proper place PilzAdam 2013-03-23 23:15:30 +0100
  • dacc8cdb3a Include backface_culling flag in serialization format for TileDefs Jürgen Doser 2013-01-25 01:37:19 +0100
  • ca7043e52d Set of changes to build mineTest using Visual Studio 11.0. These affect the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring. Mukul Sati 2013-03-23 02:24:31 -0400
  • 6f8d40ef5d 6d facedir RealBadAngel 2013-03-23 19:17:00 +0100
  • 2318d19bb4 Merge pull request #563 from proller/guest proller 2013-03-23 08:21:30 -0700
  • f98d0433f9 Random guest name and finite liquid checkbox proller 2013-03-23 17:37:50 +0400
  • 34b185e955 Add singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air Perttu Ahola 2013-03-22 19:16:51 +0200
  • b6dcadeb79 CMakeLists.txt: Add games/common to be installed when available Perttu Ahola 2013-03-22 07:46:48 +0200
  • c2250d95c4 Support game-specific minetest.conf Perttu Ahola 2013-03-21 21:42:23 +0200
  • adc52f3f3c lua_api.txt: Document paths, games and common mod loading Perttu Ahola 2013-03-21 20:04:00 +0200
  • 0a568a6037 Update buildwin32.sh to get minetest/common Perttu Ahola 2013-03-21 19:45:13 +0200
  • 0747c285cd Update README.txt to instruct to get minetest/common too Perttu Ahola 2013-03-21 19:43:08 +0200
  • 306d1ab866 Common mods support Perttu Ahola 2013-03-21 18:48:21 +0200
  • 9b5bb5c755 Allow falling nodes to pass through solid "buildable_to" nodes. Splizard 2012-12-20 10:24:54 +1300
  • 450e7ef0c5 Git-ignore SQLite build files Juhani Numminen 2012-11-04 09:23:23 +0200
  • 8f0d29f931 Fix Map::initBlockMake to actually use chunksize setting kwolekr 2013-03-18 22:18:42 -0400
  • d6026a5fee Prevent passing nil to unpack() in minetest.after PilzAdam 2013-03-19 00:13:00 +0100
  • 939397dd6e Add jungle grass to jungles kwolekr 2013-03-17 23:07:51 -0400
  • d207d359d1 Don't erase modified_blocks Ilya Zhuravlev 2013-03-17 21:09:05 +0400
  • 5f88cd98ad Add FPS limit to menu clouds ShadowNinja 2013-03-17 11:53:04 -0400
  • 7f51b2da28 lua methods set_look_pitch and set_look_yaw RealBadAngel 2013-03-17 12:16:57 +0100
  • c00c8832c6 Fix new_style_water PilzAdam 2013-02-08 23:45:41 +0100
  • 5a9fd8f433 Add missing settings to minetest.conf.example PilzAdam 2013-03-17 13:07:53 +0100
  • fc5d2074b9 Allow minetest.after to take a variable number of arguments Jeija 2013-02-11 09:58:58 +0100
  • 10c03e1a9d build with ogles2 driver proller 2013-03-02 20:44:08 +0400
  • 67228160ae Some minor cleanups from the last commit kwolekr 2013-03-16 22:34:12 -0400
  • 165498cecf initial mapgen indev version with farscale feature and huge caves proller 2013-03-13 00:41:14 +0400
  • e3badd7062 Make saplings only grow on dirt or grass, make jungle tree trunks only replace air kwolekr 2013-03-16 19:37:27 -0400
  • 6823ce99a7 Re-add jungles, apple trees kwolekr 2013-03-16 17:06:11 -0400
  • 1f1ad9fd23 Optimize Mapgen::updateLighting(), add setLighting() kwolekr 2013-03-15 22:43:35 -0400
  • f5ab056b38 Liquid fine tuning proller 2013-03-13 01:18:45 +0400
  • 16c031be77 Remove 'tape and glue', update Credits tab kwolekr 2013-03-14 16:15:09 -0400
  • 350596b94f Add cloud menu background by Krisi, configurable with the menu_clouds option. Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/. ShadowNinja 2013-03-05 17:23:03 -0500
  • 66750dc88e fix typo invalid for loop end sapier 2013-03-14 00:24:07 +0000
  • d10223254a Clean up Mapgen kwolekr 2013-03-11 21:32:52 -0400
  • eb90c3d92d Move l_get_all_craft_recipes to scriptapi_craft sapier 2013-03-07 23:22:54 +0000
  • 6a1670dbc3 Migrate to STL containers/algorithms. Ilya Zhuravlev 2012-12-20 21:19:49 +0400
  • e204bedf1d Update menulogo.png Ilya Zhuravlev 2013-03-10 23:57:30 +0400
  • 650e932ddf Re-add dungeons in new dungeongen.cpp kwolekr 2013-03-09 21:28:19 -0500
  • b7def0fcf4 Translated using Weblate (Russian) Mitori Itoshiki 2013-03-07 22:56:12 +0100
  • e6bf6950eb Translated using Weblate (Chinese (China)) Shen Zheyu 2013-03-09 09:41:51 +0100
  • 17bbf4d3f6 Translated using Weblate (Russian) 4aiman Konsorumaniakku 2013-03-04 22:43:44 +0100
  • 57f5dc5dcf Translated using Weblate (Japanese) c h 2013-03-06 05:12:26 +0100
  • aa77ee66c5 Change libjson to libjsoncpp in .gitignore PilzAdam 2013-03-06 21:34:39 +0100
  • b9512cab1b Fix Irrlicht includes in scriptapi_* kwolekr 2013-03-06 09:31:06 -0500
  • dd8593f2d6 fix link if system json lib exists proller 2013-03-06 00:51:05 +0400
  • 5af8acfa6e Added method to get all registered recipes for item(node) RealBadAngel 2013-03-04 01:55:16 +0100
  • ba78194636 Allow any character in formspec strings with escape char kwolekr 2013-02-24 16:00:35 -0500
  • bdbdeab005 split scriptapi.cpp sapier 2013-02-23 18:06:57 +0000
  • 038529c763 Bump version to 0.4.5 kwolekr 2013-03-04 17:01:36 -0500
  • 55097e1985 Fix pickup of dropped items when the player only takes a part of them PilzAdam 2013-03-03 16:34:06 +0100
  • c61a2ef44f Merge pull request #513 from sfan5/patch-2 kwolekr 2013-03-02 22:34:56 -0800
  • 5917e86297 Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); Ilya Zhuravlev 2013-03-03 00:02:00 +0400
  • 75a8312f4e Merge remote branch 'origin/master' Weblate 2013-03-01 17:13:22 +0100
  • 48b999a8dd Translated using Weblate (Japanese) Mitori Itoshiki 2013-03-01 04:34:44 +0100
  • 3823878305 Add Estonian language template Ilya Zhuravlev 2013-03-01 20:12:19 +0400
  • fceb465fc9 Fix "longjmp causes uninitialized stack frame" (serverlist.cpp) Ilya Zhuravlev 2013-03-01 17:01:23 +0400
  • 72abd5a88e Add python script to doc/protocol.txt sfan5 2013-02-28 20:15:34 +0100
  • 066b0314b1 Merge remote branch 'origin/master' Weblate 2013-02-28 18:04:07 +0100
  • 22e186b4aa Merge remote branch 'origin/master' Weblate 2013-02-28 18:03:28 +0100
  • 372acf7b8e Translated using Weblate (Russian) Mitori Itoshiki 2013-02-17 11:28:36 +0100
  • 5b16271bd6 Translated using Weblate (Portuguese) Francizca Rodriguez 2013-02-26 20:10:54 +0100
  • 8de315738b Translated using Weblate (Japanese) Tomona Nanase 2013-02-22 03:27:57 +0100
  • 13504b6adc Translated using Weblate (German) Sfan5 2013-02-21 17:34:53 +0100
  • f43b90da38 Translated using Weblate (French) we prefer instagib metl3 2013-02-28 17:44:33 +0100
  • 1f11cd09d5 Translated using Weblate (Danish) Rune Biskopstö Christensen 2013-02-17 00:41:22 +0100
  • 82e9faf2a9 Translated using Weblate (Chinese (China)) Shen Zheyu 2013-02-23 03:40:32 +0100
  • 7caa28a6aa Change default settings for log level, texture atlas, document new settings kwolekr 2013-02-27 19:59:05 -0500
  • 0183bdad04 Fix nodeplacement prediction PilzAdam 2013-02-27 20:23:32 +0100
  • d31f07bd4b Fix most warnings, re-fix MSVC compile error kwolekr 2013-02-26 01:57:59 -0500
  • 979ca23f1e Merge pull request #482 from proller/liquid kwolekr 2013-02-25 20:52:24 -0800
  • 9b5f182642 Remove dead code, relocate some code kwolekr 2013-02-23 22:45:12 -0500
  • f00d136ab1 Fix selection of # threads, set default to 1 thread kwolekr 2013-02-23 22:06:16 -0500
  • 28c50c16cd Fix build on Windows kwolekr 2013-02-23 12:30:13 -0500
  • 5bd50a2d90 Fix most walled-off caves kwolekr 2013-02-21 22:26:21 -0500
  • 60e6284f30 Tune queue limits, some other adjustments kwolekr 2013-02-21 17:44:14 -0500
  • 67c59645ec Misc. cleanup and minor fixes kwolekr 2013-02-17 02:46:08 -0500
  • 5ec5b1cbd6 Add multi-Emerge thread support kwolekr 2013-02-17 01:47:49 -0500
  • 76217939e0 Add emerge queue limit configuration kwolekr 2013-02-14 20:36:58 -0500
  • 206ec36c8e Fix EmergeThread hang on exit kwolekr 2013-02-14 19:22:43 -0500
  • 3b7a445cd7 Add global and per-peer queue limits kwolekr 2013-02-14 18:32:56 -0500
  • b9d8e59bbf Add emerge.cpp, initial EmergeThread changes kwolekr 2013-02-13 22:43:15 -0500
  • 6d0ea26c2d Update Copyright Years Sfan5 2013-02-24 19:38:45 +0100
  • 92c7bd02fb Update buildbot PilzAdam 2013-02-24 18:52:44 +0100
  • 497ff1ecd6 Change Minetest-c55 to Minetest PilzAdam 2013-02-24 18:40:43 +0100
  • 22b0039ad4 Update README PilzAdam 2013-02-24 18:37:38 +0100
  • b90e431fc7 new adjustable finite liquid proller 2013-02-24 18:39:07 +0400
  • 9bd76f2972 Merge pull request #505 from RealBadAngel/master kwolekr 2013-02-23 18:06:07 -0800
  • f0d70d4e86 Add seed parameter for default and L-system trees RealBadAngel 2013-02-24 02:26:25 +0100
  • 6b9906687b Merge pull request #503 from RealBadAngel/master kwolekr 2013-02-23 15:58:00 -0800
  • bc2e9dbaf2 Read server_announce from minetest.conf for GUI PilzAdam 2013-02-23 22:48:02 +0100
  • 4d73d99ebc Add sound volume controls to ingame menu RealBadAngel 2013-02-23 16:01:35 +0100