]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Enforce hiding nametag
[dragonfireclient.git] / src / script /
2015-05-18 kwolekrFix null dereference when loading schematic from defini...
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2015-05-17 kwolekrSAPI/Noise: Add PerlinNoiseMap:getMapSlice() function
2015-05-17 kwolekrAdd optional buffer param for bulk data array writes...
2015-05-17 ShadowNinjaFix current mod name change missed during rebase
2015-05-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2015-05-16 ShadowNinjaAdd mod security
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-05-12 est31Fix compiler warning about sign comparison
2015-05-12 est31is_player() is no player-only function
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrTests: Add schematic unittests
2015-05-08 kwolekrFix missing Y component assignment in check_v3f
2015-05-07 Kevin OttRemove duplicate lua_getfield() in c_converter.cpp
2015-05-07 kwolekrSchematics: Add indent-with-space option for schematic...
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-06 ShadowNinjaFix error messages for type-checking Lua reading functions
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-04-19 paramatBiome API: Add biome-specific river water
2015-04-17 kwolekrSchematics: Fix core.schematic_create()
2015-04-17 kwolekrSwitch to check_v3s16 in l_mapgen.cpp and l_vmanip...
2015-04-17 est31Refactor around translatePassword
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-16 Loic BlotUse std::vector instead of std::set for Environment...
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-08 est31Document for api functions that rely on current_modname...
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
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
next