Historial de Commits

Autor SHA1 Mensaje Fecha
  Ryan C. Gordon 6844d92c23 coreaudio: we don't need to track number of allocated audio buffers anymore. hace 8 años
  Ryan C. Gordon fc4402e5ff coreaudio: Better handling of audio buffer queue management. hace 8 años
  Charlie Birks 126e5a1dbf Emscripten: Prevent default on arrow keys hace 8 años
  Patrick Monaghan f839b209b9 Emscripten: fixed incorrect conversion of touch motion events to mouse motion events hace 8 años
  Ryan C. Gordon 3fd35f6bb0 coreaudio: looks like we need more like a 10ms buffer minimum, not 50ms. hace 8 años
  Ryan C. Gordon 793c788b1c coreaudio: dynamically allocate AudioQueueBuffers. hace 8 años
  Philipp Wiesemann 088f57a62a Removed unnecessary call to free() in testoverlay2 program. hace 8 años
  Philipp Wiesemann fa3944ba39 Removed unused signal includes and handler in test programs. hace 8 años
  Philipp Wiesemann bf8ccf08bb Removed redundant mouse clean up on quit for some platforms. hace 8 años
  Ryan C. Gordon a9c7bc85f1 android: add screenSize to AndroidManifest's configChanges (thanks, Daniel!). hace 8 años
  Ryan C. Gordon e889757bb3 assert: Better Emscripten support. hace 8 años
  Ryan C. Gordon d6f418641d assert: Check for Clang _and_ GCC, in case they ever drop compatibility. hace 8 años
  Ryan C. Gordon 8917f8634d assert: allow assertions to work on platforms without threads. hace 8 años
  Ryan C. Gordon 91e6054b03 wasapi: don't mark capture devices as failed for AUDCLNT_S_BUFFER_EMPTY. hace 8 años
  Ryan C. Gordon 02773811b3 render: GL_DestroyRender() should activate first. hace 8 años
  Ryan C. Gordon cff9e5a876 test: info now reports usable display bounds and DPI (thanks, Eric!). hace 8 años
  Ryan C. Gordon 81ab6c98fd Patched to compile on Windows. hace 8 años
  Ryan C. Gordon 13b6d9959a wasapi: Replace tabs with strings in source code. hace 8 años
  Ryan C. Gordon adabc38439 wasapi: Deal with AUDCLNT_S_BUFFER_EMPTY when flushing audio device. hace 8 años
  Ryan C. Gordon 4073a6694f audio: One more callbackspec fix (thanks, Simon!). hace 8 años
  Sam Lantinga 772407627b Fixed restoring a window that was maximized then minimized, then restored. hace 8 años
  Sam Lantinga ccf0566ca4 SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: hace 8 años
  Philipp Wiesemann a0aff76416 Added missing path in porting README. hace 8 años
  Philipp Wiesemann df4cf79d42 directfb: Fixed compiler warnings about undefined functions. hace 8 años
  Philipp Wiesemann 29222db7f6 emscripten: Fixed not removing pointer lock event callback. hace 8 años
  Philipp Wiesemann cc5b4f450a emscripten: Changed internal functions to be static. hace 8 años
  Philipp Wiesemann ce01128adf Fixed warnings about shadowed global variable. hace 8 años
  Philipp Wiesemann 87e0d812dd directfb: Removed duplicate comment. hace 8 años
  Philipp Wiesemann 61c326e12b directfb: Fixed typo in log message. hace 8 años
  Philipp Wiesemann 75c0d1ef6d directfb: Fixed compiler warnings about unused variables. hace 8 años