aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_converter.cpp
AgeCommit message (Expand)Author
2022-03-29Store vector metatable in registryJude Melton-Houghton
2022-02-08Remove awful Mingw32 workaroundssfan5
2022-02-04Fix types of get_mapgen_setting_noiseparams (#12025)Lars Müller
2021-09-11Make sure relevant std::stringstreams are set to binarysfan5
2021-06-04Add metatables to lua vectors (#11039)DS
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-07-09Quick workaround for crashing destructor on Mingw32sfan5
2020-06-01Lua API: Log incorrect parameter types as error (#9954)SmallJoker
2020-04-27Script: Enforce type checks if not nil (#9748)SmallJoker
2020-04-14scriptapi: Some small optimizations to value pushing (#9669)sfan5
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2019-06-06HTTP API: Allow binary downloads and headers (#8573)SmallJoker
2018-07-08Lua templating reading (part 4): s16, v2s16, v2f (#7512)Loïc Blot
2018-03-03c_converter: Function template for numeric fields, add v3s16 default (#7090)SmallJoker
2017-12-26Fix rounding error in g/set_node caused by truncation to floatrubenwardy
2017-10-23Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto
2017-09-14Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-04Sort box corners correctlyThomas--S
2017-01-15Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier
2016-11-14Revert "Adding particle blend, glow and animation (#4705)"sfan5
2016-11-15Adding particle blend, glow and animation (#4705)Foghrye4
2016-10-25Adding LuaError on attempt to assign vectors with values out of rangeFoghrye4
2016-08-10Lua->C getintfield() use lua_tointeger (#4408)Tomas
2016-02-22Add Lua interface to HTTPFetchRequestJeija
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-05-17SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr
2015-05-16SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr
2015-05-15Add push_ARGB8 to script/common/c_converterTeTpaAka
2015-05-09Schematics: Add per-node force placement optionkwolekr
2015-05-08Fix missing Y component assignment in check_v3fkwolekr
2015-05-07Remove duplicate lua_getfield() in c_converter.cppKevin Ott
2015-05-06Fix error messages for type-checking Lua reading functionsShadowNinja
2015-04-19Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2014-12-27Redefine NodeResolver interface and replace with callback mechanismkwolekr
2014-10-26Add NodeResolver and clean up node name -> content ID resolution systemkwolekr
2014-04-12Use integers instead of float valuesBlockMen
2013-07-02Fix possible 0 pointer accesssapier
2013-05-25Move scriptapi to separate folder (by sapier)sapier