Commit Graph

  • 12472a44d4 Merge pull request #442 from kwolekr/mingw_compile_fix master kwolekr 2013-01-29 13:07:47 -08:00
  • cbbb6447bf Merge pull request #441 from kwolekr/mapgen_factories kwolekr 2013-01-29 13:05:56 -08:00
  • 6912f65cd7 Add Spanish, Russian, Polish and Romanian languages. Ilya Zhuravlev 2013-01-29 21:21:00 +04:00
  • 28f5b55643 Dont call on_rightclick() if sneak is pressed PilzAdam 2013-01-27 21:58:46 +01:00
  • c1fee78e85 Place block when holding sneak while right-clicking nodes with formspec Jeija 2013-01-26 23:15:23 +01:00
  • d6f0bf9eef Workaround failing Travis clang build. Ilya Zhuravlev 2013-01-28 00:37:20 +04:00
  • bcc0ca93d4 Merge pull request #447 from sapier/add_lua_log_parameter_check kwolekr 2013-01-26 10:58:53 -08:00
  • eb2a8fe8b8 check parameters for minetest.log lua function sapier 2013-01-26 10:32:08 +00:00
  • 13358c29b8 Merge remote branch 'origin/master' Weblate 2013-01-24 15:56:49 +01:00
  • aaee2786a7 Translated using Weblate (German) Pilz Adam 2013-01-23 19:40:42 +01:00
  • 9d69b38583 Slightly improved version of mystrtok_r kwolekr 2013-01-23 17:37:53 -05:00
  • 69ba485415 Fix compile under MingW kwolekr 2013-01-23 02:21:26 -05:00
  • 91e88196c7 Make mapgen factory setup more elegant, add mapgen_v6.h kwolekr 2013-01-22 22:32:30 -05:00
  • 035933f806 Tweak buildbot sfan5 2013-01-21 20:22:00 +01:00
  • 1163fdfa11 Treegen update. Some new symbols. Speed up code a bit. RealBadAngel 2013-01-23 04:57:49 +01:00
  • 0a27e81704 Merge pull request #436 from doserj/mod_selection celeron55 2013-01-23 10:10:25 -08:00
  • c4af909ac8 Update translation files Perttu Ahola 2013-01-23 18:26:55 +02:00
  • f099861245 Make sure that settings are written to config file when settings are removed. Jürgen Doser 2013-01-22 19:00:48 +01:00
  • f214940c96 Fix crash when pressing delete button in server browser and no server is selected. Jürgen Doser 2013-01-22 16:55:50 +01:00
  • 26a0efae23 Improve behaviour for empty modpacks and when no mods at all are installed: Jürgen Doser 2013-01-22 17:06:25 +01:00
  • e237c1d07d Fix crash when no world is selected and configure button is pressed. Jürgen Doser 2013-01-22 17:03:38 +01:00
  • 33be32f278 Disable travis email notifications. Ilya Zhuravlev 2013-01-22 01:43:56 +04:00
  • 297186b834 Add .travis.yml Ilya Zhuravlev 2013-01-22 01:37:58 +04:00
  • 5696ee8421 Fix msvc build Ilya Zhuravlev 2013-01-22 01:16:29 +04:00
  • d8a0efa6af add support for saving settings by lua command (server doesn't autosave on exit) sapier 2013-01-16 20:23:56 +00:00
  • b52dfbe510 Add mapgen parameters to minetest.conf.example Perttu Ahola 2013-01-21 21:37:26 +02:00
  • b87cd8c58b Use a string identifier for a mapgen instead of version kwolekr 2013-01-21 13:40:05 -05:00
  • 318669327e Fix compile on certain Linux configurations, reduce spawn point height kwolekr 2013-01-18 16:35:34 -05:00
  • 278d93a3ee Removed Mapgen V7 for now kwolekr 2013-01-18 15:07:39 -05:00
  • b55fb4f2f6 Last set of minor cleanups kwolekr 2013-01-18 14:12:19 -05:00
  • 1cd8351054 Fix MapgenV6::getGroundLevelAtPoint() kwolekr 2013-01-07 16:42:00 -05:00
  • 631a835e07 Finish and clean up mapgen configuration kwolekr 2013-01-06 14:40:24 -05:00
  • 45cf32afc5 Add Settings::getStruct and Settings::setStruct kwolekr 2012-12-31 02:01:16 -05:00
  • cde3d38766 Clean up EmergeManager, do initial work on Mapgen configuration kwolekr 2012-12-26 03:15:16 -05:00
  • d5029958b9 Readded and optimized mapgen V6 kwolekr 2012-12-22 00:34:35 -05:00
  • bddd5f2b98 Cleaned & enhanced noise object management kwolekr 2012-12-18 16:45:50 -05:00
  • 96898c1794 Add initial Lua biomedef support, fixed biome selection kwolekr 2012-12-18 13:23:16 -05:00
  • 11afcbff69 The new mapgen, noise functions, et al. kwolekr 2012-11-25 21:16:48 -05:00
  • 736b386554 Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos() kwolekr 2012-10-28 23:41:48 -04:00
  • a785522194 Only clear block modified flag if writing to db was successful kwolekr 2012-10-28 22:02:51 -04:00
  • 8e50e256e6 Make cloud height user-configurable kwolekr 2012-10-28 21:35:19 -04:00
  • 9b3287b865 stop MSVC++ from generating dumb warnings kwolekr 2012-10-28 18:31:14 -03:00
  • 14657bd29a Proper RUN_IN_PLACE support for OSX and FreeBSD kwolekr 2012-12-05 21:41:05 -05:00
  • 6af8a34d91 Basic support for configuring which mods to load for each world Jürgen Doser 2012-12-08 18:10:54 +01:00
  • 6f93c01af9 Add a list of servers to the "Multiplayer" tab Jeija 2012-12-25 12:20:51 +01:00
  • c691d619c2 Bugfix: else repeat_rightclick_timer = 0; PilzAdam 2013-01-14 21:30:36 +01:00
  • 61f5ca6b16 Add particles Jeija 2012-12-31 19:33:36 +01:00
  • 443bbe6a78 Fix spread of items in falling code PilzAdam 2013-01-12 20:49:55 +01:00
  • 183c81b5ec fix integer overflow (fixes #414) Jürgen Doser 2013-01-12 20:20:21 +01:00
  • 076f13cc01 fixes node timer bug (fixes #407). Jürgen Doser 2013-01-11 18:52:00 +01:00
  • 8eb717d4d0 Fixed two typo's in commit 615fd498bc dannydark 2013-01-04 20:02:27 +00:00
  • 8aa190606e Disable all HP handling if enable_damage is false PilzAdam 2013-01-06 15:32:23 +01:00
  • 0437abbffb Add a setting to enable always flying fast PilzAdam 2013-01-07 18:18:16 +01:00
  • 0b1d09ff4f Fix buttons not working for Lua-triggered formspecs sapier 2013-01-03 17:59:28 +00:00
  • 8b75736c6f L-Systems treegen update. RealBadAngel 2013-01-07 01:35:05 +01:00
  • 099d7ff2ad "or" should be "||". Don't use "or", "and", etc.. It breaks build. Ilya Zhuravlev 2013-01-04 23:39:12 +04:00
  • 46d431e7c3 Implement textarea in formspec, a multiline input field Jeija 2012-12-28 09:52:21 +01:00
  • 615fd498bc Fix typo doubletab -> doubletap PilzAdam 2013-01-04 20:00:49 +01:00
  • bc879a1453 Fixed content_abm aliases dannydark 2013-01-03 22:32:31 +00:00
  • 82fd83fd12 Switch to fly mode if spacebar is doubleclicked Can be turned off in the key change GUI or in minetest.conf via doubletab_space PilzAdam 2013-01-03 19:51:52 +01:00
  • b50da63852 Repeated right clicking when holding the right mouse button Configure using repeat_rightclick_time in minetest.conf Jeija 2013-01-04 15:19:16 +01:00
  • 5bc14e2fe4 Add on_rightclick(pos, node, clicker) callback for nodes PilzAdam 2013-01-04 00:05:56 +01:00
  • d2b1210376 Adjust the maximum alpha of the red hurt screen PilzAdam 2013-01-03 16:15:46 +01:00
  • a27cdf16f4 Tilt camera on player damage (tweaked by PilzAdam) Jeija 2012-04-28 02:06:25 +02:00
  • 5a13c49492 Change the nodenames for dirt -> grass and sapling -> tree abms to match the mapgen aliases PilzAdam 2013-01-02 22:03:36 +01:00
  • 8493979d86 Replace constant red hurt screen with fade out red PilzAdam 2013-01-02 21:57:04 +01:00
  • 2c472a66d1 Add ServerEnvironment::setNode()/removeNode() to allow setting nodes from the C++ side with proper script-defined initialization/destruction Perttu Ahola 2013-01-02 23:17:52 +02:00
  • 69bd803a32 Add InvRef:get_location() Perttu Ahola 2013-01-02 22:53:55 +02:00
  • b7de864f2e Call this 0.4.4-d1 because it has a protocol addition since 0.4.4 Perttu Ahola 2013-01-02 21:02:29 +02:00
  • da9707950e Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from lua sapier 2013-01-02 19:45:04 +00:00
  • 36f03a7f4a Bugfixes to item_image formspec method RealBadAngel 2013-01-02 00:03:47 +01:00
  • 5d18dc358b Fixed compile issues on windows dannydark 2012-12-30 12:22:13 +00:00
  • b40e599866 L-System treegen RealBadAngel 2012-12-29 16:20:09 +01:00
  • 45029117f5 Use aux1 to move fast when flying PilzAdam 2012-12-27 18:33:24 +01:00
  • 578ece8dd0 Add selectionbox_color, crosshair_color, and crosshair_alpha options Esteban I. Ruiz Moreno 2012-12-26 18:35:48 -03:00
  • 896e1a30b0 Fix 'longjmp causes uninitialized stack frame' in cURL PilzAdam 2012-12-26 21:41:00 +01:00
  • 0f1d2c127c Initialize all member variables of LuaEntitySAO Perttu Ahola 2012-12-23 17:16:46 +02:00
  • d880a5ec0c Fixed two typos in wireshark lua file. DannyDark 2012-12-09 21:51:46 +00:00
  • 145e301269 Fix keycodes (#325) Ilya Zhuravlev 2012-12-23 02:11:32 +04:00
  • c4172934e5 Prefer shared cURL library instead of the static one. Ilya Zhuravlev 2012-12-21 20:35:04 +04:00
  • 40dac4cde4 Fixed u64 ambiguous symbol error DannyDark 2012-12-10 04:15:42 +00:00
  • 05b58501f2 Tweak CMake files for cURL sfan5 2012-12-17 20:57:30 +01:00
  • 29c17c14f1 Add ability to change the itemstack in placenode callbacks PilzAdam 2012-12-17 19:49:18 +01:00
  • f4ed37ec6f Fix falling damage when not flying PilzAdam 2012-12-17 18:04:41 +01:00
  • e9006f904c Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetchThread Ilya Zhuravlev 2012-12-17 20:56:59 +04:00
  • e301bc2d77 Fix hypen used as minus sign (manpages), fix spelling error (server.cpp) Ilya Zhuravlev 2012-12-17 19:46:54 +04:00
  • 3578e1d4a7 Added ability to fetch media from remote server (using cURL library) Ilya Zhuravlev 2012-12-14 15:30:17 +04:00
  • aa46e5c5e7 Fix item entity's collision with nodeboxes jordan4ibanez 2012-12-15 15:32:17 -05:00
  • 9786202b08 Dont sneak while flying PilzAdam 2012-12-02 12:17:05 +01:00
  • 52ba413185 Only fly through walls in noclip mode wich requires the noclip privilege PilzAdam 2012-12-09 13:34:16 +01:00
  • 1d13d106dd Update README Ilya Zhuravlev 2012-12-07 02:20:42 +04:00
  • ab06fca4be Bump version to 0.4.4 Perttu Ahola 2012-12-06 21:21:10 +02:00
  • fd9e226b79 Update GUI texts Perttu Ahola 2012-12-06 21:01:45 +02:00
  • 7d2f0d7b1b draw gui later. this fixes the hotbar disappearing while rendering to texture. Jürgen Doser 2012-12-06 17:33:11 +01:00
  • 870f7bcc93 fix screen flickering black when rendering to texture Jürgen Doser 2012-12-06 16:11:15 +01:00
  • 543fc6702f Set proper field background colors in Irrlicht 1.8 Perttu Ahola 2012-12-06 19:35:40 +02:00
  • 5080b63435 Raise default maximum render distance to 240 Perttu Ahola 2012-12-06 15:48:59 +02:00
  • 8bb36f4650 Fix automagic render distance tuner Perttu Ahola 2012-12-06 15:48:19 +02:00
  • a47b829040 Add #include guards to base64.h Matthew I 2012-08-19 22:30:59 -04:00
  • 07632b7d69 Try to add a bit of topside brightness when not using shaders Perttu Ahola 2012-12-02 23:47:27 +02:00