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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mods.h
Age
Commit message (
Expand
)
Author
2018-03-08
mods.cpp/h: little performance improvement in getModsInPath (+ codestyle) (#7...
Loïc Blot
2017-09-16
Fix addModsFormConfig typo (#6420)
Greg
2017-08-18
Modernize various files (src/m*) (#6267)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
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-08-10
Fixes for compiling with a newer (system) jsoncpp (#4429)
Rogier-5
2015-10-31
Fix server crashing on Lua errors
ShadowNinja
2014-06-19
Remove ugly curl struct pointer from jsonFetchValue signature
sapier
2014-03-12
Pass arguments by reference
Selat
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-07-22
Add support for modstore screenshots
sapier
2013-07-02
Replace C++ mainmenu by formspec powered one
sapier
2013-05-03
Optional dependencies and properly handle mod name conflicts again
Kahrl
2013-03-11
Migrate to STL containers/algorithms.
Ilya Zhuravlev
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-06-17
Optimize headers
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2011-12-11
Add minetest.get_modpath(modname)
Perttu Ahola
2011-12-03
Better mod loading error handling
Perttu Ahola