34 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 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 6 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 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
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 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
Alibek Omarov 7390d11505 platform_sdl: adapt SDL backend code to new platform backends system 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
lewa_j 43b746d2f8 Fix MinGW build 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