50 Commits (e20e114643163da16911c75e609caa2f04ad4b3a)

Author SHA1 Message Date
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
Alibek Omarov 415e517107 Library loader refactoring. Not tested for platforms other than Linux 6 years ago
Alibek Omarov 0681209114 Remove useless host.type set, replace HOST_DEDICATED checks by Host_IsDedicated 6 years ago
Alibek Omarov becd0eba03 Possibility to use dedicated version with SDL(it's used only by internal timer) 6 years ago
Alibek Omarov 3f2a8f7704 Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2 6 years ago
Alibek Omarov a3c90248a7 Remove unneeded argument in SDLash_KeyEvent. Remove copypasted code 6 years ago
Alibek Omarov 63513ec475 Small refactoring of EnableTextInput 6 years ago
Alibek Omarov be4b885254 Merge common SDL port changes 6 years ago
Alibek Omarov 5744aa8d9e Add SDL sound backend 6 years ago
Alibek Omarov fc7ed1ab75 Add SDL video backend 6 years ago
Alibek Omarov 7c9b724531 Implement dynamic library loading and symbol resolving 6 years ago
Alibek Omarov 4a0add4063 Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 6 years ago
Alibek Omarov 45c0eaa26c Move Win32 console and library loader to platform/win32 folder. 6 years ago