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
/
common
/
c_converter.cpp
Age
Commit message (
Expand
)
Author
2023-02-27
Add minetest.get_player_window_information() (#12367)
rubenwardy
2022-10-18
Implement vector and node conversion in Lua (#12609)
Jude Melton-Houghton
2022-07-14
Reduce code duplication between c_converter.cpp and helper.cpp
sfan5
2022-07-14
Remove unnecessary float limits from script API
sfan5
2022-03-29
Store vector metatable in registry
Jude Melton-Houghton
2022-02-08
Remove awful Mingw32 workarounds
sfan5
2022-02-04
Fix types of get_mapgen_setting_noiseparams (#12025)
Lars Müller
2021-09-11
Make sure relevant std::stringstreams are set to binary
sfan5
2021-06-04
Add metatables to lua vectors (#11039)
DS
2020-10-05
Remove unused functions reported by cppcheck (#10463)
SmallJoker
2020-07-09
Quick workaround for crashing destructor on Mingw32
sfan5
2020-06-01
Lua API: Log incorrect parameter types as error (#9954)
SmallJoker
2020-04-27
Script: Enforce type checks if not nil (#9748)
SmallJoker
2020-04-14
scriptapi: Some small optimizations to value pushing (#9669)
sfan5
2020-03-05
set_sky improvements, set_sun, set_moon and set_stars
Jordach
2019-06-06
HTTP API: Allow binary downloads and headers (#8573)
SmallJoker
2018-07-08
Lua templating reading (part 4): s16, v2s16, v2f (#7512)
Loïc Blot
2018-03-03
c_converter: Function template for numeric fields, add v3s16 default (#7090)
SmallJoker
2017-12-26
Fix rounding error in g/set_node caused by truncation to float
rubenwardy
2017-10-23
Improvements/fixes for noise parameter input in advanced settings
Muhammad Rifqi Priyo Susanto
2017-09-14
Object properties: Add 'glow', disables light's effect if negative
Rob Blanckaert
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-04
Sort box corners correctly
Thomas--S
2017-01-15
Added lua tracebacks to some errors where you have been blind to what… (#5043)
sapier
2016-11-14
Revert "Adding particle blend, glow and animation (#4705)"
sfan5
2016-11-15
Adding particle blend, glow and animation (#4705)
Foghrye4
2016-10-25
Adding LuaError on attempt to assign vectors with values out of range
Foghrye4
2016-08-10
Lua->C getintfield() use lua_tointeger (#4408)
Tomas
2016-02-22
Add Lua interface to HTTPFetchRequest
Jeija
2015-05-28
Add some missing getter functions to the lua API
TeTpaAka
2015-05-17
SAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
kwolekr
2015-05-16
SAPI: Accept either ARGB8 table or ColorString to specify colors
kwolekr
2015-05-15
Add push_ARGB8 to script/common/c_converter
TeTpaAka
2015-05-09
Schematics: Add per-node force placement option
kwolekr
2015-05-08
Fix missing Y component assignment in check_v3f
kwolekr
2015-05-07
Remove duplicate lua_getfield() in c_converter.cpp
Kevin Ott
2015-05-06
Fix error messages for type-checking Lua reading functions
ShadowNinja
2015-04-19
Add 'persistence' alias for Lua noiseparams and validate more vector parameters
kwolekr
2015-04-16
Schematics: Refactor NodeResolver and add NodeResolveMethod
kwolekr
2014-12-27
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-10-26
Add NodeResolver and clean up node name -> content ID resolution system
kwolekr
2014-04-12
Use integers instead of float values
BlockMen
2013-07-02
Fix possible 0 pointer access
sapier
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier