summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750paramat2015-09-07
|
* Use CUSTOM_LOCALEDIR if specifiedShadowNinja2015-09-06
|
* Fix occasionally failing travis buildsest312015-09-06
| | | | | We require sudo right now, tell this travis, so that they don't try to run it on their container based infrastructure.
* Fix building on OSX, broken since "Clean up threading"Pavel Puchkin2015-09-06
| | | | | | | | | | | | Commit e4bff8be94c0db4f94e63ad448d0eeb869ccdbbd - Clean up threading by @ShadowNinja has broken the OSX build. Including things inside a namespace isn't good. Also fixes #3124.
* Change my emailRui9142015-09-03
|
* Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube2015-09-03
| | | | | | -Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
* Areastore: fix "attempt to index a number value"est312015-09-03
| | | | | | | Before, calling get_areas_in_area for an areastore with both include_borders and include_data would result in a lua error, if there was at least one area as result: attempt to index a number value in function 'get_areas_in_area'
* Small fixes of minetest.has_featureRui2015-09-03
|
* Add two missing directories to doxygenNer'zhul2015-09-02
|
* Don't add line number to comment when running updatepo.shest312015-09-02
| | | | | | | | Otherwise, this updates all .po files for all line numbers that changed since the last time updatepo.sh was run. We still add the filename, but this information shouldn't change too often. xgettext beginning with 0.18.4 supports this feature.
* Warn when building without cURLShadowNinja2015-09-01
|
* Enable server build when no builds are enabledShadowNinja2015-09-01
|
* Make example config more readableMarcin2015-09-01
|
* Minor tweaks __builtin:falling_nodeRui2015-09-01
|
* Hide minimap if it has been disabled by serverest312015-09-01
|
* gettext.cpp: Fix syntax error when using MSVCjh100012015-09-01
| | | | Also remove trailing whitespaces from the file
* Credits tab: fix accidental merger of two contributorsest312015-08-31
| | | | Fixes #3125
* Make ClientInterface::statenames consistent with the state enum againest312015-08-31
| | | | | Fixes minetest.get_player_information segfault due to out of bounds access problems, when compiled as debug build.
* l_mainmenu.h: remove unused l_get_dirlist functionest312015-08-30
| | | | | | | | | | | The commit 8f9af57314f71aae1cc77e13f9996e13015d776d "Add core.get_dir_list" by @ShadowNinja has removed the implementation of the l_get_dirlist function and all its usages from the l_mainmenu.cpp file, but hasn't removed it from the header file. The reason why this hasn't been detected earlier is that C++ has this interesting feature to still make it possible to create instances of classes whose never used private methods are declared but not defined.
* Ores: change ore chance in clusters to better respect clust_num_ores for ↵Gael-de-Sailly2015-08-29
| | | | dense clusters
* Dungeongen: Remove floating framesparamat2015-08-29
| | | | | | | | Preserves the rare unbroken protruding dungeons Fix random range for first room roomplace Fix checked volume for first room 'fits' bool and check for 'untouchable' flag instead of 'inside' Remove 'enable floating dungeons' setting
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-27
| | | | | Fixes "double fault" / "error in error handling" messages (issue #1423) and instead shows a complete backtrace.
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-27
|
* Change i++ to ++iDavid Jones2015-08-25
|
* Add fgettext_ne as keyword to updatepo.shest312015-08-25
|
* Use gettext to "None" of texture pack listRui9142015-08-25
|
* Add setting for mods to copy to Android appShadowNinja2015-08-24
|
* Fix comment positioning in minetest.conf.exampleonkrot2015-08-24
|
* Fix Android build of threading sourcesShadowNinja2015-08-24
|
* Clean up threadingShadowNinja2015-08-23
| | | | | | | | | | | | | | | | | | | | * Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test.
* Fix wrong android versionNameest312015-08-21
| | | | Before, android versionName was set to "...13", which made the f-droid build fail.
* Continue with 0.4.13-devest312015-08-20
|
* Bump version to 0.4.13est312015-08-20
|
* tileable flags are needed also without shaders because of filtersRealBadAngel2015-08-20
|
* Remove use of engine sent texture tiling flags - theyre no longer neededRealBadAngel2015-08-20
|
* Remove some emails from credits tabkwolekr2015-08-19
|
* Update credits tabkwolekr2015-08-19
|
* Fix indianred and indigo of color-stringRui2015-08-19
|
* Add Japanese translation of desktop fileRui2015-08-19
|
* Client: disable mmdb modstoreest312015-08-19
| | | | | The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community.
* Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est312015-08-19
| | | | | | | | | This bypass had to be re-enabled as some users reported issues, even after the iconv build fix. While utf8_to_wide works well, wide_to_utf8 is quite broken on android, for some reason, and some devices (unrelated from build configuration).
* Fix inventory replace bugest312015-08-19
|
* SAPI: Disable unlockable time profilingkwolekr2015-08-18
|
* SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr2015-08-16
|
* Remove unused functions.onkrot2015-08-16
|
* Defaultsettings: Increase client_mapblock_limit to 5000paramat2015-08-15
|
* Rollback: Fail on bad precondition instead of causing assertion errorkwolekr2015-08-15
|
* Fix sneaking (fixes #665 and #3045)BlockMen2015-08-15
|
* Remove unused function from connection.{cpp,h}nerzhul2015-08-15
|
* Don't do formspec escaping twice for loading descriptionest312015-08-14
|