Clientmap: Define p_nodes_min/max as v3s32 instead of v3s16
[oweals/minetest.git] / doc /
2016-02-11 Diego MartinezInitialize facedir and wallmounted tables only once.
2016-02-11 KahrlAdd '/clearobjects quick'
2016-01-29 Auke KokNew timer design.
2016-01-29 Auke KokClocksource: use a better clock if available.
2016-01-20 Auke KokAllow per-tiles culling.
2016-01-18 RealBadAngelShow infotext with description for item entities
2016-01-16 Pinky Snowcorrected minetest.pos_to_string()
2016-01-11 paramatMapgen: Various fixes and improvements
2016-01-09 ShadowNinjaActually add Doxygen main page
2016-01-09 Pinky Snowfixed spelling
2016-01-09 Robert ZenzClarified what get_node does.
2016-01-09 slemonideUpdate lua_api.txt
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2016-01-04 ShadowNinjaImprove Doxyfile 3432/head
2016-01-03 Robert ZenzMade it more clear that "[combine" does accept a list...
2015-12-25 SapierAdd missing documentation of automatic_face_movement_ma...
2015-12-15 BlockMenAdd option to give every object a nametag 3393/head
2015-12-07 est31lua_api.txt: add blank lines before * lists
2015-12-07 paramatMapgen: Add propagate_shadow bool to calcLighting
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-12-02 est31Document limitations of minetest.get_password_hash
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-29 paramatLua_api.txt: Add documentation for biome definition
2015-11-08 est31Add LuaSecureRandom
2015-11-07 kwolekrImprove LuaVoxelManip documentation
2015-11-07 BlockMenAdd support for audio feedback if placing node failed 3288/head
2015-11-06 est31Add server side ncurses terminal
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
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...
next