2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-24 18:59:50 +01:00
Commit Graph

3072 Commits

Author SHA1 Message Date
d99d3d6ee2 wscript: re-enable xash-extras on android 2023-12-10 05:26:30 +03:00
8ca380eb85 scripts/waifulib: save zip task to make it output reuseable 2023-12-10 05:24:45 +03:00
mittorn
e6956a4668 wscript: fix options in external projects 2023-12-08 23:48:56 +03:00
e4e4a27c27 platform/android-nosdl: add workarounds for yama bullshit 2023-12-03 06:19:14 +03:00
78ba64c8a0 platform/android-nosdl: restore SIGTRAP handler 2023-12-02 21:40:59 +03:00
7bbc069c6a engine/system: add aarch64 INLINE_RAISE implementation, use tgkill instead of kill 2023-12-02 21:36:17 +03:00
mittorn
7a8eb02799 platform/android-nosdl: optionally wait gdb in nativeInit, enable dumpable flag early as possible 2023-12-01 20:35:19 +03:00
mittorn
fd3d2ef6fc engine/system: add asm-based raise implementation for arm, making Sys_DebugBreak more relevant 2023-12-01 18:46:02 +03:00
mittorn
49b076e0e6 platform/android-nosdl: add Platform_Shutdown for preShutdown callback 2023-12-01 16:14:30 +03:00
mittorn
57b847d2fb platform/android-nosdl: fix declaration style (werror) 2023-12-01 16:13:23 +03:00
adc39839ba platform/android-nosdl: Move all bindings to XashBindings class, workaround broken messageBox from crashhandler 2023-12-01 07:14:13 +03:00
0a163882d0 waifulib/compiler_optimizations: disable no-semantic-interposition for gcc4 in release builds too 2023-12-01 07:10:01 +03:00
4eb395ed02 vid/android: Remove pixelFormat selection code, it only used to set desktop bits per pixel 2023-12-01 07:06:50 +03:00
2431a22926 crashhandler: set host.crashed before messagebox to allow platform code handle crashed state in different way 2023-12-01 07:03:23 +03:00
92fcf090ab ref_gl: workaround using fake arb functions on GLES (Mali400 has stub glBindBufferARB somehow\!) 2023-11-02 02:06:02 +03:00
75e9852430 waifulib/xcompile: add objcopy tool to android configuration, allow switching to ndk binutils with host clang 2023-11-02 01:52:52 +03:00
262e419fc6 waifulib/xcompile: disable stpcpy on host-clang 2023-11-01 23:34:34 +03:00
02b4fb1661 gl4es: update submodule 2023-11-01 23:19:23 +03:00
mittorn
ca985f32d9 waifulib/xcompile: add android-from-none for new host-clang versions, support hardfloat abi in host-clang 2023-11-01 21:30:18 +03:00
mittorn
d68ae53b3f gl2shim: add SOFTFP_LINK support for gles3compat 2023-11-01 21:24:47 +03:00
mittorn
811fb6aaad gl2shim: fix gcc 4.9 build 2023-11-01 21:23:46 +03:00
mittorn
5f93b2dfe4 wscript: check if extra-projects was set in configuration 2023-10-31 21:09:36 +03:00
246326ee12 waifu: set external waifulibs for extra-projects 2023-10-31 05:07:40 +03:00
5e60c3c956 ref_soft: fix crash when y < -height 2023-10-31 04:05:13 +03:00
253eb25a3f platform/android: prevent rendering without context, fix android_sleep using surfaceless mode or dummy surface if possible 2023-10-30 03:10:44 +03:00
11a38a405b waf/xcompile: fix ld path for host clang 2023-10-28 23:30:15 +03:00
df44a72781 waf/compiler_optimizations: remove no-semantic-interposition for gcc4 2023-10-28 23:28:56 +03:00
eb2aabb7e7 platform/posix: check for non-zero dladdr ret 2023-10-28 23:27:11 +03:00
237b38a207 platform/android: implement dumb dladdr fallback (only searches in server library) 2023-10-28 23:26:11 +03:00
b67ee66f19 imagelib: fix for loop scope 2023-10-28 10:14:27 +03:00
7ddd2d79e8 ref_soft,ref_gl: fix unaligned read in sprite code 2023-10-28 10:13:25 +03:00
mittorn
588ee42790 platform/eglutil: prevent rendering while no surface 2023-10-27 00:25:12 +03:00
mittorn
d6b2b0d72b platform/android: debug surface enabling/disabling, add notification for event_set_pause, fix wrong host.status, prevent rendering while no surface 2023-10-27 00:24:23 +03:00
mittorn
ef93c04db6 platform/android: disable swbuffer resize hack, wrong buffer size really is an error that should be fixed on Activity side, not here 2023-10-26 20:56:36 +03:00
7013caa07d platform/android: rewrite egl part to separate not android-specific file 2023-10-26 04:52:41 +03:00
f1a8efdf17 ref_gl: Fix missing DebugOutput functions on GLES 2023-10-26 04:50:32 +03:00
mittorn
38548d31ff gl2shim: workaround empty rgb5/rgb8 textures 2023-10-25 22:22:54 +03:00
mittorn
5e6ad291eb ref_gl: force gles2 on non-nanogl until we support gles1 directly 2023-10-25 22:21:18 +03:00
mittorn
6659005632 waifulib/xcompile: fix host clang16 2023-10-25 22:20:32 +03:00
63db6f8cdb wscript: add external projects support (updated waf required) 2023-10-24 07:44:05 +03:00
5e2f297311 platform/android_nosdl: fix build (ndk10, host clang15) 2023-10-24 05:06:33 +03:00
bc2c42ba92 waifulib/xcompile: host clang experiments (ndk ld) 2023-10-24 04:59:19 +03:00
6f03d31a30 Revert "engine: partially remove legacy Android port, in preparation of new port merge"
This reverts commit ef663a8790.
2023-10-24 02:51:50 +03:00
8f819a2fde
engine: platform: sdl: fix forgotten icon setup call 2023-10-23 00:31:30 +03:00
3251b68df5 ref: gl: more simple search of GL func with alternative name (EXT, OES suffixes or no suffix) 2023-10-22 20:02:14 +03:00
3ac8ad9484 engine: fixup endianness found by -Werror=strict-aliasing in old armv7hf compiler (d259421111) 2023-10-22 20:02:14 +03:00
b9ca0d4563 engine: common: network: more simple IP address copying from sockaddr to netadr_t and back 2023-10-22 20:02:14 +03:00
dcb3da53b0 engine/client: fallback to defaults in touch_reloadconfig if config not exist 2023-10-22 20:02:14 +03:00
e68b19ed1a engine/client: handle touch config aspect ratio, try correctly handle touch aspect on resizeable windows 2023-10-22 20:02:14 +03:00
14c7a84482 engine/client: always save touch config if it was resetted manually (helps after writing broken/empty config) 2023-10-22 20:02:14 +03:00