File tree
10 files changed
+56
-11
lines changed- nuklear
- raylib
- samples
- websocket
10 files changed
+56
-11
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
432 | 433 |
| |
433 | 434 |
| |
434 | 435 |
| |
435 |
| - | |
| 436 | + | |
436 | 437 |
| |
437 | 438 |
| |
438 | 439 |
| |
439 | 440 |
| |
440 |
| - | |
| 441 | + | |
441 | 442 |
| |
442 | 443 |
| |
443 | 444 |
| |
| |||
469 | 470 |
| |
470 | 471 |
| |
471 | 472 |
| |
| 473 | + | |
472 | 474 |
| |
473 | 475 |
| |
474 | 476 |
| |
| |||
623 | 625 |
| |
624 | 626 |
| |
625 | 627 |
| |
| 628 | + | |
626 | 629 |
| |
627 | 630 |
| |
628 | 631 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
241 | 242 |
| |
242 | 243 |
| |
243 | 244 |
| |
| 245 | + | |
244 | 246 |
| |
245 | 247 |
| |
246 | 248 |
| |
|
Lines changed: 24 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
261 | 273 |
| |
262 | 274 |
| |
263 | 275 |
| |
| |||
2452 | 2464 |
| |
2453 | 2465 |
| |
2454 | 2466 |
| |
2455 |
| - | |
| 2467 | + | |
2456 | 2468 |
| |
2457 | 2469 |
| |
2458 | 2470 |
| |
| |||
2506 | 2518 |
| |
2507 | 2519 |
| |
2508 | 2520 |
| |
2509 |
| - | |
| 2521 | + | |
2510 | 2522 |
| |
2511 | 2523 |
| |
2512 | 2524 |
| |
| |||
2887 | 2899 |
| |
2888 | 2900 |
| |
2889 | 2901 |
| |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
2890 | 2912 |
| |
2891 | 2913 |
| |
2892 | 2914 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
| 265 | + | |
265 | 266 |
| |
266 | 267 |
| |
267 | 268 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3509 | 3509 |
| |
3510 | 3510 |
| |
3511 | 3511 |
| |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
| 3518 | + | |
| 3519 | + | |
| 3520 | + | |
| 3521 | + | |
| 3522 | + | |
| 3523 | + | |
| 3524 | + | |
| 3525 | + | |
| 3526 | + | |
| 3527 | + | |
| 3528 | + | |
3512 | 3529 |
| |
3513 | 3530 |
| |
3514 | 3531 |
| |
|
- BINDINGS.md+4-3
- examples/Makefile+2-1
- examples/models/models_gpu_skinning.c+117
- examples/models/resources/shaders/glsl100/skinning.fs+17
- examples/models/resources/shaders/glsl100/skinning.vs+34
- examples/models/resources/shaders/glsl330/skinning.fs+17
- examples/models/resources/shaders/glsl330/skinning.vs+34
- parser/README.md+2-2
- parser/output/raylib_api.json+78-4
- parser/output/raylib_api.lua+57-4
- parser/output/raylib_api.txt+475-451
- parser/output/raylib_api.xml+25-7
- parser/raylib_parser.c+2-2
- projects/CMake/CMakeLists.txt+2-2
- projects/CMake/README.md+2-2
- src/config.h+9-6
- src/external/par_shapes.h+1-1
- src/external/stb_image_resize2.h+963-694
- src/platforms/rcore_desktop_rgfw.c+1-1
- src/platforms/rcore_drm.c+4-2
- src/raylib.h+12-4
- src/rcore.c+104-7
- src/rlgl.h+39-7
- src/rmodels.c+184-32
- src/rtext.c+2-2
- src/rtextures.c+21
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments