Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-26 | Add ClientObjectRef:remove | Elias Fleckenstein | |
2021-03-10 | Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient | Elias Fleckenstein | |
2021-03-10 | Update .wielded command to output the entire itemstring; add ↵ | Elias Fleckenstein | |
LocalPlayer:get_hotbar_size | |||
2021-03-10 | Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclient | Elias Fleckenstein | |
2021-03-10 | CSM: Use server-like (and safe) HTTP API instead of Mainmenu-like | Elias Fleckenstein | |
2021-02-18 | Port formspec API from waspsaliva | Elias Fleckenstein | |
This API is inofficial and undocumented; invalid usage causes the game to crash. Use at own risk! | |||
2021-02-18 | Forcefully place items when minetest.place_node is used | Elias Fleckenstein | |
2021-02-10 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-02-07 | Use consistent temp folder path (#10892) | rubenwardy | |
2021-02-06 | Reduce ore noise_parms error to deprecation warning (#10921) | rubenwardy | |
Fixes #10914 | |||
2021-02-02 | Drop wide/narrow conversion functions | sfan5 | |
The only valid usecase for these is interfacing with OS APIs that want a locale/OS-specific multibyte encoding. But they weren't used for that anywhere, instead UTF-8 is pretty much assumed when it comes to that. Since these are only a potential source of bugs and do not fulfil their purpose at all, drop them entirely. | |||
2021-02-01 | Revise dynamic_add_media API to better accomodate future changes | sfan5 | |
2021-01-31 | Preserve immortal group for players when damage is disabled | sfan5 | |
2021-01-31 | Cache client IP in RemoteClient so it can always be retrieved (#10887) | sfan5 | |
specifically: after the peer has already disappeared | |||
2021-01-29 | Settings: Proper priority hierarchy | SmallJoker | |
Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects | |||
2021-01-22 | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-01-21 | MgOre: Fix invalid field polymorphism (#10846) | rubenwardy | |
2021-01-21 | Removed some obsolete code (#10562) | Zughy | |
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com> | |||
2021-01-21 | ObjectRef: fix some v3f checks (#10602) | Zughy | |
2021-01-07 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-01-07 | Add minetest.interact | Elias Fleckenstein | |
2021-01-04 | ContentDB: Add overwrite dialog when content is already installed (#10768) | rubenwardy | |
2021-01-02 | Add on_deactivate callback for luaentities (#10723) | hecks | |
2020-12-29 | Add minetest.get_objects_in_area (#10668) | Elias Fleckenstein | |
2020-12-24 | Fix minetest.is_nan | Lars Mueller | |
2020-12-23 | Fix unsafe cast in l_object | rubenwardy | |
2020-12-19 | Add open user data button to main menu (#10579) | rubenwardy | |
2020-12-11 | World Cheats improvements; Add BlockLava; Readd minetest.request_http_api ↵ | Elias Fleckenstein | |
for Compatibility | |||
2020-12-01 | CheatDB Support & Enable/Disable CSMs in Main Menu | Elias Fleckenstein | |
2020-11-28 | Merged Minetest | Elias Fleckenstein | |
2020-11-28 | Fixed crash when attempting to access nonexistant inventory from Lua API | Elias Fleckenstein | |
2020-11-26 | Added ClientObjectRef:get_hp() | Elias Fleckenstein | |
2020-11-23 | LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override | Elias Fleckenstein | |
2020-11-15 | lua-api: fix get/set_pitch | corarona | |
2020-11-10 | ObjectRef: Re-add legacy code for set_physics_override (#10585) | SmallJoker | |
These arguments are used at least by MTG beds and homedecor_common. A deprecation warning is shown to safely remove it in a future release. | |||
2020-11-05 | Run Lint Script05-11-2020 | Elias Fleckenstein | |
2020-11-05 | Merge pull request #10 from corarona/master | Elias Fleckenstein | |
lua api: set_pitch and make_screenshot | |||
2020-11-05 | add LUA_FCT | corarona | |
2020-11-05 | Several Enhancements | Elias Fleckenstein | |
2020-11-05 | api-screenshot: change function name to make_screenshot | corarona | |
2020-11-04 | Fix ObjectRef errors due to lua_isnil() (#10564) | Zughy | |
Treat 'none' values as 'nil' | |||
2020-11-04 | Fix and run the Lint autocorrect script | Elias Fleckenstein | |
2020-11-04 | Merge branch 'master' into master | Elias Fleckenstein | |
2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
2020-11-04 | Merge branch 'master' into master | Elias Fleckenstein | |
2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
2020-11-04 | Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵ | Elias Fleckenstein | |
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object() | |||
2020-11-01 | Fix incorrect deprecation hints | SmallJoker | |
"good" and "bad" were swapped in the process, resulting in wrong deprecation messages | |||
2020-10-31 | Fix segfault in deprecation logging due to tail call, log by default (#10174) | rubenwardy | |
2020-10-27 | lua api: add set/get_pitch | corarona | |