]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / script /
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 rubenwardyAndroid: Add support for sharing debug.txt (#12370)
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-29 sfan5Fix use-after-free in node meta cleanup
2022-05-29 sfan5Reject registering node with empty name
2022-05-29 stefanRemove debug.get/setmetatable from security whitelist
2022-05-29 sfan5Get rid of node metadata when it becomes empty
2022-05-29 sfan5Add API function to invoke player respawn
2022-05-29 sfan5Protect a few more settings from being set from mods
2022-05-26 sfan5Reduce size of ContentFeatures structure
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-10 sfan5Use native packer to transfer globals into async env(s)
2022-05-10 Jude Melton-HoughtonSupport packing arbitrary graphs (#12289)
2022-05-04 Lars Müllerhud_get: Return precision field for waypoints (#12215)
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-05-02 sfan5Remove some unused variable from Lua class wrappers
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-10 Lars MüllerRemove unneeded ObjectRef setter return values (#12179)
2022-04-08 ShadowNinjaSpacing fixes
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-05 Lars MüllerReadd basic_debug as a HUD flag (#12020)
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2022-02-23 SmallJokerLua API documentation: Various fixes (#12059)
2022-02-08 sfan5Remove awful Mingw32 workarounds
2022-02-04 sfan5Fix broken server startup if curl is disabled (#12046)
2022-02-04 Lars MüllerFix types of get_mapgen_setting_noiseparams (#12025)
2022-01-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-27 Lars MüllerDefine control(bits) as "unset" for entities (#11995)
2022-01-22 ZughyAllow resetting celestial vault elements by leaving...
2022-01-15 sfan5Minor improvements to Lua sandbox
2022-01-09 sfan5Mainmenu game-related changes (#11887)
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
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 sfan5Don't let HTTP API pass through untrusted function
2021-12-18 sfan5Restructure devtest's unittests and run them in CI...
2021-11-29 Elias FleckensteinMake LuaVoxelManipulator available to CSM API
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-11-26 sfan5Fix find_nodes_in_area misbehaving with out-of-map...
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-11-24 Elias Fleckensteinminetest.dig_node: Remove node
2021-11-10 Elijah DuffyLua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-10-06 sfan5Move instead of copy during content install if possible
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-06 sfan5Make fs::extractZipFile thread-safe
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-10-05 WuzzyFix crash when calling remove/kick/ban_player on start...
2021-10-05 Jude Melton-HoughtonMake MetaDataRef:get return nil instead of nothing...
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 Elias FleckensteinAdd ClientObjectRef:remove and return true in on_object...
2021-09-19 sfan5Fix trivial typos
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 sfan5Async-related script cleanups
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-08-19 sfan5Validate staticdata and object property length limits...
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-07-11 hecksRefactor video driver name retrieval (#11413)
2021-07-09 Warr1024Add API for mods to hook liquid transformation events...
2021-06-30 SmallJokerAuth API: Error when accessed prior to ServerEnv init...
2021-06-30 SmallJokerInventory: Make addList() consistent (#11382)
2021-06-20 SmallJokerInventory: show error on invalid list names (#11368)
2021-06-20 sfenceAdd min_y and max_y checks for Active Block Modifiers...
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2021-05-17 sfan5Fix curl_timeout being ignored for Lua HTTP fetches
2021-05-13 Elias FleckensteinMake set_pitch and set_yaw more accurate by not roundin...
2021-05-13 Elias FleckensteinAdd guards to stop server build fail
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-13 Elias FleckensteinAdd minetest.get_send_speed
2021-05-13 Elias FleckensteinFix format
2021-05-11 Elias FleckensteinAdd on_object_add callback 2021.05
2021-05-11 Elias FleckensteinInclude tile definitions in get_node_def; Client-side...
2021-05-10 Elias FleckensteinAdd on_object_hp_change callback and nametag images
2021-05-10 Elias FleckensteinAdd on_object_properties_change callback
2021-05-10 Elias FleckensteinAdd ClientObjectRef:set_properties
next