59 Commits (5bd1dd34b3394497e46399faea3f30e8acd1a858)

Author SHA1 Message Date
Velaron 5c90e716cb engine: platform: android: refactoring 8 months ago
Alibek Omarov 71b06801ef engine: platform: android: remove dead code 8 months ago
Alibek Omarov d2237fa144 engine: platform: android: merge new SDL2 based Android port from @Velaron's tree 1 year ago
Alibek Omarov ef663a8790 engine: partially remove legacy Android port, in preparation of new port merge 1 year ago
Andrey Akhmichin 6486533355 engine: platform: android: replace va function calls. 1 year ago
Alibek Omarov 0d7a2e7bad engine: platform: change capture API to allow locking/unlocking buffer to prevent race condition, use single function for pause 2 years ago
SNMetamorph 9f9141823a engine: added audio backend print to s_info command 2 years ago
Alibek Omarov 22ff45f5d0 engine: platform: add audio capture shutdown functions 2 years ago
SNMetamorph a254a342b1 engine: voice: minor code fixes 2 years ago
Velaron 2b9e050f57 engine: voice support 2 years ago
SNMetamorph 641f0632ef engine: client: fixed compilation errors on Android 2 years ago
Alibek Omarov ebfa8e6ffc engine: platform: android: fix compile 3 years ago
Alibek Omarov 4f89288ccf common: cleanup port.h 3 years ago
Alibek Omarov 523798857b engine: platform: fix opensles audio 3 years ago
Alibek Omarov a93d9ac71c engine: platform: simplify sound code 3 years ago
Alibek Omarov 3d9a4560d5 client: make sound cvars statically allocated, to avoid access to invalid pointers in the future 3 years ago
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace 4 years ago
mittorn e96271a8a9 platform/android: make host.state actual in Android_UpdateSurface call 4 years ago
mittorn f0c9aa1585 vid_android: workaround small output buffer 4 years ago
mittorn 4515d3e3cb platform/android: implement native software blitter, fix lost context on resize, fix safegl 4 years ago
mittorn 98ffbaf87a android: fix fallbacks 4 years ago
Alibek Omarov 89ca0dec5e platform: android: slightly more verbosity 4 years ago
mittorn 3e3aff040e platform: add Platfrom_Init, Platform_Shutdown, Platform_MouseMove move platform-specific code from host.c 4 years ago
mittorn 3a416636f1 engine: mark GAME_EXPORT's 5 years ago
Alibek Omarov d0dbd185ad engine: android: fix enum-conversion 5 years ago
Alibek Omarov 8399107826 engine: platform: android: remake video backend to use EGL through Java code 5 years ago
Alibek Omarov fec0a6baf6 engine: platform: android: change package name 5 years ago
mittorn 1365020302 ref: add enum for screen rotation 5 years ago
Alibek Omarov 9d826016b0 engine: finish sdl1.2 port 5 years ago
Aimless-Wanderer 00e5d42459 platform: android: fix macros 5 years ago
mittorn 7f6395fa7d ref: display transformation API 5 years ago
Alibek Omarov e3c3b05396 engine: platform: android: don't check if XASH_ENGLIBDIR and XASH_GAMELIBDIR are null. Load library by direct path if PATH_SPLITTER was found. Partially fixes #74 5 years ago
Alibek Omarov 6e637456ef platform: define platform-specific posix-compatible library loaders as macros to reduce macros hell in lib_posix.c 5 years ago
Alibek Omarov 8be58bcd21 engine: android: fix EGL context create error condition 5 years ago
Alibek Omarov 06e38b45c8 engine: android: don't throw host error when initializing software renderer on Android 5 years ago
Alibek Omarov d3dd671759 engine: android: quick hack to load libraries on aarch64 until we don't symlinking lib folder 5 years ago
Alibek Omarov fa622168a0 engine: fix style, disable XASH_USE_SELECT 5 years ago
Alibek Omarov 6e2dbd4e1c engine: android: get rid of VLA 5 years ago
mittorn da11da97ad android: enable touch support 5 years ago
mittorn 0afc3d83c6 android: add stub for Platform_PreCreateMove 5 years ago
Alibek Omarov 4049c54511 engine: android: fix video backend not compiled 5 years ago
Alibek Omarov 07aa9595c0 engine: android: allow building dedicated on Android 5 years ago
Alibek Omarov 3032ce3bee engine: android: fix building dlsym_weak on latest NDK 5 years ago
Alibek Omarov 2f8fec6b70 Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever. 5 years ago
Alibek Omarov b2895770b8 platform: remove unneeded argument from SNDDMA_Init 5 years ago
Alibek Omarov fa68108907 engine: input: adapt gamepad code for new engine, remove gamepad ids, as it was never used and probably will never be, small optimizations 5 years ago
Alibek Omarov db72378806 engine: android: fix building custom dlsym with NDK r19c, clean-up 5 years ago
Alibek Omarov d596f4ea52 engine: android: vid: fix building with NDK r19c 5 years ago
Alibek Omarov 2e953bd1a9 ref_api: remove GL_OnContextCreated, remove return value of GL_RenderFrame 5 years ago
Alibek Omarov e9e4a1296d engine: android: fix possible crash in custom dlsym 5 years ago