Commit graph

  • a449e5dffb Preserve player physics Lars Mueller 2020-12-06 11:58:12 +01:00
  • f66430660e Merge branch 'master' of https://github.com/minetest/minetest_game Lars Mueller 2020-12-06 11:50:43 +01:00
  • b20c9510e4 Merge branch 'master' of https://github.com/minetest/minetest_game into playerapi_redo Lars Mueller 2020-12-06 11:41:14 +01:00
  • 1463475da0 Explain property classes Lars Mueller 2020-12-06 11:32:33 +01:00
  • ec9c227062 Redo backwards compatibility hack Lars Mueller 2020-12-06 11:28:28 +01:00
  • e0e5962d65 Fix return value randomMesh 2020-12-05 20:59:27 +01:00
  • a0a948e7ea Fix boat floating in the air when water being drained away (#2778) randomMesh 2020-12-02 20:13:51 +01:00
  • 30a00f0a01 Fix: Placing nodes in the air using butterflies (#2786) randomMesh 2020-12-02 18:47:34 +01:00
  • 29866dbcb3
    Fix minor bug in german translation The most random of all meshes 2020-11-29 17:43:15 +01:00
  • c68396619e Fix minor bug in german translation. Fixes #2784 randomMesh 2020-11-29 15:33:47 +01:00
  • 2e7b509a94
    Move player model sitting and laying positions to above the ground (#2746) An0n3m0us 2020-11-13 18:14:25 +00:00
  • 226e2d4c12
    Add missing not_in_creative_inventory group where appropriate (#2764) DS 2020-11-11 16:29:43 +01:00
  • fe467cfc52 Balance sounds, remove silent water footstep paramat 2020-11-08 15:43:04 +00:00
  • 0a950c9932
    Improve Russian translation (#2761) CyberDonk3y 2020-11-06 04:48:15 +10:00
  • 2953bf2bd6
    Slovak translations (#2772) Daretmavi 2020-11-05 19:47:48 +01:00
  • 331bbae058
    Fix deprecated get_player_velocity and set_physics_override calls (#2770) SmallJoker 2020-11-04 21:42:35 +01:00
  • 499ec73a03
    Fixed "Flint and Steel" translation CyberDonk3y 2020-11-02 20:16:29 +10:00
  • c2c55daf9d
    Fixed flint translation. CyberDonk3y 2020-11-02 20:09:10 +10:00
  • 48e360c57a Slovak translations daret 2020-11-01 18:49:40 +01:00
  • 19df60a94c
    Beds: Fix physical override bug tenplus1 2020-11-01 17:12:51 +00:00
  • 0a05ae54a7
    Update mods/beds/functions.lua SmallJoker 2020-11-01 17:38:38 +01:00
  • 14537f34f6
    Update mods/beds/functions.lua SmallJoker 2020-11-01 17:38:33 +01:00
  • 4d951f450c Fix deprectated get_player_velocity and set_physics_override calls SmallJoker 2020-11-01 12:39:51 +01:00
  • aafb1ff4c0 Add open/close sound gains to the Doors API. Balance sound levels paramat 2020-10-31 13:55:29 +00:00
  • 52124d70ea Balance open/close sound levels of doors, trapdoors, fencegates paramat 2020-10-30 18:17:05 +00:00
  • 2e64199353 add comment line to hand override as suggested Desour 2020-10-27 16:01:01 +01:00
  • adb4babbfe switch to github ci BuckarooBanzay 2020-10-27 08:48:58 +01:00
  • 211297ee5f Add missing not_in_creative_inventory group where appropriate Desour 2020-10-25 20:09:25 +01:00
  • 7eedcd52f5
    Update wool.ru.tr CyberDonk3y 2020-10-24 05:12:15 +10:00
  • 7668835cf9
    Update default.ru.tr CyberDonk3y 2020-10-24 05:11:09 +10:00
  • 15e8fdf2e1
    More accurate translation. CyberDonk3y 2020-10-24 04:45:58 +10:00
  • 2646f2cb52
    Minor improvements. CyberDonk3y 2020-10-24 04:41:48 +10:00
  • 2cd84ad44b
    Update wool.id.tr Rafsanjani Atallah 2020-10-22 11:16:06 +07:00
  • b99c342675
    Update fire.id.tr Rafsanjani Atallah 2020-10-22 11:04:08 +07:00
  • 8c30b28848
    Update dye.id.tr Rafsanjani Atallah 2020-10-22 11:02:09 +07:00
  • da6f4ddce0
    Update default.id.tr Rafsanjani Atallah 2020-10-22 10:58:35 +07:00
  • 2721d5972f
    Update default.id.tr Rafsanjani Atallah 2020-10-22 10:56:54 +07:00
  • c358453b0e
    Update carts.id.tr Rafsanjani Atallah 2020-10-22 09:02:51 +07:00
  • 11220a7271
    Update binoculars.id.tr Rafsanjani Atallah 2020-10-22 08:31:20 +07:00
  • 893bbbb9a4
    Update beds.id.tr Rafsanjani Atallah 2020-10-22 08:29:24 +07:00
  • 720d4c8e3f
    Do not apply waving shader to bush leaves (#2753) Paramat 2020-10-20 22:30:57 +01:00
  • 93b68f2cc1 Do not apply waving shader to bush leaves paramat 2020-10-20 15:19:45 +01:00
  • e03266dd4f Function calls on offline players workaround Lars Mueller 2020-10-11 16:41:43 +02:00
  • c5e04b0e84 Fix error if no previous animation Lars Mueller 2020-10-11 14:14:02 +02:00
  • 01b7c9604f Style: Break long line Lars Mueller 2020-10-11 14:06:43 +02:00
  • 78d358c6d7 Defaults on registration, ID for comparison Lars Mueller 2020-10-11 14:01:29 +02:00
  • cc57126bce Merge branch 'playerapi_redo' of https://github.com/appgurueu/minetest_game into playerapi_redo Lars Mueller 2020-10-10 20:18:05 +02:00
  • de54ef5719 Only set properties if changed Lars Mueller 2020-10-10 20:13:33 +02:00
  • df0b9ff675 set_texture() Zughy 2020-10-10 18:43:02 +02:00
  • 15b14c0192
    Update LICENSE.txt samarth-ramesh 2020-10-04 06:07:15 +05:30
  • d023fec1ff
    Update README.md Sundaran13 2020-10-01 08:08:52 +05:30
  • 6605724fe1
    Add icons for invisible nodes (#2718) Wuzzy 2020-09-30 17:41:04 +02:00
  • 76644f4ca8 Lower frequency of standing/sitting animation An0n3m0us 2020-09-30 07:43:52 +01:00
  • 81d62f649d Move player sitting and laying position to above the ground An0n3m0us 2020-09-30 07:26:17 +01:00
  • 7a3809da7f
    Other occurrences of f{...} -> f({...}) Lars Müller 2020-09-29 17:50:39 +02:00
  • 1e40fee2b6
    f{...} -> f({...}) Lars Müller 2020-09-29 17:48:26 +02:00
  • 4c11937f81 Do not set properties if no change of collisionbox paramat 2020-09-27 17:06:03 +01:00
  • 930b0f1eee Add documentation Lars Mueller 2020-09-27 11:18:50 +02:00
  • fc86bf5a5f Player API: Animation-dependent collisionbox and eye_height paramat 2020-09-25 16:09:24 +01:00
  • ca97ea92ec Beds: Don't change eye offset Lars Mueller 2020-09-26 12:24:09 +02:00
  • 58a284ab60 Redo PR Lars Mueller 2020-09-26 12:22:03 +02:00
  • e1b1c2a921 Redo player_api Lars Mueller 2020-09-26 09:51:43 +02:00
  • 4f237ebbef change back the spacing in game_api.txt HybridDog 2020-09-24 14:11:57 +02:00
  • 4e8db84635 Cleanup farming code and small additional changes HybridDog 2016-05-23 13:10:16 +02:00
  • dd91a1bfe5
    Furnace: Start the timer on on_metadata_inventory_take (#2639) orbea 2020-09-23 20:58:09 +00:00
  • 5348d6e5bc
    Fix builtin item metatable (#2328) sofar 2020-09-22 09:39:11 -07:00
  • 4c145bf9aa
    Improve inner/outer stairs translation for external mods (#2584) Louis Royer 2020-09-22 00:38:49 +02:00
  • 63cffc4bd1
    Improve player model credits, add contributors to license (#2741) Paramat 2020-09-21 23:36:59 +01:00
  • fc9dad5195 Reverse the order of 'outer, inner' -> 'inner, outer' Louis Royer 2020-09-21 12:03:38 +02:00
  • 167fd8517d Improve player model credits, add contributors to license paramat 2020-09-20 22:37:17 +01:00
  • 1d3feba732
    Update game description to manage expectations (#2740) Paramat 2020-09-20 00:40:49 +01:00
  • 3a0c67a432
    Update game.conf sfan5 2020-09-14 15:02:39 +02:00
  • 879a29d235 Update game description to manage expectations paramat 2020-09-10 20:54:52 +01:00
  • b8acf7a520 Added a complete Esperanto translation Jason Cartwright 2020-09-09 01:16:20 -04:00
  • 8d0fb34fb0
    Player_api: Various maintenance (#2737) Paramat 2020-09-09 18:11:25 +01:00
  • 150e0cd104 remove again skinsdb5 and backport modpack changes Alexander Weber 2020-09-06 08:59:18 +02:00
  • 44ad633a2b use new get_meta() in player_api Alexander Weber 2020-05-25 08:24:54 +02:00
  • fd027e71d3 add skinsdb5 - skinsdb based skins manager with preview support Alexander Weber 2020-05-25 08:13:20 +02:00
  • a7c395abc6 add skins - player skin manager for sfinv Alexander Weber 2020-05-25 07:47:31 +02:00
  • 9c8b220ddb add skin_admin - simple chat command player skin manager Alexander Weber 2020-05-25 07:46:41 +02:00
  • e14e8d3340 Enhance player_api by skin methods Alexander Weber 2020-05-25 07:45:53 +02:00
  • 943c1a242d Player_api: Various maintenance paramat 2020-08-31 23:30:18 +01:00
  • 268f869e67
    beds: Various bug fixes (#2566) An0n3m0us 2020-09-02 17:32:06 +01:00
  • 25bf3fdc9c
    Update Chinese translation (#2730) IFRFSX 2020-09-03 00:30:38 +08:00
  • 133331c272 Recovery template IFRFSX 2020-09-01 13:23:53 +08:00
  • 46f4392e26 Recovery template IFRFSX 2020-09-01 13:21:55 +08:00
  • befed5525a
    Replace some sounds with new sounds (#2605) An0n3m0us 2020-08-29 01:16:36 +01:00
  • efa26bc54b
    Merge branch 'master' into newsounds An0n3m0us 2020-08-27 21:41:57 +01:00
  • f6d0890152 Tweak sand gain values An0n3m0us 2020-08-27 21:40:11 +01:00
  • e4ba3be66b
    Merge pull request #1 from Adnan1091/imgbot Adnan1091 2020-08-27 11:02:28 +03:00
  • a8ca74c70f
    [ImgBot] Optimize images ImgBotApp 2020-08-27 08:01:09 +00:00
  • 1da168b3c3
    Craftguide: Fix error caused by removing invalid recipes (#2732) SmallJoker 2020-08-23 14:35:12 +02:00
  • 1fc28aed21
    Change translate: Any item belonging to the group(s) Yiu Man Ho 2020-08-23 15:39:30 +08:00
  • f1474a3a23
    Add translate for mtg_craftguide: zh_CN and zh_TW Yiu Man Ho 2020-08-23 15:27:27 +08:00
  • a2e34d6eb2 Import translations from minetest-mods/craftguide Paul Ouellette 2020-08-22 13:43:55 -04:00
  • 17122a6152 Craftguide: Fix error caused by removing invalid recipes SmallJoker 2020-08-22 16:59:20 +02:00
  • 5d0e4aef45
    Add simplified version of 'craftguide' mod, named 'mtg_craftguide' (#2396) Paul Ouellette 2020-08-21 19:20:58 -04:00
  • 230ef7c63c update translation IFRFSX 2020-08-19 16:22:41 +08:00
  • 294995427c keys: Fix error when spanking unknown nodes SmallJoker 2020-08-16 10:30:46 +02:00
  • 738b53249b Fix use_texture_alpha warnings since 5.4.0-dev SmallJoker 2020-08-16 10:17:56 +02:00