Fix various bugs (Anticheat, Lua helpers) (#8013)
[oweals/minetest.git] / src / script / lua_api / l_noise.cpp
2018-07-08 Loïc BlotLua templating reading (part 4): s16, v2s16, v2f (...
2018-07-01 SmallJokerLog deprecated Lua function calls (#7491)
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2018-01-08 Pedro GimenoFix buffer parameter not working in LuaPerlinNoiseMap...
2018-01-07 rubenwardyFix naming conventions of noise userdata
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2016-06-04 kwolekrChange internal type for seeds to s32
2015-11-08 est31Add LuaSecureRandom
2015-10-26 kwolekrSAPI: Fix seed parameter truncation for LuaPseudoRandom...
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2014-12-13 kwolekrLuaPerlinNoiseMap: Fix 3d noise safety check
2014-12-12 kwolekrLuaPerlinNoiseMap: Prevent invalid memory access when...
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-11 kwolekrNoise: Automatically transform noise maps if needed
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-11-29 kwolekrnoise: Throw exception on noise allocation failure
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback 995/head
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-28 kwolekrAdd Lua PerlinNoiseMap:get#dMap_flat API
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)