Histórico de commits

Autor SHA1 Mensagem Data
  Sam Lantinga c9b243fb56 Fixed warning C6263: Using _alloca in a loop: this can quickly overflow stack. 1 ano atrás
  Sam Lantinga 4ccc53edfe Fixed warning C6011: Dereferencing NULL pointer 'display'. 1 ano atrás
  Sam Lantinga 3db4695ac7 warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(3) when some signed type is required in call to 'SDL_LogDebug_REAL'. 1 ano atrás
  Sam Lantinga c7d81d936a Fixed warning C6031: Return value ignored: 'GetKeyboardState'. 1 ano atrás
  Sam Lantinga 69b9d44bdc Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). 1 ano atrás
  Sam Lantinga a9b87ee201 Fixed warning C28159: Consider using 'GetTickCount64' instead of 'GetTickCount'. Reason: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem 1 ano atrás
  Sam Lantinga 21f273ecc7 Fixed warning C6255: _alloca indicates failure by raising a stack overflow exception. Consider using _malloca instead. 1 ano atrás
  Sam Lantinga 0c4cb3d153 Fixed warning C26451: Arithmetic overflow: Using operator '<<' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '<<' to avoid overflow (io.2). 1 ano atrás
  Sam Lantinga 06f8f9a891 Fixed warning C6326: Potential comparison of a constant with another constant. 1 ano atrás
  Sam Lantinga 3e54061fa8 Fixed warning C6011: Dereferencing NULL pointer 'SDL_disabled_events[hi]'. 1 ano atrás
  Sam Lantinga 226f8fde09 Fixed warning C28182: Dereferencing NULL pointer. 'streams[j]' contains the same NULL value as 'stream' did. 1 ano atrás
  Sam Lantinga fe6b3ab0b0 Fixed warning C6031: Return value ignored: 'CLSIDFromString'. 1 ano atrás
  Sam Lantinga f3b0149756 Fixed warning C26451: Arithmetic overflow: Using operator '*' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '*' to avoid overflow (io.2). 1 ano atrás
  Sam Lantinga 6cfce101fb Don't call the property cleanup function if setting the property fails 1 ano atrás
  Sam Lantinga 14380ec48a Fixed signed/unsigned comparison warning 1 ano atrás
  Sam Lantinga ac0751a652 Added SDL_strnstr() 1 ano atrás
  Sylvain 7c71e72193 SDL_render: Call InvalidateCachedState to initialise some of driverdata values (eg '*_dirty' to 1). 1 ano atrás
  Sam Lantinga 058213366b Make sure we use alpha of 0 when clearing a transparent window with no content 1 ano atrás
  Sam Lantinga ecd56bb8f0 Removed SDL_GetErrorMsg(), trivially implemented in application code 1 ano atrás
  Sam Lantinga 66e532fa61 Handle out of memory errors without any allocation 1 ano atrás
  foobit 579681a372 fixed SDL_SCANCODE_LEFT array position in scancodes_windows.h 1 ano atrás
  SDL Wiki Bot 675423f096 Sync SDL3 wiki -> header 1 ano atrás
  Dimitriy Ryazantcev 744a29b88f WGI: Cleanup code a bit (#8647) 1 ano atrás
  SDL Wiki Bot e4582e6edc Sync SDL3 wiki -> header 1 ano atrás
  Ryan C. Gordon df0fd55891 wikiheaders.pl: README files are no longer in Windows endline format. 1 ano atrás
  Ryan C. Gordon 1072b6e86e docs: fixed typo 1 ano atrás
  Ryan C. Gordon f184dea16c uikit: Patched to compile. 1 ano atrás
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 1 ano atrás
  Ryan C. Gordon 70b65d4170 cocoa: Resync modifier keypressed on NSEventTypeFlagsChanged event. 1 ano atrás
  Ryan C. Gordon d1b831e232 include: Clarified documentation for two functions. 1 ano atrás