]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Document zoom_fov in settingtypes.txt and minetest.conf.example
[dragonfireclient.git] / src / script /
2015-07-27 est31Add AreaStore data structure
2015-07-25 SmallJokerFix MSVC number conversion warning
2015-07-25 est31Fix minetest.get_(all)_craft_recipe(s) regression
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi...
2015-07-23 est31Optional reconnect functionality
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-18 TeTpaAkaRefactor particle code to remove the while loops
2015-07-18 TeTpaAkaMake acc and vel deprecated in add_particle and search...
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-06-29 rubenwardyAdd Lua errors to error dialog
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-20 paramatMapgen objects: Enable heatmap and humidmap for all...
2015-06-13 Ilya ZhuravlevUse utf-8 in formspecs
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-06-12 est31dofile error reporting for syntax errors
2015-06-02 est31Fix uninitialized variable error
2015-05-29 kwolekrMake get_biome_list() error message more helpful
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-22 SmallJokerFix Windows build, clean up included headers
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
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
next