]> git.lizzy.rs Git - minetest.git/history - src/script
Fix usage of destroyed mutex
[minetest.git] / src / script /
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-29 Craig RobbinsFix typo
2015-03-28 Craig RobbinsAdd Lua function get_video_modes() for main menu
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-24 paramatlua_api/l_mapgen: generate_ores/decorations: make p1...
2015-03-24 kwolekrAdd core.register_schematic() and cache schematics...
2015-03-23 est31Fix minetest.get_craft_recipe function
2015-03-22 Loic BlotRevert "Add a Lua call to do damages / heals" ok @Shado...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-03-21 gregorycuOptimize minetest.get_(all)_craft_recipe(s)
2015-03-20 kwolekrRevert "Fix issue #2441: crash on respawn, since a...
2015-03-18 est31Fix game minetest.conf default settings
2015-03-18 Loic BlotAdd a Lua call to do damages / heals
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-11 paramatlua_api/l_mapgen: Fix overlapping areas of minetest...
2015-03-08 ShadowNinjaDon't use luaL_checkstring to read node names, it's...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic Blotl_get_modnames: Compare using std::sort instead of...
2015-03-05 Loic BlotFix issue #2441: crash on respawn, since a conversion...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-26 paramatBiome API: Re-calculate biome at every surface in a...
2015-02-23 KahrlDisallow object:remove() if the object is a player
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-02-12 ngosangFix .zip extraction (mod store)
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-13 onkrotPerformance fixes.
2015-01-07 rubenwardyFix direction property of HUD
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
next