aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce ServerEnvironment propagation (#9642)Loïc Blot2020-04-117-118/+71
* Drop content_sao.{cpp,h}Loic Blot2020-04-1123-291/+120
* Move PlayerSAO to dedicated filesLoic Blot2020-04-1119-992/+1038
* pass clang-formatLoic Blot2020-04-112-35/+38
* Move serveractiveobject & unitsaoLoic Blot2020-04-1118-399/+442
* Formspec: No spec ID for static text labelsSmallJoker2020-04-111-1/+1
* Use TILE_MATERIAL_ALPHA for use_texture_alpha entity flag (#9639)Alex2020-04-111-1/+1
* Various features and fixessfan52020-04-113-29/+92
* Implement minetest.sound_fade()sfan52020-04-113-3/+27
* scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan52020-04-117-65/+72
* A few initialization cleanupssfan52020-04-114-6/+18
* Print error if invalid mapgen alias was detected (#9579)Wuzzy2020-04-103-0/+39
* Move clientsimpleobject.h to client folder (#9630)Loïc Blot2020-04-101-0/+0
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-1014-404/+300
* Collision various fixes (#9343)TheTermos2020-04-084-149/+141
* Work around LuaJIT issues on aarch64 (#9614)sfan52020-04-085-4/+33
* Overall improvements to log messages (#9598)sfan52020-04-0822-111/+87
* Miscellaneous networking improvements (#9611)sfan52020-04-085-43/+87
* Allow relative directories for `screenshot_path`, tweak default path (#9122)Hugo Locurcio2020-04-062-2/+13
* Hypertext: Fix hovercolor not working in global tag (#9582)Pierre-Yves Rollo2020-04-051-2/+1
* Revert collision tweaks #9365 and #9327 (#9591)SmallJoker2020-04-041-5/+5
* Fix cursor still visible after closing formspec while on HyperText (#9583)Pierre-Yves Rollo2020-04-041-2/+8
* Fix 'the the' typos in comments (#9554)LNJ2020-04-042-2/+2
* Update minetest.conf.example, settings_translation_file.cppupdatepo.sh2020-04-031-2/+2
* Fix texture distortion for flowing liquids (#9561)Elias Åström2020-04-021-7/+14
* Fix GUI element click-through by changing visibility (#9534)DS2020-03-312-1/+30
* Ignore near_plane setting on non-Android platforms (#8749)ANAND2020-03-282-3/+12
* Fix crash on wielditem/item entitiessfan52020-03-281-1/+2
* Hypertext: Fix alignment tags adding unwanted newlines (#9548)Pierre-Yves Rollo2020-03-262-10/+29
* Connection: Fix deadlock in debug mode (#9550)SmallJoker2020-03-261-11/+21
* Fix incorrect light updates for wielditem and item visuals (#9540)Danila Shutov2020-03-231-3/+5
* Add comments for translators (#9510)Wuzzy2020-03-205-0/+17
* Fix entity lighting (#9514)Danila Shutov2020-03-162-37/+37
* Fix mouse events sent to wrong GUI elements when draggingsfan52020-03-161-1/+2
* Formspecs: Add starting frame to `animated_image` (#9411)v-rob2020-03-164-77/+83
* guiHyperText: Fix blinky cursor on link hover (#9392)SmallJoker2020-03-112-16/+16
* minetest.get_content_id: error if the node does not exist (#9458)HybridDog2020-03-111-2/+4
* Fix memory leak in GUIHyperText (#9489)DS2020-03-103-6/+7
* minetest,get_connected_players: Return empty table at load time (#9493)sfan52020-03-101-1/+7
* GUIFormSpecMenu: Remove field_close_on_enter warning (#9501)SmallJoker2020-03-101-16/+8
* Remove unnecessary checks before delete (#9500)Nicolas Abril2020-03-102-5/+2
* Fix 2 log messages when player joined to game (#9477)Maksim2020-03-081-4/+3
* Improve arm physics (#9485)Jean-Patrick Guerrero2020-03-081-4/+8
* Fix star visilibity and documentation (since 946c03c6)Jordan Snelling2020-03-083-31/+15
* Workaround for get_player_informationSmallJoker2020-03-081-3/+3
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-073-39/+22
* Fix memory leak in protocol 38 set_skysfan52020-03-051-2/+1
* Fix linking failures when compiled with Clang 9sfan52020-03-051-2/+9
* Fixes around ServerActiveObject on_punch handlingsfan52020-03-052-2/+5
* Fix code style to make clang-format happysfan52020-03-052-2/+4