aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* fix CreateMotorJoint param typeekliot2025-09-051-1/+1
* Split SDL_ttf bindings to group with and without require_resultsDamian Tarnawski2025-08-201-41/+55
* Update stb_truetype.c againgingerBill2025-08-188-0/+2
* Rebuild stb libraries and compile `stb_truetype` using the `stb_rect_pack` rectsgingerBill2025-08-188-0/+2
* Make D3D12_FEATURE_DATA_D3D12_OPTIONS.MinPrecisionSupport a bitsetconnnnal2025-08-171-4/+4
* Merge pull request #5590 from leecommamichael/mastergingerBill2025-08-161-1/+1
|\
| * missed a spotMichael Lee2025-08-151-1/+1
| * misnamed parameterMichael Lee2025-08-151-1/+1
* | Merge pull request #5533 from weskerfoot/add-missing-xlib-procgingerBill2025-08-151-0/+12
|\ \
| * | add missing xlib functions for getting and setting text propertiesWesley Kerfoot2025-08-031-0/+12
* | | Fix typo in newBufferWithSliceNoCopyTohei Ichikawa2025-08-141-1/+1
* | | Merge pull request #5558 from odin-lang/bill/init-fini-changesgingerBill2025-08-104-6/+7
|\ \ \
| * | | Assign `context` in scopegingerBill2025-08-081-0/+1
| * | | `contextless` fixes for `js`gingerBill2025-08-083-4/+4
| * | | Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-2/+2
* | | | Fix some webgl bindingsAlex Riedl2025-08-092-9/+59
|/ / /
* | | Merge pull request #5549 from slowhei/mastergingerBill2025-08-072-63/+270
|\ \ \
| * | | Add bindings for vertexLinkedFunctionsTohei Ichikawa2025-08-071-0/+8
| * | | Fix Metal mesh shading bindingsTohei Ichikawa2025-08-062-63/+262
| |/ /
* / / Alias [^]u16 to Windows LPCWSTRconnnnal2025-08-072-19/+21
|/ /
* | Merge pull request #5505 from RoboMage/sdl2_audio_bitsetLaytan2025-08-011-7/+9
|\ \
| * | SDL2 - audio allow change bit_setrobomage2025-07-271-7/+9
* | | fix: align the enum valuesTaylor2025-07-301-8/+8
* | | add cgltf filter type and wrap mode enumsTaylor2025-07-281-4/+20
|/ /
* | SDL_image save functions should return boolbrandon2025-07-191-6/+6
* | Fix indentationgingerBill2025-07-161-1/+1
* | Update `vendor:kb_text_shape` to v1.03gingerBill2025-07-164-1243/+3129
* | Add linux build script for kb_text_shapeDaniel Goldenberg2025-07-093-1/+11
* | sdl3/ttf: remove #by_ptr usage with opaque FontLaytan Laats2025-06-261-16/+16
* | raylib: Refer to Odin-style enum over original C enumFeoramund2025-06-231-1/+1
* | Fix invalid selector for acceleration structureMichael Freundorfer2025-06-221-3/+3
* | Add kb to vendor/README.mdJeroen van Rijn2025-06-202-0/+25
* | Fix typogingerBill2025-06-201-1/+1
* | Move `#assert` to types filegingerBill2025-06-202-7/+5
* | Change `c.int` to `b32`gingerBill2025-06-201-1/+1
* | Add to `ShapeDynamic` to kb_text_shape_procs.odingingerBill2025-06-201-0/+11
* | Merge pull request #5371 from odin-lang/bill/vendor/kb-text-shapegingerBill2025-06-206-0/+24384
|\ \
| * | Even more minor changesgingerBill2025-06-201-4/+10
| * | More type corrections/improvementsgingerBill2025-06-201-9/+13
| * | Fix enum sizegingerBill2025-06-201-1/+1
| * | Use `bit_field`s to describe internal `break_state`gingerBill2025-06-201-8/+38
| * | Slight change to `un` definitiongingerBill2025-06-201-3/+10
| * | Change types where possible to the correct onesgingerBill2025-06-202-34/+42
| * | Keep `-vet` happygingerBill2025-06-202-3/+3
| * | Use multiple return values where possiblegingerBill2025-06-201-44/+72
| * | Update typesgingerBill2025-06-202-4/+6
| * | Remove need for CRT with kb_text_shape and implement the allocating calls man...gingerBill2025-06-204-15/+81
| * | Update procsgingerBill2025-06-202-13/+20
| * | Add lib and build script (Windows Only)gingerBill2025-06-203-0/+13
| * | Add types and procs for kb_text_shapegingerBill2025-06-202-0/+1883