]> git.lizzy.rs Git - minetest.git/history - src/script/common/c_converter.cpp
Add minetest.get_player_window_information() (#12367)
[minetest.git] / src / script / common / c_converter.cpp
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-07-14 sfan5Reduce code duplication between c_converter.cpp and...
2022-07-14 sfan5Remove unnecessary float limits from script API
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2022-02-08 sfan5Remove awful Mingw32 workarounds
2022-02-04 Lars MüllerFix types of get_mapgen_setting_noiseparams (#12025)
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-06-04 DSAdd metatables to lua vectors (#11039)
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-09 sfan5Quick workaround for crashing destructor on Mingw32
2020-06-01 SmallJokerLua API: Log incorrect parameter types as error (#9954)
2020-04-27 SmallJokerScript: Enforce type checks if not nil (#9748)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2019-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
2018-07-08 Loïc BlotLua templating reading (part 4): s16, v2s16, v2f (...
2018-03-03 SmallJokerc_converter: Function template for numeric fields,...
2017-12-26 rubenwardyFix rounding error in g/set_node caused by truncation...
2017-10-23 Muhammad Rifqi Pri... Improvements/fixes for noise parameter input in advance...
2017-09-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-04 Thomas--SSort box corners correctly
2017-01-15 sapierAdded lua tracebacks to some errors where you have...
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-25 Foghrye4Adding LuaError on attempt to assign vectors with value...
2016-08-10 TomasLua->C getintfield() use lua_tointeger (#4408)
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrFix missing Y component assignment in check_v3f
2015-05-07 Kevin OttRemove duplicate lua_getfield() in c_converter.cpp
2015-05-06 ShadowNinjaFix error messages for type-checking Lua reading functions
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-04-12 BlockMenUse integers instead of float values
2013-07-03 sapierFix possible 0 pointer access
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)