1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2025-01-08 23:29:52 -05:00

Commit graph

  • 99ca72e9df Clarify docs regarding pointed_thing and get_pointed_thing_position (#8766) Beha 2019-08-30 13:40:08 -0400
  • 4291961e09
    Various settingtypes.txt improvements (#8867) Paramat 2019-08-28 01:39:33 +0100
  • 1d3f5af7c0 Inventory: Fix missing setModified calls SmallJoker 2019-08-25 09:46:54 +0200
  • b53a60c8d5
    Mapgen v6: Various mudflow code improvements and bugfixes (#8805) Paramat 2019-08-24 20:06:31 +0100
  • fbc8724d59 fontengine: Fix non-gettext builds SmallJoker 2019-08-24 18:54:51 +0200
  • 0b4f424f41
    Inventory: Send dirty lists where appropriate (#8742) SmallJoker 2019-08-24 19:07:38 +0200
  • 008b80fe1c Add ItemStack:get_description() to get tooltip (#8847) Paul Ouellette 2019-08-24 12:38:02 -0400
  • efbac7e446 Improve occlusion culling in corridors with additional check sfan5 2019-08-23 00:14:45 +0200
  • e8716ffede Restore approximate occlusion check sfan5 2019-08-23 21:52:11 +0200
  • b14aa305ce Make Mapgen::spreadLight use a queue (#8838) DS 2019-08-23 22:16:50 +0200
  • 9c725609c3 Fix default hand definition not using wieldhand.png Wuzzy 2019-08-23 03:16:07 +0200
  • 6ada090bb0 Occlusion: Check for light_propagates and do mapblock bounds checks SmallJoker 2019-08-17 15:42:36 +0200
  • 7d016b4efd Occlusion: Begin cleanup SmallJoker 2019-08-17 14:21:22 +0200
  • ba8fb774c1 Revert "Don't send position update packet if player is dead" sfan5 2019-08-21 15:30:52 +0200
  • b52a79076d
    Add player sprite textures back into the engine as a fallback (#8823) Paramat 2019-08-20 21:09:44 +0100
  • 75d44ef1e8 lua_api.txt: Add link to Minetest Modding Book (#8826) ANAND 2019-08-21 03:15:12 +0800
  • b8131c3415 remove_detached_inventory: Fix segfault during mod load SmallJoker 2019-08-20 19:25:46 +0200
  • fb6f1fdcbe Don't send position update packet if player is dead ANAND 2019-05-04 13:03:51 +0530
  • 3c395d908f Disable autoforward if player is dead ANAND 2019-05-04 12:43:31 +0530
  • ded5da7800 Restore intended functionality to minimap markers (#8819) theviper121 2019-08-19 12:18:11 -0500
  • dea5a152b2 Find LuaJIT headers on vcpkg Unknown 2019-08-18 10:08:57 +0200
  • d73e458db6
    ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808) SmallJoker 2019-08-17 13:27:28 +0200
  • 13b22e2afb Remove unused function in ReliablePacketBuffer sfan5 2019-08-15 20:47:32 +0200
  • 428a4c86e3 Minor refactor of IncomingSplitBuffer sfan5 2019-08-15 20:14:44 +0200
  • fc2f55d931 Drop m_list_size from ReliablePacketBuffer sfan5 2019-08-15 19:54:40 +0200
  • d7c10b66d3
    Mapgen v6: Fix mudflow iteration and iterate twice (#8795) Paramat 2019-08-15 20:32:28 +0100
  • 2db0e93f73 network: Stricter handling of split packets sfan5 2019-08-15 16:11:01 +0200
  • c4491165da network: Fix crash in ReliablePacketBuffer on mismatching packets sfan5 2019-08-15 17:17:17 +0200
  • 082066e813 Fix undeclared global warning because of _ (#8798) DS 2019-08-14 23:35:47 +0200
  • b2065756cf Add function minetest.read_schematic upsilon 2018-04-18 18:27:08 +0200
  • bf22184d6e Fix unnecessary exception use in 3 more methods (#8791) Jozef Behran 2019-08-13 20:02:50 +0200
  • 72b7a957af Fix unnecessary exception use in Map::getSectorXXX (#8792) Jozef Behran 2019-08-13 19:58:27 +0200
  • 539f016c1b
    Better F6 profiler (#8750) SmallJoker 2019-08-13 19:56:55 +0200
  • e9ceead81d Fix unnecessary exception use in Map::isNodeUnderground Jozef Behran 2019-08-07 12:06:45 +0200
  • 833e60d8d2 Fix compare between pointer and 0 in unittests Jozef Behran 2019-08-13 14:26:37 +0200
  • 2f879e8bbd Clear old item groups when they are overridden. (#8753) Beha 2019-08-12 13:18:52 -0400
  • 91114b562f Add support for set_formspec_prepend in main menu (#8611) rubenwardy 2019-08-12 18:16:35 +0100
  • a067d40454 Handle multiple deserialization of a block's entities Rogier 2016-12-11 18:47:50 +0100
  • 33fdd48a76 Update Gradle to 5.5.1 (#8771) hannesa2 2019-08-12 18:59:53 +0200
  • 49f1006183 Fix breakage of non-GLES2 setups (#8774) Jozef Behran 2019-08-10 23:32:47 +0200
  • 120155f312 Fix some issues with minetest.clear_craft (#8712) Paul Ouellette 2019-08-10 17:28:00 -0400
  • 86d7f84b89 Merge pull request #8776 from osjc/FixGetNode Jozef Behran 2019-08-10 19:45:44 +0200
  • 291e7730cf Add player knockback on punch to builtin sfan5 2019-07-16 19:20:06 +0200
  • cf64054390 Implement adding velocity to player from Lua sfan5 2019-07-16 14:00:42 +0200
  • b19400aa74 Builtin UI: Move box element to ensure correct draw order SmallJoker 2019-08-01 14:43:31 +0200
  • d1c27c7e80 Allow customizing chat message format (#8529) ANAND 2019-08-08 21:34:46 +0530
  • cc610c74a7 guiVolumeChange: Fix child not being removed ANAND 2019-08-08 21:11:23 +0530
  • 37923920a0
    Avoid crash caused by, and improve, 'findSpawnPos()' (#8728) Paramat 2019-08-07 22:07:51 +0100
  • 0c533dc436 Game: Fix double BS multiplication SmallJoker 2019-08-07 21:17:17 +0200
  • 8ffe95913b Fix usage of wrong variable in builtin chat command handling (#8762) Beha 2019-08-07 14:32:40 -0400
  • e788ee283f Client::Interact: Use InteractAction enum instead of numeric constants ANAND 2019-08-04 10:23:59 +0530
  • e462a9a5ef
    Unify wield item handling (#8677) SmallJoker 2019-08-07 19:16:31 +0200
  • 003af74213 guiConfirmRegistration: Set focus to text field (#8761) ANAND 2019-08-07 22:45:46 +0530
  • fa6bc699bc Hide chat when console is open (#8656) ANAND 2019-08-07 22:45:33 +0530
  • 1cef09ff10 Fix inventory_overlay for nodes without inventory_image (#8433) DS 2019-08-07 12:07:30 +0200
  • 19426387d4 Optimize usage of TOSERVER_GOTBLOCKS packet sfan5 2019-08-07 10:31:12 +0200
  • 4d7f296717 Do not add group values of zero to group lists. (#8751) Beha 2019-08-07 04:48:04 -0400
  • 233cb86e86
    Clean up and fix freetype=false crashes (#8641) SmallJoker 2019-08-06 21:33:13 +0200
  • 8e757859d6
    Add luacheck to check builtin (#7895) rubenwardy 2019-08-06 19:30:18 +0100
  • 8da35c22d1
    Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756) Paramat 2019-08-06 02:30:28 +0100
  • ac856b20bf Update curl dependency in buildbot sfan5 2019-08-05 11:25:02 +0200
  • 800fa2d8e7 Fix binary-string confusion in client network code sfan5 2019-08-04 20:40:35 +0200
  • d0246cfdcc Clean up FindOpenGLES2.cmake sfan5 2019-07-25 19:55:40 +0200
  • 6c2ded4cac Unify GLES support in gui scaling filter sfan5 2019-07-25 00:11:30 +0200
  • ca363d3ef8 Unify OpenGL ES support sfan5 2019-07-25 00:01:25 +0200
  • 526a9e4b66 Let ENABLE_GLES appear in cmake_config.h and change its functionality sfan5 2019-07-24 23:15:28 +0200
  • 4f7fa8d417 Add formspec testing to test mod in minimal rubenwardy 2019-07-02 03:43:46 +0100
  • 9541165752 Add styles to most elements rubenwardy 2019-03-16 21:38:36 +0000
  • ec3795a55c Add style[] tag with button support rubenwardy 2019-03-15 19:03:12 +0000
  • d1a1c5cbf0 Add custom colorable GUIButton implementation rubenwardy 2019-03-15 18:39:23 +0000
  • 41ad0f4f20 Fix negative offsets not being supported by container[] rubenwardy 2019-08-03 16:20:15 +0100
  • 3ad9a8f3a9 Builtin: Forward old return values SmallJoker 2019-08-02 10:20:41 +0200
  • 1a97d06b5a Correct ServerActiveObject's virtual getArmorGroups() to be const. Beha 2019-08-01 11:11:43 -0400
  • 3ceef8e6a0 Mainmenu: Use textarea in error formspecs SmallJoker 2019-08-01 11:56:26 +0200
  • ec3142af99 Group "immortal" also protects players from damage Wuzzy 2019-02-21 00:36:17 +0100
  • 3296952ae5 Allow toolcaps to override the built-in times for dig_immediate sfan5 2019-07-30 17:18:37 +0200
  • 245e628d40
    Silence invalid clang format warnings in guiScrollBar.cpp (#8724) Paramat 2019-07-31 01:30:17 +0100
  • cdc7eb2d4c Sky: Refactor of moon and sun drawing (#8683) Methacrylon 2019-07-30 20:25:47 +0200
  • b8aaef704d Move the clamping of hp/breath when their maximums change to read_object_properties(). (#8689) Beha 2019-07-30 11:29:45 -0400
  • 2dd645134e README: make -j$(nproc) (#8699) Zaoqi 2019-07-30 15:36:03 +0800
  • 115ef6c09c Rename guiScrollBar to GUIScrollBar DS-Minetest 2019-07-27 15:44:11 +0200
  • 4aa9a669cb
    ContentCAO: Fix broken attachments on join (#8701) SmallJoker 2019-07-29 19:14:07 +0200
  • 50052fced5 lua_api.txt clarifications regarding mapgen object index IDs and handles. (#8713) Beha 2019-07-29 08:09:29 -0400
  • 705630e7d0 guiScrollBar: move directly to clicked pos if clicked into tray DS-Minetest 2019-07-25 15:16:49 +0200
  • 8efa1de835 Check for 'action' field in ABMs & LBMs SmallJoker 2019-07-27 20:55:38 +0200
  • fe6c666da2 Prefix RecipePriority elements with PRIORITY_ Paul Ouellette 2019-07-22 01:26:22 -0400
  • 395b1b3346 Initialize priority in CraftDefinition constructors Paul Ouellette 2019-07-22 01:15:50 -0400
  • b994a35d97 minimal: Move get_craft_result tests to test mod Paul Ouellette 2019-07-09 18:36:28 -0400
  • c3daf2a8be Fix missing item images clipping in formspecs (#8652) Pierre-Yves Rollo 2019-07-26 19:44:29 +0200
  • a8446d29e8 Document 'wield_item' entity property (#8694) Alex 2019-07-26 10:43:54 -0700
  • af72876921 Make FindCURL ready for vcpkg (#8295) adrido 2019-07-26 19:43:43 +0200
  • ce87ef397f
    Initialise 'seabed_height' to avoid compilation warning (#8715) Paramat 2019-07-26 17:51:53 +0100
  • 0cde6fc552
    Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705) Paramat 2019-07-25 20:46:28 +0100
  • 245a31d6b7
    Mgfractal: Make non-fractal terrain optional (#8702) Paramat 2019-07-25 19:58:35 +0100
  • ecd20de64d Removed debug.upvaluejoin to prevent leak of insecure environment y 2019-07-23 21:13:56 +0000
  • a1401696df Update README.md (#8700) Zaoqi 2019-07-20 23:59:37 +0000
  • 69bf964241
    Add /help formspec for commands and privileges (#8385) SmallJoker 2019-07-20 18:22:32 +0200
  • 9e00584730
    Improve documentation of mapgen aliases (#8693) Paramat 2019-07-20 02:54:42 +0100
  • 76824bac9f
    Document the deprecation of hardcoded cave liquids (#8692) Paramat 2019-07-20 01:03:52 +0100
  • a6f7848352 travis: Disable macOS build sfan5 2019-07-17 15:36:51 +0200