1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-09 07:39:51 -05:00

Commit graph

  • 9fe3246154 Optimize getting active objects a bit. #8674 Lars Hofhansl 2019-07-16 15:55:17 -0700
  • 41229696be Use vector.dot and vector.cross in vector.angle HybridDog 2019-07-14 11:45:55 +0200
  • 71db715ba5 Add vector.dot and vector.cross HybridDog 2019-07-13 13:46:44 +0200
  • 458f617575
    Dungeons: Make multiple large rooms possible (#8678) Paramat 2019-07-16 20:39:58 +0100
  • 47492386ec
    Docs: Clarify where to check for 'protection_bypass' (#8675) SmallJoker 2019-07-14 13:23:38 +0200
  • 0c31946943
    Move more dungeon parameter selection to mapgens (#8653) Paramat 2019-07-09 20:38:51 +0100
  • 140aeabd87 Do predict when sneak-place to node with on_rightclick DS-Minetest 2019-06-29 16:17:00 +0200
  • 0971a14a57 Improve ABM time budget handling. #8645 Lars Hofhansl 2019-07-07 23:23:00 -0700
  • 3a8ac9b031 Document ObjectRef:remove under Lua entity (#8659) ANAND 2019-07-08 07:57:56 +0530
  • 9b067efb99 Improve grammar and formatting in the README Hugo Locurcio 2019-07-01 20:46:28 +0200
  • 95371c16e9
    Update biome definition dungeon node documentation (#8650) Paramat 2019-07-01 22:21:17 +0100
  • bb14b7e956
    Dungeongen: Remove most hardcoded dungeon nodes (#8594) Paramat 2019-06-30 22:55:20 +0100
  • 93f7e10e0d Optimize and unify mesh processing (#7851) Vitaliy 2019-06-28 05:22:16 +0300
  • 5e7004e7af Add compatible, consistent coordinate system to FormSpecs. (#8524) v-rob 2019-06-27 05:40:49 -0700
  • 91d244c522 Increase upper limit of display_gamma to 10 (#8618) ANAND 2019-06-27 08:34:12 +0530
  • 429a989648 Add support for 9-sliced backgrounds (#8600) rubenwardy 2019-06-22 15:03:54 +0100
  • 4e3c1916f7 Fix segfault on quitting with open node formspec (#8608) SmallJoker 2019-06-21 21:00:30 +0200
  • 39c54e13c3 Improve buildbot script Pierre-Yves Rollo 2019-06-21 02:43:59 +0200
  • e3738c2f61 Fix handling of --color and --worldlist command line arguments Markus Mattes 2019-05-25 22:41:47 +0200
  • 7eb110d503 Exclude vscode editor files from source Markus Mattes 2019-05-25 22:35:03 +0200
  • cf9108433c Update README copyright notice to 2019 (#8606) Vilhelm Prytz 2019-06-19 02:09:16 +0200
  • 5d4850a7ce
    Mapgen Carpathian: Add optional rivers (#7977) Paramat 2019-06-19 01:06:08 +0100
  • 95a37efc31 Android: Use system provided path for default TMPFolder setting (#8505) stujones11 2019-06-15 14:12:59 +0100
  • f2c73def4b
    Update Github templates (#8593) rubenwardy 2019-06-13 15:09:15 +0100
  • 4c11574e9d Use CDB author and name in installed package's config (#8550) Paul Ouellette 2019-06-10 13:49:00 -0400
  • f1f9361bc8 Settings: Disallow space characters entirely SmallJoker 2019-06-10 18:17:57 +0200
  • e2f8f4da83
    Formspecs: Close on metadata removal (#8348) SmallJoker 2019-06-10 13:01:07 +0200
  • e40be619f2
    Add disable_jump to liquids and ladders (#7688) SmallJoker 2019-06-10 13:00:35 +0200
  • bd6f1cca9d Add compatibility to vcpkg buildsystem (#8317) adrido 2019-06-10 03:56:55 +0200
  • 9a07792f4d Save forceloaded blocks file periodically (#8535) Thomas Rudin 2019-06-10 02:07:33 +0200
  • a687efa6df
    Damage: Play no damage sound when immortal (#8350) SmallJoker 2019-06-09 11:25:41 +0200
  • 2ba6785f09 Remove modstore leftovers. Fix core.show_path_select_dialog documentation (#8572) DS 2019-06-07 22:12:20 +0200
  • cb00632e23
    HTTP API: Allow binary downloads and headers (#8573) SmallJoker 2019-06-06 19:13:29 +0200
  • 7379aa74cf
    Dungeons: Settable density noise, move number calculation to mapgens (#8473) Paramat 2019-06-01 20:50:43 +0100
  • a1459a9eac Fix persistent ^[brighten after damage again (#5739) SmallJoker 2019-05-26 09:54:23 +0200
  • 40dadecb6e override.txt: Fix crash due to CRLF endings (#8439) David G 2019-05-25 18:01:55 +0200
  • 627a96cd99 Do not drag-place stack into 'craftpreview' slot (#8514) SmallJoker 2019-05-25 17:37:54 +0200
  • b917ea4723 Add IGUIScrollbar implementation with variable bar sizes (#8507) stujones11 2019-05-24 16:42:05 +0100
  • a2848c9cde Fix forgotten PlayerSAO cast in a90f2ef SmallJoker 2019-05-21 21:37:47 +0200
  • 9d09c87f13 Make autoforward simulate the 'up' key (#8249) DS 2019-05-21 20:50:00 +0200
  • a90f2efb12 Check for out-of-bounds breath when setting breath_max (#8493) ANAND ツ 2019-05-21 23:07:58 +0530
  • 920bd3b16f Fix API site build (#8551) Paul Ouellette 2019-05-21 13:37:10 -0400
  • cfef466d4e l_mapgen.cpp: Fix LINT broken since b1b40fe SmallJoker 2019-05-21 19:16:01 +0200
  • 12e3d3d12f Prioritise craft recipes HybridDog 2019-04-03 13:46:11 +0200
  • 1604b949fd Test crafting hash type only once for a recipe HybridDog 2019-04-03 13:59:42 +0200
  • b1b40fef16
    Allow multiple cave liquids in a biome definition (#8481) Paramat 2019-05-18 21:13:14 +0100
  • 6cb6aea969 Add content_rating tag to appdata (#8538) Carles Pastor Badosa 2019-05-18 17:19:56 +0200
  • eb2bda7d0b Optimize string (mis)handling (#8128) Jozef Behran 2019-05-18 10:19:13 -0500
  • 568694122c Revert "Inventory: Make addItem for empty ItemStacks respect max stack size" (#8519) ANAND ︻气デ═一 2019-05-12 22:37:15 +0530
  • 06a749c386 Move HTTP request logging to infostream (#8526) ANAND ︻气デ═一 2019-05-12 22:25:15 +0530
  • 8e3b63bd28 Define operators == and != for ItemStack ANAND ︻气デ═一 2019-05-11 22:18:27 +0530
  • 72feab081c builtin/../register.lua: Abort make_wrap_deregistration if param is invalid ANAND 2019-04-28 15:12:20 +0530
  • 96f250ed8f minimal: Fix crash due to assertion fail ANAND 2019-05-03 18:14:05 +0530
  • e32a630937 Better document behavior of on_punchplayer ANAND 2019-04-27 18:05:28 +0530
  • c4578aefe7 PlayerSAO::setHP - Don't call on_hpchange callbacks if HP hasn't changed ANAND 2019-04-27 17:23:36 +0530
  • ad8d68c06a
    Remove unnecessary CSM warning (#8485) Paramat 2019-04-28 00:44:26 +0100
  • b839a6dd54 Force send a mapblock to a player (#8140) sofar 2019-04-27 16:42:13 -0700
  • d71e1e0949 Improve readability of debug menu by using '|' (#8488) ANAND 2019-04-27 16:15:44 +0530
  • d0f0ceaf66 Range-limit value passed to PlayerSAO::set{HP|Breath} (#8264) ANAND 2019-04-27 16:15:20 +0530
  • 695d9edcd4 Use player as starting point instead of camera when pointing node (#8261) Muhammad Rifqi Priyo Susanto 2019-04-27 17:44:56 +0700
  • f409f44765 Correct the checkbox selection box position (#8246) SmallJoker 2019-04-27 01:56:31 +0200
  • 66ecfb5916 CMakeLists.txt: Remove references to Minecraft and Infiniminer (#8487) ANAND 2019-04-26 22:37:32 +0530
  • cff1e9ca27 Android: Clear chat open flag on cancel or completion (#8478) stujones11 2019-04-19 11:06:47 +0100
  • 38b94f248a Attend to review, re-arrange blank lines, update lua_api.txt paramat 2019-04-10 20:33:54 +0100
  • 12a63021d0 Fix regression in automatic_face_movement_max_rotation_per_sec Pedro Gimeno 2019-04-04 18:53:55 +0200
  • 007ce24a11 Various network performance improvements (#8125) Jozef Behran 2019-04-14 15:56:38 -0500
  • 4d2ad7c2b2
    World start time: Move to first full light (day night ratio = 1000) (#8410) Paramat 2019-04-13 01:46:38 +0100
  • faa419fc8b Add Irrlicht-specific smart pointer (#6814) Vitaliy 2019-04-12 19:27:39 +0300
  • bb7afd306a Add Mkdocs API site (#8133) Paul Ouellette 2019-04-12 08:29:29 -0400
  • 22ad820aa4 Add node field to PlayerHPChangeReason table (#8368) Paul Ouellette 2019-04-11 15:45:39 -0400
  • 1e5f2e0f13
    Nodedef 'drop' documentation: Improve, add tool filtering (#8458) Paramat 2019-04-09 03:20:27 +0100
  • 8306f7d2e2 util/hex.h: Remove whitespace-only line (#8460) ANAND 2019-04-09 00:10:02 +0530
  • 0cc85a7dc6
    daynightratio.h: Improve codestyle, minor optimisations (#8453) Paramat 2019-04-08 00:37:52 +0100
  • a222ff4c02
    Android settings: Use 'simple' leaves instead of 'fancy' (#8440) Paramat 2019-04-07 19:20:00 +0100
  • 0c90ab4f6c Optimize random turns in dungeongen (#8129) Jozef Behran 2019-04-07 12:08:27 -0500
  • 25f231a0e0 Find PostgreSQL correctly (#8435) adrido 2019-04-07 18:45:25 +0200
  • 1db4ae96b1 util/hex.h: Reserve result space in hex_encode() starling13 2019-04-07 13:01:42 +0300
  • 3deaa7cf57 Add deprecation warnings for ObjectRef:get/set_attribute (#8443) ANAND 2019-04-07 15:30:57 +0530
  • 5b8363af00
    Stabilise 'day night ratio' to fix object brightness flicker (#8417) Paramat 2019-04-04 23:30:10 +0100
  • d111865890 Change sign of pitch angle in debug menu (#8438) ANAND 2019-04-05 03:12:18 +0530
  • 4f7674d448 Change pitch fly binding to 'P', add to change keys menu (#8314) rubenwardy 2019-04-03 21:37:30 +0100
  • a4677496f3 Fix comments Loic Blot 2019-03-31 19:30:20 +0200
  • 64bdd4b509 Create ServerThread earlier in the startup process Loïc Blot 2019-03-25 16:54:27 +0100
  • b55fc3d773 mapgen: drop mapgen id from child mapgens. Loïc Blot 2019-03-25 16:42:53 +0100
  • b3716a03a6 EmergeManager::initMapgens use FATAL_ERROR if and drop boolean return Loïc Blot 2019-03-25 16:38:35 +0100
  • ab322fc5aa Use unordered_map instead of map for craft definitions (#8432) HybridDog 2019-03-31 19:26:17 +0200
  • ad75dba87b Optimize core.after in a simple way (#8351) DS 2019-03-27 21:05:50 +0100
  • 42e1a12714
    Require 'waving = 3' in a nodedef to apply the liquid waving shader (#8418) Paramat 2019-03-27 00:18:43 +0000
  • 5e7662ca16
    Dungeons: Do not remove nodes that have 'is_ground_content = false' (#8423) Paramat 2019-03-26 03:56:57 +0000
  • d0a1a29ab3
    Prevent multi-line chat messages server-side (#8420) rubenwardy 2019-03-26 01:18:52 +0000
  • 38ea0890ec
    Document 'highly unstable' mapgens instead of 'stable' mapgens (#8404) Paramat 2019-03-20 04:37:33 +0000
  • 5b99abb847 Fix texture rotation for wallmounted nodeboxes sfan5 2019-03-18 22:41:39 +0100
  • 426bdba7fb httpfetch: Disable IPv6 here too if requested by settings (#8399) sfan5 2019-03-18 15:06:27 +0100
  • c0fb5dd317 num_emerge_threads: Initialise value to cope with setting syntax error (#8396) Paramat 2019-03-18 10:19:53 +0000
  • 77cfc4fcd1 num_emerge_threads: Fix documentation of automatic selection paramat 2019-03-17 08:38:15 +0000
  • 9f1b98b997 Add newline before itemstring in item tooltip (#8213) Wuzzy 2019-03-17 13:55:02 +0100
  • d50feb89de core.after: Improve assertion message (#8388) ANAND 2019-03-17 14:55:47 +0530
  • 7f1c2b8a00 Builtin: Add vector.angle(). Returns the angle between 2 vectors (#7738) ANAND 2019-03-17 07:35:03 +0530
  • eadcbe474a
    Lua_api.txt: Document blockpos, coordinate conversion, map terminology (#8376) Paramat 2019-03-16 05:04:11 +0000
  • ee57b63008 num_emerge_threads: Warn of crashes when > 1 (#8357) Paramat 2019-03-14 12:49:33 +0000