Loic Blot
315b00d150
Bump android version code
2015-03-16 20:37:07 +01:00
est31
0c0248a19c
Android: Fix auto-entry of server address and port in mainmenu
...
Fixes #2497 .
2015-03-16 19:46:54 +01:00
Loic Blot
0429ec4cfd
Android: update makefile and backport language fix from master
2015-03-15 11:01:39 +01:00
Craig Robbins
a740a48f62
Fix narrow_to_wide_c (ANDROID)
...
* Ensure converted string is NUL terminated
* Restore logic to that used prior to 9e2a9b5
2015-03-15 10:17:09 +01:00
Loic Blot
b12f569fc6
Releasing android
2015-03-14 19:57:21 +01:00
Perttu Ahola
7993a403f2
Bump version to 0.4.12
0.4.12
2015-02-18 19:50:37 +02:00
Novatux
b0df67d9c0
Add modname convention checking
...
Fixes #2037
2015-02-18 17:06:09 +01:00
Loic Blot
45ff8569d7
Fix serverlist include
2015-02-18 16:26:23 +01:00
est31
82bfa2ee7b
Server: announce MIN/MAX protocol version supported to serverlist. Client: 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
2015-02-18 16:17:03 +01:00
fz72
9ef2e5000f
Fix map_seed not changed when creating a new world after login to another
2015-02-18 14:02:30 +02:00
BlockMen
678546308e
Increase default font_size
2015-02-18 12:59:16 +01:00
BlockMen
6f688c50ee
Fix font_size under windows
2015-02-18 12:59:07 +01:00
Perttu Ahola
bb603ff18e
Use fixed size for builtin menus on non-android platforms
2015-02-18 13:57:54 +02:00
Loic Blot
4208fdfd22
Fix unused (and so, broken) enable_rollback_recording. This option must be reloaded at server loop but loaded when server starts, for data consistency (not a hot load variable)
2015-02-18 09:36:42 +01:00
Kahrl
4875213168
Grab GUIChatConsole::m_font, fixes segfault when changing font_size
2015-02-18 00:40:11 +10:00
Loic Blot
f92540e8ad
Add german and french translation for minetest.desktop
...
This fixes #1573
2015-02-14 13:12:08 +01:00
Jakub Vaněk
ec0bf899ed
Update czech translation
2015-02-14 13:11:50 +01:00
ngosang
2b635a892c
Minor fixes in translations
2015-02-14 13:11:33 +01:00
Loic Blot
7f6fc148bd
Fix issue #2279 . ok @zeno-
2015-02-14 21:02:19 +10:00
ngosang
878e9f7594
Fix .zip extraction (mod store)
2015-02-14 21:00:13 +10:00
Rui
c7249f5983
Fix store.lua bug: default screenshot
2015-02-14 21:00:06 +10:00
Rui
7f07858209
Fix tab_mods.lua: default screenshot patch
...
https://forum.minetest.net/viewtopic.php?f=6&t=11201
Fixed this bug.
2015-02-14 21:00:01 +10:00
ShadowNinja
9e9688fc61
Fix Android build of narrow_to_wide
2015-02-14 20:59:45 +10:00
Markus Koschany
93e5ab367a
Fix FTBFS on GNU/Hurd platform
...
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.
2015-02-14 20:59:35 +10:00
est31
60fa5807b9
README.txt: Simplify initial build steps by using git to fetch sources
...
Also simplify wget steps and apt-get install zlib1g-dev libjsoncpp-dev
2015-02-14 20:59:00 +10:00
ngosang
9dbca41385
Fix Exit to OS button focus in Pause Menu
2015-02-14 20:58:39 +10:00
est31
61588a43dd
Fix crash on passing false as value in table to table.copy(t)
...
Fixes #2293 .
2015-02-14 15:24:09 +10:00
BlockMen
e62927ed71
Fix gettext on MSVC
2015-02-13 01:23:30 +10:00
kwolekr
15c037614f
Hud: Modify Y-positioning of health/breath starbars to prevent overlapping with Hotbar
2015-02-08 12:47:45 -05:00
gregorycu
a0535d286b
Fix rebase bug, make render loop use cache setting
2015-02-07 22:23:36 +10:00
Craig Robbins
0904884ad4
Fix warnings in CGUITTFont.cpp
2015-02-06 23:02:15 +10:00
ShadowNinja
1367e8ffff
Fix gettext
2015-02-05 11:49:14 -05:00
ShadowNinja
9e2a9b55e1
Reduce gettext wide/narrow and string/char* conversions
2015-02-05 03:24:22 -05:00
ShadowNinja
84c367bb46
Fix translation memory leak
2015-02-05 03:24:13 -05:00
ShadowNinja
8bbf106379
Fix translation finding of overlay messages
2015-02-05 03:24:00 -05:00
ShadowNinja
efeb372e95
Add wstrgettext to list of translation update keywords
2015-02-05 03:23:53 -05:00
paramat
bec5d3ab22
Mgv7 mountains: Remove divide by zero code that creates vast walls
...
Conf.example: Add mgv7 cave1, cave2 noiseparams
Mgv7: Make skipping of mountain code relative to y=0 not water level
Mountain noise offset now -0.6 to compensate
Tune chance of large caves
2015-02-05 03:21:04 -05:00
Craig Robbins
9a0dd47057
Fix performance regression
2015-02-05 17:34:10 +10:00
SmallJoker
929e0b0ad8
Give full breath after death
2015-02-05 17:33:08 +10:00
gregorycu
5e075c3344
Fix dying of lava causes repeated death This is a bugfix for issue #81
2015-02-05 17:32:35 +10:00
rubenwardy
b56f1175a2
Change assignment to global in a function to warning
2015-02-04 14:57:06 -05:00
ngosang
1b4aaa5f50
Suppress 4 gcc 4.9.2 warnings in CGUITTFont.cpp
2015-02-05 02:41:55 +10:00
Steven Smith
b4cdbc997f
Fix download URL
2015-02-04 22:06:55 +10:00
sapier
d902bd31c4
Fix getCraftRecipe returing wrong reciep due to way to unspecific output matching
2015-02-02 21:32:23 +01:00
kwolekr
0118c111e8
Fix some MSVC-specific warnings and add debug path as an MSVC directory
2015-02-02 02:01:13 -05:00
kwolekr
43f102271d
Create minidump on fatal Win32 exceptions
...
Remove software exception translator function, simplifying exception handler
macros. FatalSystemExceptions are left unhandled.
2015-02-02 01:39:17 -05:00
kwolekr
48fa893abd
Randomly generate seed if field blank for any Settings instance
2015-02-01 02:05:39 -05:00
Kahrl
285655a878
Fix NDT_GLASSLIKE normals
...
Remove inventorycube() workaround for default:glass in minimal game
2015-01-31 03:06:34 +10:00
Craig Robbins
38561023b4
Fix local map saving when joining a local server from the server tab
...
Disables local map saving for all local server types
See: https://github.com/minetest/minetest/issues/2024
2015-01-31 00:42:08 +10:00
Kahrl
4d15d63134
Fix uninitialized variable m_database_delete in Database_SQLite3
...
This fixes issue #2219
2015-01-28 05:01:07 +01:00