a44892d72e
Unpack .zip.xz archives using liblzma and JNI instead of Java implementation, because Java heap is small and it crashes with out of memory error
pelya
2014-11-12 00:59:04 +02:00
1fca061735
SuperTux: minor fix
pelya
2014-11-10 00:38:51 +02:00
0cf8dfb013
SuperTux: switched to 16bpp videomode, because it's slow on some levels for totally no reason, it's just a 2D game without any fancy graphice, why does it lag even on Note 3?
pelya
2014-11-10 00:29:50 +02:00
0a5831f021
Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
pelya
2014-11-05 22:45:48 +02:00
064f685983
Minor update to OpenArena, small x64 fixes to random headers
Sergii Pylypenko
2014-10-24 21:50:08 +03:00
38390d7af9
XRick: enabled ancient bugs, because it's impossible to pass submap 15 and map 3 strting level without them
Sergii Pylypenko
2014-10-24 18:23:15 +03:00
fad0e66666
Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes
Sergii Pylypenko
2014-10-23 23:30:12 +03:00
7019f13274
Added android_support library from NDK for swprinf and wchar support, updated JA2 project
Sergii Pylypenko
2014-10-13 21:22:35 +03:00
1a70e20b52
Commander Genius updates
Gerhard Stein
2014-10-12 15:15:07 +02:00
c0199b9287
Another boost fix
Gerhard Stein
2014-10-12 15:00:21 +02:00
93aebbb89a
Recovered previously deleted file
Gerhard Stein
2014-10-11 20:38:24 +02:00
6ca97a50a0
Readme update
Gerhard Stein
2014-10-11 20:22:49 +02:00
117cc8139f
Commander Genius upstream updates
Gerhard Stein
2014-10-11 14:11:00 +02:00
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.
Gerhard Stein
2014-10-11 08:46:30 +02:00
82c2f4e0e9
JA2: removed some extra logs
Sergii Pylypenko
2014-10-11 07:40:54 +03:00
fc92bb86d1
Do not fire right mouse button when lifting fingers, if middle button was pressed
Sergii Pylypenko
2014-10-10 22:24:50 +03:00
a0fc6c5ba7
Oops, targeting not yet released version of Android
Sergii Pylypenko
2014-10-09 22:37:20 +03:00
ea105bfdd0
More audio fixes to Debian noroot
Sergii Pylypenko
2014-10-08 16:32:09 +03:00
4b7001903f
Support GCCVER parameter in all scripts so that projects can be build with any GCC version - patch by Alex Wulms
Sergii Pylypenko
2014-10-07 23:29:11 +03:00
e55e804dd5
Removed links to old deprecated NDK versions
Sergii Pylypenko
2014-08-19 22:01:39 +03:00
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
Sergii Pylypenko
2014-08-19 21:59:00 +03:00
b5743e65a0
Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
Sergii Pylypenko
2014-08-15 19:43:02 +03:00
5547621278
Updated todo
Sergii Pylypenko
2014-08-05 21:45:11 +03:00
233ea6b31d
Added script to uninstall current app
pelya
2014-07-19 22:56:31 +03:00
fdee2c3b06
Updated TODO
Sergii Pylypenko
2014-07-18 20:24:11 +03:00
1aefbf2a3f
SDL: fixed SDL not hiding navigation buttons properly when started at the first time and restored from lockscreen.
Sergii Pylypenko
2014-07-18 19:49:55 +03:00
4cd55d4d07
I'm not insane - gyroscope swaps axes when the screen orientation is inverted when holding the phone upside down.
pelya
2014-06-29 02:59:58 +03:00