summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge 0.4.14 changes into stable-0.4est312016-05-15
|\ | | | | | | 0.4.14 release!
| * Merge 0.4.13 changes into stable-0.4est312015-08-20
| |\ | | | | | | | | | 0.4.13 release!
| | * Bump android version codeLoic Blot2015-03-16
| | |
| | * Android: Fix auto-entry of server address and port in mainmenuest312015-03-16
| | | | | | | | | | | | Fixes #2497.
| | * Android: update makefile and backport language fix from masterLoic Blot2015-03-15
| | |
| | * Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-15
| | | | | | | | | | | | | | | * Ensure converted string is NUL terminated * Restore logic to that used prior to 9e2a9b5
| | * Releasing androidLoic Blot2015-03-14
| | |
| | * Bump version to 0.4.12Perttu Ahola2015-02-18
| | |
| | * Add modname convention checkingNovatux2015-02-18
| | | | | | | | | | | | Fixes #2037
| | * Fix serverlist includeLoic Blot2015-02-18
| | |
| | * Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵est312015-02-18
| | | | | | | | | | | | | | | | | | | | | check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
| | * Fix map_seed not changed when creating a new world after login to anotherfz722015-02-18
| | |
| | * Increase default font_sizeBlockMen2015-02-18
| | |
| | * Fix font_size under windowsBlockMen2015-02-18
| | |
| | * Use fixed size for builtin menus on non-android platformsPerttu Ahola2015-02-18
| | |
| | * Fix unused (and so, broken) enable_rollback_recording. This option must be ↵Loic Blot2015-02-18
| | | | | | | | | | | | reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
| | * Grab GUIChatConsole::m_font, fixes segfault when changing font_sizeKahrl2015-02-18
| | |
| | * Add german and french translation for minetest.desktopLoic Blot2015-02-14
| | | | | | | | | | | | This fixes #1573
| | * Update czech translationJakub Vaněk2015-02-14
| | |
| | * Minor fixes in translationsngosang2015-02-14
| | |
| | * Fix issue #2279. ok @zeno-Loic Blot2015-02-14
| | |
| | * Fix .zip extraction (mod store)ngosang2015-02-14
| | |
| | * Fix store.lua bug: default screenshotRui2015-02-14
| | |
| | * Fix tab_mods.lua: default screenshot patchRui2015-02-14
| | | | | | | | | | | | | | | https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
| | * Fix Android build of narrow_to_wideShadowNinja2015-02-14
| | |
| | * Fix FTBFS on GNU/Hurd platformMarkus Koschany2015-02-14
| | | | | | | | | | | | | | | Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue.
| | * README.txt: Simplify initial build steps by using git to fetch sourcesest312015-02-14
| | | | | | | | | | | | Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev
| | * Fix Exit to OS button focus in Pause Menungosang2015-02-14
| | |
| | * Fix crash on passing false as value in table to table.copy(t)est312015-02-14
| | | | | | | | | | | | Fixes #2293.
| | * Fix gettext on MSVCBlockMen2015-02-13
| | |
* | | Bump version to 0.4.14sfan52016-05-15
| | |
* | | Android: Re-add button to remove singleplayer worldest312016-05-14
| | | | | | | | | | | | Fixes #4120.
* | | Fix android build by fixing patch line endingsest312016-05-14
| | |
* | | Fix locked hardware buttons on AndroidMaksim Gamarnik2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2122 Fixes #1454 Addendum (est31) According from its docs in android_native_app_glue.h (from the NDK), the onInputEvent should "Return 1 if you have handled the event, 0 for any default dispatching". Before, we always returned 1, meaning we blocked all hardware keys to be given to the OS. This broke the volume keys and has caused #2122 and #1454. Although it bases on lots of guesswork, it can probably safely be said that CGUIEnvironment::postEventFromUser returns true if the event was handled, and false if not. Therefore, set the status variable depending on what postEventFromUser returned.
* | | Mainmenu: don't show change keys dialog on androidest312016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change keys dialog can't be left. It doesn't make much sense to show it on Android in the first place, therefore disable it, just like commit aed70cb0b652d6cb2272e7b94cd56671b3df6239 'Disable sound and key binding settings in "pause" menu on android' has disabled it for the esc menu. Fixes #4115.
* | | Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on ↵Rui2016-05-13
| | | | | | | | | | | | | | | | | | first run") Bug and whitespace error fixed (Zeno)
* | | Android: download deps using httpsest312016-05-12
| | | | | | | | | | | | Its more secure, and some pages even redirect to the https version.
* | | Android: update openssl to 1.0.2hest312016-05-12
| | |
* | | Fix typo in the info printed by --versionCraig Robbins2016-05-11
| | |
* | | Add platform name to --version informationCraig Robbins2016-05-11
| | |
* | | Mapgen V6: Synchronize spflags with defaultsettingskwolekr2016-05-10
| | | | | | | | | | | | | | | This fixes an issue where trees are omitted from Mapgen V6 maps on configurations that explicitly defined the mgv6_spflags setting.
* | | README: Update Fedora dependencies listJohnny2016-05-11
| | | | | | | | | | | | Edited packages to reflect correct packages
* | | Translated using Weblate (Spanish)Diego Martínez2016-05-10
| | | | | | | | | | | | | | | | | | Currently translated at 56.8% (504 of 887 strings) This is a merger of two commits.
* | | Translated using Weblate (Spanish)Lucas Montenegro2016-05-10
| | | | | | | | | | | | | | | | | | Currently translated at 51.5% (457 of 887 strings) This is a merger of two commits.
* | | Translated using Weblate (Spanish)ShadowNinja2016-05-10
| | | | | | | | | | | | Currently translated at 51.5% (457 of 887 strings)
* | | Translated using Weblate (Ukrainian)Fixer2016-05-10
| | | | | | | | | | | | | | | | | | Currently translated at 38.4% (341 of 887 strings) This is a merger of two commits.
* | | Translated using Weblate (Lojban)senpi2016-05-10
| | | | | | | | | | | | Currently translated at 10.5% (94 of 887 strings)
* | | Translated using Weblate (Italian)Emon Omen2016-05-10
| | | | | | | | | | | | | | | | | | Currently translated at 100.0% (887 of 887 strings) This is a merger of three commits.
* | | Translated using Weblate (Japanese)BreadW2016-05-10
| | | | | | | | | | | | Currently translated at 51.5% (457 of 887 strings)
* | | Translated using Weblate (French)Yvan YR2016-05-10
| | | | | | | | | | | | Currently translated at 90.7% (805 of 887 strings)