Commit Graph

1600 Commits

Author SHA1 Message Date
Sergii Pylypenko
90ebd5c5d3 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2014-11-05 22:49:32 +02:00
pelya
17ab174d18 Updated subprojects 2014-11-05 22:48:30 +02:00
pelya
0a5831f021 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2014-11-05 22:45:48 +02:00
Sergii Pylypenko
064f685983 Minor update to OpenArena, small x64 fixes to random headers 2014-10-24 21:50:08 +03:00
Sergii Pylypenko
38390d7af9 XRick: enabled ancient bugs, because it's impossible to pass submap 15 and map 3 strting level without them 2014-10-24 18:23:15 +03:00
Sergii Pylypenko
fad0e66666 Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes 2014-10-23 23:31:29 +03:00
Sergii Pylypenko
3c4fd3c0d4 Updated OpenTTD 2014-10-23 20:25:24 +03:00
Sergii Pylypenko
ae8a1bce1a Updated Android API version to Lollipop #holoyolomaterialswag 2014-10-23 20:04:13 +03:00
Sergii Pylypenko
34681f12e1 Updated subprojects and TODO 2014-10-23 18:55:31 +03:00
Gerhard Stein
027bacd940 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
Conflicts:
	project/jni/application/commandergenius/commandergenius
2014-10-20 18:25:56 +02:00
Gerhard Stein
c74bb8dfb5 Commander Genius updates 2014-10-20 18:24:38 +02:00
Sergii Pylypenko
b6cc574e77 Nvidia Shield also sends AXIS_HAT_X/AXIS_HAT_Y events whne pressing gamepad, moved that code to generic joystick handling 2014-10-16 17:20:11 +03:00
Sergii Pylypenko
aa56c63aeb Updated JA2 2014-10-13 22:44:27 +03:00
Sergii Pylypenko
7019f13274 Added android_support library from NDK for swprinf and wchar support, updated JA2 project 2014-10-13 21:22:35 +03:00
Gerhard Stein
1a70e20b52 Commander Genius updates 2014-10-12 15:15:07 +02:00
Gerhard Stein
c0199b9287 Another boost fix 2014-10-12 15:00:21 +02:00
Gerhard Stein
93aebbb89a Recovered previously deleted file 2014-10-11 20:38:24 +02:00
Gerhard Stein
6ca97a50a0 Readme update 2014-10-11 20:22:49 +02:00
Gerhard Stein
117cc8139f Commander Genius upstream updates 2014-10-11 14:11:00 +02:00
Gerhard Stein
ed973d4f7b It seems that boost_property has issues with reinterpret_cast. Not sure if boost breaks some standard rules in this section. Anyways, I use memcpy which just transfers the addresses of the pointers. Since Commander Genius needs that for savegames and configs, this fix is required. 2014-10-11 08:46:30 +02:00
Sergii Pylypenko
82c2f4e0e9 JA2: removed some extra logs 2014-10-11 07:40:54 +03:00
Sergii Pylypenko
30981d1e34 Added ja2-stracciatella build files 2014-10-11 07:38:21 +03:00
Sergii Pylypenko
2cba3a0ddb Fixed compiler warning 2014-10-11 05:50:18 +03:00
Sergii Pylypenko
6195eef526 Updated boost libraries 2014-10-11 05:49:49 +03:00
Sergii Pylypenko
3e4de48d10 Map on-screen keys to mouse buttons 2014-10-11 03:01:46 +03:00
Sergii Pylypenko
db084dcfd6 Updated Android project files 2014-10-10 22:25:12 +03:00
Sergii Pylypenko
fc92bb86d1 Do not fire right mouse button when lifting fingers, if middle button was pressed 2014-10-10 22:24:50 +03:00
Sergii Pylypenko
a0fc6c5ba7 Oops, targeting not yet released version of Android 2014-10-09 22:37:20 +03:00
Sergii Pylypenko
ea105bfdd0 More audio fixes to Debian noroot 2014-10-08 16:32:09 +03:00
Sergii Pylypenko
4b7001903f Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms 2014-10-07 23:29:11 +03:00
Sergii Pylypenko
69f78f4d4e Updated Debian noroot 2014-10-07 23:26:58 +03:00
Sergii Pylypenko
4eb83d3e61 changeAppSettings.sh will remove Play Services lib from project if it's not used, updated TODO 2014-10-06 23:00:39 +03:00
Sergii Pylypenko
bcdaa57788 Updated TODO, updated OpenTTD project 2014-10-06 20:26:38 +03:00
Sergii Pylypenko
b473cc554d Updated TODO 2014-09-22 18:17:03 +03:00
Gerhard Stein
20c5f98348 Preparing a new way to save stuff in CG 2014-09-02 18:18:16 +02:00
Gerhard Stein
9f8c37eefd Updates for FH2 and Commander Genius 2014-08-27 19:52:09 +02:00
pelya
942187983d Updated OpenTTD 2014-08-26 02:15:42 +03:00
pelya
4e67c9afc3 Cloud save fixes and improvements 2014-08-26 01:28:42 +03:00
pelya
5c864f1051 Updated OpenTTD 2014-08-25 01:00:44 +03:00
Sergii Pylypenko
e58dc417ea Updated OpenTTD 2014-08-19 22:17:59 +03:00
Sergii Pylypenko
6fb2fc4d5c Updated OpenTTD 2014-08-19 22:08:56 +03:00
Sergii Pylypenko
e55e804dd5 Removed links to old deprecated NDK versions 2014-08-19 22:01:39 +03:00
Sergii Pylypenko
cdf5d869bb Added support for .tar.xz compression format for data downloader,
xz gives 30% better compression than plain zip, but you need to
create zip archive with no compression: zip -0 -r, then
compress it with xz: xz -8 < archive.zip > archive.zip.xz
Data downloader will try to use xz decompressor on
anything with extension .zip.xz
2014-08-19 21:59:00 +03:00
Sergii Pylypenko
b5743e65a0 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2014-08-15 19:43:02 +03:00
Sergii Pylypenko
3512489753 Updated Simutrans project files 2014-08-04 23:14:03 +03:00
pelya
969162d0fb OpenArena: build VM when building armeabi-v7a, because that's the default arch now 2014-07-23 23:14:08 +03:00
pelya
57c1f2fbde Updated OpenTTD 2014-07-20 00:44:19 +03:00
Sergii Pylypenko
fdee2c3b06 Updated TODO 2014-07-18 20:24:11 +03:00
Sergii Pylypenko
1aefbf2a3f SDL: fixed SDL not hiding navigation buttons properly when started at the first time and restored from lockscreen. 2014-07-18 19:49:55 +03:00
Sergii Pylypenko
c4eba6f2d0 Cloud save: fixed broken 64-bit integer type 2014-07-09 23:36:38 +03:00