aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Degrotate support for mesh nodes (#7840)Vitaliy2021-03-3011-13/+113
|
* Update language choices in settingtypes.txt (#11124)Emojigit2021-03-291-1/+1
|
* Clean up various misleading and/or confusing messages and texts related to ↵Wuzzy2021-03-292-25/+85
| | | | priv changes (#11126)
* Update CONTRIBUTING info on translating builtinWuzzy2021-03-291-1/+3
|
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-298-88/+119
|
* Fix broken include check and correct Gitlab-CI scriptsfan52021-03-262-2/+2
|
* Translate chatcommand delay message and replace minetest with core (#11113)HybridDog2021-03-261-6/+7
|
* Adjust build config for Irrlicht changes (again)sfan52021-03-266-21/+28
|
* Drop irrUString from MT, it's owned by irrlicht nowLoic Blot2021-03-261-3891/+0
|
* Fix attached-to-object sounds having a higher reference distanceDesour2021-03-231-2/+2
|
* Fix broken `BiomeGen` abstraction (#11107)sfan52021-03-239-185/+90
|
* Fix segfault for model[] without animation speedJean-Patrick Guerrero2021-03-211-2/+2
|
* lua_api.txt: Fix style selector examplesHugues Ross2021-03-211-6/+6
|
* Restore minimal normal texture support (for minimap shading)Vitaliy2021-03-211-1/+4
|
* Serialize tool capabilities JSON without whitespacesfan52021-03-203-4/+13
| | | | fixes #11087
* Mainmenu: Improve "Join Game" tab (#11078)sfan52021-03-207-318/+306
|
* Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker2021-03-207-86/+153
| | | | This fixes an out-of-bounds index access when the node resolver was already applied to the schematic (i.e. biome decoration). Also improves the handling of the two cases: prior node resolving (m_nodenames), and after node resolving (manual lookup)
* Builtin: Translatable join, leave, profiler msgs (#11064)Wuzzy2021-03-192-11/+16
|
* Builtin: Italian translation (#11038)Zughy2021-03-191-0/+224
|
* Check for duplicate login in TOSERVER_INIT handler (#11017)Elias Fleckenstein2021-03-191-0/+10
| | | i.e. checks for duplicate logins before sending all media data to the client.
* Scale mouse/joystick sensitivity depending on FOV (#11007)Elias Åström2021-03-191-4/+19
|
* Drop old text input workarounds (#11089)sfan52021-03-197-745/+13
| | | | | * Drop unused intlGUIEditBox * Drop unnecessary Linux text input workarounds
* GUIScene: Clear depth buffer + replace deprecated clearZBuffer callsJean-Patrick Guerrero2021-03-167-8/+21
|
* Fix deprecated calls with Irrlicht 1.9Jean-Patrick Guerrero2021-03-164-11/+8
|
* Tweak duration_to_string formattingWuzzy2021-03-161-3/+7
|
* DevTest: Formspec tests, children getter, better lighttool (#10918)Wuzzy2021-03-166-32/+253
|
* Devtest: Fix missing log level in minetest.log (#11068)Wuzzy2021-03-151-1/+1
|
* Chatcommands: Show the execution time if the command takes a long time (#10472)HybridDog2021-03-132-2/+22
|
* Enable Irrlicht debug logging with --tracesfan52021-03-121-0/+2
|
* Avoid unnecessary copies during media/mesh loadingsfan52021-03-121-3/+11
|
* Handle mesh load failure without crashingsfan52021-03-121-0/+2
|
* Update Gitlab-CI configuration toosfan52021-03-122-29/+27
|
* Clean up cmake DLL installation and other minor thingssfan52021-03-126-54/+29
|
* CI: update configurations for Irrlicht forksfan52021-03-094-13/+28
|
* Switch Irrlicht dependency to our own forksfan52021-03-094-56/+39
| | | | -> https://github.com/minetest/irrlicht
* Restore Irrlicht 1.9 supportsfan52021-03-098-14/+56
|
* Fix missing jsoncpp in the Docker imageLejo2021-03-091-1/+1
|
* Use place_param2 client-side for item appearance & prediction (#11024)sfan52021-03-095-35/+51
|
* Translate builtin into German (server-side) (#11032)Wuzzy2021-03-081-0/+225
|
* Fix misleading chat messages of /clearobjects (#10690)Wuzzy2021-03-081-3/+5
|
* Protect dropping from far node inventoriesSmallJoker2021-03-071-24/+23
| | | | Also changes if/if to switch/case
* Protect per-player detached inventory actionsSmallJoker2021-03-073-1/+18
|
* Predict failing placement of ignore nodesWuzzy2021-03-071-0/+1
|
* Set ENABLE_SYSTEM_JSONCPP to TRUE by defaultsfan52021-03-074-18/+15
|
* Clean up ClientEvent hudadd/hudchange internalssfan52021-03-063-137/+94
|
* buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detectionsfan52021-03-063-6/+10
|
* Fix function override warnings in mg_ore.hsfan52021-03-061-6/+6
|
* Pause animations while game is paused (#10658)Vitaliy2021-03-051-0/+40
| | | Pauses all mesh animations while game is paused.
* Translate builtin (#10693)Wuzzy2021-03-0512-333/+622
| | | | | This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
* Protect mg_name and mg_flags from being set by Lua (#11010)sfan52021-03-041-10/+35
|