]> git.lizzy.rs Git - minetest.git/history - src/script
Dungeongen: Fix out-of-voxelmanip access segfault
[minetest.git] / src / script /
2017-01-24 sfan5Initialize TileAnimationParams to prevent crashes/bugs...
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-21 Loïc BlotRemove os.exit from the Lua secure sandbox (#5090)
2017-01-21 Loïc BlotRevert "Detach the player from entities on death."...
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-21 red-001Detach the player from entities on death. (#5077)
2017-01-18 sfan5Add particle animation, glow
2017-01-17 sapierFix typo in alias for deprecated settexturemod
2017-01-16 rubenwardyRename ObjectRef methods to be consistent and predictable
2017-01-15 sapierAdded lua tracebacks to some errors where you have...
2017-01-11 RuiMake nametag removable with set_nametag_attributes...
2017-01-11 RogierPerformance fix + SAO factorization
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-02 sfan5Add 2D sheet animation for nodes
2017-01-02 sfan5Move TileAnimation code to seperate file
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-28 adridoDont compare short with bool (#4963)
2016-12-24 RogierMake minetest abort on lua panic
2016-12-21 sfan5Fix warning reported by clang (possible bug in Settings...
2016-12-20 ShadowNinjaSecurity: Fix resolving of some relative paths
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-12-08 Auke KokSimple decorations: Fix range check for deco->deco_param2
2016-12-07 Auke KokSimple deco: Allow setting param2 value on placement
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-28 juhdanadLimit light_source in the engine (#4814)
2016-11-24 ShadowNinjaFix secure io.lines
2016-11-24 ShadowNinjaFix secure io.open without mode
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-13 RogierFix crash when attached object no longer exists
2016-11-05 Zeno-Fix memory leak in ::safeLoadFile (#4730)
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
2016-11-01 ShadowNinjaAdd version API
2016-10-31 paramatLua voxelmanip: Add optional buffer param for 'get...
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-25 Foghrye4Adding LuaError on attempt to assign vectors with value...
2016-10-16 RogierEmergeblocks: Fix occasional crash
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-10-05 Loic BlotMake some maps unordered to improve performance
2016-09-14 paramatDecorations: Generalise 'spawn by' to be used by all...
2016-09-09 James StevensonReturn nil on empty get_area() (#4508)
2016-09-08 SmallJokerMake getStackMax return the correct maximal stack size
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-26 Auke KokMake plantlike drawtype more fun
2016-08-18 SmallJokerScript API: Make the craft recipe field 'method' consistent
2016-08-10 David Carliercouple of memory leaks fixes.
2016-08-10 TomasLua->C getintfield() use lua_tointeger (#4408)
2016-08-10 Rogier-5Fixes for compiling with a newer (system) jsoncpp ...
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-08-03 Dorian WoutersFix l_request_insecure_environment not ignoring all...
2016-07-05 Foghrye4Adding minetest.clear_craft
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 kwolekrMapgen: Refactor mapgen creation and management
2016-06-24 raymooPlayer: New get_look, set_look API
2016-06-11 EkdohibsMake node timers more efficient
2016-06-11 Diego MartinezServer: Add reason for leave to `on_leaveplayer` callbacks
2016-06-05 paramatBiome API: Add per-biome riverbed material and depth
2016-06-04 kwolekrChange internal type for seeds to s32
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-30 Zeno-Remove unused code in s_security.cpp (#4172)
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-05-28 kwolekrFix MgStoneType and BiomeType enum names
2016-05-28 kwolekrMove biome calculation to BiomeGen
2016-05-01 est31Pathfinder: Fix style
2016-03-15 est31Add option to not send pre v25 init packet
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-12 Auke KokAllow nodes to specify which sides to connect to.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaMove AreaStore container selection logic into getOptima...
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaSimplify AreaStore ID management
2016-03-07 est31s_env.{cpp, h} cleanups
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-07 ShadowNinjaUse LuaErrors in security check macros
2016-03-03 JeijaRequire minetest.request_http_api to be called from...
2016-03-03 ShadowNinjaFix main menu being unable to set secure settings
2016-03-03 ShadowNinjaRemove debug.getupvalue from the Lua sandbox whitelist
2016-02-26 JeijaFix minetest.request_insecure_environment() always...
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-02-19 JeijaIgnore spaces in secure.trusted_mods setting
2016-02-19 ShadowNinjaRequire request_insecure_environment to be called from...
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2016-02-11 KahrlAdd '/clearobjects quick'
2016-01-28 est31Don't print whole json data buffer to errorstream on...
next