Commit Graph

  • e15cae9fa0 fontengine: Fix crash loading PNG/XML fonts from paths without dot master sfan5 2021-06-01 19:45:45 +02:00
  • c9144ae5e2
    Add core.compare_block_status function (#11247) SmallJoker 2021-05-30 20:24:12 +02:00
  • 89f3991351
    Fix base64 validation and add unittests (#10515) Lars Müller 2021-05-30 20:23:12 +02:00
  • 1bc753f655 Use safe_file_write to save forceloaded blocks sfan5 2021-05-30 11:15:02 +02:00
  • f30dcdb504 Fix procession ordering issue in content_cao sfan5 2021-05-29 19:08:16 +02:00
  • 2c53f03c18 Remove unused version detection from FindLuaJIT.cmake sfan5 2021-05-25 21:16:55 +02:00
  • 758e3aa1ca Fix background color of formspec text fields sfan5 2021-05-25 21:03:51 +02:00
  • a0047d6edc script: Replace calls to depreated luaL_openlib sfan5 2021-05-25 20:20:16 +02:00
  • a12017c564 Provide exact error message if postgres connection string missing sfan5 2021-05-25 20:03:05 +02:00
  • d7a4479eb3 Fix misleading /shutdown command syntax Wuzzy 2021-03-06 04:05:14 +01:00
  • 5bf72468f3
    UnitSAO: Prevent circular attachments SmallJoker 2021-05-29 11:44:48 +02:00
  • ff48619a85 Fix cloud fog being broken for high clouds Wuzzy 2021-05-25 23:44:41 +02:00
  • 673c29f7ea
    Fix client crash on when con::PeerNotFoundException is thrown (#11286) savilli 2021-05-24 19:40:35 +02:00
  • 93f43c890b GUIEditBox: Allow selecting and copying read-only texts SmallJoker 2021-05-21 17:26:02 +02:00
  • 4152227f17 CI: add workaround to fix clang builds sfan5 2021-05-17 16:55:55 +02:00
  • b56a028d6b Fix curl_timeout being ignored for Lua HTTP fetches sfan5 2021-05-16 14:05:43 +02:00
  • d44f1aabbb
    Fix list of libraries included in AppImage Lejo 2021-05-15 23:56:33 +02:00
  • 53dca4f95f
    Use --image-base instead of -Ttext-segment for lld linker on FreeBSD (#9367) (#11263) Dmitry Marakasov 2021-05-15 11:15:03 +03:00
  • 69c70dd319 Fix swapped vertex colors on GLES2 sfan5 2021-05-08 20:18:29 +02:00
  • 2443f1e235 Fix overlays for 2D-drawn items sfan5 2021-05-08 19:33:52 +02:00
  • 7c2826cbc0
    Fix build for newer versions of GCC (#11246) lhofhansl 2021-05-06 10:24:30 -07:00
  • 1bb8449734
    Improve liquid documentation (#11158) Wuzzy 2021-05-06 17:24:11 +00:00
  • 225d4541ff fix: extractZipFile is not part of Client but more generic. Loic Blot 2021-05-06 09:02:11 +02:00
  • ba40b39500 Add basic client-server test to CI sfan5 2021-04-21 18:21:12 +02:00
  • 08f1a7fbed Use Irrlicht functions to query npot texture support sfan5 2021-04-21 18:52:14 +02:00
  • de85bc9227 fix: some code tidy about includes & irr namespaces Loic Blot 2021-05-03 10:27:00 +02:00
  • 48d5abd5be refacto: remove get_gui_env & draw_load_screen from RenderingEngine singleton Loic Blot 2021-04-29 20:38:35 +02:00
  • a93712458b fix: don't use RenderingEngine singleton when it's possible Loic Blot 2021-04-29 09:45:49 +02:00
  • 5a02c376ea refacto: RenderingEngine::get_scene_manager() is now not callable from singleton Loic Blot 2021-04-29 09:40:56 +02:00
  • ccdd886e27 refacto: Hud: make driver, client, player, inventory, tsrc private & drop unused guienv Loic Blot 2021-04-29 09:30:19 +02:00
  • a47a00228b refacto: drop unused Hud::smgr Loic Blot 2021-04-29 09:20:01 +02:00
  • 809e68fdc0 refacto: don't use RenderingEngine singleton on CAO Loic Blot 2021-04-29 09:07:36 +02:00
  • 1bc855646e refacto: protect some RenderingEngine::get_scene_manager Loic Blot 2021-04-29 08:51:17 +02:00
  • 258101a910 refacto: RenderingEngine is now better hidden Loic Blot 2021-04-28 12:48:13 +02:00
  • 74125a74d3 refacto: hide mesh_cache inside the rendering engine Loic Blot 2021-04-28 11:07:28 +02:00
  • e0716384d6 refacto: add RenderingEngine::cleanupMeshCache Loic Blot 2021-04-28 10:53:36 +02:00
  • e34d28af9f refacto: rendering engine singleton removal step 1 (filesystem) Loic Blot 2021-04-28 10:22:13 +02:00
  • bc1888ff21 fix: drop old irrlicht <1.8 compat on Client::loadMedia Loic Blot 2021-04-28 09:55:51 +02:00
  • 83a7b48bb1 Fix Windows pipelines on Gitlab-CI sfan5 2021-04-27 23:41:35 +02:00
  • 228f1c6770
    Fix rotation for falling mesh degrotate nodes (#11159) Wuzzy 2021-04-28 06:38:47 +00:00
  • 734fb2c811
    Add helpful error messages if Irrlicht library / include dir are set incorrectly (#11232) sfan5 2021-04-28 08:38:18 +02:00
  • 9660ae288a
    Update library versions in buildbot (#11229) sfan5 2021-04-27 11:50:40 +02:00
  • 776015c350
    Rename “Irrlicht” to “IrrlichtMt” in documentation Wuzzy 2021-04-23 19:37:45 +00:00
  • 074e6a67de
    Add minetest.colorspec_to_colorstring (#10425) Vincent Robinson 2021-04-23 12:37:24 -07:00
  • 3e2145d662 Fix two CMake build issues sfan5 2021-04-21 20:25:18 +02:00
  • daf862a38a Fix devtest Lua error sfan5 2021-04-21 16:42:34 +02:00
  • a24899bf2d
    Look for PostgreSQL library properly and fix CI sfan5 2021-04-20 19:50:34 +02:00
  • 1da73418cd
    Enable cleanTransparent filter for mipmapping and improve its' algorithm (#11145) sfan5 2021-04-20 19:50:19 +02:00
  • 90a7bd6a0a
    Put torch/signlike node on floor if no paramtype2 (#11074) Wuzzy 2021-04-20 17:50:03 +00:00
  • 16e5b39e1d
    Add a key to toggle map block bounds (#11172) Seth Traverse 2021-04-20 10:23:31 -07:00
  • 0077982fb7
    GLES fixes (#11205) sfan5 2021-04-18 16:07:13 +02:00
  • 623f0a8613 Isolate library tables between sandbox and insecure env sfan5 2021-03-28 22:53:48 +02:00
  • 52c0384bd1 Fix ignored OpenGLES2 include path and cmake warning sfan5 2021-04-16 23:39:16 +02:00
  • a106bfd456
    Also return the ObjectRef from minetest.spawn_falling_node() (#11184) benrob0329 2021-04-13 14:02:43 -04:00
  • bbe120308f
    Attachments: Avoid data loss caused by set_attach() in callbacks (#11181) SmallJoker 2021-04-13 20:02:18 +02:00
  • 4d0fef8ae8
    Buildbot changes to allow out-of-tree builds (#11180) sfan5 2021-04-11 17:10:06 +02:00
  • 4b8209d9a4
    Modifying fall damage via armor group (#11080) Wuzzy 2021-04-11 15:09:37 +00:00
  • 0abc1e98ed
    Fix server favorites not saving when client/serverlist/ doesn't exist already (#11152) sfan5 2021-04-09 22:36:10 +02:00
  • a0e7a4a0df Update German builtin translation Wuzzy 2021-04-02 16:02:22 +02:00
  • 8c7e214875 Update builtin locale files Wuzzy 2021-04-02 15:59:28 +02:00
  • e89e6c8380 Don't reseed stars when changing star count Wuzzy 2021-04-05 17:18:45 +02:00
  • 57218aa9d1 Update Android build config sfan5 2021-04-09 21:16:45 +02:00
  • 85163b531f
    Make edit boxes respond to string input (IME) (#11156) yw05 2021-04-05 15:56:29 +02:00
  • 2332527765
    Add vector.to_string and vector.from_string (#10323) DS 2021-04-05 15:55:56 +02:00
  • 19c283546c Don't apply connection timeout limit to locally hosted servers sfan5 2021-04-05 15:21:43 +02:00
  • c11208c4b5
    Game: Scale damage flash to max HP SmallJoker 2021-04-05 13:38:50 +02:00
  • f0bad0e2ba
    Reserve vectors before pushing and other code quality changes (#11161) sfan5 2021-04-05 13:38:31 +02:00
  • 3e1904fa8c
    Devtest: Remove testnodes_show_fallback_image Wuzzy 2021-04-05 11:37:58 +00:00
  • 88783679cf fix(ci): ensure we build on docker only modifications Loic Blot 2021-04-02 14:17:24 +02:00
  • 5de849713e fix(docker): reduce the number of required libraries on build Loic Blot 2021-04-02 12:25:52 +02:00
  • 78da79b60f fix: use irrlicht fork instead of the standard library Loic Blot 2021-04-02 09:26:03 +02:00
  • c4b048fbb3 fix: don't send the whole local context to the docker image Loic Blot 2021-04-02 09:25:50 +02:00
  • 024d47e0d3
    CGUITTFont optimizations (#11136) sfan5 2021-04-02 00:20:16 +02:00
  • 34888a914e
    Sort out cURL timeouts and increase default sfan5 2021-04-02 00:19:39 +02:00
  • 3560691c0a
    Add math.round and fix vector.round (#10803) Vincent Robinson 2021-04-01 15:18:58 -07:00
  • 1e4913cd76
    Irrlicht support code maintenance sfan5 2021-03-31 13:15:47 +02:00
  • 0d90ed6d92
    Draw items as 2D images (instead of meshes) when possible sfan5 2021-03-30 21:50:39 +02:00
  • 88d1fcfe23
    Block & report player self-interaction (#11137) Lars Müller 2021-03-30 21:49:50 +02:00
  • f4118a4fde
    Consistent title bar + render information in mainmenu (#10764) SmallJoker 2021-03-30 21:49:15 +02:00
  • f345d00a43 Add entry in features table for degrotate changes sfan5 2021-03-30 14:04:14 +02:00
  • 6c9be39db0
    Fix wield image of plantlike_rooted (#11067) Wuzzy 2021-03-29 22:27:46 +00:00
  • 3b78a22371
    Degrotate support for mesh nodes (#7840) Vitaliy 2021-03-30 01:25:11 +03:00
  • fde2785fe3
    Update language choices in settingtypes.txt (#11124) Emojigit 2021-03-30 01:58:39 +08:00
  • 7ad8ca62dc
    Clean up various misleading and/or confusing messages and texts related to priv changes (#11126) Wuzzy 2021-03-29 17:57:48 +00:00
  • 7c24a9ebef Update CONTRIBUTING info on translating builtin Wuzzy 2021-03-28 21:55:56 +02:00
  • 8d89f5f0cc
    Replace fallback font nonsense with automatic per-glyph fallback (#11084) sfan5 2021-03-29 19:55:24 +02:00
  • 5f4c78a77d Fix broken include check and correct Gitlab-CI script sfan5 2021-03-26 23:08:39 +01:00
  • fc1512cca6
    Translate chatcommand delay message and replace minetest with core (#11113) HybridDog 2021-03-26 20:59:05 +01:00
  • 6a26d6d15a Adjust build config for Irrlicht changes (again) sfan5 2021-03-25 15:09:49 +01:00
  • 298bb3d8f7 Drop irrUString from MT, it's owned by irrlicht now Loic Blot 2021-03-19 18:37:07 +01:00
  • 437d011968 Fix attached-to-object sounds having a higher reference distance Desour 2021-03-23 01:02:49 +01:00
  • 2da1eee394
    Fix broken BiomeGen abstraction (#11107) sfan5 2021-03-23 15:43:26 +01:00
  • c9eba8440d
    Fix segfault for model[] without animation speed Jean-Patrick Guerrero 2021-03-21 23:23:30 +01:00
  • afe988d83d
    lua_api.txt: Fix style selector examples Hugues Ross 2021-03-21 18:23:14 -04:00
  • 44ed05ddf0
    Restore minimal normal texture support (for minimap shading) Vitaliy 2021-03-22 01:22:22 +03:00
  • 531e7ef8eb Serialize tool capabilities JSON without whitespace sfan5 2021-03-20 22:06:17 +01:00
  • 042131d91d
    Mainmenu: Improve "Join Game" tab (#11078) sfan5 2021-03-20 19:48:25 +01:00
  • 05719913ac
    Schematic: Properly deal with before/after node resolving and document (#11011) SmallJoker 2021-03-20 13:02:15 +01:00
  • a8cc3bdb08
    Builtin: Translatable join, leave, profiler msgs (#11064) Wuzzy 2021-03-19 20:46:11 +00:00
  • ee2d46dcbe
    Builtin: Italian translation (#11038) Zughy 2021-03-19 21:45:46 +01:00