aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_converter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-4/+1
* Add metatables to lua vectors (#11039)DS2021-06-041-0/+25
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-45/+0
* Quick workaround for crashing destructor on Mingw32sfan52020-07-091-1/+9
* Lua API: Log incorrect parameter types as error (#9954)SmallJoker2020-06-011-3/+29
* Script: Enforce type checks if not nil (#9748)SmallJoker2020-04-271-16/+16
* scriptapi: Some small optimizations to value pushing (#9669)sfan52020-04-141-20/+20
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-0/+22
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-061-2/+2
* Lua templating reading (part 4): s16, v2s16, v2f (#7512)Loïc Blot2018-07-081-15/+0
* c_converter: Function template for numeric fields, add v3s16 default (#7090)SmallJoker2018-03-031-65/+7
* Fix rounding error in g/set_node caused by truncation to floatrubenwardy2017-12-261-4/+42
* Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto2017-10-231-0/+29
* Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert2017-09-141-0/+13
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-2/+2
* Sort box corners correctlyThomas--S2017-08-041-0/+1
* Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier2017-01-151-1/+3
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-22/+0
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-0/+22
* Adding LuaError on attempt to assign vectors with values out of rangeFoghrye42016-10-251-0/+12
* Lua->C getintfield() use lua_tointeger (#4408)Tomas2016-08-101-4/+4
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+9
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-0/+35
* SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr2015-05-171-0/+92
* SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr2015-05-161-23/+42
* Add push_ARGB8 to script/common/c_converterTeTpaAka2015-05-151-0/+13
* Schematics: Add per-node force placement optionkwolekr2015-05-091-0/+13
* Fix missing Y component assignment in check_v3fkwolekr2015-05-081-1/+1
* Remove duplicate lua_getfield() in c_converter.cppKevin Ott2015-05-071-1/+0
* Fix error messages for type-checking Lua reading functionsShadowNinja2015-05-061-17/+40
* Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr2015-04-191-0/+52
* Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr2015-04-161-11/+15
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-271-1/+2
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-261-0/+30
* Use integers instead of float valuesBlockMen2014-04-121-0/+13
* Fix possible 0 pointer accesssapier2013-07-021-2/+4
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+343