Commit Graph

  • b4f826583a
    Simplify getWieldIndex 1F616EMO 2024-07-25 00:39:13 +0800
  • 84836c9968
    Accidentally did something horribly wrong 1F616EMO 2024-07-25 00:37:59 +0800
  • 794a83e1f2
    Just some simple simplify 1F616EMO 2024-07-25 00:37:05 +0800
  • 22e5e8b92d
    Avoid code duplication 1F616EMO 2024-07-25 00:35:48 +0800
  • cced6da4c2
    Get inventory from player pointer 1F616EMO~nya 2024-07-24 23:44:43 +0800
  • d5f04d78ce
    remove repeated line 1F616EMO 2024-07-24 23:43:17 +0800
  • d0044bf27a
    revert Server::sendRequestedMedia() 1F616EMO 2024-07-24 23:42:33 +0800
  • f66b11db81
    Code quality fix 1F616EMO 2024-07-24 23:40:29 +0800
  • f09f721d0b Add secondary judgment logic for hover determination Yoruma 2024-07-24 05:49:14 +0800
  • c52ff46099
    Merge branch 'minetest:master' into bfs-water-shaders DragonWrangler1 2024-07-23 12:36:51 -0500
  • 7625f88a0c
    Move mod_translation_updater.py to minetest/modtools (#14865) Zughy 2024-07-22 21:34:07 +0200
  • d3127d10cb
    fs::PathStartsWith - string.empty() instead of .size() == 0 asrelo 2024-07-22 21:55:24 +0300
  • 4e1661eded
    Fix inventory items unresponsive after tab interaction (#14661) sfence 2024-07-22 19:14:53 +0200
  • 60f8c02e18
    Add setting to disable Content tab update indicator (#14827) rubenwardy 2024-07-22 15:35:47 +0100
  • 768fd4adee
    Restore buggy texture overlay modifier (#14852) DS 2024-07-22 16:35:36 +0200
  • 682b789dd5
    Fix variable use-without-initialization error in MSVC debug build Yoruma 2024-07-22 22:32:50 +0800
  • 02f40e5b0d
    Fix blockseed for on_generated in mapgen env sfan5 2024-07-22 16:31:46 +0200
  • 3ce16deb2e comment sfan5 2024-07-22 16:25:22 +0200
  • 3a9b028be0 remove broken sfan5 2024-07-22 16:22:18 +0200
  • 65c02df5ce Add Lua Api (Tested) Yoruma 2024-07-22 05:47:01 +0800
  • 66c56b8260 Fixup for wrongly changed unit test TestFileSys::testPathStartsWith asrelo 2024-07-21 23:02:33 +0300
  • 16fa24f0f4 Improve fs::PathStartsWith to handle empty strings (#14194) asrelo 2024-07-21 20:19:46 +0300
  • c5e77d61a6 Clean up the extracted methods wozrer 2024-07-21 14:51:47 +0300
  • ce94c6297e adapt guiKeyChangeMenu y5nw 2024-07-20 22:28:10 +0200
  • 21d33a977d fixup y5nw 2024-07-20 22:18:06 +0200
  • c6a446f985 Complement modifier key handling y5nw 2024-07-20 21:34:46 +0200
  • c5f0cd3ad0 Refactor tool.cpp wozrer 2024-07-20 21:54:31 +0300
  • d502b053cb
    More peer IDs 1F616EMO 2024-07-20 22:48:02 +0800
  • d911676c60 Clean up MSVC warnings in CIrrDeviceSDL.{h,cc} Josiah VanderZee 2024-07-20 08:25:49 -0500
  • 8de4660827
    devtest unittests 1F616EMO 2024-07-20 19:05:55 +0800
  • 10e8aab1c4
    Ignore / reject hotbar change if mainlist is not defined 1F616EMO 2024-07-20 18:57:39 +0800
  • a2e0345d4b
    Clamp ObjectRef::l_hud_get_hotbar_itemcount by main size 1F616EMO 2024-07-20 18:13:48 +0800
  • 6b702c95cc Fix blockseed for on_generated in mapgen env sfan5 2024-07-20 10:37:46 +0200
  • a7a719261e
    Minimize data sent in the default user agent (#14851) sfan5 2024-07-20 10:27:04 +0200
  • eba0806d77
    Warn contributors about not to run updatepo.sh manually (#14845) 1F616EMO~nya 2024-07-20 16:24:41 +0800
  • c8686f2f9a
    lua_api and getWieldIndex check 1F616EMO 2024-07-20 08:28:51 +0800
  • 8953ba6dee
    Server-side check 1F616EMO 2024-07-20 08:12:03 +0800
  • 37d0d66cfd
    Check for nullptr main list 1F616EMO 2024-07-20 07:56:29 +0800
  • 2411f1c3f7
    Clamp hotbar selection to slots that exists 1F616EMO 2024-07-20 07:53:24 +0800
  • 7d55fc3504
    Move from derr_con to verbosestream 1F616EMO 2024-07-19 21:18:57 +0800
  • 416e3238ac
    Print peer ID in "Ran out of sequence numbers" verbose logs 1F616EMO 2024-07-19 21:04:55 +0800
  • b03e9ef1c7
    Set SDL_HINT_APP_NAME to Minetest (#14862) 1F616EMO~nya 2024-07-19 19:22:42 +0800
  • 8d2f2d39be use memset Yoruma 2024-07-19 05:31:14 +0800
  • 955053478e fixup y5nw 2024-07-18 22:10:33 +0200
  • 67a18caafb Report key with modifiers in KeyPress::sym() and ...::name() y5nw 2024-07-18 22:07:26 +0200
  • bf98f08523 try to modify lua_api Yoruma 2024-07-19 03:36:56 +0800
  • 54db591cfd add some vanilla expected value limit, related script push statement, and doc in lua_api. Yoruma 2024-07-19 03:02:26 +0800
  • cb583fd04d Add to lua api and features flag cx384 2024-07-18 19:39:04 +0200
  • 04ffe3bcd0 Allow nametags to support formatted text cx384 2024-07-18 18:57:12 +0200
  • 314c22b341 Remove mod_translation_updater.py and move it to minetest/modtools Zughy 2024-07-18 12:26:27 +0200
  • 083d3681de
    Grammatical fix 1F616EMO~nya 2024-07-18 07:14:30 +0800
  • 42199ba5e4 Implement keypress matching with modifier keys y5nw 2024-07-17 17:31:32 +0200
  • b0bc318853
    Re-run docker-image check 1F616EMO 2024-07-17 21:28:31 +0800
  • 890b85a7ff
    Check for SDL version 1F616EMO 2024-07-17 21:17:30 +0800
  • 1494a7980b
    Set SDL_HINT_APP_NAME to Minetest 1F616EMO 2024-07-17 21:02:49 +0800
  • 35a0b9e9f6
    Log player dropping items 1F616EMO 2024-07-17 08:22:04 +0800
  • 70ed9d2e13
    Confirmation before clearing objects 1F616EMO 2024-07-17 08:08:09 +0800
  • 3909797b59
    Proper unittest 1F616EMO 2024-07-17 07:56:45 +0800
  • 917345d7e4
    Allow modifying default physics 1F616EMO 2024-07-17 07:52:29 +0800
  • 5beedc8756 more doc Desour 2024-07-16 18:37:01 +0200
  • 464d4c287e
    uittests 1F616EMO 2024-07-16 20:30:30 +0800
  • 31e3e056d9
    Lua API documentation 1F616EMO 2024-07-16 20:24:35 +0800
  • 23ec615527
    Use the constants 1F616EMO 2024-07-16 20:19:56 +0800
  • 9eaffec74a
    Rename things in Lua to match get_physics_override() 1F616EMO 2024-07-16 20:11:54 +0800
  • 974c712523
    Reorder things in the order of lua_api.txt 1F616EMO 2024-07-16 20:08:53 +0800
  • c68c83f643
    used table Yoruma 2024-06-26 11:16:57 +0800
  • 3bb69a0ae9
    move changes to src/constant Yoruma 2024-06-24 09:15:00 +0800
  • 1e31daed70
    Send facedir in place of 4dir for clients < 5.7.0 1F616EMO 2024-07-16 16:19:02 +0800
  • 22157b9328 add raw Yoruma 2024-07-16 03:57:28 +0800
  • 44b7a2d4a2
    Forgot to rename some vars 1F616EMO 2024-07-15 21:29:20 +0800
  • 58c96aff67
    Custom timeout by mod 1F616EMO 2024-07-15 21:27:26 +0800
  • 5b4bb5b3c5
    Oppsie, forgot to return true 1F616EMO 2024-07-15 19:29:14 +0800
  • 8abe5caff0
    Add timeout 1F616EMO 2024-07-15 19:20:52 +0800
  • 57650a6c39
    Check for privileges 1F616EMO 2024-07-15 09:57:07 +0800
  • 3162f3818e
    Chatcommand-based action confirmation (and use it on /clearobjects) 1F616EMO 2024-07-15 09:42:07 +0800
  • 59a0d95b0e
    Delay gettext calls to runtime 1F616EMO 2024-07-15 08:52:12 +0800
  • 8e59d8b682
    Better AppStream metadata (#14648) AFCMS 2024-07-14 21:57:29 +0200
  • ecf6295b4a
    Allow main menu gamebar scroll to loop (#14841) Kazooo100 2024-07-14 15:57:11 -0400
  • 569df37442
    Un-deprecate redis database backend (#14849) sfan5 2024-07-14 21:56:55 +0200
  • 84fbe8ba55
    remove mtl sfan5 2024-07-14 21:33:12 +0200
  • d96c9a304b
    remove mtl sfan5 2024-07-14 21:32:40 +0200
  • f97aae53f9 fix2 sfan5 2024-07-14 13:19:52 +0200
  • b73dc5a2ba fix sfan5 2024-07-14 13:11:55 +0200
  • 9d4f0d8a4c Fixed trailing whitespace Kazooo100 2024-07-13 15:48:42 -0400
  • dc216196e3 Madegamebar looping change more readable Kazooo100 2024-07-13 15:32:15 -0400
  • 7e690609c5
    Merge branch 'minetest:master' into looping-gamebar-scroll Kazooo100 2024-07-13 14:56:09 -0400
  • c764472f01 Restore buggy texture overlay modifier Desour 2024-07-13 20:19:45 +0200
  • 30e40622e3
    Include minetest.po{,t} and minetest.conf.example 1F616EMO 2024-07-13 18:33:41 +0800
  • ce28d00a21
    Move accessDeniedStrings to clientpackethandler.cpp 1F616EMO 2024-07-13 18:28:29 +0800
  • d733e1abea Don't allow sync. HTTP requests on the main thread anymore Gregor Parzefall 2024-05-13 20:02:34 +0200
  • c3efcb3896 Remove the last remaining sync. HTTP requests on the main thread Gregor Parzefall 2024-05-13 18:57:50 +0200
  • 7401506a27 Don't allow sync. HTTP requests on the main thread anymore Gregor Parzefall 2024-05-13 20:02:34 +0200
  • 4abfcf754a Remove the last remaining sync. HTTP requests on the main thread Gregor Parzefall 2024-05-13 18:57:50 +0200
  • 4340187bac Minimize data sent in the default user agent sfan5 2024-07-12 21:12:16 +0200
  • 976a2a25c3 less code = better code SmallJoker 2024-07-12 19:05:07 +0200
  • 7b2f380926 Add setting to disable smooth scrolling Gregor Parzefall 2024-07-12 17:27:21 +0200
  • aa674f5e7e Un-deprecate redis database backend sfan5 2024-07-12 15:40:18 +0200
  • 2f03ec681c
    Merge pull request #3 from Emojigit/20240706-server-anon-name!positive_settings 1F616EMO~nya 2024-07-12 21:28:18 +0800
  • d673277af1
    Merge a23e03534d6bea556878b5c014955b989ddb0dc9 into 1e7f554bcd5b57bab9343ccd13eacc9cec870f15 Julian Heinzel 2024-07-12 16:09:21 +0300
  • 61ee469be8
    Warn contributors about not to run updatepo.sh manually 1F616EMO 2024-07-12 08:41:19 +0800