]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Change typedef to normal definitions in GUI code
[dragonfireclient.git] / src / script /
2020-11-10 SmallJokerObjectRef: Re-add legacy code for set_physics_override...
2020-11-04 ZughyFix ObjectRef errors due to lua_isnil() (#10564)
2020-11-01 SmallJokerFix incorrect deprecation hints
2020-10-31 rubenwardyFix segfault in deprecation logging due to tail call...
2020-10-25 luk3yxFix CSMs on arm64 (#10553)
2020-10-22 ZughyClean up l_object.cpp (#10512)
2020-10-19 sfan5Decouple entity minimap markers from nametags replacing...
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-08-12 Lars MüllerFix precision not working in hud_change (#10186)
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-07-09 sfan5Quick workaround for crashing destructor on Mingw32
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)
next