Commit Graph

124 Commits

Author SHA1 Message Date
pelya
1ee7b4ee83 Small update to readme 2011-05-26 11:40:11 +03:00
pelya
ea3df210c4 Added a license exception to permit custom startup config dialogs in closed-source projects. 2011-04-18 18:02:28 +00:00
pelya
a7cf867372 Updated readme - advertising official libsdl.org port 2011-03-28 11:59:20 +03:00
pelya
8fce28ca72 Fixed non-blocking SwapBuffers 2011-03-14 19:09:41 +02:00
pelya
15d39e1af5 Send SDL_VIDEORESIZE event when app restored from background 2011-03-09 19:06:04 +02:00
pelya
99f734c61c Added new API for toggling text input via Android EditText widget 2011-02-24 16:21:54 +00:00
pelya
4f3665edef app2sd support for shared libraries 2011-02-18 16:09:20 +00:00
pelya
9f03722fd9 Updated readme 2011-02-10 12:29:39 +00:00
pelya
a66c54c992 Updated readme 2011-02-07 11:47:13 +00:00
pelya
ac86215d58 Updated readme 2011-02-07 10:00:53 +00:00
pelya
e79a0e5a1c Reverted changes to STLPort so compilation with NDK r4b should be supported again 2011-02-02 15:07:36 +00:00
pelya
a4cb94028c Moved all includes from LOCAL_CFLAGS to LOCAL_C_INCLUDES so it will work in Cygwin 2011-02-02 14:28:16 +00:00
pelya
154e2e3eda Editable data download path/application curdir, editable app commandline, updated teadme 2010-12-29 12:55:44 +00:00
pelya
3fdcecc38c Updated readme 2010-12-28 14:38:45 +00:00
pelya
046ea391f2 Updated readme 2010-12-28 14:33:51 +00:00
pelya
ef43c73e24 Updated readme 2010-12-21 15:27:16 +00:00
pelya
565f159a20 Revert "Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort""
STLPort inside NDK R5 crashes when accessing stdout the smae way as mine built-in STLPort, but I have the possibility to change my own STLPort sources

This reverts commit 4a02eeeded.
2010-12-21 11:18:33 +00:00
pelya
4a02eeeded Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort"
Probably I'll need that commit someday, so I can pull it from Git history now

This reverts commit a3106f9048.
2010-12-20 14:37:32 +00:00
pelya
a3106f9048 Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort 2010-12-20 14:35:54 +00:00
pelya
365eeb5b62 Updated readme 2010-12-16 10:12:25 +00:00
pelya
674da851ef Updated readme 2010-12-13 12:48:44 +00:00
pelya
1ca0105303 Added lzma and lzo2 libs for OpenTTD 2010-11-16 14:47:25 +02:00
pelya
988fa75f57 Fixed SDL 1.2 compilation, force screen update when "Show screen under finger" selected and user releases finger 2010-11-15 17:58:48 +02:00
pelya
9954bc4a89 Some fies to FreeHeroes2 2010-11-15 17:14:15 +02:00
pelya
cad7c7d4b0 Updated readme 2010-11-15 16:36:05 +02:00
pelya
453a75a33e Updated readme 2010-11-12 11:18:46 +02:00
pelya
53932a7310 Fixed setEnvironment.sh not working with CrystaX toolchain 2010-11-11 13:52:49 +02:00
pelya
63fdb80efa Updated readme 2010-11-09 19:24:58 +02:00
pelya
5c780e991d ScummVM: tweaked key layout 2010-11-09 19:14:43 +02:00
pelya
88795331ac Updated readme 2010-11-04 19:11:19 +02:00
pelya
3f6498ab22 Updated readme 2010-11-04 13:26:16 +02:00
pelya
a0cebf8698 Added script to check if exported symbols from your app clash with system libraries 2010-11-04 12:49:20 +02:00
pelya
43e3ce8c9d Updated readme 2010-11-04 10:34:11 +02:00
pelya
123f2c14df Support for querying video surface pixles in SDL 1.2 HW mode - it's VERY slow 2010-11-02 15:38:45 +02:00
pelya
30eaeb4705 Updated ChangeAppSettings.sh - new option to change only version code 2010-11-02 13:02:34 +02:00
pelya
66f0e9126e Updated readme with per-pixel alpha surface example 2010-11-01 17:56:39 +02:00
pelya
36c84cb7ff Updated readme, added some warnings to autogenerated files that they are autogenerated 2010-11-01 10:30:51 +02:00
pelya
dff8e5261a Updated readme 2010-10-25 18:24:50 +03:00
pelya
d44642450a Updated readme 2010-10-25 13:32:41 +03:00
pelya
1ce3baa2a7 Updated readme 2010-10-20 17:08:07 +03:00
pelya
54ee84958a Data files downloaded from SF.net by default for all apps 2010-10-18 15:50:08 +03:00
pelya
bd185f68b1 Another readme update 2010-10-15 20:49:10 +03:00
pelya
5421d7335f Updated readme 2010-10-15 20:45:59 +03:00
pelya
512c014691 Now you can put data files inside .apk file, into assets - they will be unpacked automatically via omnipotent DataDownloader.java 2010-10-14 13:25:16 +03:00
pelya
b292e52900 CrystaX toolchain now can be specified through ChangeAppSettings.sh 2010-10-05 15:47:30 +03:00
pelya
b64beebad9 Created separate files for bugs and TODO list 2010-10-04 16:28:53 +03:00
pelya
b83c805bb7 Implemented SDL_ACTIVEEVENT, did not test it and cannot say if it will work, also SDL 1.3 compilation is broken (use previous commit) 2010-10-01 19:15:23 +03:00
pelya
16ef311bc2 Updated UQM and readme 2010-09-29 18:52:59 +03:00
pelya
16c3b54078 Background saving/restoring fully works (And pauses audio) 2010-09-29 18:30:34 +03:00
pelya
ab7f63b305 Added possibility to use custom build script to build application (to be compatible with configure-like scripts) 2010-09-16 15:46:52 +03:00