]> git.lizzy.rs Git - dragonfireclient.git/history - doc
Add minetest.interact
[dragonfireclient.git] / doc /
2021-01-07 Elias FleckensteinAdd minetest.interact
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-11 Elias FleckensteinNew Cheat Philosophy
2020-12-10 SmallJokerVarious documentation fixes (#10692)
2020-12-04 OblomovCross-reference the node level manipulation functions...
2020-11-30 Elias FleckensteinLua API: Particle callbacks; Add NoWeather
2020-11-28 Elias FleckensteinAdded minetest.close_formspec
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-24 Elias FleckensteinAdded minetest.register_on_play_sound
2020-11-23 Pierre-Yves RolloAdd sound to press event of some formspecs elements...
2020-11-23 Elias FleckensteinLocalPlayer:set_physics_override; minetest.register_on_...
2020-11-10 DSDo not set a default for description in itemdef table...
2020-11-09 rubenwardyFix object interaction distance not being checked ...
2020-11-05 Elias FleckensteinMerge pull request #10 from corarona/master
2020-11-05 coraronaadd g/s pitch and make_screenshot in lua api
2020-11-04 SmallJokerAdd model[] formspec element (#10320)
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMerge branch 'master' into master 8/head
2020-11-04 Elias FleckensteinMoved Killaura to Lua; Added ForceField; Added Friendli...
2020-10-22 ZughyClean up l_object.cpp (#10512)
2020-10-21 Elias FleckensteinAdded Strip, AutoRefill, indexing for InventoryActions...
2020-10-19 sfan5Decouple entity minimap markers from nametags replacing...
2020-10-19 Elias FleckensteinAdded ThroughWalls, InventoryActions API and AutoTotem
2020-10-18 Elias FleckensteinExtended ClientObjectRef; Improved CrystalPvP
2020-10-18 Elias FleckensteinLint is bitch
2020-10-17 LarsRemove all bump mapping and parallax occlusion related...
2020-10-17 Elias FleckensteinNew Mod System
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-08 HybridDogMention texture modifier colorspace (#10112)
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-05 Elias FleckensteinAdded minetest.drop_selected_item(), Improved AutoEject
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Jordan SnellingAdd First Person Attachments (#10360)
2020-10-04 Elias FleckensteinThe Robot Update
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-10-03 WuzzyDocument builtin entities (#9453)
2020-10-03 LoneWolfHTAdd note to docs on how to override privileges (#9792)
2020-10-03 Elijah DuffyLua API: Add register_on_chatcommand to SSM and CSM...
2020-10-03 HybridDogChatcommand: Show help message if func returns false...
2020-09-23 tenplus1Ability to remove minetest.after once set (#10103)
2020-09-16 Zughylua_api.txt: author, release and title fields when...
2020-09-04 Lars MüllerFix inventory swapping not calling all callbacks (...
2020-09-01 DSMark multiply and divide with two vectors as deprecated...
2020-08-29 LoneWolfHTFix dropped craftitems/tools not using light_source...
2020-08-29 EvidenceBAdd compass HUD element (#9312)
2020-08-29 HybridDogDocument normalmap textures (#10096)
2020-08-29 DSAdd vector.offset (#10321)
2020-08-27 karamel59Improve set_texture_mod documentation (#10339)
2020-08-22 Elias FleckensteinUnrestricted HTTP API for Client, Server and Main Menu
2020-08-22 Elias FleckensteinAdded minetest.get_inventory(location)
2020-08-22 Elias FleckensteinAdded Documentation for Additional API
2020-08-20 DSLoad media from subfolders (#9065)
2020-08-20 v-robAdd gradients and borders to FormSpec boxes (#8676)
2020-08-19 hecksClean up sound_fade (#10119)
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-08-12 sfan5Render nodeboxes with opaque material if possible ...
2020-08-04 Hugues RossImplement override.txt support for special tiles (...
2020-07-30 sfan5content_cao: Support texture animation for upright_spri...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-27 WuzzyPlay place_failed sound if occupied or cannot attach...
2020-07-23 WuzzyImprove default inventory+wield images of node drawtype...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-14 sfan5Implement grouped mode for find_nodes_in_area (#9888)
2020-07-14 LoneWolfHTAdd object crosshair, disable entity selectionboxes...
2020-07-12 v-robAdd FormSpec font styling options (#9763)
2020-07-12 v-robAllow FormSpec elements to be focused with `set_focus...
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-07-09 sfan5Continue with 5.4.0-dev
2020-06-23 v-robDocument deprecation of *_hovered and *_pressed styles...
2020-06-23 Elias Fleckensteintest
2020-06-17 oilboiFix typo (#10043)
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-12 luk3yxAdd LevelDB player database (#9982)
2020-06-09 NetherEranSome vector functions useful for working with rotations...
2020-06-06 VitaliyRestore visual_scale support for nodeboxes (and allface...
2020-06-06 rubenwardyAdd HTTP API to main menu (#9998)
2020-05-29 MoNTE48Add disable_jump check for the player's feet
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-05-25 WuzzyRename “Minimal development test” to “Development Test...
2020-05-24 ANANDlua_api.txt: Fix minor typo (#9917)
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-22 Lejo1Check for valid base64 before decoding (#9904)
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-19 LoneWolfHTAdd ability to scale HUD text (#9814)
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2020-05-16 ANANDMake automatic_rotate relative, allow setting rotation...
2020-05-14 sfan5CSM: Bugfixes to camera:get_pos() and camera:get_fov()
2020-05-13 Elias FleckensteinHacked Client
2020-05-12 WuzzyAdd mapgen settings to world creation dialog (#9254)
2020-05-11 Lars MüllerDamage texture modifier (#9833)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-06 v-robFormSpec: Add universal style selector `*` (#9718)
2020-05-06 sfan5Expose collided objects in moveresult
2020-05-05 SmallJokerRename moveresult speed to velocity
2020-05-05 oilboiFix small typo (#9813)
next