68 Commits (1ffc5939931e07dcc3d5688ec6848d2cd76e2ab3)

Author SHA1 Message Date
Alibek Omarov 90ff7f24b3
sdl: vid: fix building with older SDL2 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 57f9e7dda6 sdl: vid: fix forgotten return, slightly refactor SW_UnlockBuffer 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 fe14a360b4 engine: fix fs_offset_t/size_t conversion, const qualifiers 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 99478ba9bd sdl: vid: fix unitialized variables, better warning report 5 years ago
Alibek Omarov 211d3c5213 sdl: vid: refactor context creation, fix crash on exit on REF_SOFTWARE 5 years ago
mittorn d5911b33b1 msvc8 support 5 years ago
mittorn d5b6ccb3e2 ref: REF_SOFTWARE support with SDL_Surface/SDL_Renderer 5 years ago
Alibek Omarov a9cf3357c7 ref: move GLES driver hint to SetAttribute as we don't choose GLES renderer in compile-time anymore 5 years ago
Alibek Omarov 92b89936b3 ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs 5 years ago
mittorn 57320c0c25 ref: get rid of vidState, add GL_SwapBuffers to engine exports 5 years ago
Alibek Omarov e5000742f1 ref: context creating prototype, not working yet 5 years ago
Alibek Omarov 234507b7f1 ref: fix all undefined references 5 years ago
Alibek Omarov e193ac2c04 ref: more @mittorn's changes on RefAPI 5 years ago
Alibek Omarov 99bd7c81da ref: render code moved out of engine, doesn't compile, first API prototype 5 years ago
mittorn 23d0f33ad1 Refactor extension detection, add VBO detection 6 years ago
Alibek Omarov 103a2fccaa sdl: vid: rework safegl option 6 years ago
Alibek Omarov 7205f2d4fa sound: sdl: use SDL_setenv for crossplatform 6 years ago
Alibek Omarov ac77bab967 sound: opensles: same fix applied for OpenSLES/Android backend 6 years ago
Alibek Omarov 9935e2c8d3 sound: sdl: set pulseaudio environment variables regardless of target OS, because PA is crossplatform 6 years ago
Alibek Omarov 80fc7209ed sound: move related function declarations to platform header. Remove unused. 6 years ago
Alibek Omarov 621cdba53c engine: android: restore OpenSL ES audio 6 years ago
Alibek Omarov e7ddc6d6c5 engine: android: restore dlsym hack for old Android(<5.0) 6 years ago
mittorn aed53c4fda Do not spam in console if vsync not availiable 6 years ago
a1batross 0964fb11e4 sdl: partially fix maximizing window on Windows 6 years ago
Alibek Omarov 1b9bfd8906 platform: sdl: fix compiling 6 years ago
Alibek Omarov 9d93eca572 platform: linux: fix descriptor leak 6 years ago
Alibek Omarov 7c772d6bfd engine: rework timer stuff, move to platform. Move debugger present checks to platform 6 years ago
Alibek Omarov 25d8a94c1c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 6 years ago
Night Owl d4e5e609af Do not break video subsystem initialization. 6 years ago
Alibek Omarov de838ec5e8 rename backend files for great justice and consistency 6 years ago
Alibek Omarov 90d2434bb0 platform: add Set/GetClipboardText calls. Remove unneeded SDL_SetHint call on Android, because Android does not use SDL anymore 6 years ago
Alibek Omarov 96e0167e47 platform: add GetMousePos, SetMousePos calls, fix typo 6 years ago
a1batross 68ed732928 win_con: fix version in title, change title for dedicated server 6 years ago
Alibek Omarov 7390d11505 platform_sdl: adapt SDL backend code to new platform backends system 6 years ago
Alibek Omarov 265f79fc72 platform: add GetNativeObject call 6 years ago
Alibek Omarov a5258bea65 library: move win32 definitions to win_lib.c 6 years ago
Alibek Omarov 25f07ddb97 platform: introduce common header for platform-dependent functions. To keep clean code and engine platform-agnostic, now including headers from platform folder, except this one, is strictly prohibited. 6 years ago
Alibek Omarov 216b4f4147 vid_sdl: fix incorrect video modes list length 6 years ago
Alibek Omarov 844b3a39a7 vid_sdl: fix GL_UpdateContext, fix window created outside screen if positions were negative 6 years ago
Alibek Omarov 473810fc0c MSVC & Win32 related fixes 6 years ago
lewa_j 43b746d2f8 Fix MinGW build 6 years ago