Fix missing #include
[oweals/minetest.git] / doc /
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-25 BlockMenAdd option to disable backface culling for models 3209/head
2015-10-24 PilzAdamImprove Lua settings menu 3271/head
2015-10-23 paramatDecoration API: Add flag for placement on liquid surface
2015-10-22 Robert ZenzAdd more ways to pass data to check_player_privs
2015-10-18 paramatABMs: Make catch-up behaviour optional
2015-10-14 ShadowNinjaRefactor logging
2015-10-06 est31Correct SRP documentation
2015-10-04 est31Add new ContentParamType2 "CPT2_DEGROTATE"
2015-10-04 kwolekrHide mapgens from main menu not intended for end users
2015-10-04 kwolekrdoc: Update node callback documentation
2015-10-02 Duane RobertsonAdd get_biome_id(biome_name) callback
2015-09-26 TimClarify radii and distance types in documentation
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-09-21 KahrlFix another typo in doc/world_format.txt
2015-09-21 est31lua_api.txt: fix typo
2015-09-18 est31Document current node metadata format
2015-09-17 kwolekrOre: Add puff ore type
2015-09-14 est31Fix "make install" and add underscore to doc file name
2015-09-14 est31Serialisation: documentation fixes, clarifying renames...
2015-09-13 est31Rename doc/mapformat.txt and update doc to match SRP...
2015-09-13 kwolekrOre: Add ore sheet column height range selection
2015-09-08 Robert ZenzAdd more information about how get_node_light works.
2015-09-02 Ner'zhulAdd two missing directories to doxygen
2015-08-20 est31Bump version to 0.4.13 0.4.13
2015-08-13 kwolekrminimap: Add ability to disable from server
2015-08-09 rubenwardyFix segfaults caused by the Environment not being initi...
2015-08-02 est31Actually document what minetest.is_protected should do
2015-07-27 est31Add AreaStore data structure
2015-07-23 est31Optional reconnect functionality
2015-07-22 Robert ZenzAdd note that chat messages can be marked as handled.
2015-07-21 est31Document game main menu image system
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-08 paramatBiome API decorations: 'spawnby' searches a 3D neighbou...
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-16 est31Add list-rings 2795/head
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-20 est31Fix documentation for texture override face selector...
2015-05-19 rubenwardyAdd texture overriding
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2015-05-16 ShadowNinjaAdd mod security
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-05-12 NovatuxAdd code to support raillike group names
2015-05-12 est31is_player() is no player-only function
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-07 kwolekrSchematics: Add indent-with-space option for schematic...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-21 ShadowNinjaAdd minetest.global_exists()
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-08 est31Document for api functions that rely on current_modname...
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-27 ShadowNinjaDocument nil player as being allowed for can_dig
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-24 paramatlua_api/l_mapgen: generate_ores/decorations: make p1...
2015-03-22 Loic BlotRevert "Add a Lua call to do damages / heals" ok @Shado...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-03-18 Loic BlotAdd a Lua call to do damages / heals
2015-03-11 paramatlua_api/l_mapgen: Fix overlapping areas of minetest...
2015-03-06 paramatBiome API: Enable decorations placed on water
2015-03-05 BlockMenImprove group-based connection between raillike nodes
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-27 rubenwardyWrap lines longer than 80 characters in lua_api.txt...
2015-02-23 KahrlDisallow object:remove() if the object is a player
2015-02-18 Perttu AholaBump version to 0.4.12
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2015-01-20 TriBlade9Added ratio argument to colorize, removed the weird...
2015-01-20 Markus KoschanyFix hyphen used as minus sign
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-12 paramatLua-api.txt: Document that paramtype='light' results...
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 Craig RobbinsRemove freezemelt documentation from lua_api.txt
2015-01-04 kwolekrAdd warning about using deprecated fields in Mapgen...
2015-01-03 WuzzyRewrite lua_api.txt into Markdown format
2014-12-30 Diego MartínezFix documentation for string functions
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-29 kwolekrLuaItemStack: Fix and document behavior of set_name...
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
next