Commit Graph

  • e1f9ba435f Don't throw a error when writing JSON fails ShadowNinja 2013-12-18 18:17:26 -0500
  • ba8fa0bd42 Log guilty node name when allow_metadata_inventory_move/put/take fails Kahrl 2013-12-18 22:57:33 +0100
  • 1ed90c90c3 Add 'minetest.write_json' ShadowNinja 2013-12-18 16:46:53 -0500
  • 49cec3f782 Handle LuaErrors in Lua -> C++ calls on LuaJIT ShadowNinja 2013-12-18 16:35:55 -0500
  • 38d112033b Fix formspec field labels BlockMen 2013-12-17 01:13:16 +0100
  • 54dbd78f90 Fix broken httpfetch due to SimpleThread removal sapier 2013-12-16 23:31:56 +0100
  • c9ac9992c7 Fix MSVC compiling issue BlockMen 2013-12-16 01:13:08 +0100
  • 3946d2a504 Reduce cloud coloring for colored fog and cloud mode sapier 2013-12-16 00:16:06 +0100
  • 5fd92d67d5 Remove an unused function and include from client.cpp PilzAdam 2013-12-15 19:15:25 +0100
  • c120ea57c9 Add setting to disable direction dependent fog and sky colors sapier 2013-12-15 15:30:02 +0100
  • 848f80b2e5 Directional fog + horizon colors, based on sun & moon positions at sunrise / sunset MirceaKitsune 2013-06-30 18:17:14 +0300
  • e9e9fd7c3f Replace SimpleThread by JThread now implementing same features sapier 2013-12-03 23:32:03 +0100
  • 9772322613 Add alpha setting to font shadow BlockMen 2013-12-12 21:02:09 +0100
  • 7a4c1e7327 Update mapgen params in ServerMap after Mapgen init kwolekr 2013-12-14 10:49:20 -0500
  • 15c316765d Handle Lua errors in on_generate callbacks instead of throwing SIGABRT kwolekr 2013-12-14 01:59:16 -0500
  • c3708b456e Add map feature generation notify Lua API kwolekr 2013-12-14 01:52:06 -0500
  • 83853ccd41 Remove support for optdepends.txt ShadowNinja 2013-12-13 12:58:32 -0500
  • e275b7099a Don't call curl_global_init twice Kahrl 2013-12-13 18:08:53 +0100
  • 0d990bd189 Replace any direct curl usage by httpfetch sapier 2013-11-09 22:49:27 +0100
  • b03135548b Use httpfetch_async in serverlist announce code Kahrl 2013-08-29 05:58:13 +0200
  • 0a903e69fb Implement urlencode and urldecode Kahrl 2013-08-29 05:56:48 +0200
  • 0404bbf671 Rewrite client media download and support hash-based remote download Kahrl 2013-08-29 05:22:18 +0200
  • 0ea3e6dbe2 Implement httpfetch module and initialize it from main() Kahrl 2013-08-29 05:04:56 +0200
  • 67bf7130ce Fix a bug in GenericCAO GENERIC_CMD_UPDATE_POSITION parsing. Ilya Zhuravlev 2013-12-13 13:18:00 +0400
  • d9ef072305 Make line_of_sight return blocking node position stujones11 2013-12-11 20:33:39 +0000
  • 33de69a173 Add 'on_prejoinplayer' callback kaeza 2013-12-12 04:51:35 -0200
  • 76036abdb0 Add configurable font shadow. Ilya Zhuravlev 2013-12-12 21:47:54 +0400
  • 4ccaa6d0af Implement search tab and version picker sapier 2013-12-11 23:07:38 +0100
  • dfd1f87762 Add Lithuanian translation. Ilya Zhuravlev 2013-12-11 22:10:56 +0400
  • 6c4a8766ab Check if width, height or start index of a list[] is negative PilzAdam 2013-12-09 22:39:24 +0100
  • dae03382bf Optimize shaders code. Add settings at compile time. RealBadAngel 2013-12-09 13:25:43 +0100
  • 50b0e9f7a4 Mapgen Indev: Fix segfault in cave generation due to uninitialized variable kwolekr 2013-12-08 22:13:05 -0500
  • 206565d965 Fix shaders on some GPUs Novatux 2013-12-08 08:01:20 +0100
  • 3cc45fd8ad Fix leak and possible segfault in minetest.set_mapgen_params kwolekr 2013-12-08 01:37:41 -0500
  • 83cc882335 EmergeManager: Fix Lua mapgen override param handling kwolekr 2013-12-07 23:43:46 -0500
  • bbae8eb751 Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6 kwolekr 2013-12-07 22:45:21 -0500
  • a0dce51af6 Move script_run_callbacks to Lua ShadowNinja 2013-12-07 22:03:07 -0500
  • 96f753a108 Fix paralax occlusion setting ShadowNinja 2013-12-06 22:40:04 -0500
  • e15681080e Fix small mistake in Lua API docs sfan5 2013-12-06 18:37:32 +0100
  • 35f88ac67c Fix win32 jthread implementation sapier 2013-12-06 17:49:10 +0100
  • 22dbbf0a6f Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings sweetbomber 2013-05-30 17:14:22 +0100
  • 000da6b25d Only create one alias metatable ShadowNinja 2013-12-04 13:39:57 -0500
  • e51ad5337f Use a table in set_physics_override() PilzAdam 2013-12-03 22:26:40 +0100
  • 15be2659ea Add sneak and sneak_glitch to set_physics_override() PilzAdam 2013-12-03 18:51:15 +0100
  • d9de9f23d9 Fix LevelDB maps Sfan5 2013-12-03 20:03:20 +0100
  • 2330267d22 Shaders rework. RealBadAngel 2013-12-03 17:21:40 +0100
  • 60113bde74 Dont move item back when not clicking on a slot PilzAdam 2013-12-03 18:05:36 +0100
  • 1309e52198 Rename names -> can_see_far_names in announce proller 2013-12-03 20:13:33 +0400
  • 5004f31575 Fix broken async locking in release build sapier 2013-12-02 22:21:58 +0100
  • 6cbd1b8bf7 Remove link to #, add unlimited_player_transfer_distance to announce proller 2013-12-03 19:48:43 +0400
  • 6fa3892a71 Fix MinGW build Sfan5 2013-12-01 20:58:46 +0100
  • 04e9a9d541 Cleanup jthread and fix win32 build sapier 2013-12-01 01:52:06 +0100
  • f3439c40d8 Cavegen: Fix possible out-of-bounds heightmap access kwolekr 2013-12-01 08:57:35 -0500
  • 20e3d550fa Decoration: Add schematic Y-slice probability support kwolekr 2013-12-01 01:23:39 -0500
  • de0cdbc01c Fix log threadname lookup handling not beeing threadsafe sapier 2013-11-30 21:22:15 +0100
  • e605d70256 Assume a selection box for fences 0gb.us 2013-10-15 22:17:06 -0700
  • 4696c59a5f Add error handler to async step ShadowNinja 2013-11-30 12:24:54 -0500
  • 4594ba6522 Optimize table creation ShadowNinja 2013-11-30 12:11:07 -0500
  • 06baf05c64 Add documentation for minetest.swap_node Novatux 2013-11-30 18:57:56 +0100
  • d879a539cd Add minetest.swap_node Novatux 2013-11-23 15:35:49 +0100
  • 752e11e114 Fix MSVC build. Ilya Zhuravlev 2013-11-30 21:00:18 +0400
  • 9a927476ca Change default value of is_ground_content to true kwolekr 2013-11-30 02:37:10 -0500
  • ff7d7080e3 LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, made optional this time; also fixed a slight bug with night values being ignored kwolekr 2013-11-30 00:27:39 -0500
  • 769b2d7c05 LuaVoxelManip: Add get_light_data() and set_light_data() kwolekr 2013-11-29 21:16:08 -0500
  • 5be786c804 Fixed potential NULL pointer and leak when setting node metadata MetaDucky 2013-11-20 22:11:57 +0100
  • 747bc40840 Cavegen: Respect is_ground_content MapNode setting; fix some code formatting issues kwolekr 2013-11-29 20:54:04 -0500
  • d19a69cd0d Fix broken thread stop handling sapier 2013-11-30 01:51:54 +0100
  • d02ce1cf4d Fix old gcc build sapier 2013-11-29 23:36:18 +0100
  • 2e66aca357 Fix modstore/favourites hang by adding asynchronous lua job support sapier 2013-11-26 18:15:31 +0100
  • b08d7558de Split server/client port setting to avoid port number clashes in mainmenu sapier 2013-11-28 21:43:06 +0100
  • ff25218374 Don't use variable length arrays ShadowNinja 2013-11-28 11:09:51 -0500
  • 7433d65d3e Rollback fixes and get_node_actions ShadowNinja 2013-11-12 16:13:00 -0500
  • 1fd9a11e30 SQLite rollback Mario Barrera 2013-10-13 13:35:10 -0300
  • 4f246f0e22 Fix line_of_sight (AGAIN) sapier 2013-11-25 00:03:03 +0100
  • f87c1c2410 Reenable -dev suffix PilzAdam 2013-11-24 19:01:25 +0100
  • 122875c30c Bump version to 0.4.8 kwolekr 2013-11-24 02:12:20 -0500
  • 068dd796f5 Don't continue trying to deserialize blank block data kwolekr 2013-11-24 02:10:15 -0500
  • 16bd368374 Temporary disable local install button due to irrlicht dialog breaking localization sapier 2013-11-24 02:15:25 +0100
  • 83f1d9ae6b Fix my name (doesn't display correctly because of utf8 characters) Novatux 2013-11-23 20:05:07 +0100
  • 374e68d205 Fix rename modpack button not working, fixes #1019 Sfan5 2013-11-23 18:47:54 +0100
  • fb150e0504 Run updatepo.sh PilzAdam 2013-11-23 17:38:01 +0100
  • c439bdd4e5 Translated using Weblate (Spanish) Pablo Lezaeta 2013-10-19 08:15:53 +0200
  • d661cb320d Translated using Weblate (Russian) Anton Tsyganenko 2013-11-22 11:45:37 +0100
  • 78f1fcf450 Translated using Weblate (Polish) Maciej Kasatkin 2013-10-08 21:22:42 +0200
  • 28c21ed566 Translated using Weblate (Czech) Jakub Vaněk 2013-10-30 15:04:25 +0100
  • d7b0fcb2f0 Translated using Weblate (Romanian) King Artur 2013-11-16 20:43:09 +0100
  • e5b1447d72 Translated using Weblate (Czech) Jakub Vaněk 2013-10-30 15:03:48 +0100
  • dfc268d88b Translated using Weblate (Czech) Frantisek Simorda 2013-10-08 21:41:01 +0200
  • 8c3cf606a6 Translated using Weblate (Spanish) Pablo Lezaeta 2013-10-19 08:14:21 +0200
  • c28810f6df Translated using Weblate (Czech) Heisenberg CZE 2013-10-08 20:04:49 +0200
  • 012551f16f Translated using Weblate (Spanish) Pablo Lezaeta 2013-10-08 20:45:10 +0200
  • 4d165f5ea5 Translated using Weblate (Czech) Petr Hála 2013-10-08 14:45:02 +0200
  • 71cc575ea0 Translated using Weblate (Czech) Heisenberg CZE 2013-10-08 10:39:34 +0200
  • e023e7228e Translated using Weblate (Czech) Heisenberg CZE 2013-10-08 10:30:49 +0200
  • 80981f80f3 Translated using Weblate (Czech) Petr Hála 2013-10-08 07:06:49 +0200
  • ab601e8710 Fix invalid escape sequence in database migration code Kahrl 2013-11-23 16:09:38 +0100
  • ee0b8da844 Prevent enabling Shaders if Direct3D is used Sfan5 2013-11-23 08:55:48 +0100
  • 6f851c9692 Fix crash when pressing Enter key in formspec menu Kahrl 2013-11-23 00:30:16 +0100
  • e52d811110 Fix usage of 'minetest' where 'engine' was intended ShadowNinja 2013-11-21 21:24:04 -0500
  • 5323d800cc Fix possible implicit conversion of NULL to std::string kwolekr 2013-11-21 00:49:32 -0500