Commit Graph

  • 22a1653702
    Perform server occlusion check before a block is loaded or generated (#14148) lhofhansl 2023-12-29 12:53:27 -0800
  • edd947b645 Enable some runtime hardening on win32 sfan5 2023-12-19 22:02:04 +0100
  • b8dc349099 Clean up gettext initialization sfan5 2023-12-19 22:01:28 +0100
  • 93c2aff2cf Clean up OS-specific initialization sfan5 2023-12-19 21:41:48 +0100
  • ad5e9aa5e3 Fix AsyncRunStep() skipping steps when dtime < 1 ms Desour 2023-12-29 15:08:22 +0100
  • 467d3a8c62
    Rename hud_elem_type to type (#14065) cx384 2023-12-29 21:51:02 +0100
  • bc336480e6
    Avoid short overflow with large viewing ranges (#14175) lhofhansl 2023-12-28 09:10:11 -0800
  • 32e492837c
    Support both mouse and touch input in GUIs in a single binary (#14146) grorp 2023-12-27 22:37:36 +0100
  • 4f1dbb127a
    Update CMakeLists.txt to fix MacOS build (#14160) superfloh247 2023-12-27 22:19:56 +0100
  • 93dfa8a6d8
    Optimize and improve built-in PNG writer (#14020) sfan5 2023-12-27 11:56:48 +0100
  • 5054918efc
    MacOS: Add codesigning instructions to docs (#14060) Simon Boehm 2023-12-27 02:44:54 -0800
  • 335af393f0 Make the loading screen progress bar respect "gui_scaling" Gregor Parzefall 2023-12-26 11:27:42 +0100
  • 524721ee27 Remove non-existent textures from texture_packs.md Gregor Parzefall 2023-12-26 11:16:30 +0100
  • 5405a558fd Fix minor issue with log_deprecated() sfan5 2023-12-25 19:47:34 +0100
  • 094c433e58 Update clang-tidy workflow sfan5 2023-12-23 14:20:24 +0100
  • 961652c2e9 Address some clang-tidy warnings sfan5 2023-12-23 13:02:17 +0100
  • 322c4a5b2b Rework server stepping and dtime calculation Desour 2023-03-29 11:42:50 +0200
  • b6c7c5a7ab Link with -latomic Desour 2023-04-22 18:42:08 +0200
  • 46c930cf70
    Touchscreen: Make server-sent overrides of button textures work (#14145) grorp 2023-12-23 14:39:42 +0100
  • e0d4a9d575 Make volumetric light effect strength server controllable Lars 2023-10-23 17:05:31 -0700
  • 04f0d545da Initial implementation of 'Godrays' x2048 2023-10-09 11:58:58 -0700
  • cad8e895f2
    Fix set_bone_position regression (error on passing none) Lars Müller 2023-12-21 18:55:12 +0100
  • cb38b841af Split windows from linux CI workflows sfan5 2023-12-20 21:35:19 +0100
  • d58cc7fb7a Fix on_(grant|revoke) not being run by mods Lars Mueller 2023-12-20 21:14:24 +0100
  • 7e143cb33d
    Manually configurable minimum protocol version (#14054) Warr1024 2023-12-21 12:53:30 -0500
  • 04dc4a10f0 Fix TouchScreenGUI ignoring server-sent pitch changes Gregor Parzefall 2023-12-19 20:35:50 +0100
  • 47e557b96a Enable segment heap on Windows sfan5 2023-12-19 20:19:39 +0100
  • 3b346fd3c9 Fix touch input on Linux Gregor Parzefall 2023-12-17 09:56:25 +0100
  • 0d61598d8a
    Extend bone override capabilities (#12388) Lars Müller 2023-12-20 21:21:53 +0100
  • 61d0f613df
    Hand roll UTF-16 conversion in CGUITTFont (#14121) sfan5 2023-12-19 20:18:43 +0100
  • 00d9d96e48
    Android: Pause rendering while the app is paused (#14058) grorp 2023-12-19 20:18:28 +0100
  • b1aec1b5c8
    Add dithering (#9014) HybridDog 2023-12-19 20:18:11 +0100
  • 5d3e830176 MinGW toolchain refresh sfan5 2023-12-13 12:54:44 +0100
  • 91ba02449b
    Add touch_controls boolean to get_player_window_information() (#14092) grorp 2023-12-17 20:47:07 +0100
  • 7162b536eb
    Extract Game::drawScene from Game::updateFrame JosiahWI 2023-12-17 13:44:45 -0600
  • ca1a723890
    Allow cheaper culling checks at a distance (#14073) lhofhansl 2023-12-16 15:04:21 -0800
  • 16c22477c2
    Update porting.h to fix build errors on macOS 14 / Xcode 15 superfloh247 2023-12-16 12:52:07 +0100
  • 128ed87dd8 Reorder members of MapBlock for performance sfan5 2023-12-12 16:28:21 +0100
  • 9408a1a025 Reduce size of some MapBlock members sfan5 2023-12-12 16:14:40 +0100
  • 777dca7043 Elide MapBlock::contents_cached sfan5 2023-12-12 16:08:41 +0100
  • f5b35a074f Get rid of parent pointer in MapBlock sfan5 2023-12-12 15:43:39 +0100
  • c6cf90f67b Change MapBlock content cache to a vector sfan5 2023-12-12 15:30:26 +0100
  • cb6e3ac6e1 Allocate data seperately from MapBlock class again sfan5 2023-12-12 15:03:34 +0100
  • 2c2bc4a427 Try to benchmark common MapBlock usage sfan5 2023-12-13 21:43:11 +0100
  • e5a6048eec Allow running individual benchmarks sfan5 2023-12-14 11:41:22 +0100
  • 3c60d359ed Remove usage of removed "PP" macro Gregor Parzefall 2023-12-15 10:28:07 +0100
  • 94a54375e2
    Inventory: prevent item loss when stacking oversized ItemStacks (#14072) SmallJoker 2023-12-15 10:24:04 +0100
  • c871b6dd4e Hash-check buildbot dependencies sfan5 2023-12-13 00:19:11 +0100
  • 62c6667b0b Get rid of VERSION_EXTRA for buildbot sfan5 2023-12-13 00:05:51 +0100
  • 704b5d88b9 Upload artifacts in MinGW CI sfan5 2023-12-13 00:04:58 +0100
  • a292cc42aa Fix Windows architecture reporting in sysinfo sfan5 2023-12-12 23:53:16 +0100
  • da832a295e
    Delete clang-format files and comments (#14079) Gary Miguel 2023-12-15 01:23:44 -0800
  • 64b59184d1
    Reduce test framework macrosity Vitaliy 2023-12-15 12:23:32 +0300
  • bd06466d3a Improve clock_gettime usage sfan5 2023-12-12 13:28:07 +0100
  • d4123a387c Clean up porting.h a bit sfan5 2023-12-12 13:20:59 +0100
  • e7be135b78
    Warning: inform about entity name when bug detected about attachement (#13354) mazes-80 2023-12-15 10:22:58 +0100
  • 5b5526958d Merge pull request 'master' (#5) from Mirrorlandia_minetest/minetest:master into master Bruno Rybársky 2023-12-13 19:58:54 +0100
  • 83c2d31af5 Update CMakeLists.txt Bruno Rybársky 2023-12-13 19:57:36 +0100
  • 36a9a9a4a3 Merge pull request 'master' (#4) from Mirrorlandia_minetest/minetest:master into master Bruno Rybársky 2023-12-13 19:56:19 +0100
  • d1a55e9ca4
    Remove use_texture_alpha compatibility code for nodeboxes & meshes (#13929) sfan5 2023-12-13 13:15:59 +0100
  • 6eb9269741
    Try to fix safeWriteToFile producing empty files on Windows (#14085) Gary Miguel 2023-12-13 04:15:37 -0800
  • a98200bb4c
    Avoid movement jitter (#13093) lhofhansl 2023-12-10 10:12:37 -0800
  • 55fafb7d25
    Add sound volume when unfocused setting (#14083) Muhammad Rifqi Priyo Susanto 2023-12-11 01:11:39 +0700
  • 321bcf5c44
    GUIFormspecMenu: Fix race condition between quit event and cleanup in Game (#14010) SmallJoker 2023-12-10 19:09:51 +0100
  • c29f6c3f9e add debug_force Bruno Rybársky 2023-12-09 21:40:20 +0100
  • d50faa6036 Merge pull request 'master' (#3) from Mirrorlandia_minetest/minetest:master into master Bruno Rybársky 2023-12-09 21:39:17 +0100
  • 689aaf50b3
    Fix unittest failure for release versions (#14067) grorp 2023-12-08 21:13:33 +0100
  • 2ec3325381
    Check if liquid can flow into empty node before picking it as source (#14057) ZenonSeth 2023-12-08 20:13:18 +0000
  • 634e49b961
    Improve Irrlicht instructions (#14055) Gary Miguel 2023-12-08 12:11:54 -0800
  • 55f40a7f8d Continue with 5.9.0-dev rubenwardy 2023-12-04 17:15:43 +0000
  • 49ce5a2de6 Bump version to 5.8.0 rubenwardy 2023-12-04 17:15:36 +0000
  • 30769589bf Remove junk translation file updatepo.sh 2023-12-03 19:11:30 +0100
  • 6cf9b7472a Run mod_translation_updater.py updatepo.sh 2023-12-03 18:55:22 +0100
  • 4be8b77598 Run updatepo.sh updatepo.sh 2023-12-03 18:48:54 +0100
  • bae9f65411 Update from builtin/settingtypes.txt updatepo.sh 2023-12-03 18:47:50 +0100
  • 0a20d30f83 Various little translation fixups Krock 2023-12-03 12:44:00 +0000
  • 7245bcc614 Translated using Weblate (Malay) Nisa Syazwani 2023-11-30 15:50:27 +0000
  • 51136780d6 Translated using Weblate (Spanish) chocomint 2023-12-01 05:16:18 +0000
  • ea6eb0dfc8 Translated using Weblate (Spanish) gallegonovato 2023-12-02 00:10:50 +0000
  • ab88fc6835 Translated using Weblate (Hungarian) nyommer 2023-11-28 19:49:01 +0000
  • 30b28280eb Translated using Weblate (Romanian) AlexTECPlayz 2023-11-25 13:06:18 +0000
  • e5672111d2 Translated using Weblate (Japanese) BreadW 2023-11-20 11:03:51 +0000
  • ce0aca49c2 Translated using Weblate (Catalan) Spurnita 2023-11-17 18:08:29 +0000
  • 0d3b71564f Translated using Weblate (Javanese) Muhammad Rifqi Priyo Susanto 2023-11-14 14:00:08 +0000
  • 0a51fde971 Translated using Weblate (Hindi) Ritwik 2023-11-15 02:04:04 +0000
  • a13a165e9b Translated using Weblate (Chinese (Simplified)) milewood 2023-11-15 09:34:25 +0000
  • 8a7d3d07de Translated using Weblate (German) Wuzzy 2023-11-12 23:17:19 +0000
  • 0977728ea0 Translated using Weblate (Italian) Giov4 2023-11-12 14:16:57 +0000
  • 92eb63c867 Translated using Weblate (Malay + Jawi) Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi 2023-11-11 16:24:33 +0000
  • 0c4a15fa16 Translated using Weblate (Ukrainian) YearOfFuture 2023-11-12 13:13:02 +0000
  • 01ac9e15ef Translated using Weblate (Russian) Nanashi Mumei 2023-11-12 00:43:52 +0000
  • dd3fc83777 Translated using Weblate (Indonesian) Muhammad Rifqi Priyo Susanto 2023-11-12 00:00:08 +0000
  • 6a5e480a58 Translated using Weblate (French) waxtatect 2023-11-12 13:03:37 +0000
  • 419d971891
    Translated using Weblate (German) Lars Müller 2023-11-12 00:21:32 +0000
  • 9e62cb5c04
    Translated using Weblate (German) sfan5 2023-11-11 11:49:06 +0000
  • bf53e7e1ca Fix anticheat false positives whith speed physics override Desour 2023-12-02 16:47:56 +0100
  • 91134015e7
    Document minetest.get_gametime() returning nil at init time (#14047) AFCMS 2023-12-03 09:00:29 +0100
  • 047520d91e
    Inventory: Add remaining items into the source slot directly (#14021) Muhammad Rifqi Priyo Susanto 2023-12-03 15:00:07 +0700
  • 6106e4e72b
    Fix sound and particlespawner id generation (#14059) DS 2023-12-01 00:09:53 +0100
  • a7e5456099
    Server: avoid re-use of recent ParticleSpawner and Sound IDs (#14045) SmallJoker 2023-11-29 21:10:19 +0100