5 files changed
+6
-5
lines changed- .github/workflows/android.yml+5-5
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/webassembly.yml+1-1
- .github/workflows/windows.yml+1-1
- .travis.yml-129
- CHANGELOG+15-12
- HISTORY.md+37
- README.md+6-5
- ROADMAP.md+1-1
- SPONSORS.md+5
- examples/Makefile+24-24
- examples/Makefile.Android+25-8
- examples/README.md+112-106
- examples/core/core_quat_conversion.c+30-26
- examples/core/core_window_flags.png
- examples/models/models_animation.c+3-1
- examples/models/rlights.h+11-9
- examples/others/easings.h+2-2
- examples/others/raudio_standalone.c+18-18
- examples/shaders/rlights.h+6-1
- examples/shaders/shaders_spotlight.c+90-98
- examples/shapes/raygui.h+1.5k-2.3k
- examples/shapes/ricons.h+556
- examples/shapes/shapes_draw_rectangle_rounded.c+5-5
- examples/text/text_font_sdf.c+1-1
- examples/textures/resources/patterns.png
- examples/textures/textures_draw_tiled.c+62-45
- examples/textures/textures_draw_tiled.png
- projects/Notepad++/raylib_npp_parser/raylib_npp.xml+638-335
- projects/Notepad++/raylib_npp_parser/raylib_npp_parser.c+2-2
- projects/Notepad++/raylib_npp_parser/raylib_to_parse.h+156-102
- src/Makefile+5-6
- src/core.c+105-140
- src/models.c+54-54
- src/raudio.c+9-9
- src/raylib.h+7-7
- src/raylib.rc+4-4
- src/raylib.rc.data
- src/rlgl.h+1-1
- src/rmem.h+3-3
- src/shapes.c+24
- src/text.c+5-5
- src/textures.c+4-4
- src/utils.c+4-4
- templates/advance_game/Makefile+42-11
- templates/advance_game/Makefile.Android+5-5
- templates/simple_game/Makefile+42-11
- templates/simple_game/Makefile.Android+25-8
- templates/standard_game/Makefile+42-11
- templates/standard_game/Makefile.Android+25-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments