File tree
8 files changed
+86
-110
lines changed- include
- vendor
8 files changed
+86
-110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 106 | | |
115 | 107 | | |
116 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | 294 | | |
300 | 295 | | |
301 | 296 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
- CHANGELOG+91-1
- CMakeOptions.txt+1-5
- CONTRIBUTING.md+11-71
- CONTRIBUTORS.md+63
- HISTORY.md+31
- README.md+5-1
- cmake/LibraryConfigurations.cmake+4-2
- examples/Makefile+5-7
- examples/core/core_input_gamepad.c+17-17
- examples/core/core_input_gestures.c+1-1
- examples/core/core_input_multitouch.c+2-2
- examples/core/core_scissor_test.c+1-1
- examples/core/core_vr_simulator.c+40-32
- examples/core/core_window_flags.c+3-3
- examples/core/core_window_letterbox.c+1-1
- examples/core/core_world_screen.c+1-1
- examples/models/models_cubicmap.c+1-1
- examples/models/models_first_person_maze.c+1-1
- examples/models/models_gltf_model.c+10-10
- examples/models/models_material_pbr.c+322-27
- examples/models/models_mesh_picking.c+2-2
- examples/models/models_rlgl_solar_system.c+4
- examples/models/models_skybox.c+91-11
- examples/models/models_yaw_pitch_roll.c+2-1
- examples/others/rlgl_standalone.c+17-8
- examples/physics/physics_demo.c+1-1
- examples/physics/physics_friction.c+1-1
- examples/physics/physics_movement.c+2-2
- examples/physics/physics_restitution.c+1-1
- examples/physics/physics_shatter.c+1-1
- examples/shaders/resources/shaders/glsl100/base_lighting_instanced.vs+62
- examples/shaders/resources/shaders/glsl330/base_lighting.vs+2-3
- examples/shaders/resources/shaders/glsl330/base_lighting_instanced.vs+8-8
- examples/shaders/shaders_julia_set.c+2-2
- examples/shaders/shaders_mesh_instancing.c+223
- examples/shaders/shaders_mesh_instancing.png
- examples/shaders/shaders_postprocessing.c+1-1
- examples/shaders/shaders_rlgl_mesh_instanced.c-142
- examples/shaders/shaders_simple_mask.c+2-2
- examples/shaders/shaders_texture_drawing.c+1-1
- examples/shapes/shapes_draw_circle_sector.c+3-1
- examples/shapes/shapes_draw_ring.c+3-1
- examples/text/resources/shaders/glsl330/alpha_discard.fs+19
- examples/text/text_draw_3d.c+748
- examples/text/text_draw_3d.png
- examples/text/text_font_loading.c+2-2
- examples/text/text_font_sdf.c+1-1
- examples/text/text_font_spritefont.c+7-7
- examples/text/text_raylib_fonts.c+2-2
- examples/text/text_rectangle_bounds.c+6-6
- examples/text/text_unicode.c+7-7
- examples/textures/textures_bunnymark.c+1-1
- examples/textures/textures_draw_tiled.c+7-7
- examples/textures/textures_mouse_painting.c+5-5
- examples/textures/textures_poly.c+96
- examples/textures/textures_sprite_button.c+3-3
- examples/textures/textures_sprite_explosion.c+4-4
- projects/Notepad++/raylib_npp_parser/raylib_npp.xml+243-252
- projects/Notepad++/raylib_npp_parser/raylib_to_parse.h+115-129
- projects/VS2017.UWP/raylib.App.UWP/App.cpp+2-2
- projects/VS2019/examples/core_custom_logging.vcxproj+8-8
- projects/VS2019/examples/core_input_gestures.vcxproj+8-8
- src/Makefile+2-2
- src/config.h+1-6
- src/core.c+266-299
- src/external/cgltf.h+406-121
- src/external/dr_flac.h+104-20
- src/external/dr_mp3.h+61-22
- src/external/dr_wav.h+210-228
- src/external/jar_xm.h+872-1.1k
- src/external/miniaudio.h+205-94
- src/external/stb_vorbis.h+1-1
- src/external/tinyobj_loader_c.h+1-1
- src/models.c+536-151
- src/raudio.c+60-16
- src/raylib.dll.rc+5-5
- src/raylib.dll.rc.data
- src/raylib.h+119-121
- src/raylib.rc+5-5
- src/raylib.rc.data
- src/raymath.h+22-22
- src/rlgl.h+1.8k-2.4k
- src/shapes.c+222-168
- src/text.c+8-2
- src/textures.c+67-32
- src/utils.c+7-9
0 commit comments