index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mods.cpp
Age
Commit message (
Expand
)
Author
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