Hector
65acbe1788
Changed indentation to tabs
2025-10-10 15:26:50 +01:00
Hector
1aa3283d1b
Added PointInRectFloat to SDL3
2025-10-07 12:58:08 +01:00
Hector
affced2d02
Added Semaphore API to the SDL3 vendor bindings
2025-05-22 15:35:09 +01:00
Hector
483015fe57
Updated SDL_CreateTexture to take PixelFormatEnum instead of u32
2024-06-06 11:47:59 +01:00
Hector
9f96382558
Removed some accidental semi-colons and converted indentation to tabs.
2023-11-25 16:36:51 +00:00
Hector
82088e4a75
Used strings.builder_reset instead of clear for the string builder
2023-11-25 16:26:29 +00:00
Hector
b12bfe407d
Updated to tabs and used provided test methods.
2023-11-25 16:21:48 +00:00
Hector
1db5e1250f
Binary search improvements
...
Modified the algorithm so that the index is either the location of the
element if found or the index at which to insert the element to maintain
sorted order.
Also added some tests to verify the above claim.
2023-11-25 13:48:48 +00:00