]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api
Fix CSMs on arm64 (#10553)
[dragonfireclient.git] / src / script / lua_api /
2020-10-22 ZughyClean up l_object.cpp (#10512)
2020-10-13 ZughyFix float argument check in minetest.set_timeofday...
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-13 JosiahWIPass ContentFeatures as reference to read_content_featu...
2020-10-11 ZughyAdd missing type check to InvRef:set_lists() (#10476)
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-08-27 karamel59Lua API: Register missing get_texture_mod function...
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-07-16 Lars MüllerRevert "Auto delete MetaData when = 0 (#8770)" (#10183)
2020-07-14 sfan5Implement grouped mode for find_nodes_in_area (#9888)
2020-06-22 rubenwardyFix HTTP API not being available in async mainmenu...
2020-06-13 Lars MüllerExposing the zoom key to Lua API (#9903)
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-06-09 Paul OuelletteLuaItemStack: Add __tostring metamethod (#8785)
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-23 AwkorModernize include guards and add missing ones (#9898)
2020-05-22 Lejo1Check for valid base64 before decoding (#9904)
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2020-05-14 sfan5CSM: Bugfixes to camera:get_pos() and camera:get_fov()
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 sfan5Fix remaining issues with mapgen scriptapi
2020-05-05 sfan5Give the Mapgen on each EmergeThread its own Biome...
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 LejoAuto delete MetaData when = 0 (#8770)
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-05-01 LejoGive the online lua mainmenu also the client_list and...
2020-04-27 Loïc BlotForbid object:attach(obj, ...) (#9762)
2020-04-27 SmallJokerScript: Enforce type checks if not nil (#9748)
2020-04-27 sfan5script: Put getGuiEngine() inside a client-only #ifdef
2020-04-27 sfan5script: Fix add_entity returning unusable ref if object...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2020-04-19 sfan5Fix alias handling of get_content_id (#9712)
2020-04-18 sfan5script: Move SAO usability check so that it covers...
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-11 Loïc BlotReduce ServerEnvironment propagation (#9642)
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-11 sfan5Various features and fixes
2020-04-11 sfan5Implement minetest.sound_fade()
2020-04-11 sfan5scriptapi: Sort out ServerEnvironment / Environment...
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-11 HybridDogminetest.get_content_id: error if the node does not...
2020-03-10 sfan5minetest,get_connected_players: Return empty table...
2020-03-08 Jordan SnellingFix star visilibity and documentation (since 946c03c6)
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2020-03-03 sfan5Fix core.get_player_by_name() returning unusable ObjectRef
2020-03-03 sfan5Fix core.get_connected_players() returning unusable...
2020-02-25 sfan5Fix potential problem with core.get_connected_players()
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2020-02-23 sfan5Refactor Script API's log_deprecated
2020-02-11 sfan5Script API: Check that SAOs are still usable before...
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2019-12-24 MontandalarUse appropriate LC_ locale macro for Windows (#9230)
2019-12-07 SmallJokerAttachments: Fix interpolation from (0,0,0) after detach
2019-11-11 sfan5[CSM] Fix and improve minetest.get_language()
2019-11-11 sfan5[CSM] Implement minetest.get_csm_restrictions()
2019-11-11 sfan5Fix camera:get_offset() in CSM
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-11 sfan5Refactor CSM restriction code a bit
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Introduce get_modpath() for CSM
2019-10-29 random-geekChange some usages of "deprecated" to "obsolete" (...
2019-10-23 Paul OuelletteAllow calling ItemStack with no arguments (#8783)
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-14 upsilonAdd function `minetest.read_schematic`
2019-08-12 rubenwardyAdd support for set_formspec_prepend in main menu ...
2019-08-10 Paul OuelletteFix some issues with minetest.clear_craft (#8712)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-07-30 BehaMove the clamping of hp/breath when their maximums...
2019-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
next