index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
Age
Commit message (
Expand
)
Author
2016-01-15
Make ItemStack:set_count(0) clear the item stack
sfan5
2015-12-15
Add option to give every object a nametag
BlockMen
2015-12-07
Fix threshold type
est31
2015-12-07
Mapgen: Add propagate_shadow bool to calcLighting
paramat
2015-12-06
Fix spelling of noise_threshold
Jun Zhang
2015-11-08
Add LuaSecureRandom
est31
2015-11-06
Add server side ncurses terminal
est31
2015-11-05
Schematics: Add core.place_schematic_on_vmanip API
kwolekr
2015-11-02
Add callback parameter for core.emerge_area()
kwolekr
2015-10-26
SAPI: Fix seed parameter truncation for LuaPseudoRandom constructor
kwolekr
2015-10-26
SAPI: Move core.get_us_time() to Util module
kwolekr
2015-10-25
SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...
kwolekr
2015-10-25
SAPI: Mark all Lua API functions requiring envlock
kwolekr
2015-10-26
Correct comment in l_util.cpp
est31
2015-10-18
ABMs: Make catch-up behaviour optional
paramat
2015-10-18
Remove wstrgettext
est31
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-10-14
Refactor logging
ShadowNinja
2015-10-04
Allow setting chunksize in core.set_mapgen_params
kwolekr
2015-10-04
Hide mapgens from main menu not intended for end users
kwolekr
2015-10-04
Add emerge completion callback mechanism
kwolekr
2015-10-04
Define and use limit constants for Irrlicht fixed-width types
kwolekr
2015-10-02
Add get_biome_id(biome_name) callback
Duane Robertson
2015-09-23
Add /emergeblocks command and core.emerge_area() Lua API
kwolekr
2015-09-19
Various style cleanups + unused code removal
est31
2015-09-17
Ore: Add puff ore type
kwolekr
2015-09-13
Ore: Add ore sheet column height range selection
kwolekr
2015-09-03
Areastore: fix "attempt to index a number value"
est31
2015-08-30
l_mainmenu.h: remove unused l_get_dirlist function
est31
2015-08-27
Push error handler afresh each time lua_pcall is used
Kahrl
2015-08-27
Use numeric indices and raw table access with LUA_REGISTRYINDEX
Kahrl
2015-08-18
SAPI: Disable unlockable time profiling
kwolekr
2015-08-16
SEnv: Remove static_exists from ActiveObjects in deleted blocks
kwolekr
2015-08-13
minimap: Add ability to disable from server
kwolekr
2015-08-12
SAPI: Track last executed mod and include in error messages
kwolekr
2015-08-05
Improve Script CPP API diagnostics
kwolekr
2015-08-03
Biome API: Make fallback biome stone and water, disable filler
paramat
2015-07-27
Add AreaStore data structure
est31
2015-07-25
Fix MSVC number conversion warning
SmallJoker
2015-07-25
Fix minetest.get_(all)_craft_recipe(s) regression
est31
2015-07-25
Cleanup server addparticle(spawner) by merge two identical functions.
Loic Blot
2015-07-23
Optional reconnect functionality
est31
2015-07-20
Added get_player_velocity() method. Fixes #1176
Elia Argentieri
2015-07-18
Refactor particle code to remove the while loops
TeTpaAka
2015-07-18
Make acc and vel deprecated in add_particle and search for acceleration and v...
TeTpaAka
2015-07-18
Fix invisible player when the attached entity is removed
TeTpaAka
2015-07-10
Fix damage flash when damage disabled
kwolekr
2015-07-08
Use UTF-8 instead of narrow
est31
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-06-22
Fix some issues with animations, and allow non-looped animations to be defined
MirceaKitsune
[next]