]> git.lizzy.rs Git - minetest.git/history - src/script
Remove unused MapBlock functionality
[minetest.git] / src / script /
2022-10-09 Jude Melton-HoughtonOptimize lighting calculation (#12797)
2022-10-09 fluxionaryadd an 'equals' method to ItemStack and compatibility...
2022-10-04 Jude Melton-HoughtonConsolidate API object code (#12728)
2022-09-30 sfan5Implement tool use sounds
2022-09-28 20kdcAdd zstd compression support (#12515)
2022-09-26 Jude Melton-HoughtonAvoid duplication of mod metadata in memory (#12562)
2022-09-26 Jude Melton-HoughtonModify PUC Lua to wrap C++ exceptions (#12445)
2022-09-18 Jude Melton-HoughtonAllow getmetatable in CSM (#12776)
2022-09-16 WuzzyAdd paramtype2s for 4 horizontal rotations and 64 color...
2022-09-12 SmallJokerMainmenu: Properly sort mods and games (#12758)
2022-09-11 Jude Melton-HoughtonFix potential use-after-free with item metadata (#12729)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-08-13 Lars MüllerCheck hp_max > 0 for entities (#12667)
2022-08-13 Jude Melton-HoughtonAllow buffer argument to VoxelManip:get_light_data...
2022-08-12 SmallJokerPhysics overrides: Move values to a common struct ...
2022-08-10 ZughyFix crash when stars are reset
2022-08-02 SmallJokerRun Minetest update checker on startup (#7629)
2022-08-02 AFCMSAdd `minetest.settings` to CSM API and allow CSMs to...
2022-07-30 rubenwardyFix some warnings (#12615)
2022-07-23 Jude Melton-HoughtonLet core.get_mod_storage be called multiple times ...
2022-07-14 rubenwardyAdd check_mod_configuration to main menu
2022-07-14 sfan5Reduce code duplication between c_converter.cpp and...
2022-07-14 sfan5Remove unnecessary float limits from script API
2022-07-13 Lexi HaleAnimated particlespawners and more (#11545)
2022-07-09 SmallJokerSounds: Various little improvements (#12486)
2022-07-02 WuzzyAllow to set maximum star opacity at daytime (#11663)
2022-06-27 ZughyRemove tile_images and special_materials obsolete code...
2022-06-26 JosiahWIFix two memleak reports from Coverity (#12466)
2022-06-20 SmallJokerRe-order sound-related code (#12382)
2022-06-15 sfan5Fix entity related bugs
2022-06-11 Lars Mülleron_deactivate: distinguish removal and unloading (...
2022-06-11 Lars MüllerNo damage effects on hp_max change (#11846)
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-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...
next