562 Commits (4000654deb77fc5e09eb4cc0c0f3f0bec88866b2)
 

Author SHA1 Message Date
Alibek Omarov 4000654deb
engine: port: disable ARCH_SUFFIX set to "64" for 64-bit platforms, it would replaced with new library naming scheme in near future 5 years ago
Alibek Omarov 90ff7f24b3
sdl: vid: fix building with older SDL2 5 years ago
Alibek Omarov b9a2f58e23 mainui: update 5 years ago
Alibek Omarov b146f495fc Add gl-wes-v2 and nanogl submodules 5 years ago
Alibek Omarov 4a1f441151 waflib: xcompile: Android NDK r19c support 5 years ago
Alibek Omarov 94ec8cb997 wscript: add -fPIC for static libraries globally 5 years ago
Alibek Omarov 621e33fde2 engine: wscript: define XASH_64BIT on non-32 bits targets 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 6f2016db06 engine: imagelib: bmp: fix unaligned access 5 years ago
Alibek Omarov 27e742df12 engine: crclib: fix unaligned access 5 years ago
Alibek Omarov 86d823b877 engine: client: fix demo playback on ARM 5 years ago
Alibek Omarov 82697ca2a9 waflib: force_32bit: fix wrong DEST_SIZEOF_VOID_P when 64-bit build is allowed 5 years ago
Alibek Omarov 4606a18b25 wscript: add useful flags for clang also 5 years ago
Alibek Omarov 9145589414 waflib: xcompile: fix hardfp linking 5 years ago
Alibek Omarov 1d78d7c720 filesystem: fix even more char signness 5 years ago
Alibek Omarov 9048c108c4 engine: fix char default signness 5 years ago
Alibek Omarov b797e0af1a Merge 4483 update 5 years ago
Alibek Omarov 74062fab12
waf.bat: fix strange ERRORLEVEL bug 5 years ago
Alibek Omarov 67ce4cfbef
travis: windows: die if waf has failed 5 years ago
Alibek Omarov fe464af3ff
ref_gl: fix msvc build 5 years ago
Alibek Omarov 45b091028b
travis: comment mingw build until it's not stable 5 years ago
Alibek Omarov 00619d5795
travis: remove allow_failures, looks like it was copypasted from somewhere by mistake 5 years ago
Alibek Omarov c215b89923 Apply 4483 update 5 years ago
Alibek Omarov 2e953bd1a9 ref_api: remove GL_OnContextCreated, remove return value of GL_RenderFrame 5 years ago
Alibek Omarov 57f9e7dda6 sdl: vid: fix forgotten return, slightly refactor SW_UnlockBuffer 5 years ago
Alibek Omarov d14ce61520 engine: no return type for RenderFrame 5 years ago
Alibek Omarov 5af6506d86 engine: ensure that we loading same client library 5 years ago
Alibek Omarov e9e4a1296d engine: android: fix possible crash in custom dlsym 5 years ago
Alibek Omarov 85c2126775 engine: android: implement egl context management 5 years ago
Alibek Omarov a1391f3d0b engine: ref_api: comment unused opengl attributes 5 years ago
Alibek Omarov bb8ba4225c ref_gl: show r_info after loading extensions, add GL_GetProcAddress call 5 years ago
Alibek Omarov 7d3e8c0a57 wscript: error on return-type, some android related changes 5 years ago
Alibek Omarov 55c3040db1 ref_gl: fix unaligned access in sprites 5 years ago
Alibek Omarov 90e4fbed31 port.h: temporarily disable hardfp postfix 5 years ago
Alibek Omarov 4819790272 engine: console: fix invalid REF_GET_PARM call 5 years ago
Alibek Omarov f904ba53e2 wscript: fix typo 5 years ago
Alibek Omarov e06b7412ac engine: wscript: don't build external launcher for Android and disable main() 5 years ago
Alibek Omarov dec1b8dfb4 waflib: xcompile: even if hardfloat ABI is selected, force architecture name as armeabi-v7a, as armeabi-v7a-hard is completely virtual. Move options defines to main wscript 5 years ago
Alibek Omarov c9b5332d16 waflib: subproject: preserve IGNORED_SUBDIRS between contexts, fix broken logic 5 years ago
Alibek Omarov fe14a360b4 engine: fix fs_offset_t/size_t conversion, const qualifiers 5 years ago
Alibek Omarov ab7a67464b engine: fix long<->int conversion UBs 5 years ago
Alibek Omarov 29a48cb34c sdl: vid: fix disabling vsync when loading a level 5 years ago
Alibek Omarov 3fef353291 android: initial port 5 years ago
Alibek Omarov 1a700fd06b platform: move MSGBOX implementation to platform backends 5 years ago
Alibek Omarov e3e2f3afe5 platform: move Sys_ShellExecute implementation to platform backends 5 years ago
Alibek Omarov 87f380b90c waflib: xcompile: define both __ANDROID__ and ANDROID for compatibility 5 years ago
Alibek Omarov 3ebb4d0ea3 waflib: xcompile: check arch, configure 'M' uselib to m_hard on hardfp, remove linker select 5 years ago
Alibek Omarov d4b4a4a864 waflib: xcompile: add support for ANDROID_NDK environment variable, as well as ANDROID_NDK_HOME. Fix help message. 5 years ago
mittorn bd6532fae4 wscript: Add shared lib flags to public 5 years ago