Commit Graph

  • f7ee5da4c1 Fix null dereference in weather update functions proller 2013-09-18 01:37:47 +0400
  • c0398224ef Fix some warnings and other minor details kwolekr 2013-09-16 23:52:42 -0400
  • 9bccd75e34 Weather: Clean up getHeat/getHumidity somewhat kwolekr 2013-09-16 22:52:24 -0400
  • c9eb17aba3 Fix comments about length of server step ShadowNinja 2013-09-16 17:03:44 -0400
  • cfe6eaa66b Use cached "weather" setting proller 2013-09-17 02:56:15 +0400
  • 62bc5331aa Fog depend on humidity proller 2013-08-30 21:20:07 +0400
  • 4c704fe306 Add configurable PRAGMA synchronous = proller 2013-09-17 02:09:28 +0400
  • d308352dbd Always use builtin JThread library kwolekr 2013-09-15 23:00:01 -0400
  • 3c4734d69a Change mainmenu texture handling + small misc changes Kahrl 2013-08-20 22:38:14 +0200
  • da9fe64851 Fix hotbar padding at bottom BlockMen 2013-09-10 15:05:50 +0200
  • 4feea0ac68 Add offset to automatic_face_movement_dir PilzAdam 2013-08-18 15:49:09 +0200
  • 681e136d5f Fix bug: texture pack not overriding default menu textures sapier 2013-09-09 20:31:47 +0200
  • e0f9f15d1d Use engine.is_yes() in mainmenu PilzAdam 2013-09-10 21:24:49 +0200
  • 214da7bef9 Use the Settings Lua interface to read world.mt PilzAdam 2013-09-10 21:09:21 +0200
  • dd5c451e03 Allow non-string arguments for minetest.is_yes() PilzAdam 2013-09-10 19:24:17 +0200
  • d820a6bfd8 Add Settings interface for Lua PilzAdam 2013-09-09 22:50:25 +0200
  • 10a38a3005 Handle --migrate even when compiled without leveldb support Kahrl 2013-09-10 18:29:51 +0200
  • c6e3797c1a Remove assert warning in leveldb wonderland Kahrl 2013-09-10 18:28:26 +0200
  • 168fa2ffe0 Fix loading leveldb worlds Kahrl 2013-09-10 18:16:36 +0200
  • 6fb4a78d71 Fix broken build due to missing mapsector.h include Kahrl 2013-09-10 17:49:53 +0200
  • 217b66e5d2 Add --migrate to manpages and update manpage dates Kahrl 2013-09-10 16:44:11 +0200
  • 95e4a93b1b Add license headers and remove useless includes Kahrl 2013-09-10 15:49:43 +0200
  • 3725179736 Use system-wide LevelDB instead of bundled one Sfan5 2013-09-09 22:46:18 +0200
  • 1f3402e7a1 Prevent ModMgr from deleting backend setting in world.mt Sfan5 2013-09-09 20:26:46 +0200
  • 49a75b1894 Make --migrate update world.mt too Sfan5 2013-09-09 20:07:25 +0200
  • 321ac66558 Add note about --migrate only working with minetestserver or --server Sfan5 2013-09-09 19:40:02 +0200
  • d423a8fc20 Fix 'Unknown map backend' error when using Configure menu right after creating world Sfan5 2013-09-09 19:21:07 +0200
  • f1e4a671dc Use STL containers instead of irr::core::list Sfan5 2013-09-09 18:44:50 +0200
  • 1cc1c56234 Add message that LevelDB is not supported on Windows Sfan5 2013-09-06 20:50:02 +0200
  • 7e44c2ace1 Make it compile Sfan5 2013-09-06 18:22:12 +0200
  • 58841ef12f Add dummy and LevelDB database backends Ilya Zhuravlev 2012-10-23 01:18:44 +0400
  • 71a8769bb5 Run updatepo.sh Ilya Zhuravlev 2013-09-07 22:02:43 +0400
  • 6de16bb438 Add fallback font support for some languages. Ilya Zhuravlev 2013-09-07 20:06:00 +0400
  • 6291fd1cbb Add minetest.get_gametime() API function, that returns the number of seconds since the world was created. Novatux 2013-09-08 10:54:36 +0200
  • 4a2203413f Translated using Weblate (Portuguese) Leonardo Costa 2013-09-05 12:47:46 +0200
  • 0be633a61d Translated using Weblate (German) Block Men 2013-09-06 21:24:00 +0200
  • 2963f631e3 Translated using Weblate (Chinese (China)) Shen Zheyu 2013-09-07 16:20:04 +0200
  • df3a5a2abf Add mapgen_stair_cobble alias to minimal Sfan5 2013-09-06 21:46:22 +0200
  • 211b372e26 Standardized method of getting node info in dungeon mapgen. 0gb.us 2013-09-04 12:09:52 -0700
  • 8489980039 Add sanity check to sort function sapier 2013-08-25 00:43:20 +0200
  • 7935044820 Fix selectionbox not honoring anaglyph mode 3d distortion sapier 2013-08-25 15:41:16 +0200
  • e8b9467905 Fix crash on lua exception sapier 2013-08-25 10:48:29 +0200
  • 7860097eda Use player:set_hotbar_image() instead of hardcoded hotbar.png PilzAdam 2013-09-03 19:51:40 +0200
  • 5b518ed2fe Add backtrace to error function sapier 2013-08-25 12:54:16 +0200
  • af490330e7 Fix remnants of s32 enable_shaders Kahrl 2013-09-04 00:16:33 +0200
  • 1ad9365d34 Fix enable_fog = false not having any effect when shaders are enabled Kahrl 2013-09-03 13:21:04 +0200
  • e61b1773c9 Server::ProcessData(): call getBanName once instead of twice (#639) Ilya 2013-04-10 07:34:58 +0400
  • 1ecf51a13f Add minetest.parse_json, engine.parse_json Kahrl 2013-09-02 02:01:49 +0200
  • 71a6ffa762 Use wstring for vertlabels PilzAdam 2013-08-31 21:07:53 +0200
  • 5d0f19fd7d Fix bug in pathfinder causing endless loop in some situations sapier 2013-08-24 23:42:02 +0200
  • a0ef75d32d Translated using Weblate (Spanish) Diego Martínez 2013-08-26 01:55:30 +0200
  • fd6e7cef92 Translated using Weblate (Russian) Ilya Zhuravlev 2013-08-30 23:15:24 +0200
  • d01d9217dd Translated using Weblate (Russian) Anton Tsyganenko 2013-08-30 23:08:17 +0200
  • 1751fdf937 Translated using Weblate (Russian) Ilya Zhuravlev 2013-08-30 23:08:03 +0200
  • 7766420cf4 Translated using Weblate (Russian) Anton Tsyganenko 2013-08-02 20:09:30 +0200
  • e69764a6f3 Translated using Weblate (Russian) Anton Tsyganenko 2013-08-02 20:09:30 +0200
  • 525483c500 Translated using Weblate (Russian) Anton Tsyganenko 2013-08-02 20:09:30 +0200
  • 18bf767014 Translated using Weblate (Russian) Anton Tsyganenko 2013-08-02 20:09:30 +0200
  • cfaa9b3be5 Translated using Weblate (German) Pilz Adam 2013-08-25 17:27:38 +0200
  • 902d5927f0 Normalized heat and adjusted humidity proller 2013-08-19 22:30:14 +0400
  • 82e1ab7b2b Add escaping to world list in main menu (fixes #896). Ilya Zhuravlev 2013-08-29 16:12:16 +0400
  • d470842e8e Remove "po/du". "du" is invalid language code (fixes #881). Ilya Zhuravlev 2013-08-26 14:30:17 +0400
  • 439079cad8 Add support for using textures in hotbar BlockMen 2013-08-01 01:09:57 +0200
  • fead7a27ca Fix aliases not working in shapeless crafting recipes Kahrl 2013-08-25 18:14:26 +0200
  • 4679455c3f Run util/updatepo.sh PilzAdam 2013-08-25 16:53:04 +0200
  • d05b15df77 Add a setting for HighPrecisionFPU (fixes #763). Ilya Zhuravlev 2013-08-25 18:25:01 +0400
  • 151617c552 Fix *.po errors caused by rebase. Ilya Zhuravlev 2013-08-25 16:59:53 +0400
  • 5a0cadab0c Translated using Weblate (Ukrainian) Vladimir a 2013-06-27 01:22:17 +0200
  • c9449c6fb7 Translated using Weblate (Russian) Anton Tsyganenko 2013-08-02 20:09:30 +0200
  • 833183ddb4 Translated using Weblate (Norwegian Bokmål) sfan5 2013-06-21 15:48:34 +0200
  • f4ef91debf Translated using Weblate (Estonian) sfan5 2013-06-21 15:47:25 +0200
  • e74dfaf868 Translated using Weblate (Dutch) Sasikaa Lacikaa 2013-08-05 22:18:03 +0200
  • 4260b99df2 Translated using Weblate (Hungarian) Sasikaa Lacikaa 2013-08-11 03:05:30 +0200
  • 9ebed5e497 Translated using Weblate (Dutch) sfan5 2013-06-21 15:46:31 +0200
  • 342629a3bf Translated using Weblate (Russian) Vladimir a 2013-06-26 23:54:28 +0200
  • ca58c2464a Translated using Weblate (French) Nicola Spanti 2013-08-01 13:52:24 +0200
  • 9f2b08ddf0 Translated using Weblate (French) we prefer instagib metl3 2013-07-06 14:28:12 +0200
  • ba335958d6 Translated using Weblate (Ukrainian) sfan5 2013-06-21 15:45:10 +0200
  • 78ea818aaf Fix umlauts/special character issue in lua gettext BlockMen 2013-08-18 23:30:30 +0200
  • deaa8dc287 Fix gettext for tabs (windows) BlockMen 2013-08-18 14:36:38 +0200
  • ade70fe4b9 Allow SIGINT to kill mainmenu again Kahrl 2013-08-19 14:55:38 +0200
  • 4242782dc2 World config dialog: Use engine determined path for game mods Kahrl 2013-08-19 13:55:04 +0200
  • 8548bb75b6 GUIFormSpecMenu focus fixes Kahrl 2013-08-19 11:26:51 +0200
  • 72b9b0fe3a Reenable image scaling in formspecs BlockMen 2013-08-09 20:53:11 +0200
  • 392689e7ba Fix trailing nils being dropped by deprecated minetest.env handler Kahrl 2013-08-18 15:15:33 +0200
  • 09a50d0458 Add translation for main menu Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp sapier 2013-08-14 19:22:23 +0200
  • 787b43b218 Send player damage to all clients and apply [brighten PilzAdam 2013-08-13 23:06:39 +0200
  • 3ee8098708 Diagonal liquid animation Kahrl 2013-08-15 00:55:35 +0200
  • 4095e8f383 Fix modstore pagecount Novatux 2013-08-16 15:44:09 +0200
  • a2380bf76f Use get_texturepath() instead of get_gamepath()/../textures Novatux 2013-08-16 17:37:01 +0200
  • 75a139e62c Use errorstream instead of std::cout in pathfinder.cpp PilzAdam 2013-08-16 17:42:12 +0200
  • 1e4e64f831 Remove debug output PilzAdam 2013-08-16 02:45:53 +0200
  • b94f18298d Sort modlist alphabetically PilzAdam 2013-08-16 01:34:52 +0200
  • d52185c43e Add ability to activate mods with doubleclick (remove old_style_mod_selection) PilzAdam 2013-08-16 00:12:10 +0200
  • 5e312dc40d Don't automatically scroll listbox when selecting an item in the middle Kahrl 2013-08-16 00:54:38 +0200
  • d8337034b5 Formspec textlist: Black Irrlicht magic to detect fake doubleclicks Kahrl 2013-08-15 21:46:55 +0200
  • 7921fe2cd1 Fix formspec escaping, add escaping to info.txt for texture packs. Novatux 2013-08-14 20:21:39 +0200
  • a97c085e9e Fix documentation about colors in formspec Sfan5 2013-08-15 19:38:54 +0200
  • 58beca005c Add virtual destructor to IBackgroundBlockEmerger to silence warning Kahrl 2013-08-15 01:16:34 +0200
  • 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu Kahrl 2013-08-11 04:09:45 +0200