]> git.lizzy.rs Git - minetest.git/history - src/script
Fixes for android
[minetest.git] / src / script /
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrOptionally specify propagateSunlight area in calcLighting
2015-01-05 kwolekrExclude vertical mapblock borders when setting light
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 kwolekrRemove freezemelt (the remainder of proller nonsense)
2015-01-04 kwolekrAdd warning about using deprecated fields in Mapgen...
2015-01-04 kwolekrLuaVoxelManip: Error when given out-of-bounds area
2015-01-04 kwolekrLighting: Fix nearly all issues
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-30 kwolekrDecoration: Fix default parameter values
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-29 kwolekrLuaItemStack: Fix and document behavior of set_name...
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
2014-12-29 paramatBiome API: Add shore top and shore filler nodes, underw...
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-28 kwolekrSet fallback content if resolving content vector requir...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-14 kwolekrExpose mapgen chunksize in on_mapgen_init callbacks
2014-12-13 kwolekrLuaPerlinNoiseMap: Fix 3d noise safety check
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-12 kwolekrLuaPerlinNoiseMap: Prevent invalid memory access when...
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-12 kwolekrSettings: Fail on invalid sequence and throw exception...
2014-12-11 kwolekrNoise: Automatically transform noise maps if needed
2014-12-10 kwolekrMove get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-10 kwolekrNoise: Create a deep copy of NoiseParams
2014-12-10 kwolekrSettings: Sanitize setting name everywhere, not just...
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-12-06 kwolekrSchematics: Fix minetest.place_schematic() when defined...
2014-12-06 kwolekrAdd minetest.clear_registered_biomes() api
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-04 paramatAdd definable node_stone to biome API, mgv5, mgv7....
2014-12-01 kwolekrLuaSettings: Sanitize setting name strings
2014-11-29 kwolekrnoise: Throw exception on noise allocation failure
2014-11-26 Ciaran GultnieksDon't corrupt stepheight when setting other properties
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-11-19 ShadowNinjaClean up rollback
2014-11-14 kwolekrFix warnings and other misc. minor changes
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-30 kwolekrFix erroneous lua_pop parameter
2014-10-30 kwolekrCheck minetest.hud_change() parameters on conversion...
2014-10-29 kwolekrRefactor decoration-related code
2014-10-28 kwolekrPrevent invalid memory access under failure conditions
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-10-19 RealBadAngelCustom collision boxes node property.
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-10-02 BlockMenAdd optional framed glasslike drawtype
2014-09-21 TriBlade9Add firelike drawtype
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-20 ShadowNinjaAdd compression API
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-08-23 sapierAdd lua exception handling test code
2014-08-23 KahrlFix LuaJIT exception wrapper
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-22 sapierAdd video driver selection to settings menu (based...
2014-08-21 sapierDon't call a player event without having player to...
2014-08-19 sapierMod profiling support
2014-08-15 SmallJokerFix the *CDP display
2014-07-30 Craig RobbinsFix issue 1527
2014-06-23 ShadowNinjaClear inventory before setting lists
2014-06-19 sapierRemove a lot of superfluous ifndef USE_CURL checks
2014-06-14 sapierFix regression dirt texture not beeing default in non...
2014-05-31 sapierSmall cleanup of hud add/remove code
2014-05-30 ShadowNinjaFix over-poping and only push the core once
2014-05-15 ShadowNinjaMake print() NUL-safe
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-05-07 ShadowNinjaAdd write_json() to the async API
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-27 ShadowNinjaOnly push the Lua error handler once
2014-04-27 sapierAdd support for dpi based HUD scaling
2014-04-18 prollerRemove liquid_finite and weather
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-12 BlockMenUse integers instead of float values
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-09 sapierAdd support for named threads (atm linux only)
2014-04-09 sapierMinor fixes for file/modlist download in mainmenu
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-15 ShadowNinjaAdd more informative error messages for inventory and...
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-15 ShadowNinjaRevert "Make sure we get a stacktrace for as many lua...
2014-03-15 Sfan5Make sure we get a stacktrace for as many lua errors...
2014-03-12 SelatPass arguments by reference
2014-03-09 Ciaran GultnieksCorrect misleading detached inventory error message
next