]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Refactor utf8_to_wide/wide_to_utf8 functions
[dragonfireclient.git] / src / script /
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-31 rubenwardyFix minetest.dig_node returning true when node isn...
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-29 sfan5Drop never documented 'alpha' property from nodedef
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-21 rubenwardyMgOre: Fix invalid field polymorphism (#10846)
2021-01-21 ZughyRemoved some obsolete code (#10562)
2021-01-21 ZughyObjectRef: fix some v3f checks (#10602)
2021-01-11 JDiazImplement on_rightclickplayer callback (#10775)
2021-01-04 rubenwardyContentDB: Add overwrite dialog when content is already...
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-12-24 Lars MuellerFix minetest.is_nan
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-23 rubenwardyFix unsafe cast in l_object
2020-12-19 rubenwardyAdd open user data button to main menu (#10579)
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()
next