Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inserted. (fixes #464)
All uses of operator[] in guiConfigureWorld.cpp have been replaced
with .find() operations.
In some places, operator[] had been called with mod names of "Add-Ons"
or "N/A", which would insert a default-constructed ModSpec into the
list of add-on mods. In other places, the use of operator[] was safe
now, but it probably is safer for future changes to use .find()
everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix compile under MingW
|
|
Make mapgen factory setup more elegant, add mapgen_v6.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BUGFIX: check parameters for minetest.log lua function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* CURL support
* only download packages if they don't exist
* fixed download links (libvorbis and libogg)
* manual downloading if automatic downloading fails (only minetest and minetest_game)
* mingwm10.dll and openal_stripped.zip are downloaded automatically
|
|
|