aboutsummaryrefslogtreecommitdiff
path: root/src/rollback_interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-11Implement minetest.sound_fade()sfan54-3/+34
2020-04-11scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan57-65/+72
The API implementation is shared between CSM and SSM. Functions should retrieve a plain env when they do not need any server-specific functions.
2020-04-11A few initialization cleanupssfan54-6/+18
2020-04-10Print error if invalid mapgen alias was detected (#9579)Wuzzy3-0/+39
2020-04-10Move clientsimpleobject.h to client folder (#9630)Loïc Blot1-0/+0
This file is only called from client folder, retrieve its friends :)
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot16-407/+300
* Drop genericobject.{cpp,h} This file is not for generic object but for ActiveObject message passing. Put ownership of the various commands to the right objects and cleanup the related code. * Protect ServerActiveObject::m_messages_out * typo fix
2020-04-10Install the `locale` directory in a standard location without subfolder (#9618)Hugo Locurcio1-2/+1
Other established FOSS projects don't seem to be doing this.
2020-04-09Automated build changes (#9619)Loïc Blot3-76/+54
* Automated build changes * drop a useless ubuntu non lts version * update gitlab ci syntax to modern one * add debian 10 step on the gitlab ci pipeline * switch docker build to Debian 10 * add .gradle folder to gitignore
2020-04-08Collision various fixes (#9343)TheTermos4-149/+141
2020-04-08Allow to select en as language in settings menu (#9604)DS1-1/+1
fixes #9599
2020-04-08Travis: Build clang jobs with LuaJIT enabled for better coveragesfan51-3/+9
2020-04-08Work around LuaJIT issues on aarch64 (#9614)sfan55-4/+33
- Move the text segment below the 47-bit limit, needed for script_exception_wrapper which must be lightuserdata - Replace CUSTOM_RIDX_SCRIPTAPI with full userdata
2020-04-08Overall improvements to log messages (#9598)sfan522-111/+87
Hide some unnecessarily verbose ones behind --trace or disable them entirely. Remove duplicate ones. Improve their contents in some places.
2020-04-08Miscellaneous networking improvements (#9611)sfan55-43/+87
fixes #2862
2020-04-06Clarify use of minetest.request_insecure_environment() (#9597)rubenwardy1-5/+5
2020-04-06Allow relative directories for `screenshot_path`, tweak default path (#9122)Hugo Locurcio3-4/+16
This will likely be more intuitive for users and should play better with sandboxed distributions such as Flatpak. In addition, the screenshot directory will now be created if it doesn't exist already.
2020-04-06Add tone mapping for entities (#9521)Danila Shutov1-0/+37
fixes #9301
2020-04-06Add allowed_mapgens option in game.conf. (#9263)Wren Turkal2-0/+21
The game.conf has a disallowed_mapgens option. However, some games require a certain mapgen to be used, like the CTF plugin. This change adds an option to specify allowed mapgens so that the setting can be specified in a way that needn't be updated as map generators are added to Minetest.
2020-04-06Some minor Lua API documentation clarifications (#9461)Wuzzy1-12/+19
See #5854
2020-04-05Continue with 5.3.0-devsfan53-4/+4
2020-04-05Bump version to 5.2.0sfan53-3/+3
2020-04-05Update credits for 5.2.0 (#9593)rubenwardy1-47/+34
2020-04-05Translated using Weblate (Japanese)BreadW1-6/+5
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-05Translated using Weblate (German)sfan51-10/+9
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-05Translated using Weblate (Turkish)Oğuz Ersen1-7/+6
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-05Hypertext: Fix hovercolor not working in global tag (#9582)Pierre-Yves Rollo1-2/+1
2020-04-04Builtin: Make item entities glow less (#9594)sfan51-1/+1
minor adjustment to #9200
2020-04-04Revert collision tweaks #9365 and #9327 (#9591)SmallJoker1-5/+5
This reverts commit df74d369a395f0b99bd23fa3e7fb4c628c3df336. This reverts commit 908e76247922d4adf879b3996c4f75bdbb4e536d. Restores the original collision detection bugs to release 5.2.0 prior the large collision detection fix.
2020-04-04Fix cursor still visible after closing formspec while on HyperText (#9583)Pierre-Yves Rollo1-2/+8
2020-04-04Fix 'the the' typos in comments (#9554)LNJ2-2/+2
2020-04-04Fix failing build due to translation file errorsfan51-1/+1