1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-26 02:45:30 +01:00

Commit Graph

  • 553dc02deb Fix some memleaks from GUIButtonImage (#13564) DS 2023-06-06 19:01:32 +02:00
  • 1b51ff333a Use unique_ptr for ServerInventoryManager::DetachedInventory::inventory Desour 2023-03-03 16:44:04 +01:00
  • 1780d1bbde Use unique_ptrs for MapSector::m_blocks Desour 2023-03-03 15:20:29 +01:00
  • 08ea467bfe Use unique_ptr for g_httpfetch_thread Desour 2023-03-03 15:03:19 +01:00
  • cfb1b879e0 Use unique_ptrs for CurlFetchThread::m_all_ongoing Desour 2023-03-03 15:00:43 +01:00
  • d0bcdff5ce Use unique_ptrs for leveldb db and iterators Desour 2023-03-03 14:53:37 +01:00
  • 8445c5fe60 Extend roadmap approval time from one week to one month Zughy 2023-06-05 12:02:59 +02:00
  • a1463263b5 Auto-detect locale on Android (#13561) Gregor Parzefall 2023-06-05 12:02:10 +02:00
  • a857c46e6e Make the settings GUI more usable on Android (#13543) Gregor Parzefall 2023-06-05 12:01:54 +02:00
  • d9f478cbfb Remove a misleading MutexAutoLock in l_to_table Desour 2023-05-27 07:37:05 +02:00
  • 252c79d53a Inventory mouse shortcut improvements (#13146) OgelGames 2023-06-05 20:00:32 +10:00
  • 23f7aab354 Item Entity: prevent moveresult assert when attached (#13353) mazes-80 2023-06-05 12:00:11 +02:00
  • e5a5d5a672 Fix various cases of double-escaped error messages Gregor Parzefall 2023-06-01 20:35:40 +02:00
  • 29b7aea38b Cavegen y biome check (#13472) Riley Adams 2023-06-05 05:59:22 -04:00
  • 1ef9fc9d1f Bump used IrrlichtMt version sfan5 2023-06-04 20:36:46 +02:00
  • 7221de6ede Option to invert direction or disable mouse wheel for hotbar item selection Muhammad Rifqi Priyo Susanto 2023-05-24 21:00:00 +07:00
  • 8cd1296049 Add additional texture modifiers (#10100) Treer 2023-05-30 05:17:39 +10:00
  • a8ec6092e2 Load blocks and objects behind player when in third-persion front-view (#13431) lhofhansl 2023-05-29 10:26:42 -07:00
  • fc3d6c1dd9 Place nodes with single tap on Android (+ bugfix) (#13187) Gregor Parzefall 2023-05-29 07:30:30 +02:00
  • 6832bf044e Avoid jittering when player is attached (#12439) lhofhansl 2023-05-28 11:36:34 -07:00
  • 394dd9ffa5 Fix settings dialog not resetting filter when closed (#13513) ROllerozxa 2023-05-27 16:35:01 +02:00
  • 8cccd75e81 Android build via CMake (#13528) sfan5 2023-05-26 15:21:23 +02:00
  • 00c647e4cc Convert spaces to tabs (#13506) Thresher 2023-05-26 09:13:57 -04:00
  • f4cb16cc2d Disable desynchronize_mapblock_texture_animation by default (#13514) ROllerozxa 2023-05-26 13:48:37 +02:00
  • d6eb6ff973 Reset player lighting when passing no arguments (#13525) Zughy 2023-05-26 13:47:16 +02:00
  • b60d38b7f9 Reset day/night ratio even when passing no arguments (#13524) Zughy 2023-05-26 13:45:42 +02:00
  • 180ec92ef9 Remove trailing whitespace (#13505) Thresher 2023-05-18 14:34:18 -04:00
  • 95a9f4ab7c Inventory: Allow InvRef:set_list with new_size >= old_size (#13497) SmallJoker 2023-05-18 20:32:55 +02:00
  • f393214fef Settings menu improvements regarding default values (#13489) Gregor Parzefall 2023-05-18 20:32:26 +02:00
  • 5ba70cf5ef Fix crash on handling wallmounted nodes with invalid param2 (#13487) savilli 2023-05-18 20:31:04 +02:00
  • 35112f2453 Disable vertical movement when both jump and sneak keys are pressed (#13426) Zemtzov7 2023-05-18 23:30:21 +05:00
  • 15fb4cab15 Fix Android segfault when game exits before TouchScreenGUI is initalized Gregor Parzefall 2023-05-11 22:51:16 +02:00
  • 15445a0fbe Raise and clean up _WIN32_WINNT constant sfan5 2023-05-03 12:54:42 +02:00
  • 80574cdbe8 Fix rotation of 4dir in schematic placement (#13432) Wuzzy 2023-05-11 20:50:52 +00:00
  • 3de54039ae Document Android controls (#13061) Stvk imension 2023-05-12 03:50:38 +07:00
  • 65692ad1b5 Add min/max protocol version to minetest.get_version() (#13482) Buckaroo Banzai 2023-05-06 17:16:21 +02:00
  • bc4fc6d648 Fix shadows dropdown and clean up shader settings (#13481) rubenwardy 2023-05-03 22:28:02 +01:00
  • ad37df7f2e Fix crash when multiple mods with the same name provide settings rubenwardy 2023-05-01 19:26:20 +01:00
  • d35672e78e Redesign/unify mainmenu settings interface rubenwardy 2022-06-25 17:33:20 +01:00
  • a421a1d764 Add setting icons Zughy 2022-06-26 23:10:27 +01:00
  • bec9c68bf3 Release invlist resizelock while doing the recursive callback in move_somewhere mode (#13470) DS 2023-04-30 18:20:48 +02:00
  • b35aa10579 Guarantee ActiveObjectMgr::m_active_object is not modified while iterating (#13468) lhofhansl 2023-04-28 11:17:48 -07:00
  • 7f6b09dce8 Use json forward-declarations Desour 2023-03-25 19:48:50 +01:00
  • 8b73743baa Reduce number of recursively included headers Desour 2023-03-08 22:58:47 +01:00
  • e9e8eed360 GUIChatConsole: Use primary selection Desour 2022-08-23 19:28:54 +02:00
  • 062b4d036a GUIEditBox: Use primary selection Desour 2022-08-23 18:46:10 +02:00
  • d197ff0f9d Use Lua code blocks in lua_api.md AFCMS 2023-04-26 20:09:08 +02:00
  • 9c90358912 Split compilation instructions from README.md (#13457) rubenwardy 2023-04-25 21:02:02 +01:00
  • 0fb6dbab36 InventoryManager: Disallow resizing or deleting inventory lists that are in use (#13360) SmallJoker 2023-04-22 17:42:36 +02:00
  • 4158b72971 Add ability to override item images using meta (#12614) rubenwardy 2023-04-17 19:44:41 +01:00
  • 8c2c7fadbf Add lua_api.txt to point to new file rubenwardy 2022-06-18 14:09:53 +01:00
  • b1786e88ac Use .md extension for markdown files rubenwardy 2022-06-18 14:09:33 +01:00
  • 5cd6a22dd3 Update settingtypes (#13428) rubenwardy 2023-04-14 22:32:25 +01:00
  • b89077187b Fix ContentDB page not being reset when changing type rubenwardy 2023-04-14 20:34:03 +01:00
  • c5fb50298a Prevent installing mods when there is no base game (#13429) rubenwardy 2023-04-14 20:23:25 +01:00
  • ccd696c49a Throw Hocroft-Karp onto shapeless recipes Desour 2023-02-19 20:35:23 +01:00
  • 50e91b882c Add some simple unittests for shapeless recipes Desour 2023-04-10 23:40:33 +02:00
  • ae7271b725 Fix background[] pos-offset lower-right-corner being at least (1,1) (#13320) DS 2023-04-14 21:05:09 +02:00
  • d49d80a4a0 Store whether window is maximized (#12861) DS 2023-04-14 21:04:03 +02:00
  • 0b08e1b1d2 AppImageBuilder.yml: add script section and update to Jammy (#13078) cat-master21 2023-04-14 05:00:20 -07:00
  • f9b1176fa9 Track server's max AsyncRunStep Lars 2023-04-09 07:48:00 -10:00
  • 3d232e2345 Add MAX profiler option Lars 2023-04-09 07:44:43 -10:00
  • 9d1ae80e89 Add focused styling to buttons (#13414) rubenwardy 2023-04-14 00:09:29 +01:00
  • 2a1bc82887 Fix black loading screen background if menu_clouds = false (#13322) Gregor Parzefall 2023-04-13 19:12:48 +02:00
  • d1e5dbefc7 Clarify documentation of punch key (#13238) Wuzzy 2023-04-13 17:12:26 +00:00
  • fc116ec950 Play object footstep sound at feet Desour 2022-09-14 17:36:49 +02:00
  • 7283d2495f Devtest: Add bigfoot for footstep sounds Desour 2022-09-14 18:07:50 +02:00
  • e139749b5c Simulate all keys being released when when game loses focus (#13336) Zardshard 2023-04-13 12:06:21 -04:00
  • fe75ec8d0d Update dependency libraries in buildbot sfan5 2023-04-11 18:17:55 +02:00
  • 68f81ace97 Add vector.in_area() utility function (#13390) AFCMS 2023-04-12 11:46:26 +02:00
  • 2fc7eb3ea2 Remove formspec_default_bg_color/opacity settings (#13419) rubenwardy 2023-04-11 19:57:36 +01:00
  • 1dd13da37d Get rid of global dummySoundManager Desour 2023-04-10 18:59:01 +02:00
  • b201c03625 Use smart-ptrs in GUIEngine Desour 2023-04-10 18:43:58 +02:00
  • ceec560779 Add make_irr Desour 2023-04-10 18:42:59 +02:00
  • d39a07efea Android: Minor Code Improvements (#13342) Stvk imension 2023-04-11 05:05:01 +07:00
  • 73391013f7 Add node pos to node damage HP change reason (#13196) Riley Adams 2023-04-10 18:04:52 -04:00
  • 1d88d85f1c Add progress_bar.png and progress_bar_bg.png to LICENSE file David Leal 2023-04-10 11:57:41 -06:00
  • 4a742be73e Do not call updateDrawList, updateDrawListShadow, and touchMapBlocks in the same frame Lars 2023-04-06 09:32:26 -10:00
  • 8982998681 Add a default direction light for shadows Lars 2023-04-06 09:30:37 -10:00
  • 9d736e8b8b Drop ENABLE_GLES option sfan5 2023-03-05 15:10:44 +01:00
  • c26e122485 Move video_driver default selection to runtime sfan5 2023-03-05 15:55:00 +01:00
  • 67068cfaf4 Get rid of wgettext Desour 2023-03-03 01:18:38 +01:00
  • 35929d27e3 Remove fast faces (#13216) Vitaliy 2023-04-08 21:17:15 +03:00
  • 2e497cc471 Merge remote-tracking branch 'origin/stable-5' into HEAD sfan5 2023-04-08 19:32:11 +02:00
  • c2a9ac24ac Continue with 5.8.0-dev sfan5 2023-04-08 18:05:03 +02:00
  • 1b95998d11 Bump version to 5.7.0 5.7.0 sfan5 2023-04-08 18:04:52 +02:00
  • cc29bb473d Translated using Weblate (Russian) Артём Котлубай 2023-03-30 08:59:12 +00:00
  • bdebacd3a5 Translated using Weblate (Ukrainian) Денис Савченко 2023-03-27 12:12:39 +00:00
  • 036d08fb70 Translated using Weblate (Russian) Timofey Bezruchenko 2023-03-26 14:35:11 +00:00
  • 803a57a490 Translated using Weblate (French) waxtatect 2023-03-17 11:49:48 +00:00
  • f2433c7b63 Translated using Weblate (Welsh) dreigiau 2023-03-15 16:08:37 +00:00
  • f9376ac763 Translated using Weblate (Occitan) Walter Bulbazor 2023-03-12 00:38:06 +00:00
  • 6885fd4fd0 Translated using Weblate (Bulgarian) 109247019824 2023-03-14 05:21:38 +00:00
  • cee1c5d11d Translated using Weblate (Slovak) Marian 2023-03-16 12:48:44 +00:00
  • 22041c5e8a Translated using Weblate (Russian) Артём Котлубай 2023-03-12 19:34:03 +00:00
  • f0fcc150d0 Translated using Weblate (French) Julien Maulny 2023-03-16 15:44:58 +00:00
  • 469a2eb4a4 Added translation using Weblate (Welsh) dreigiau 2023-03-15 17:07:56 +01:00
  • 7ae5c91d62 Translated using Weblate (Russian) Rodion Borisov 2023-03-11 17:37:22 +00:00
  • 051102cde0 Translated using Weblate (Spanish) waxtatect 2023-03-11 18:04:15 +00:00
  • 76b61f07c9 Translated using Weblate (Italian) Giov4 2023-03-10 22:00:23 +00:00