]> git.lizzy.rs Git - minetest.git/history - src/script/cpp_api
Physics overrides: Move values to a common struct (#12591)
[minetest.git] / src / script / cpp_api /
2022-08-02 AFCMSAdd `minetest.settings` to CSM API and allow CSMs to...
2022-06-15 sfan5Fix entity related bugs
2022-06-11 Lars Mülleron_deactivate: distinguish removal and unloading (...
2022-05-29 stefanRemove debug.get/setmetatable from security whitelist
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-04-08 ShadowNinjaSpacing fixes
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2022-01-15 sfan5Minor improvements to Lua sandbox
2022-01-06 WuzzyFix damage wraparound if very high damage (#11872)
2021-12-18 sfan5Refactor trusted mod checking code
2021-12-18 sfan5Remove setlocal and setupvalue from `debug` table whitelist
2021-12-18 sfan5Restructure devtest's unittests and run them in CI...
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-19 sfan5Fix trivial typos
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-28 sfan5Async-related script cleanups
2021-07-09 Warr1024Add API for mods to hook liquid transformation events...
2021-06-20 sfenceAdd min_y and max_y checks for Active Block Modifiers...
2021-04-18 sfan5Isolate library tables between sandbox and insecure env
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-01-31 rubenwardyFix minetest.dig_node returning true when node isn...
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-11 JDiazImplement on_rightclickplayer callback (#10775)
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2020-12-24 sfan5Fix some minor code issues all over the place
2020-10-25 luk3yxFix CSMs on arm64 (#10553)
2020-06-07 Paul OuelletteFix Lua panic when error() message is not a string
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-04-27 sfan5Expose collision information to LuaEntity on_step
2020-04-27 sfan5script: Put getGuiEngine() inside a client-only #ifdef
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-02-23 sfan5Script API: Document ObjectRef handling in a comment
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-09 sfan5Load client mods into memory before execution.
2019-11-09 sfan5Refactor loading of Lua code with mod security
2019-09-14 SmallJokerCSM: Fix itemstack:get_meta() 'metadata' indexing error
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-07-30 BehaMove the clamping of hp/breath when their maximums...
2019-07-27 SmallJokerCheck for 'action' field in ABMs & LBMs
2019-07-24 yRemoved debug.upvaluejoin to prevent leak of insecure...
2019-04-11 Paul OuelletteAdd node field to PlayerHPChangeReason table (#8368)
2019-03-12 rubenwardyHPChange Reason: Fix push after free, and type being...
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-06 DSFix wrong code comment (#8061)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-08-16 Dániel JuhászRaycast: export exact pointing location (#6304)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-19 rubenwardyAdd online content repository
2018-04-02 SmallJokerRun callback in IDropAction, refactor function arguments
2018-04-02 SmallJokerAdd player inventory callbacks
2018-04-01 Loïc BlotLINT: add clang-tidy step (#6295)
2018-03-29 Loic BlotFix a warning reported by clang
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-02-08 red-001Move `setlocale` from Lua to C++.
2018-01-22 red-001[CSM] Don't Load the package library (#6944)
2018-01-21 Wayward OneChange include from "cmake_config.h" to "config.h"
2018-01-21 red-001[CSM] Remove `on_connect` callback (#6941)
2018-01-04 red-001[CSM] Don't load the IO library. (#6087)
2018-01-03 rubenwardyFix crash on can_bypass_userlimit returning non-boolean
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-10-07 SmallJokerUnkown nodes: Provide position on interact (#6505)
2017-10-02 Vincent Glize[CSM] Add callback on open inventory (#5793)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-21 DTA7Set placer to nil instead of a non-functional one in...
2017-09-21 SmallJokeron_death: Fix callback number of pushed arguments ...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-12 KahrlMake INodeDefManager::getIds return a vector, not a set
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-09-01 RuiRemove nodeupdate completely (#6358)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-27 Loïc BlotAdd LuaEntity on_death callback (#6177)
2017-07-11 number ZeroAdd 'plantlike_rooted' drawtype
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-10 Thomas--SOrder es_DrawType exactly like enum NodeDrawType in...
next