Sam Lantinga
|
80c6a5f8d9
Updated copyright for 2026
|
2 месяцев назад |
Sam Lantinga
|
ffd0ca4391
Perform full rectangle intersection for empty rects
|
4 месяцев назад |
Sam Lantinga
|
25b2d2c821
Use new parameter validation macro
|
5 месяцев назад |
Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 год назад |
Sam Lantinga
|
d7be7fc168
Fixed Cohen-Sutherland out code computation for float line intersection
|
1 год назад |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 год назад |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 год назад |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 год назад |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 год назад |
Sam Lantinga
|
bd27b89903
Prevent potential overflow in rectangle functions
|
1 год назад |
Sam Lantinga
|
e0fd59de64
Fixed floating point rectangles to be mathematically correct.
|
1 год назад |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 лет назад |
Ryan C. Gordon
|
db7f6425d0
rect: Avoid numeric overflow on massive lines in SDL_IntersectRectAndLine.
|
2 лет назад |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 лет назад |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 лет назад |
Sylvain
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
3 лет назад |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 лет назад |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 лет назад |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 лет назад |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 лет назад |
ulatekh
|
ec58a817ef
Fixes made in response to running a static code analyzer under MS Windows.
|
3 лет назад |
Ryan C. Gordon
|
d81fee7623
SDL_Rect: Added floating point versions of all the rectangle APIs.
|
4 лет назад |