Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge 0.4.13 changes into stable-0.4 | est31 | 2015-08-20 |
|\ | | | | | | | 0.4.13 release! | ||
| * | Bump android version code | Loic Blot | 2015-03-16 |
| | | |||
| * | Android: Fix auto-entry of server address and port in mainmenu | est31 | 2015-03-16 |
| | | | | | | | | Fixes #2497. | ||
| * | Android: update makefile and backport language fix from master | Loic Blot | 2015-03-15 |
| | | |||
| * | Fix narrow_to_wide_c (ANDROID) | Craig Robbins | 2015-03-15 |
| | | | | | | | | | | * Ensure converted string is NUL terminated * Restore logic to that used prior to 9e2a9b5 | ||
| * | Releasing android | Loic Blot | 2015-03-14 |
| | | |||
| * | Bump version to 0.4.12 | Perttu Ahola | 2015-02-18 |
| | | |||
| * | Add modname convention checking | Novatux | 2015-02-18 |
| | | | | | | | | Fixes #2037 | ||
| * | Fix serverlist include | Loic Blot | 2015-02-18 |
| | | |||
| * | Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵ | est31 | 2015-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 another | fz72 | 2015-02-18 |
| | | |||
| * | Increase default font_size | BlockMen | 2015-02-18 |
| | | |||
| * | Fix font_size under windows | BlockMen | 2015-02-18 |
| | | |||
| * | Use fixed size for builtin menus on non-android platforms | Perttu Ahola | 2015-02-18 |
| | | |||
| * | Fix unused (and so, broken) enable_rollback_recording. This option must be ↵ | Loic Blot | 2015-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_size | Kahrl | 2015-02-18 |
| | | |||
| * | Add german and french translation for minetest.desktop | Loic Blot | 2015-02-14 |
| | | | | | | | | This fixes #1573 | ||
| * | Update czech translation | Jakub Vaněk | 2015-02-14 |
| | | |||
| * | Minor fixes in translations | ngosang | 2015-02-14 |
| | | |||
| * | Fix issue #2279. ok @zeno- | Loic Blot | 2015-02-14 |
| | | |||
| * | Fix .zip extraction (mod store) | ngosang | 2015-02-14 |
| | | |||
| * | Fix store.lua bug: default screenshot | Rui | 2015-02-14 |
| | | |||
| * | Fix tab_mods.lua: default screenshot patch | Rui | 2015-02-14 |
| | | | | | | | | | | https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug. | ||
| * | Fix Android build of narrow_to_wide | ShadowNinja | 2015-02-14 |
| | | |||
| * | Fix FTBFS on GNU/Hurd platform | Markus Koschany | 2015-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 sources | est31 | 2015-02-14 |
| | | | | | | | | Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev | ||
| * | Fix Exit to OS button focus in Pause Menu | ngosang | 2015-02-14 |
| | | |||
| * | Fix crash on passing false as value in table to table.copy(t) | est31 | 2015-02-14 |
| | | | | | | | | Fixes #2293. | ||
| * | Fix gettext on MSVC | BlockMen | 2015-02-13 |
| | | |||
* | | Bump version to 0.4.13 | est31 | 2015-08-20 |
| | | |||
* | | tileable flags are needed also without shaders because of filters | RealBadAngel | 2015-08-20 |
| | | |||
* | | Remove use of engine sent texture tiling flags - theyre no longer needed | RealBadAngel | 2015-08-20 |
| | | |||
* | | Remove some emails from credits tab | kwolekr | 2015-08-19 |
| | | |||
* | | Update credits tab | kwolekr | 2015-08-19 |
| | | |||
* | | Fix indianred and indigo of color-string | Rui | 2015-08-19 |
| | | |||
* | | Add Japanese translation of desktop file | Rui | 2015-08-19 |
| | | |||
* | | Client: disable mmdb modstore | est31 | 2015-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) | est31 | 2015-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 bug | est31 | 2015-08-19 |
| | | |||
* | | SAPI: Disable unlockable time profiling | kwolekr | 2015-08-18 |
| | | |||
* | | SEnv: Remove static_exists from ActiveObjects in deleted blocks | kwolekr | 2015-08-16 |
| | | |||
* | | Remove unused functions. | onkrot | 2015-08-16 |
| | | |||
* | | Defaultsettings: Increase client_mapblock_limit to 5000 | paramat | 2015-08-15 |
| | | |||
* | | Rollback: Fail on bad precondition instead of causing assertion error | kwolekr | 2015-08-15 |
| | | |||
* | | Fix sneaking (fixes #665 and #3045) | BlockMen | 2015-08-15 |
| | | |||
* | | Remove unused function from connection.{cpp,h} | nerzhul | 2015-08-15 |
| | | |||
* | | Don't do formspec escaping twice for loading description | est31 | 2015-08-14 |
| | | |||
* | | minimap: Add ability to disable from server | kwolekr | 2015-08-13 |
| | | |||
* | | game.cpp: Update cached settings | est31 | 2015-08-13 |
| | | |||
* | | Fix segfault caused by a8e238ed06ee8285ed4459e9deda3117419837f6 | Perttu Ahola | 2015-08-13 |
| | |