|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
Index: src/video/sdl_v.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/video/sdl_v.cpp (revision 21293)
|
|
|
|
|
--- src/video/sdl_v.cpp (revision 21311)
|
|
|
|
|
+++ src/video/sdl_v.cpp (working copy)
|
|
|
|
|
@@ -485,6 +485,9 @@
|
|
|
|
|
SDL_CALL SDL_EnableUNICODE(1);
|
|
|
|
@@ -14,7 +14,7 @@ Index: src/video/sdl_v.cpp
|
|
|
|
|
}
|
|
|
|
|
Index: src/sound/sdl_s.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/sound/sdl_s.cpp (revision 21293)
|
|
|
|
|
--- src/sound/sdl_s.cpp (revision 21311)
|
|
|
|
|
+++ src/sound/sdl_s.cpp (working copy)
|
|
|
|
|
@@ -20,9 +20,16 @@
|
|
|
|
|
|
|
|
|
@@ -35,7 +35,7 @@ Index: src/sound/sdl_s.cpp
|
|
|
|
|
const char *SoundDriver_SDL::Start(const char * const *parm)
|
|
|
|
|
Index: src/music/libtimidity.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/music/libtimidity.cpp (revision 21293)
|
|
|
|
|
--- src/music/libtimidity.cpp (revision 21311)
|
|
|
|
|
+++ src/music/libtimidity.cpp (working copy)
|
|
|
|
|
@@ -23,10 +23,13 @@
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
@@ -78,7 +78,7 @@ Index: src/music/libtimidity.cpp
|
|
|
|
|
|
|
|
|
|
Index: src/os/unix/unix.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/os/unix/unix.cpp (revision 21293)
|
|
|
|
|
--- src/os/unix/unix.cpp (revision 21311)
|
|
|
|
|
+++ src/os/unix/unix.cpp (working copy)
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
|
@@ -103,7 +103,7 @@ Index: src/os/unix/unix.cpp
|
|
|
|
|
int ret;
|
|
|
|
|
Index: src/os/unix/crashlog_unix.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/os/unix/crashlog_unix.cpp (revision 21293)
|
|
|
|
|
--- src/os/unix/crashlog_unix.cpp (revision 21311)
|
|
|
|
|
+++ src/os/unix/crashlog_unix.cpp (working copy)
|
|
|
|
|
@@ -141,7 +141,11 @@
|
|
|
|
|
};
|
|
|
|
@@ -117,9 +117,24 @@ Index: src/os/unix/crashlog_unix.cpp
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Entry point for the crash handler.
|
|
|
|
|
Index: src/window.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/window.cpp (revision 21311)
|
|
|
|
|
+++ src/window.cpp (working copy)
|
|
|
|
|
@@ -2053,6 +2053,10 @@
|
|
|
|
|
|
|
|
|
|
static void MouseLoop(MouseClick click, int mousewheel)
|
|
|
|
|
{
|
|
|
|
|
+#ifdef ANDROID
|
|
|
|
|
+ _settings_client.gui.left_mouse_btn_scrolling = true;
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
|
|
HandlePlacePresize();
|
|
|
|
|
UpdateTileSelection();
|
|
|
|
|
|
|
|
|
|
Index: src/network/core/os_abstraction.h
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/network/core/os_abstraction.h (revision 21293)
|
|
|
|
|
--- src/network/core/os_abstraction.h (revision 21311)
|
|
|
|
|
+++ src/network/core/os_abstraction.h (working copy)
|
|
|
|
|
@@ -159,7 +159,7 @@
|
|
|
|
|
# include <net/if.h>
|
|
|
|
@@ -132,7 +147,7 @@ Index: src/network/core/os_abstraction.h
|
|
|
|
|
* the list of IPs from the system. */
|
|
|
|
|
Index: src/debug.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/debug.cpp (revision 21293)
|
|
|
|
|
--- src/debug.cpp (revision 21311)
|
|
|
|
|
+++ src/debug.cpp (working copy)
|
|
|
|
|
@@ -16,6 +16,9 @@
|
|
|
|
|
#include "string_func.h"
|
|
|
|
@@ -156,7 +171,7 @@ Index: src/debug.cpp
|
|
|
|
|
char buf2[1024 + 32];
|
|
|
|
|
Index: src/main_gui.cpp
|
|
|
|
|
===================================================================
|
|
|
|
|
--- src/main_gui.cpp (revision 21293)
|
|
|
|
|
--- src/main_gui.cpp (revision 21311)
|
|
|
|
|
+++ src/main_gui.cpp (working copy)
|
|
|
|
|
@@ -275,7 +275,11 @@
|
|
|
|
|
}
|
|
|
|
|