]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Fix wrong use of guiScalingImageButton in formspecs buttons (#10094)
[dragonfireclient.git] / src / script /
2020-06-22 rubenwardyFix HTTP API not being available in async mainmenu...
2020-06-20 rubenwardyAdd warning when disabling secure.enable_security ...
2020-06-16 Danila ShutovMake shading of CAOs optional (#10033)
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-07 Paul OuelletteFix Lua panic when error() message is not a string
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2020-06-01 SmallJokerLua API: Log incorrect parameter types as error (#9954)
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
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-20 sfan5CSM: Fix crashing minetest.get_item_def()
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-11 Lars MüllerDamage texture modifier (#9833)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-06 sfan5Expose collided objects in moveresult
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-05 SmallJokerRename moveresult speed to velocity
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 sfan5Expose collision information to LuaEntity on_step
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-15 sfan5Fix parsing JSON with large integers (#9674)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-11 Lars MüllerImprove waypoints and add image variant (#9480)
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-11 sfan5Fix broken config check in 659245a
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-11 sfan5A few initialization cleanups
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-04-04 LNJFix 'the the' typos in comments (#9554)
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-23 sfan5Script API: Document ObjectRef handling in a comment
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...
2020-01-22 WuzzyRemove unused weight property from objects (#9320)
2019-12-24 MontandalarUse appropriate LC_ locale macro for Windows (#9230)
2019-12-07 SmallJokerAttachments: Fix interpolation from (0,0,0) after detach
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
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-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-11-09 sfan5Introduce get_modpath() for CSM
2019-11-09 sfan5Load client mods into memory before execution.
2019-11-09 sfan5Refactor loading of Lua code with mod security
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 SmallJokerCSM: Fix itemstack:get_meta() 'metadata' indexing error
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 ...
next