]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Fix BSD iconv declaration
[dragonfireclient.git] / src / script /
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
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-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
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-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-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 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-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-06 Loic Blotfix: extractZipFile is not part of Client but more...
2021-05-03 Loic Blotfix: some code tidy about includes & irr namespaces
2021-05-03 Loic Blotrefacto: remove get_gui_env & draw_load_screen from...
2021-05-03 Loic Blotrefacto: Hud: make driver, client, player, inventory...
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-05-03 Loic Blotrefacto: rendering engine singleton removal step 1...
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-04-18 sfan5Isolate library tables between sandbox and insecure env
2021-04-09 sfan5Fix server favorites not saving when client/serverlist...
2021-03-30 SmallJokerConsistent title bar + render information in mainmenu...
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-03-23 sfan5Fix broken `BiomeGen` abstraction (#11107)
2021-03-20 SmallJokerSchematic: Properly deal with before/after node resolvi...
2021-03-08 sfan5Use place_param2 client-side for item appearance &...
2021-03-04 sfan5Protect mg_name and mg_flags from being set by Lua...
2021-03-01 SmallJokerSettings: Push groups in to_table as well
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-02-17 rubenwardyFix short_description fallback order (#10943)
2021-02-07 rubenwardyUse consistent temp folder path (#10892)
2021-02-06 rubenwardyReduce ore noise_parms error to deprecation warning...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
next