index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mods.cpp
Age
Commit message (
Expand
)
Author
2018-04-19
Add online content repository
rubenwardy
2018-03-28
Load dependencies and description from mod.conf
Andrew Ward
2018-03-16
Server: delegate mod management & config to ServerModConfiguration (#7131)
Loïc Blot
2018-03-08
mods.cpp/h: little performance improvement in getModsInPath (+ codestyle) (#7...
Loïc Blot
2017-09-26
Update JsonCPP to 1.8.3 (#6466)
Loïc Blot
2017-09-16
Fix addModsFormConfig typo (#6420)
Greg
2017-08-19
Code modernization: src/m* (part 3)
Loic Blot
2017-08-18
Modernize various files (src/m*) (#6267)
Loïc Blot
2017-07-14
Remove remaining modstore code (#6120)
Elijah Duffy
2017-06-18
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-20
Real control fix (#5787)
Loïc Blot
2017-04-19
Fix various variables passed by copy instead of const ref (#5610)
Loïc Blot
2017-03-13
[CSM] implement client side mod loading (#5123)
Loïc Blot
2017-02-08
Add ModMetadata API (#5131)
Loïc Blot
2016-03-19
Clean up Strfnd
ShadowNinja
2015-10-31
Fix server crashing on Lua errors
ShadowNinja
2015-10-14
Use warningstream for log messages with WARNING
ShadowNinja
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-02-21
Add mod.conf file support This new file only permits to specify a mod name fo...
kaeza
2015-02-02
Fix some MSVC-specific warnings and add debug path as an MSVC directory
kwolekr
2014-09-18
Reduce indentation of HTTPFetchOngoing
ShadowNinja
2014-06-19
Remove ugly curl struct pointer from jsonFetchValue signature
sapier
2013-12-13
Remove support for optdepends.txt
ShadowNinja
2013-07-16
Remove support for common mods
PilzAdam
2013-07-02
Replace C++ mainmenu by formspec powered one
sapier
2013-05-21
Log non-fatal mod name conflict to actionstream instead of errorstream
Kahrl
2013-05-19
Write mods that are not in world.mt into it at world startup
PilzAdam
2013-05-19
Dont load mods that have no entry in world.mt
PilzAdam
2013-05-03
Optional dependencies and properly handle mod name conflicts again
Kahrl
2013-03-21
Common mods support
Perttu Ahola
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2013-01-22
Improve behaviour for empty modpacks and when no mods at all are installed:
Jürgen Doser
2013-01-21
Basic support for configuring which mods to load for each world
Jürgen Doser
2012-11-30
Ignore directories beginning with a "." when searching for mods
Matthew I
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-05-21
Add support for putting modpacks directly into mod directories
Perttu Ahola
2011-12-03
Properly handle mod name conflicts
Perttu Ahola
2011-12-03
Better mod loading error handling
Perttu Ahola