Commit Graph

1334 Commits

Author SHA1 Message Date
pelya
2270034fdd Oops 2012-11-08 20:13:06 +02:00
pelya
62e537e70a Updated OpenTTD 2012-11-08 20:10:08 +02:00
pelya
9a4231b928 Fixed scrolling wheel direction 2012-11-08 19:49:08 +02:00
pelya
c6fc13c3f5 OpenTTD: forgot to enable 24bpp mode in AndroidAppSettings 2012-11-08 19:25:44 +02:00
pelya
5eaf30caf3 Updated readme for UfoAI project 2012-11-08 17:47:28 +02:00
pelya
5516988e85 Updated UfoAI project 2012-11-01 20:39:45 +02:00
pelya
e450bfcf20 Waiting for proper screen orientation in a proper way 2012-11-01 19:35:01 +02:00
pelya
faba23c35a Bumped up multitouch rotation event sensitivity 2012-11-01 18:51:53 +02:00
pelya
e4cace0d07 Fixed crash in SDL_mixer on armeabi-v7a arch, caused by improper compiler flags, updated libvorbis 2012-11-01 18:20:32 +02:00
pelya
f37cc6cda0 Fixed few bugs in data downloader 2012-11-01 16:45:04 +02:00
pelya
77ee7a1f8a Tentative fix for the slow orientation change when invoking from background 2012-11-01 16:27:29 +02:00
pelya
c46aad8b5c Added warning in case of broken cfg file 2012-11-01 15:21:25 +02:00
pelya
6bc4d3aad1 More sensible error message when data download aborted 2012-10-31 18:24:33 +02:00
pelya
58ddc06046 Updated UfoAI project 2012-10-31 17:58:27 +02:00
pelya
9747663a1a Another small fix to the partial data downloading 2012-10-31 17:11:19 +02:00
pelya
c8e16684d3 Fix to the partial data downloading 2012-10-30 20:02:32 +02:00
pelya
8e9c49b884 Option to warn user if the device does not have enough RAM 2012-10-30 18:22:36 +02:00
pelya
e38cf2f06f Support for resuming download of partially-downloaded files, only for non-unzipped files. 2012-10-30 15:31:13 +02:00
pelya
eaeaa0042f Updated bugs.txt 2012-10-29 18:21:41 +02:00
pelya
04fa2ee4e4 Fix to my prev commit 2012-10-29 18:00:44 +02:00
pelya
0376665f5c Some downloadable items can be made mandatory, by issuing "!!" at the beginning 2012-10-29 17:27:05 +02:00
pelya
4ea9e8fc3d Option to sleep in audio thread, to prevent audio chopping, by ZX81 2012-10-29 17:25:07 +02:00
pelya
70ac680ffe Fix to SDL_ttf transparency, by ZX81 2012-10-29 17:14:18 +02:00
pelya
ab8690eb85 Merge branch 'sdl_android' of github.com:pelya/commandergenius into android 2012-10-29 16:51:46 +02:00
pelya
a5c62580b1 SDL_ScreenKeyboard compatibility for SDL2, updated mxml and jpeg libraries 2012-10-29 16:50:15 +02:00
pelya
cf1309bd86 Small update to OpenArena build system 2012-10-21 22:11:50 +03:00
pelya
380a732f52 Setting some env variables like app path and display physical size 2012-10-21 22:09:48 +03:00
pelya
429d0e3925 TeeWorlds: Added missing remote repo 2012-10-19 22:32:34 +03:00
pelya
8297a9ee26 Moved some files around between SDL 1.2 and 1.3 2012-10-19 19:59:33 +03:00
pelya
1c7fee620d Special hack for TeeWorlds 2012-10-18 21:00:18 +03:00
pelya
79bd16bce7 Renamed TeeWorlds project dir, rebased my changes to 0.6 branch 2012-10-18 18:42:37 +03:00
pelya
0a64ebee1c Updated build system 2012-10-17 21:31:24 +03:00
pelya
daeec879f3 Added TeeWorlds 0.7 project 2012-10-17 21:30:21 +03:00
pelya
c8105b9446 Moved old TeeWorlds to different folder 2012-10-17 21:24:01 +03:00
pelya
d3ad4a40fe Added GLU library from http://code.google.com/p/glues/ 2012-10-17 21:23:08 +03:00
pelya
73d3bdb324 Updated OpenTTD 2012-10-10 20:14:22 +03:00
pelya
a9e8a11011 Small update to OpenArena 2012-10-06 20:28:18 +03:00
pelya
1ff4c7b772 Updated readme with the information where to find the sources of each game. 2012-10-03 16:04:39 +03:00
pelya
609e9f9bb5 Fixed OpenArena compilation 2012-10-01 19:01:00 +03:00
pelya
fba7f6123f Merge branch 'sdl_android' of github.com:pelya/commandergenius into android 2012-10-01 19:00:39 +03:00
pelya
2be753832e Fixed small bug in mouse input, when mouse button bound to HW key 2012-10-01 18:21:02 +03:00
pelya
63eaf5b983 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2012-09-28 17:11:21 +03:00
pelya
cf816631a2 Fixed colorkey and alpha in HW mode when restoring from background - patch by SLVN 2012-09-28 17:10:20 +03:00
pelya
ac96d94173 Added possibility to compile armeabi-v7a binaries via AndroidBuild.sh script, updated OpenArena 2012-09-25 20:04:18 +03:00
pelya
fef867ebcb Toggled back mouse events ratelimiting, changed magnifying glass grag&drop to be more snappy, updated OpenTTD 2012-09-22 17:14:31 +03:00
pelya
d4c6c1bd22 Fixed parallel build somehow broken in NDK r8b. 2012-09-21 17:17:45 +03:00
pelya
10f6d46d05 Commented the ugly code 2012-09-20 18:23:09 +03:00
pelya
7d04504ee5 Asynchronous SDL_ACTIVEEVENT, when you lose focus. 2012-09-20 17:40:41 +03:00
pelya
41fd185b16 Texture linear filtering is enabled by default, tiny tweak to Biniax2 2012-09-20 14:32:55 +03:00
pelya
42a9f2e54c Updated copyright info in Biniax2 2012-09-19 15:02:25 +03:00