7 files changed
+26
-12
lines changedLines changed: 3 additions & 2 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 |
| |
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
| 113 | + | |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
Lines changed: 14 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 |
| - | |
| 823 | + | |
824 | 824 |
| |
825 | 825 |
| |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
826 | 838 |
| |
827 | 839 |
| |
828 | 840 |
| |
829 | 841 |
| |
830 | 842 |
| |
831 |
| - | |
| 843 | + | |
832 | 844 |
| |
833 | 845 |
| |
834 | 846 |
| |
|
- build.zig+5-1
- examples/Makefile.Android+10-3
- examples/audio/resources/coin.wav
- examples/audio/resources/spring.wav
- examples/audio/resources/weird.wav
- examples/build.zig+15-41
- examples/models/models_cubicmap.c+5-1
- examples/shapes/shapes_draw_rectangle_rounded.c+1-1
- parser/output/raylib_api.json+23
- parser/output/raylib_api.lua+11
- parser/output/raylib_api.txt+337-329
- parser/output/raylib_api.xml+8-2
- projects/VS2022/examples/core_random_values.vcxproj+1-1
- projects/VS2022/raylib.sln+18-1
- src/build.zig+109-136
- src/config.h+2-2
- src/platforms/rcore_desktop.c+12-6
- src/platforms/rcore_desktop_sdl.c+11-9
- src/raudio.c+200-122
- src/raylib.h+2-1
- src/raymath.h+42
- src/rcore.c+45-39
- src/rlgl.h+4-4
- src/rmodels.c+438-196
- src/rshapes.c+31-25
- src/rtext.c+9-9
- src/rtextures.c+123-70
- src/utils.c+1-1
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 |
| - | |
| 169 | + | |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
|
0 commit comments